@charset "UTF-8";
*, *::before, *::after {
    box-sizing: border-box;
}
a {
    transition: all .1s ease-in-out;
}
@media screen and (min-width: 768px) {
    .is-sp {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .is-pc {
        display: none;
    }
}
.lp-body {
    background-color: #FFF;
}
.lp-body h4::after {
    display: none;
}
.head-img {
    width: 80%;
    margin: 9rem auto 0 auto;
}
.head-img img {
    width: 100%;
}
.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}
.p-header__inner {
    width: 80%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background-color: #FFF;
    margin: 0 auto;
    box-sizing: border-box;
    height: 63px;
    /*padding: 0 100px 0 10px;*/
}
/* @media screen and (max-width: 950px) {
  .p-header__inner {
    height: 86px;
    width:100%;
    padding: 0 100px 0 10px;
  }
} */
@media screen and (max-width: 767px) {
    .p-header__inner {
        height: 86px;
        width: 100%;
        padding: 0 10px;
    }
}
@media screen and (767px <=width <=950px) {
    .p-header__list {
        margin-right: calc(30px - 1%);
    }
}
@media screen and (min-width: 1250px) {
    .p-header__inner {
        padding: 0;
    }
}
.p-header__logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
@media screen and (max-width: 950px) {
    .p-header__logo-container {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
}
.p-header__logo {
    width: 156px;
    height: fit-content;
}
@media screen and (max-width: 950px) {
    .p-header__logo {
        width: 133px;
    }
}
.p-header__logo img {
    width: 100%;
    height: auto;
}
.p-header__logo-text {
    font-size: 12px;
    text-align: left;
}
@media screen and (max-width: 950px) {
    .p-header__logo-text {
        font-size: 10px;
        margin-top: -7px;
        white-space: nowrap;
    }
}
.p-header__list {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 950px) {
    .p-header__list {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}
.p-header__list a {
    font-size: 16px;
    text-decoration: none;
    color: #3A3A3A;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0 24px;
}
@media screen and (max-width: 950px) {
    .p-header__list a {
        font-size: 12px;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .p-header__list a {
        font-size: 11px;
    }
}
@media screen and (min-width: 951px) {
    .p-header__list li:first-of-type {
        border-right: 1px solid #3A3A3A;
    }
}
.p-header__item-link:hover {
    background-color: #f0f4f9;
}
.p-header__item-icon {
    width: 24px;
    height: 24px;
}
.p-header__item-icon2 {
    width: 21px;
    height: 21px;
}
.p-header__item-icon img {
    width: 100%;
}
.p-header__inner__bottom {
    /*position: absolute;*/
    margin: 0 auto;
    background-color: #F6FCFE;
    box-sizing: border-box;
    /*padding: 0 100px 0 10px;*/
}
body.lp-fixed .p-header__inner__bottom {
    position: fixed;
    top: 0;
    width: 100%;
}
.p-header__inner__bottom label {
    padding-top: 10px;
}
.p-header__inner__bottom>div {
    width: 80%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 63px;
    margin: 0 auto;
}
.p-header__inner__bottom label img {
    display: block;
}
.p-header__inner__bottom:has(input:checked) ul {
    display: block;
}
.p-header__inner__bottom input {
    opacity: 0;
    position: absolute;
}
@media screen and (max-width: 767px) {
    .p-header__inner__bottom {
        height: 56px;
        padding: 0 10px;
    }
    .p-header__inner__bottom>div {
        width: 100%;
        height: 56px;
    }
}
@media screen and (767px <=width <=950px) {
    .p-header__inner__bottom {
        padding: 0;
    }
    .p-header__inner__bottom>div {
        width: 80%;
    }
}
@media screen and (min-width: 951px) {
    .p-header__inner__bottom label {
        display: none;
    }
}
/* @media screen and (min-width: 1250px) {
  .p-header__inner__bottom {
    padding: 0 10%;
  }
} */
.p-header__inner__bottom a {
    color: #0989B1;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
}
@media screen and (max-width: 950px) {
    .p-header__inner__bottom p {
        font-size: 14px;
        line-height: 1.2;
        text-align: left;
    }
    .p-header__inner__bottom p a {
        font-size: inherit;
    }
}
@media screen and (min-width: 951px) {
    .p-header__inner__bottom p {
        text-align: center;
    }
    .p-header__inner__bottom p br {
        display: none;
    }
}
@media screen and (min-width: 1100px) {
    .p-header__inner__bottom p {
        font-size: 20px;
    }
}
.p-header__list__bottom {
    display: flex;
    gap: 12px;
}
@media screen and (max-width: 950px) {
    .p-header__list__bottom {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 142px;
        background: #F6FCFE;
        padding: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .p-header__list__bottom {
        gap: 24px;
    }
}
@media screen and (767px <=width <=950px) {
    .p-header__inner__bottom label {
        margin-right: calc(30px - 1%);
    }
}
.p-header__list__bottom a {
    color: #3A3A3A;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}
.p-header__list__bottom a:hover {
    color: #ff0000;
}
@media screen and (max-width: 950px) {
    .p-header__list__bottom a {
        display: block;
        padding: .6em 0;
    }
}
@media screen and (min-width: 1100px) {
    .p-header__list__bottom a {
        font-size: 16px;
    }
}
.p-header__float {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #06B8EF;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    gap: 0;
    width: 95px;
    height: 100px;
    border-radius: 0 0 0 15px;
    padding-left: 12px;
    box-sizing: border-box;
}
.p-header__float:hover {
    background: #50cdf3;
}
@media screen and (max-width: 767px) {
    .p-header__float {
        /*width: 92px;
    font-size: 12px;
    height: 96px;
	  padding-bottom: 5px;*/
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .p-header__float {
        gap: 5px;
        padding: 0;
    }
}
.p-header__float-icon {
    width: 59px;
}
.p-header__float-icon img {
    width: 100%;
}
@media screen and (max-width: 950px) {
    .p-header__float-icon {
        width: 40px;
    }
}
.lp-mv {
    width: 100%;
    text-align: center;
    background: url("/wp/wp-content/themes/fantomsemi/images/bg_mv.jpg") no-repeat center;
    background-size: 100% auto;
    padding: 30px 0 0;
}
@media screen and (max-width: 950px) {
    .lp-mv {
        margin-top: 62px;
    }
}
@media screen and (max-width: 767px) {
    .lp-mv {
        margin-top: 142px;
        background: none;
        padding: 0;
    }
}
.lp-mv img {
    width: 80%;
    max-width: 1200px;
}
@media screen and (max-width: 767px) {
    .lp-mv img {
        width: 100%;
    }
}
.lp-mv h2 {
    color: #FFF;
    background-color: #0989B1;
    /*font-size: 72px;*/
    font-size: 4vw;
    margin-top: -6px;
    text-align: center;
    letter-spacing: 4px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .lp-mv h2 {
        font-size: 32px;
        padding: .3em 0;
        line-height: 1.4;
    }
}
.lp-mv h2 span {
    /*font-size: 44px;*/
    font-size: 3vw;
}
@media screen and (max-width: 767px) {
    .lp-mv h2 span {
        font-size: 24px;
        display: block;
    }
}
.lp-cta-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F5F5F5;
    padding: 46px 0 40px 0;
}
.cta-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .cta-box {
        width: calc(100% - 20px);
    }
}
.cta-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.over-cta {
    font-size: 29px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #BB261A;
    margin-bottom: 23px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .over-cta {
        background: linear-gradient(transparent 50%, #FFF242 50%, #FFF242 100%);
        font-size: clamp(14px, -0.202rem + 5.38vw, 21px);
    }
}
@media screen and (max-width: 400px) {
    .over-cta {
        font-size: clamp(16px, 0.5rem + 2.5vw, 18px);
    }
}
@media screen and (min-width: 768px) {
    .over-cta:before, .over-cta:after {
        color: #3A3A3A;
        position: absolute;
    }
    .over-cta:before {
        content: '＼';
        margin-left: -1.1em;
        transform: rotate(20deg);
    }
    .over-cta:after {
        content: '／';
        margin-left: -.2em;
        transform: rotate(-20deg);
    }
}
.lp-cta {
    background-color: #BB261A;
    color: #FFF !important;
    border-radius: 84px;
    font-size: 32px;
    font-weight: 600;
    padding: 5% 7%;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 2px;
    margin-bottom: 27px;
    transition: all 0.3s ease;
}
.lp-cta:hover {
    background-color: linear-gradient(135deg, #BB261A 0%, #c53030 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(197, 48, 48, 0.5);
}
@media screen and (max-width: 767px) {
    .lp-cta {
        height: 85px;
        padding: 0 7%;
        line-height: 85px;
        font-size: clamp(14px, -0.125rem + 5vw, 22px);
    }
}
.popup-text {
    text-align: left;
    padding: 1% 2%;
    box-sizing: border-box;
}
.popup-text h3 {
    color: #BB261A;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
}
.popup-text ul {
    line-height: 2;
    margin-bottom: 20px;
}
.popup-text p {
    line-height: 2;
    margin: 15px auto;
}
.off {
    background: #cc0000;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 0 3px !important;
    margin-bottom: 5px !important;
    letter-spacing: 0.075em;
}
@media screen and (max-width: 800px) {
    .visible-phone .buy {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .lp-cta {
        font-size: 22px;
    }
}
@media screen and (max-width: 400px) {
    .lp-cta {
        font-size: 17px;
    }
}
.info-btn {
    background-color: #CEEFFD;
    border-radius: 88px;
    color: #3A3A3A;
    font-size: 18px;
    text-align: center;
    padding: 3% 7%;
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
    max-width: 580px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
}
.info-btn:hover {
    opacity: 0.7;
}
.info-btn::after {
    content: "＞";
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .info-btn {
        width: 100%;
        height: 85px;
        padding: 10px 7%;
        font-size: clamp(12px, 0.625rem + 1.25vw, 16px);
    }
}
.info-btn span {
    color: #868686;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    display: block;
    margin-top: 6px;
}
@media screen and (max-width: 767px) {
    .info-btn span {
        font-size: 12px;
    }
}
.feature-container {
    background-color: #FFF;
    padding: 80px 0;
}
@media screen and (max-width: 767px) {
    .feature-container {
        padding: 30px 0;
    }
}
.box-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
    row-gap: 32px;
}
@media screen and (max-width: 679px) {
    .box-list {
        flex-direction: row;
        gap: 18px;
    }
}
@media screen and (680px <=width <=767px) {
    .box-list {
        flex-direction: row;
        gap: 10px;
    }
}
.box-list li {
    width: 32%;
    background-color: #0989B1;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    height: 222px;
    padding: 21px 0;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .box-list li {
        width: 70%;
        height: 175px;
        padding: 40px 15px 20px;
        position: relative;
        margin: 0 auto 30px;
        min-width: 250px;
    }
}
@media screen and (680px <=width <=767px) {
    .box-list li {
        width: calc(100% / 2 - 10px);
    }
}
.box-list li:last-of-type {
    background-color: #EAEAEA;
    color: #3A3A3A;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 21px 20px;
    width: 100%;
    height: auto;
}
.box-list li:last-of-type p {
    font-size: 18px;
    font-weight: bold;
}
.box-list li:last-of-type span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}
@media screen and (min-width: 768px) {
    .box-list li:last-of-type p {
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .box-list li:last-of-type {
        width: 70%;
        height: auto;
        padding: 30px 20px;
        font-size: 16px;
    }
    .box-list li:last-of-type p {
        font-size: 16px;
    }
    .box-list li:last-of-type span {
        font-size: 14px;
    }
}
@media screen and (max-width: 680px) {
    .box-list li:last-of-type {
        flex-direction: column;
        height: auto;
        padding: 30px 20px;
        font-size: 16px;
    }
}
@media screen and (680px <=width <=767px) {
    .box-list li:last-of-type {
        flex-direction: row;
        width: calc(100% / 2 - 10px);
        padding: 40px 15px 20px;
    }
}
.box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
    .box-title {
        font-size: 24px;
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        border-radius: 10px 0;
        color: #0989B1;
        border: 3px solid;
        padding: 0 10px;
        white-space: nowrap;
        width: 120px;
    }
}
.box-txt {
    font-size: clamp(14px, 0.163rem + 1.48vw, 21px);
    letter-spacing: 2px;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.box-txt b {
    font-size: 48px;
}
@media screen and (max-width: 767px) {
    .box-txt b {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .box-txt {
        font-size: 16px;
    }
}
.box-txt span {
    font-size: 28px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .box-txt span {
        font-size: 24px;
    }
}
.feature-icon {
    width: 40px;
}
.feature-icon img {
    width: 100%;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .feature-icon {
        width: 32px;
    }
    .feature-bottom-icon {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        border-radius: 10px 0;
        color: #EAEAEA;
        border: 3px solid;
        padding: 0 10px;
        white-space: nowrap;
        width: 120px;
        text-align: center;
    }
    .feature-bottom-icon img {
        width: 70%;
        padding-top: 5px;
    }
}
.box-title p {
    font-size: 19px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .box-title p {
        font-size: 18px;
    }
}
.feature-number {
    background-color: #F0FAFE;
    padding: 60px 0;
}
.feature-number h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #3A3A3A;
    text-align: center;
    margin: 0 auto 38px auto;
}
@media screen and (max-width: 767px) {
    .feature-number h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .feature-number ul+h3 {
        font-size: 14px;
    }
}
.number-box {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto 63px auto;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .number-box li {
        width: 33%;
    }
}
.number-box p {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .number-box {
        flex-direction: column;
        gap: 70px;
    }
}
.number-box li h4 {
    font-size: clamp(18px, -0.375rem + 3.13vw, 24px);
    color: #607D8B;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
    .number-box li h4 {
        font-size: 18px;
    }
}
.stat-item {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
/* 遅延アニメーション - 中央から左右へ */
.stat-item:nth-child(2) {
    transition-delay: 0.1s;
    /* 中央が最初 */
}
.stat-item:nth-child(1) {
    transition-delay: 0.4s;
    /* 左が後 */
}
.stat-item:nth-child(3) {
    transition-delay: 0.4s;
    /* 右が後（同時） */
}
.stat-item.float-in {
    opacity: 1;
    transform: translateY(0);
}
.stat-number {
    font-size: clamp(40px, -0.879rem + 7.04vw, 69px);
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #FF6D00;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .stat-number {
        font-size: 60px;
    }
}
.stat-unit {
    font-size: clamp(20px, -0.265rem + 3.16vw, 33px);
    font-weight: bold;
    color: #000;
}
@media screen and (max-width: 767px) {
    .stat-unit {
        font-size: 20px;
    }
}
.under-num {
    padding: 0 10px;
    font-size: clamp(16px, 0.534rem + 0.97vw, 20px);
    color: #607D8B;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .under-num {
        font-size: 16px;
    }
}
.feature-number-img {
    margin: 0 auto 20px auto;
    width: fit-content;
}
.feature-number-img img {
    max-width: 100%;
}
.feature-number-txt {
    font-size: 14px;
    line-height: 2;
    color: #707070;
    letter-spacing: 1.5px;
    margin: 0 auto;
    width: 62%;
    max-width: 1000px;
}
@media screen and (max-width: 767px) {
    .feature-number-txt {
        font-size: 12px;
        width: auto;
        margin: 0 20px;
    }
}
/* 企業採用セクション */
.companies-section {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out 1.1s;
    text-align: center;
}
.companies-section.float-in {
    opacity: 1;
    transform: translateY(0);
}
.feature-about {
    padding: 70px 0;
}
.lined {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #3A3A3A;
    margin: 0 auto 64px auto;
    text-align: center;
    position: relative;
    width: fit-content;
}
@media screen and (max-width: 767px) {
    .lined {
        font-size: 18px;
        margin: 0 auto 30px;
    }
}
.lined::before {
    content: "";
    width: 80px;
    height: 6px;
    background-color: #0989B1;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .lined::before {
        height: 4px;
        width: 48px;
        top: -20px;
    }
}
.about-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 160px auto;
    width: 80%;
    max-width: 1000px;
}
@media screen and (max-width: 767px) {
    .about-link {
        flex-direction: column;
        gap: 20px;
    }
}
.about-link a {
    width: clamp(200px, 2.5rem + 20.83vw, 240px);
    height: clamp(200px, 2.5rem + 20.83vw, 240px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CEEFFD;
    text-align: center;
    text-decoration: none;
    font-size: clamp(20px, 0.25rem + 2.08vw, 24px);
    font-weight: 600;
    letter-spacing: 2px;
    color: #3A3A3A;
    border-radius: 16px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.23);
    position: relative;
}
.about-link a::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #3A3A3A;
    border-bottom: 2px solid #3A3A3A;
}
@media screen and (max-width: 767px) {
    .about-link a {
        height: 100px;
        font-size: 20px;
    }
}
.about-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
    gap: 150px;
}
@media screen and (max-width: 767px) {
    .about-container {
        width: 100%;
        gap: 70px;
    }
}
.about-container li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .about-container li {
        flex-direction: column;
        gap: 20px;
    }
}
@media screen and (min-width: 768px) {
    .about-container li:nth-child(2) {
        flex-direction: row-reverse;
    }
}
.about-txt-box {
    width: 63%;
}
@media screen and (max-width: 767px) {
    .about-txt-box {
        width: calc(100% - 40px);
    }
}
.about-img {
    width: 30%;
}
@media screen and (max-width: 767px) {
    .about-img {
        width: calc(100% - 40px);
    }
}
.about-img img {
    width: 100%;
}
.about-num {
    font-size: 100px;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(12, 134, 172, 0.16);
    line-height: 1;
}
.about-txt-box h4 {
    font-size: 28px;
    color: #0989B1;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 37px;
}
.about-txt {
    font-size: 18px;
    line-height: 2;
    color: #3a3a3a;
    letter-spacing: 1.5px;
}
.feature-class {
    background-color: #F0FAFE;
    padding: 80px 0;
}
.six-class {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    width: 80%;
    row-gap: 16px;
    max-width: 700px;
}
@media screen and (max-width: 767px) {
    .six-class {
        width: calc(100% - 40px);
        gap: 10px;
    }
}
.six-class li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
    width: 200px;
    height: 225px;
    border-radius: 8px;
    text-align: center;
    padding: 16px 0;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .six-class li {
        width: calc(50% - 5px);
    }
}
.six-class-img {
    width: 120px;
}
.six-class-img img {
    width: 100%;
}
.six-class li p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 1rem auto;
    padding: 0 10px;
}
.onayami {
    background-color: #F0F0F0;
    padding: 80px 0 40px 0;
}
@media screen and (max-width: 767px) {
    .onayami {
        padding: 80px 20px 40px;
    }
}
.onayami-list {
    width: fit-content;
    margin: 0 auto;
}
.onayami-list li {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 2rem auto 2rem 2rem;
    text-align: left;
    position: relative;
}
@media screen and (max-width: 767px) {
    .onayami-list li {
        font-size: 14px;
    }
}
.onayami-list li::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../images/check.png");
    background-size: contain;
    position: absolute;
    top: 0;
    left: -50px;
}
@media screen and (max-width: 767px) {
    .onayami-list li::before {
        width: 24px;
        height: 24px;
        left: -35px;
    }
}
.tate-line {
    width: 4px;
    height: 93px;
    background-color: #3A3A3A;
    margin: 40px auto;
}
@media screen and (max-width: 767px) {
    .tate-line {
        height: 64px;
    }
}
.onayami h4 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #0989B1;
    margin: 0 auto 40px auto;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .onayami h4 {
        font-size: 18px;
    }
}
.onayami-img-box {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .onayami-img-box {
        width: auto;
        flex-direction: column;
    }
}
.onayami-box {
    width: 75%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .onayami-box {
        width: auto;
    }
}
.onayami-box ul {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .onayami-box ul {
        flex-direction: column;
        gap: 30px;
        width: 195px;
        margin: 0 auto;
    }
}
.onayami-box ul li {
    background-color: #999;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 32%;
    border-radius: 5px;
    padding: 60px 25px 20px 25px;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 767px) {
    .onayami-box ul li {
        width: 100%;
        font-size: 14px;
        padding: 35px 15px 20px;
    }
    .onayami-box ul li br {
        display: none;
    }
}
.onayami-box ul li::before {
    content: "";
    background-image: url("../images/onayami-icon.png");
    background-size: contain;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 30%;
}
@media screen and (max-width: 767px) {
    .onayami-box ul li::before {
        width: 40px;
        top: -20px;
        height: 40px;
        left: calc(50% - 20px);
    }
}
.onayami-img {
    width: 25%;
}
@media screen and (max-width: 767px) {
    .onayami-img {
        width: 135px;
        margin-left: auto;
    }
}
.onayami-img img {
    width: 100%;
}
.onayami-img-box p {
    font-size: 14px;
    letter-spacing: 2px;
    margin: 20px 0;
}
@media screen and (max-width: 767px) {
    .onayami-img-box p {
        margin: 20px 0 0;
    }
}
.two-power {
    text-align: center;
    background-color: #CEEFFD;
    padding: 70px 0 45px 0;
}
.two-power p {
    font-size: 18px;
    margin-top: -35px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .two-power {
        text-align: center;
        background-color: #CEEFFD;
        padding: 70px 20px 45px;
    }
    .two-power p {
        margin: 0 0 30px;
        font-size: 14px;
    }
}
.power-img {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto 53px auto;
}
@media screen and (max-width: 767px) {
    .power-img {
        width: calc(100% - 24px);
    }
}
.power-img img {
    width: 100%;
}
.power-box {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #B0E5FC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
@media screen and (max-width: 767px) {
    .power-box {
        flex-direction: column;
        width: calc(100% - 24px);
        padding: 15px 0;
    }
}
.power-box-img {
    width: 25%;
}
@media screen and (max-width: 767px) {
    .power-box-img {
        flex-direction: column;
        width: 218px;
    }
}
.power-box-img img {
    width: 100%;
}
.power-box-txt {
    font-size: 20px;
    line-height: 2;
    width: 65%;
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .power-box-txt {
        margin: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .power-box-txt {
        width: calc(100% - 40px);
    }
}
.learn-about {
    background-color: #F0FAFE;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .learn-about {
        padding: 40px 20px 30px;
    }
}
.learn-about h3 {
    color: #0989B1;
    font-size: 28px;
    width: 80%;
    max-width: 1000px;
    margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
    .learn-about h3 {
        width: 100%;
        font-size: 20px;
        margin-bottom: 50px;
    }
}
.learning-list {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 1000px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .learning-list {
        width: 100%;
    }
}
.learning-box {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 5%;
}
@media screen and (max-width: 767px) {
    .learning-box {
        gap: 20px;
    }
}
.left-box {
    background-color: #FFF;
    border: 4px solid #0989B1;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    border-radius: 4px;
    text-align: center;
    padding: 5% 0;
}
@media screen and (max-width: 767px) {
    .left-box {
        width: 90px;
        font-size: 16px;
    }
}
.right-box {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .right-box {
        width: calc(100% - 110px);
    }
}
.learn-txt {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .learn-txt {
        font-size: 14px;
    }
}
.plus-mark {
    font-size: 72px;
    font-weight: 600;
    color: #0989B1;
    padding-left: 6%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .plus-mark {
        font-size: 56px;
    }
}
.right-box h4 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2;
    color: #0989B1;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .right-box h4 {
        font-size: 15px;
        line-height: 1.5;
    }
}
.tool-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    margin-bottom: 20px;
}
.tool-list li {
    background-color: #0989B1;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 4px;
    padding: 1%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .tool-list li {
        font-size: 13px;
    }
}
.learn-about-bottom {
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 1000px;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .learn-about-bottom {
        width: 100%;
    }
}
.learn-about-txt {
    display: inline-block;
    position: relative;
    background-color: #8E8E8E;
    padding: 10px 15px;
    border-radius: 10px;
    line-height: 1.5;
    color: #FFF;
    width: 80%;
    font-size: 18px;
    padding: 2% 1%;
    box-sizing: border-box;
    overflow: visible;
}
@media screen and (max-width: 767px) {
    .learn-about-txt {
        font-size: 14px;
        z-index: 0;
        width: calc(100%- 170px);
    }
}
.learn-about-txt::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -18px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 25px solid #8E8E8E;
}
@media screen and (max-width: 767px) {
    .learn-about-txt::after {
        border-left: 35px solid #8E8E8E;
        right: -15px;
        z-index: -1;
        top: 10px;
    }
}
.learn-img {
    width: 20%;
}
@media screen and (max-width: 767px) {
    .learn-img {
        width: 155px;
        margin-right: -20px;
    }
}
.learn-img img {
    width: 100%;
}
#skill {
    padding: 80px 0;
    background-color: #FFF;
}
.skill-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
    justify-content: space-between;
    row-gap: 24px;
}
@media screen and (max-width: 767px) {
    .skill-box {
        flex-direction: column;
        width: calc(100% - 40px);
    }
}
.skill-box li {
    background-color: #F5F5F5;
    width: 49%;
    padding: 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 6px;
}
@media screen and (max-width: 767px) {
    .skill-box li {
        width: auto;
        padding: 20px;
    }
}
.skill-inner {
    height: 150px;
}
@media screen and (max-width: 767px) {
    .skill-inner {
        height: auto;
    }
}
.skill-num {
    font-size: 52px;
    color: rgba(12, 134, 172, 0.16);
    letter-spacing: 2px;
    line-height: 1;
    font-weight: 600;
}
.skill-box h4 {
    font-size: 21px;
    font-weight: 600;
    color: #0989B1;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
    .skill-box h4 {
        font-size: 19px;
        margin-bottom: 1em;
    }
}
.skill-txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
    .skill-txt {
        font-size: 14px;
    }
}
.lined-under {
    font-size: 16px;
    width: 80%;
    max-width: 550px;
    letter-spacing: 2px;
    margin: -30px auto 50px auto;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .lined-under {
        width: auto;
        margin: 0 20px 30px;
        font-size: 14px;
    }
}
#program {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #CEEFFD;
}
.section-title {
    width: 100%;
    color: #FFF;
    background-color: #0989B1;
    font-size: 36px;
    margin-top: -1px;
    text-align: center;
    letter-spacing: 4px;
    line-height: 1.6;
    padding: 30px 20px;
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .section-title {
        font-size: 24px;
        margin-bottom: 50px;
    }
}
.program-head {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 80%;
    max-width: 1000px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .program-head {
        flex-direction: column;
        width: calc(100% - 40px);
    }
}
.program-num {
    font-size: 20px;
    color: #0989B1;
    font-weight: 600;
    background-image: url("../images/wales.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.program-num span {
    font-size: 36px;
}
.program-title h3 {
    font-size: 32px;
    letter-spacing: 2px;
    color: #3A3A3A;
    line-height: 1.2;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .program-title {
        text-align: center;
    }
    .program-title h3 {
        font-size: 26px;
    }
}
.program-title p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
    .program-title p {
        font-size: 15px;
        text-align: center;
    }
}
.slide-box {
    background-color: #FFF;
    border-radius: 8px;
    width: 80%;
    max-width: 1000px;
    padding: 40px 30px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .slide-box {
        width: calc(100% - 40px);
        padding: 30px 10px;
    }
}
.program-h4 {
    color: #0989B1;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 24px;
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .program-h4 {
        font-size: 18px;
    }
}
.slide-inner {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .slide-inner {
        overflow-x: auto;
        gap: 10px;
        margin-right: -10px;
    }
    .slide-inner img {
        min-width: 70vw;
    }
}
.slide-inner img {
    width: 24%;
}
.slide-txt-box {
    background-color: #FFF;
    border-radius: 8px;
    width: 80%;
    max-width: 1000px;
    padding: 40px 30px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .slide-txt-box {
        width: calc(100% - 40px);
        font-size: 18px;
        padding: 30px 20px;
    }
}
.openVideo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    max-width: 670px;
    background-color: #0989B1;
    color: #FFF;
    border-radius: 6px;
    font-size: 22px;
    padding: 1%;
    box-sizing: border-box;
    margin: 20px auto 35px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.33);
    margin-bottom: 100px;
    gap: 20px;
}
@media screen and (max-width: 400px) {
    .openVideo {
        font-size: 15px;
        gap: 15px;
    }
}
@media screen and (401px <=width <=767px) {
    .openVideo {
        font-size: 16px;
        gap: 10vw;
    }
}
@media screen and (max-width: 767px) {
    .openVideo {
        justify-content: center;
        width: calc(100% - 40px);
        padding: 10px 0;
    }
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}
.popup.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-content {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    width: 560px;
    max-width: 90%;
    max-height: 90vh;
    box-sizing: border-box;
}
.popup-content>iframe {
    width: 100%;
    margin-bottom: -8px;
    height: 270px;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}
.v-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
@media screen and (max-width: 400px) {
    .v-right {
        gap: 8px;
    }
}
@media screen and (401px <=width <=767px) {
    .v-right {
        gap: 15px;
    }
}
.program-list {
    list-style: disc;
    padding-left: 20px;
}
.program-list li {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
    .program-list li {
        font-size: 14px;
    }
}
.txt-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
}
.txt-list li {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .txt-list li {
        font-size: 14px;
        line-height: 2;
    }
}
.program-margin {
    height: 60px;
}
.program-bottom-box {
    background-color: #F5F5F5;
    width: 80%;
    max-width: 1000px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3% 1%;
    box-sizing: border-box;
    margin: 60px auto;
}
.program-bottom-box p {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 2;
    width: 95%;
}
@media screen and (max-width: 767px) {
    .program-bottom-box {
        width: calc(100% - 40px);
        padding: 30px 20px;
    }
    .program-bottom-box p {
        font-size: 14px;
    }
}
.pace {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
}
.pace-top {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1000px;
}
@media screen and (max-width: 767px) {
    .pace-top {
        width: calc(100% - 40px);
        flex-direction: column-reverse;
        gap: 20px;
    }
}
.pace-txt {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .pace-txt {
        width: auto;
    }
}
.pace-img {
    width: 40%;
}
@media screen and (max-width: 767px) {
    .pace-img {
        width: auto;
    }
}
.pace-img img {
    width: 100%;
}
.pace-txt p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2.1;
}
@media screen and (max-width: 767px) {
    .pace-txt p {
        line-height: 1.85;
        font-size: 14px;
    }
}
.pace-style {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 30px auto;
}
@media screen and (max-width: 767px) {
    .pace-style {
        font-size: 18px;
    }
}
.pace-box {
    display: flex;
    width: 80%;
    max-width: 1000px;
    justify-content: space-between;
    margin-bottom: 80px;
}
.dailystudies {
    width: 80%;
}
@media screen and (max-width: 767px) {
    .pace-box {
        width: calc(100% - 40px);
        flex-direction: column;
        gap: 20px;
        margin-bottom: 60px;
    }
}
.pace-box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.23);
    width: 31%;
    padding: 3% 2%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .pace-box li {
        width: auto;
        padding: 20px;
    }
}
.pace-icon {
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .pace-icon {
        margin-bottom: 10px;
    }
}
.pace-box li h3 {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .pace-box li h3 {
        margin-bottom: 10px;
    }
}
.pace-under-icon {
    color: #FFF;
    background-color: #0989B1;
    border-radius: 24px;
    font-size: 16px;
    padding: 1px 8%;
    box-sizing: border-box;
    letter-spacing: 2px;
}
.pace-box li h4 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 30px auto 0 auto;
    border-top: 1px solid #C6C6C6;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .pace-box li h4 {
        font-size: 14px;
    }
}
.pace-txt-bottom {
    width: 100%;
    background-color: #F0FAFE;
    font-size: 14px;
    height: 70px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1% 3%;
    box-sizing: border-box;
}
#price {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F0F0F0;
    padding-bottom: 86px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    #price {
        padding-bottom: 20px;
    }
}
.price-img {
    margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
    .price-img {
        margin-bottom: 40px;
    }
}
.price-img img {
    width: 100%;
}
.off-txt-box {
    text-align: center;
    margin-top: -20px;
}
@media screen and (max-width: 767px) {
    .off-txt-box {
        padding: 0 14px;
    }
}
.off-sub-txt {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #3A3A3A;
    text-align: center;
}
.off-sub-txt .num {
    background-color: #fb5e39;
    color: #fff;
    border-radius: 10px;
    padding: 6px 15px;
    font-size: 36px;
    margin: 0 10px;
}
.off-sub-txt .text {
    color: #fb5e39;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .off-sub-txt {
        font-size: clamp(18px, 0.991rem + 0.67vw, 21px);
    }
    .off-sub-txt span {
        font-size: clamp(20px, 0.892rem + 1.79vw, 28px);
    }
}
.off-txt {
    font-size: 52px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.5px;
    background: url(/wp/wp-content/themes/fantomsemi/images/bg_off-txt.png) repeat;
    background-size: 8px 8px;
    border-radius: 10px;
    display: inline-block;
    padding: 8px 20px;
    margin: 10px 0 20px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .off-txt {
        font-size: clamp(28px, 1.303rem + 2.24vw, 38px);
        white-space: nowrap;
        margin: 10px 0;
    }
}
.off-txt span {
    font-size: 45px;
}
@media screen and (max-width: 767px) {
    .off-txt span {
        font-size: 24px;
    }
}
.price-txt {
    font-weight: 600;
    font-size: 98px;
    letter-spacing: 2px;
    color: #0989B1;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
.price-txt>img {
    width: 100px;
    height: 40px;
    margin-right: 15px;
}
@media screen and (max-width: 767px) {
    .price-txt {
        font-size: 50px;
        position: relative;
        text-align: left;
        box-sizing: border-box;
        white-space: nowrap;
        letter-spacing: 0;
        margin: 0;
    }
    .price-txt>img {
        width: 80px;
        height: 30px;
    }
}
.price-txt span:last-child {
    font-size: 50px;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .price-txt>span {
        font-size: 48px;
    }
    .price-txt span:last-child {
        font-size: 30px;
        margin-top: 10px;
    }
}
.price-txt_intax, .price-txt_intax_bunkatsu, .price-txt_intax_bunkatsu+p {
    font-size: 18px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .price-txt_intax, .price-txt_intax_bunkatsu, .price-txt_intax_bunkatsu+p {
        font-size: 18px;
        line-height: 1.6;
    }
}
.sub-price {
    width: 120%;
    background: #d4eefb;
    border-radius: 15px;
    text-align: center;
    padding: 20px 0 10px;
    margin: 30px auto;
    margin-left: -10%;
}
.ttl_sub-price {
    background: #3d87ad;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    padding: 6px 15px;
    line-height: 1;
    font-size: 18px;
}
.sub-price-txt {
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 2px;
    color: #0989B1;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-price-txt i {
    font-style: normal;
}
@media screen and (max-width: 767px) {
    .sub-price {
        margin: 30px auto 0;
        margin-left: -5%;
        width: 110%;
    }
    .sub-price-txt {
        position: relative;
        flex-direction: column;
        align-items: center;
        font-size: 32px;
        flex-wrap: wrap;
    }
}
.sub-price-txt span.main {
    font-size: 42px;
}
.sub-price-txt span {
    font-size: 27px;
}
@media screen and (min-width: 768px) {
    .sub-price-txt span.b {
        color: inherit;
    }
}
@media screen and (max-width: 767px) {
    .sub-price-txt span.main {
        font-size: 32px;
    }
    .sub-price-txt span {
        font-size: 20px;
    }
}
.price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .price-box {
        width: calc(100% - 28px);
        align-items: center;
        padding: 30px 20px 40px;
    }
}
.line-through {
    font-size: 24px;
    color: #707070;
    text-decoration: line-through;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .line-through {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
}
.price-under-txt {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.8;
}
#price h4 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    /*color: #0989B1;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  width: 80%;
  max-width: 704px;
  margin-bottom: 24px;*/
}
#price h4::before {
    content: "";
    display: block;
    background: #3d87ad;
    width: 60px;
    height: 5px;
    margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
    #price h4 {
        font-size: 20px;
    }
}
.spec {
    width: 100%;
    background: #fff;
    padding: 50px 0;
}
.spec_list {
    width: 68%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 30px;
}
@media screen and (max-width: 767px) {
    .spec_list {
        width: 96%;
        max-width: auto;
        display: flex;
        gap: 1%;
    }
}
.spec_list li {
    flex: 1;
    text-align: center;
}
.spec_list li h5 {
    width: 100%;
    background: #3d87ad;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
}
.spec_list li h5::after, .spec_list li h5::before {
    content: none;
}
.spec_list li div {
    border: 2px solid #3d87ad;
    border-top: 0;
    padding: 20px 0 0;
}
.spec_list li div img {
    width: 30%;
    margin: 3% 0;
}
.spec_list li:first-child div img {
    width: 36%;
    margin-bottom: 0;
}
.spec_list li div p {
    font-size: 21px;
    font-weight: 600;
    color: #3d87ad;
    letter-spacing: 0.05em;
}
.spec_list li div p span {
    font-size: 32px;
}
.spec_list li div p:last-child {
    height: 70px;
    line-height: 70px;
    margin-top: -10px;
}
.spec_list li:last-child p {
    font-size: 18px;
}
.spec_list li:last-child p:last-child {
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .spec_list li h5 {
        font-size: 16px;
        padding-top: 5px;
    }
    .spec_list li div img {
        width: 50%;
        margin: 3% 0;
    }
    .spec_list li div {
        height: 90%;
        box-sizing: border-box;
    }
    .spec_list li:first-child div img {
        width: 50%;
        margin: 3% 0;
    }
    .spec_list li div p {
        font-size: 16px;
    }
    .spec_list li div p span {
        font-size: 24px;
    }
    .spec_list li div p:last-child {
        height: auto;
        line-height: 1;
        margin-top: 0;
    }
    .spec_list li:last-child p {
        font-size: 14px;
    }
    .spec_list li:last-child p:last-child {
        line-height: 1.4;
    }
}
.spec_tokuten {
    width: 68%;
    max-width: 900px;
    background: #fef9e8;
    border-left: 10px solid #ea8b34;
    margin: 30px auto 0;
    text-align: center;
    padding: 20px 0;
}
.spec_tokuten .ttl_tokuten {
    font-size: 21px;
    font-weight: 600;
    color: #ea8b34;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.spec_tokuten .ttl_tokuten::before {
    content: "";
    background: url("/wp/wp-content/themes/fantomsemi/images/icon_spec_tokuten.svg");
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -36px;
}
.spec_tokuten .ttl_tokuten span {
    font-size: 32px;
}
.spec_tokuten p {
    font-size: 21px;
    letter-spacing: 0.05em;
}
.spec_tokuten p:last-child {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .spec_tokuten {
        width: 96%;
        max-width: auto;
        margin: 30px auto 0;
        padding: 10px 0;
        box-sizing: border-box;
    }
    .spec_tokuten .ttl_tokuten {
        font-size: 16px;
    }
    .spec_tokuten .ttl_tokuten span {
        font-size: 24px;
    }
    .spec_tokuten p {
        font-size: 16px;
    }
}
.spec .cta-box {
    margin: 40px auto 20px;
}
.spec .cta-box ul {
    text-align: left;
    line-height: 1.8;
}
.group {
    padding: 50px 0;
    background: #f2fafd;
    width: 100%;
}
.group h4+p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
#price table {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #price table {
        width: calc(100% - 40px);
    }
}
#price table th {
    background-color: #6A6A6A;
    color: #FFF;
}
#price table th,
#price table td {
    padding: 2% 5%;
    font-size: 16px;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
    #price table th,
    #price table td {
        font-size: 14px;
    }
}
tbody tr:nth-child(odd) {
    background-color: #fff;
}
tbody tr:nth-child(even) {
    background-color: #fff;
}
.group tbody tr:nth-child(odd) {
    background-color: #d4eefb;
}
.group tbody tr:nth-child(even) {
    background-color: #b9e6fc;
}
td {
    color: #3A3A3A;
    font-size: 16px;
}
#price table td.discount {
    color: #ff0000;
    font-weight: 600;
    font-size: 21px;
}
.under-table {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    width: 80%;
    max-width: 700px;
    margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
    .under-table {
        font-size: 14px;
        width: calc(100% - 40px);
        line-height: 2;
    }
    #price table td.discount {
        font-size: 18px;
    }
}
.moushikomi {
    width: 100%;
    padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
    .moushikomi {
        padding: 30px 0;
    }
}
.stepper {
    display: flex;
    align-items: stretch;
    position: relative;
    width: 80%;
    max-width: 700px;
    margin: 0 auto 86px;
}
@media screen and (max-width: 767px) {
    .stepper {
        width: calc(100% - 40px);
        flex-direction: column;
        gap: 30px;
        margin: 0 auto 50px;
    }
}
.stepper::before {
    content: "";
    position: absolute;
    top: 22px;
    /* circle の高さに合わせて調整 */
    left: 50%;
    transform: translateX(-50%);
    height: 7px;
    background: #0989B1;
    z-index: 0;
    width: 60%;
    max-width: 532px;
}
@media screen and (max-width: 767px) {
    .stepper::before {
        content: none;
    }
}
.step {
    text-align: center;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .step {
        position: relative;
        margin-left: 37px;
        display: block;
        padding-left: 80px;
    }
    .step:last-child:before {
        content: none;
    }
    .step:before {
        content: '';
        position: absolute;
        left: 26px;
        width: 5px;
        height: calc(100% + 30px);
        background: #0989B1;
    }
}
.circle {
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    background: #0989B1;
    color: #fff;
    font-weight: bold;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
    font-size: 28px;
}
@media screen and (max-width: 767px) {
    .circle {
        position: absolute;
        left: 0;
        top: 0;
    }
}
.step-label {
    font-size: 18px;
    font-weight: 600;
    margin: 32px auto;
}
@media screen and (max-width: 767px) {
    .step-label {
        text-align: left;
        margin: 15px 0 10px;
    }
}
.step-icon img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .step-icon img {
        margin: 0;
        width: 64px;
        height: auto;
    }
}
#anc_tokuten {
    width: 100%;
    margin-top: -60px;
    padding-top: 60px;
}
.tokuten {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
}
/*.tokuten-box {
  width: 50%;
  max-width: 1200px;
}*/
.tokuten-box {
    width: 75%;
    max-width: 1200px;
}
@media screen and (max-width: 767px) {
    .tokuten-box {
        width: calc(100% - 40px);
    }
}
.tokuten-box li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
    .tokuten-box li {
        flex-direction: column;
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 768px) {
    .tokuten-txt-box {
        width: 60%;
    }
}
.tokuten-txt-box-2 {
    border: 2px dashed #0989B1;
    padding: 30px 30px 10px;
}
.tokuten-txt-box-2 .tokuten-txt {
    margin: 0;
}
.tokuten-haguruma {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}
.tokuten-haguruma img {
    width: 20%;
}
.tokuten-haguruma p {
    font-size: 21px;
    font-weight: bold;
}
.tokuten-title {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .tokuten-title {
        flex-direction: column;
    }
    .tokuten-haguruma {
        flex-direction: column;
    }
    .tokuten-haguruma img {
        width: 40%;
        margin-bottom: 10px;
    }
    .tokuten-haguruma p {
        font-size: 18px;
    }
}
.tokuten-num {
    width: 86px;
    height: 86px;
    border-radius: 48px;
    background-color: #0989B1;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}
.tokuten-num span {
    font-size: 36px;
    line-height: 1;
}
.tokuten-title-txt {
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 600;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .tokuten-title-txt {
        font-size: 16px;
    }
}
.tokuten-title-box h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #0989B1;
}
@media screen and (max-width: 767px) {
    .tokuten-title-box {
        text-align: center;
    }
    .tokuten-title-box h3 {
        font-size: 22px;
    }
}
.tokuten-txt {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2;
    font-weight: 500;
    margin: 24px 0;
}
@media screen and (max-width: 767px) {
    .tokuten-txt {
        font-size: 14px;
    }
}
.tokuten-list li {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 20px;
    padding-left: 60px;
}
.tokuten-list li h4 {
    font-size: 20px;
    color: #0989B1;
    letter-spacing: 2px;
    line-height: 2;
}
.tokuten-list li div {
    padding-left: 10px;
    position: relative;
}
.tokuten-list li div::before {
    content: "";
    display: block;
    background: url("/wp/wp-content/themes/fantomsemi/images/icon_excel.png") no-repeat;
    background-size: contain;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    left: -65px;
}
.tokuten-list li p img {
    width: 100%;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .tokuten-list li h4 {
        font-size: 18px;
    }
}
.tokuten-list li p {
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .tokuten-list li p {
        font-size: 14px;
    }
    .tokuten-list li>p {
        position: relative;
        left: -60px;
        width: calc(100% + 65px);
    }
}
@media screen and (min-width: 768px) {
    .tokuten-img {
        width: 35%;
    }
}
.tokuten-img img {
    width: 100%;
}
.b-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0FAFF;
    gap: 8%;
    padding: 3% 5%;
    box-sizing: border-box;
    border: 1px dotted #0989B1;
    border-radius: 7px;
}
@media screen and (max-width: 400px) {
    .b-box {
        gap: 0;
        white-space: nowrap;
        justify-content: space-between;
    }
}
.b-box li {
    font-size: 20px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .b-box li {
        font-size: 14px;
    }
}
.y-bg {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline;
    background: #FFF242 no-repeat;
    background-size: 100% 3px;
    background-position: 0 100%;
}
.red-txt {
    color: #ED2E2E;
    font-weight: 600;
}
#voice {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F0FAFE;
}
.voice-txt {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 48px;
    position: relative;
}
.voice-txt:before, .voice-txt:after {
    content: 'ー';
}
@media screen and (max-width: 767px) {
    .voice-txt.a {
        padding: 0 2em;
    }
    .voice-txt.a:before, .voice-txt.a:after {
        position: absolute;
        top: 1em;
    }
    .voice-txt.a:before {
        left: 0;
    }
    .voice-txt.a:after {
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    .voice-txt {
        padding: 0 20px;
        font-size: 18px;
    }
}
.voice-box {
    background-color: #FFF;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 5%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .voice-box {
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-bottom: 20px;
        justify-content: space-between;
        gap: 20px;
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .voice-txt-box {
        width: calc(100% - 100px);
    }
}
.voice-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
@media screen and (max-width: 767px) {
    .voice-img {
        width: 80px;
        height: 80px;
    }
}
.voice-img img {
    width: 120%;
}
.voice-comment {
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .voice-comment {
        font-size: 14px;
    }
}
.attribute {
    font-size: 21px;
    color: #828282;
}
@media screen and (max-width: 767px) {
    .attribute {
        font-size: 16px;
    }
}
.voice-detail {
    width: 100%;
    background-color: #FFF;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}
@media screen and (max-width: 767px) {
    .voice-detail {
        margin-top: 30px;
    }
}
.voice-detail-txt {
    font-size: 26px;
    color: #0989B1;
    letter-spacing: 2px;
    font-weight: 600;
    width: 70%;
    max-width: 650px;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .voice-detail-txt {
        width: calc(100% - 40px);
        font-size: 16px;
        margin-bottom: 30px;
    }
}
.detail-box {
    width: 80%;
    max-width: 900px;
    background-color: #D9D9D9;
    height: 776px;
    margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
    .detail-box {
        width: calc(100% - 40px);
        height: auto;
        aspect-ratio: 340 / 221;
        margin-bottom: 30px;
    }
}
#faq-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
}
.faq {
    width: 80%;
    max-width: 900px;
}
@media screen and (max-width: 767px) {
    .faq {
        width: calc(100% - 40px);
    }
}
.faq-header {
    background-color: #F0FAFE;
    display: flex;
    align-items: center;
    border-radius: 8px;
    gap: 12px;
    padding: 2% 4%;
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .faq-header {
        margin-bottom: 20px;
    }
}
.faq-icon {
    width: 36px;
    height: 36px;
    display: block;
}
.faq-header h3 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .faq-header h3 {
        font-size: 16px;
    }
}
.faq-content {
    display: none;
}
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 21px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.faq-header::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #0989B1;
    border-bottom: 2px solid #0989B1;
    transform: rotate(45deg);
    margin-left: auto;
}
.faq-header.active::after {
    border: none;
    border-top: 2px solid #0989B1;
    border-left: 2px solid #0989B1;
}
.faq-sub-item .faq-answer {
    display: none;
    /* 初期非表示 */
    padding: 15px 0 8px 0;
    line-height: 1.5;
}
.faq-txt-under {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 2;
    margin: 45px auto 24px auto;
}
/* 2階層目のサブアイテム */
.faq-sub-item {
    background: #F0F0F0;
    padding: 20px;
    margin-bottom: 18px;
    font-size: 16px;
    border-radius: 8px;
}
/* 質問部分 */
.faq-question {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    line-height: 2;
    padding-right: 10px;
}
.faq-question span,
.faq-answer span {
    color: #0989B1;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-right: 10px;
}
/* 矢印 */
.faq-question::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #0989B1;
    border-bottom: 2px solid #0989B1;
    transform: rotate(45deg);
    margin-left: auto;
    position: absolute;
    right: 0;
}
.faq-question.active::after {
    border: none;
    border-top: 2px solid #0989B1;
    border-left: 2px solid #0989B1;
}
/* 回答部分 */
.faq-answer {
    display: none;
    /* 初期非表示 */
    padding: 10px 16px;
    line-height: 1.5;
    border-top: 1px solid #b9b9b9;
    margin-top: 10px;
    padding-top: 15px;
}
@media screen and (max-width: 767px) {
    .faq-txt-under {
        margin: 0 20px 30px;
        font-size: 14px;
        line-height: 1.85;
    }
}
.faq-cta {
    width: 80%;
    max-width: 800px;
    margin-bottom: 50px;
}
.faq-cta:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .faq-cta {
        width: calc(100% - 40px);
    }
}
.faq-cta a {
    background-color: #0989B1;
    color: #FFF;
    display: block;
    border-radius: 84px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5% 3%;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .faq-cta a {
        font-size: 17px;
        letter-spacing: 0;
        width: auto;
    }
}
.bottom-img {
    width: 90%;
    max-width: 1200px;
}
@media screen and (max-width: 767px) {
    .bottom-img {
        width: calc(100% - 40px);
    }
}
.bottom-img img {
    width: 100%;
}
.dailystudies {
    display: flex;
    flex-direction: column;
}
.dailystudies h2 {
    font-size: 2.4rem;
    font-weight: bold;
    background: none;
    color: inherit;
    margin: 50px 0 30px;
    padding: 0;
    text-align: center;
}
.arrow img {
    width: 100%;
}
.btn_purchase a {
    text-decoration: none;
}
.c_anchor {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -4.5vw;
}
@media screen and (max-width: 767px) {
    .c_anchor {
        margin-top: -76px;
    }
}
.program-list>p {
    display: none;
}
html {
    scroll-behavior: smooth;
}
.l-footer {
    background: #0989B1;
}
.l-footer * {
    color: #fff;
}
.l-footer a {
    text-decoration: none;
}
.f-nav {
    background: #06627E;
}
.f-inner {
    width: 1124px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.f-inner p {
    font-weight: bold;
    font-size: 32px;
}
@media screen and (max-width: 767px) {
    .f-inner>ul {
        width: 50%;
        margin: 0 auto 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .f-inner {
        font-size: 14px;
    }
    .f-inner>ul {
        width: 50%;
        margin: 0 auto 0 20px;
    }
    .f-inner p {
        font-size: 24px;
    }
}
@media screen and (min-width: 951px) {
    .f-inner p {
        margin-top: 2em;
    }
}
.f-inner.a {
    display: flex;
    justify-content: space-between;
    padding: 45px 0;
}
@media screen and (max-width: 950px) {
    .f-inner.a {
        flex-direction: column;
        padding: 50px 0;
        gap: 20px;
    }
}
@media screen and (min-width: 951px) {
    .f-inner.a p {
        width: calc(100% - 600px);
    }
    .f-inner.a .right {
        width: 560px;
    }
}
.f-link {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.f-link li {
    width: calc(50% - 10px);
}
.f-link li:nth-child(3) {
    width: 100%;
}
.f-link a {
    display: block;
    border: solid 3px #fff;
    border-radius: .5em;
    font-size: 20px;
    background: #06627E;
    padding: .8em 0;
    position: relative;
    font-weight: bold;
    position: relative;
}
.f-link a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .f-link a {
        font-size: 18px;
    }
}
.f-link a:before {
    content: '';
    position: absolute;
    width: .5em;
    height: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 1em;
    top: 1.2em;
    transform: rotate(45deg);
}
.f-tel {
    text-align: left;
}
.f-tel a {
    font-size: 42px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .f-tel a {
        font-size: clamp(1.75rem, 1.124rem + 3.13vw, 2.625rem);
    }
}
.f-tel img {
    width: 1.13em;
    vertical-align: middle;
    margin-right: .5em;
}
.f-tel small {
    display: block;
    font-size: 20px;
    text-align: left;
    padding-left: 70px;
}
@media screen and (max-width: 767px) {
    .f-tel small {
        font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
        padding-left: clamp(3.125rem, 2.678rem + 2.24vw, 3.75rem);
    }
}
.f-nav {
    padding: 30px 0;
    font-size: 18px;
}
.f-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 2em;
}
.f-copy {
    text-align: center;
    background: #03313F;
    padding: 1em;
    font-size: 12px;
    font-weight: bold;
}
.img1 {
    margin-top: 10px;
}
.lp-low {
    position: relative;
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .lp-low {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 950px) {
    .lp-low {
        margin-top: 62px;
    }
}
@media screen and (max-width: 767px) {
    .lp-low {
        margin-top: 142px;
    }
}
.lp-low .ttl {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 4vw;
    font-size: 36px;
}
@media screen and (max-width: 950px) {
    .lp-low .ttl {
        font-size: 30px;
        bottom: 50%;
        transform: translateY(50%);
    }
}
.lp-low img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media screen and (max-width: 950px) {
    .lp-low img {
        height: 150px;
    }
}
.lp-inner {
    width: 840px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    color: #3A3A3A;
}
.lp-form section {
    border-top: solid 1px #C2C2C2;
    padding: 60px 0 20px;
}
.lp-form section:first-of-type {
    padding-top: 0;
    border: none;
}
.lp-form .ttl {
    font-weight: bold;
    color: #0989B1;
    display: flex;
    gap: 1em;
    align-items: center;
    font-size: 24px;
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
    .lp-form .ttl {
        font-size: 18px;
    }
}
.lp-form .ttl img {
    width: 1.66em;
}
.lp-form p {
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .lp-form p {
        font-size: 14px;
    }
}
.lp-form p b {
    font-weight: bold;
    font-size: 1.33em;
}
.lp-form p em {
    display: block;
    font-style: normal;
    font-size: 24px;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .lp-form p em {
        font-size: 20px;
        margin-bottom: .5em;
    }
}
@media screen and (max-width: 767px) {
    .lp-form p small {
        display: block;
    }
}
.lp-form table {
    margin-top: 30px;
    width: 100%;
}
.lp-form th {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-bottom: .5em;
}
@media screen and (min-width: 768px) {
    .lp-form th {
        font-size: 18px;
        width: 300px;
    }
}
.lp-form td {
    padding: 0 0 2em;
}
@media screen and (max-width: 767px) {
    .lp-form th, .lp-form td {
        float: left;
        width: 100%;
    }
}
.lp-form .haveto, .lp-form .any {
    position: absolute;
    right: 5em;
    font-size: 13px;
    color: #fff;
    background: #8C8C8C;
    border-radius: .2em;
    padding: .2em .5em .1em;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .lp-form .haveto, .lp-form .any {
        right: 0;
    }
}
.lp-form .wpcf7-form-control-wrap {
    display: inline-block;
    margin-right: 5px;
}
.lp-form .haveto {
    background: #FF6D00;
}
.lp-form td input, .lp-form td textarea {
    width: 100%;
    background: #F2F2F2;
    border: solid 1px #C7C7C7;
    padding: .8em 1em;
    box-sizing: border-box;
}
.lp-form #formbtn {
    display: block;
    margin: 35px auto;
    background: #FF6D00;
    width: 691px;
    max-width: 100%;
    color: #fff;
    font-weight: bold;
    border: none;
    font-size: 20px;
    padding: .8em 0;
}
.lp-form .wpcf7 {
    text-align: center;
}
.lp-envi {
    margin-bottom: 80px;
}
.lp-envi p {
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .lp-envi p {
        font-size: 14px;
    }
}
.lp-envi .ttl {
    color: #0989B1;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    padding-left: 1.3em;
    margin: 1.5em 0 .6em;
}
@media screen and (max-width: 767px) {
    .lp-envi .ttl {
        font-size: 22px;
    }
}
.lp-envi .ttl:before {
    content: '';
    position: absolute;
    background: #0989B1;
    width: 1em;
    height: .25em;
    top: .5em;
    left: 0;
}
.lp-envi dl {
    background: #F5F5F5;
    padding: 35px 55px;
    border-radius: 8px;
    margin: 20px 0 50px;
}
@media screen and (max-width: 767px) {
    .lp-envi dl {
        padding: 35px 20px;
    }
}
.lp-envi dl.a dd+dt {
    border-top: solid 1px #D9D9D9;
    padding-top: 25px;
    margin-top: 20px;
}
.lp-envi dt {
    color: #0989B1;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: .5em;
}
@media screen and (max-width: 767px) {
    .lp-envi dt {
        font-size: 19px;
    }
}
.lp-envi dd {
    line-height: 2;
}
.lp-envi dd+dt {
    margin-top: 40px;
}
.lp-app {
    margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
    .lp-app {
        width: 1118px;
    }
}
.lp-app * {
    box-sizing: border-box;
}
.lp-app .ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    letter-spacing: .08em;
    margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
    .lp-app .ttl {
        font-size: 20px;
    }
}
.lp-app .ttl:before {
    content: '';
    position: absolute;
    left: 50%;
    translate: -50% 0;
    top: -1em;
    width: 3.33em;
    height: .25em;
    background: #0989B1;
}
.lp-app .msg {
    text-align: center;
    max-width: 723px;
    background: #F5F5F5;
    margin: 0 auto 40px;
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .08em;
    gap: 1em;
    padding-left: 10%;
}
@media screen and (max-width: 767px) {
    .lp-app .msg {
        font-size: 22px;
        padding: 20px;
    }
}
.lp-app .msg em {
    color: #FF6D00;
}
.lp-app .msg img {
    width: 2.57em;
}
.lp-app .list {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .lp-app .list {
        flex-direction: column;
    }
}
.lp-app .list dl {
    border-radius: 10px;
    background: #F5F5F5;
    position: relative;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .lp-app .list dl {
        width: calc(23% - 30px);
    }
}
.lp-app .list dl:first-child:before {
    content: none;
}
@media screen and (min-width: 768px) {
    .lp-app .list dl:last-child {
        width: calc(26% - 30px);
    }
}
.lp-app .list dl:last-child dt {
    background: #FF6D00;
}
.lp-app .list dl:last-child:before {
    background: #FF6D00;
}
.lp-app .list dl:before {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 20px;
    height: 55px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background: #0989B1;
    left: -40px;
}
@media screen and (max-width: 767px) {
    .lp-app .list dl:before {
        left: 50%;
        translate: -50% 0;
        top: -40px;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        width: 55px;
        height: 20px;
    }
}
.lp-app .list dt {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #0989B1;
    letter-spacing: .08em;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding-top: .3em;
}
.lp-app .list dt i {
    font-style: normal;
    font-size: 1.4em;
}
.lp-app .list dd {
    padding: 20px 15px;
}
.lp-app .list dd p {
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1em;
}
.lp-app .list dd small {
    font-size: 14px;
    display: block;
    margin-top: 2em;
}
.lp-app .note {
    font-size: 14px;
    line-height: 1.9;
}
.lp-app figure {
    margin: 60px 0 80px;
}
.lp-app figure img {
    width: 100%;
}
.lp-app tbody tr:nth-child(even) {
    background: none;
}
.lp-app table {
    width: 100%;
}
.lp-app .ttl2 {
    background: #0989B1;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: .5em 1em;
    position: relative;
    gap: 1em;
    padding-right: 55px;
    margin-bottom: 18px;
    cursor: pointer;
}
.lp-app .ttl2:before {
    content: '';
    position: absolute;
    font-size: 18px;
    width: .8em;
    height: .8em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 38px;
    top: 50%;
    transform: rotate(45deg) translateY(-0.8em);
}
.lp-app .ttl2.open+.qa {
    display: block;
}
.lp-app .qa {
    display: none;
}
.lp-app .qa>dl {
    background: #F0F0F0;
    padding: 20px;
    margin-bottom: 18px;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .lp-app .qa>dl {
        font-size: 14px;
    }
}
.lp-app .qa>dl>dt, .lp-app .qa>dl>dd {
    position: relative;
}
.lp-app .qa>dl>dt:before, .lp-app .qa>dl>dd:before {
    content: 'Q';
    position: absolute;
    color: #0989B1;
    font-weight: bold;
    left: 0;
    font-size: 24px;
    top: 0;
    line-height: 1;
}
.lp-app .qa>dl>dt {
    font-weight: bold;
    padding-left: 32px;
    cursor: pointer;
    padding-right: 38px;
}
.lp-app .qa>dl>dt.open:after {
    border: none;
    border-top: 2px solid #0989B1;
    border-left: 2px solid #0989B1;
    margin-top: .35em;
}
.lp-app .qa>dl>dt.open+dd {
    display: block;
}
.lp-app .qa>dl>dt:after {
    content: '';
    position: absolute;
    font-size: 18px;
    width: .8em;
    height: .8em;
    border-bottom: 2px solid #0989B1;
    border-right: 2px solid #0989B1;
    right: 18px;
    top: 50%;
    transform: rotate(45deg) translateY(-0.8em);
}
.lp-app .qa>dl>dd {
    border-top: solid 1px #B9B9B9;
    padding: 15px 0;
    padding-left: 32px;
    margin-top: 15px;
}
.lp-app .qa>dl>dd:before {
    top: 16px;
    content: 'A';
}
.lp-app .qa .toggle {
    border: solid 1px #BEBEBE;
    padding: 1em;
    font-size: 14px;
    margin-top: 1em;
}
@media screen and (max-width: 767px) {
    .lp-app .qa .toggle {
        font-size: 13px;
    }
}
.lp-app .qa .toggle dt {
    color: #0944B1;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.lp-app .qa .toggle dt.open+dd {
    display: block;
    margin-top: 1em;
    line-height: 2;
}
.lp-app .qa dd dt:before, .lp-app .qa dd dd:before {
    content: none;
}
.lp-app .qa dd {
    display: none;
}
.lp-app .more {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .lp-app .more {
        font-size: 18px;
    }
}
.float_cart_sp .buy {
    line-height: 55px !important;
    margin-top: 0 !important;
}
.hp_justify {
    text-align: justify;
    word-break: break-all;
}
/*# sourceMappingURL=lp.css.map */
.float_cart_title {
    margin-bottom: 5px;
}
/*製造業はじめの一歩講座用CSS*/
body {
    font-family: 'Noto Sans JP', sans-serif;
}
.p-header__list a {
    color: #2d344b;
}
.p-header__inner__bottom a {
    color: #0F6FC6;
}
.p-header__list__bottom li:nth-child(3) {
    display: none;
}
.p-header__item-icon img, .p-header__item-icon2 img {
    filter: invert(34%) sepia(87%) saturate(6799%) hue-rotate(197deg) brightness(98%) contrast(88%);
}
@media screen and (min-width: 951px) {
    .p-header__list li:first-of-type {
        border-right: 1px solid #2d344b;
    }
}
.p-header__list__bottom a {
    color: #2d344b;
}
@media screen and (min-width: 768px) {
    .over-cta:before, .over-cta:after {
        color: #2d344b;
    }
}
.info-btn {
    color: #2d344b;
}
.lp-mv {
    width: 100%;
    text-align: center;
    background: url("/wp/wp-content/themes/fantomsemi/images/onestep/mv_pc_bg.jpg") no-repeat center;
    background-size: auto;
    background-size: 100% auto;
    padding: 0;
}
.lp-mv img {
    max-width: 1000px;
}
.lp-mv h2 {
    font-size: 64px;
    background-color: #0F6FC6;
}
.bnr_sale img{
	width:100%;
	vertical-align: bottom;
}
.box-list li:last-of-type {
    color: #2d344b;
}
@media screen and (max-width: 767px) {
    .lp-mv h2 {
        font-size: 28px;
    }
    .box-list li {
        width: 100%;
        min-width: auto;
    }
    .box-list li:last-of-type {
        width: 100%;
    }
    .box-title {
        color: #0F6FC6;
    }
}
.feature-icon img {
    filter: invert(100%) sepia(4%) saturate(15%) hue-rotate(115deg) brightness(107%) contrast(104%);
}
@media screen and (max-width: 767px) {
    .feature-icon img {
        filter: invert(34%) sepia(87%) saturate(6799%) hue-rotate(197deg) brightness(98%) contrast(88%);
        width: 24px;
        vertical-align: unset;
    }
}
.feature-number h3 {
    color: #2d344b;
}
.about-link a {
    color: #2d344b;
}
.about-link a::after {
    border-right: 2px solid #2d344b;
    border-bottom: 2px solid #2d344b;
}
.about-txt {
    font-size: 16px;
    color: #2d344b;
}
.tate-line {
    background-color: #2d344b;
}
.program-title h3 {
    color: #2d344b;
}
.off-sub-txt {
    color: #2d344b;
}
td {
    color: #2d344b;
}
.lp-inner {
    color: #2d344b;
}
.section-title {
    background-color: #0F6FC6;
}
.lp-cta {
    border-radius: 8px;
}
.lined {
    color: #2d344b;
}
.lined::before {
    background-color: #0F6FC6;
}
#intro {
    margin-bottom: 64px;
}
#intro h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #2d344b;
    margin: 0 auto 32px auto;
    text-align: center;
    position: relative;
    width: fit-content;
}
.intro_txt {
    position: relative;
}
@media screen and (max-width: 767px) {
    #intro .intro_txt {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    #intro .intro_txt .txt {
        text-align: left;
    }
}
.intro_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14em;
    height: 14em;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
}
.intro_circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16em;
    height: 16em;
    border-radius: 50%;
    background: #67aae7;
}
.intro_circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15em;
    height: 15em;
    border-radius: 50%;
    background: #8ec9ff;
    border: 4px solid #fff;
}
#intro .txt {
    font-size: 16px;
    line-height: 2;
    color: #2d344b;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 20px;
    z-index: 3;
}
#intro .txt span {
    font-weight: 600;
    color: #0F6FC6;
}
.box-list {
    align-items: stretch;
}
.box-list li {
    height: auto;
    background-color: #0F6FC6;
}
#about .hp_justify {
    margin-bottom: 20px;
}
.about-txt-box h4 {
    color: #0F6FC6;
}
.about-num {
    color: rgba(103, 170, 231, 0.16);
}
.feature-class {
    background-color: #ecf6ff;
}
.feature-class p.txt {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 2;
    color: #2d344b;
    letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
    .feature-class p.txt {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}
.feature-class b {
    font-weight: 600;
    color: #0F6FC6;
}
.feature-class .wrap_checked {
    text-align: center;
    margin-bottom: 30px;
}
.feature-class .wrap_checked p.txt {
    display: inline;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
}
.feature-class .wrap_checked p.txt:before {
    display: block;
    content: '';
    background: url("/wp/wp-content/themes/fantomsemi/images/onestep/check-icon.svg") no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    filter: invert(34%) sepia(87%) saturate(6799%) hue-rotate(197deg) brightness(98%) contrast(88%);
    position: absolute;
    top: -10px;
    left: 0;
}
.feature-class .wrap_arrow {
    text-align: center;
    position: relative;
    margin-top: 100px;
}
.feature-class .arrow {
    display: inline-block;
    width: 259.8px;
    height: 150px;
    background: linear-gradient(180deg, #f0fafe 0%, #92cbff 100%);
    clip-path: polygon(0 50%, 21.1% 50%, 21.1% 0, 78.9% 0, 78.9% 50%, 100% 50%, 50% 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.feature-class .wrap_arrow p.txt {
    z-index: 1;
    position: relative;
    font-size: 20px;
}
.feature-class .skillup_images {
    display: flex;
    margin: 0 auto;
    width: 60%;
    max-width: 600px;
    gap: 10px;
    margin-top: 80px;
}
.feature-class .skillup_images img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .feature-class {
        padding: 80px 0 50px;
    }
    .feature-class .wrap_checked {
        margin-bottom: 50px;
    }
    .feature-class .wrap_checked p.txt {
        top: 30px;
        font-size: 18px;
    }
    .feature-class .image {
        width: 96%;
        margin: 0 auto;
    }
    .feature-class .wrap_arrow {
        margin-top: 30px;
    }
    .feature-class .wrap_arrow p.txt {
        font-size: 18px;
    }
    .feature-class .skillup_images {
        width: 80%;
        margin-top: 40px;
    }
}
.onayami {
    background-color: #F0F0F0;
    padding: 80px 0 40px 0;
}
@media screen and (max-width: 767px) {
    .onayami {
        padding: 80px 20px 40px;
    }
}
.onayami-list-box {
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
}
.onayami-list-box>p {
    width: 30%;
    height: 100%;
    padding: 5% 6% 5% 10%;
    box-sizing: border-box;
}
.onayami-list-box>p img {
    width: 100%;
}
.onayami-list {
    width: 70%;
}
.onayami-list li {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 2rem auto 2rem 2rem;
    text-align: left;
    position: relative;
}
@media screen and (max-width: 767px) {
    .onayami-list-box {
        width: 100%;
        flex-direction: column-reverse;
    }
    .onayami-list {
        width: 100%;
    }
    .onayami-list-box>p {
        width: 40%;
        padding: 0;
        margin: 0 auto;
    }
    .onayami-list li {
        font-size: 14px;
    }
}
.onayami-list li::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("/wp/wp-content/themes/fantomsemi/images/onestep/check-icon.svg") no-repeat center;
    background-size: contain;
    filter: invert(34%) sepia(87%) saturate(6799%) hue-rotate(197deg) brightness(98%) contrast(88%);
    position: absolute;
    top: 0;
    left: -50px;
}
@media screen and (max-width: 767px) {
    .onayami-list li::before {
        width: 24px;
        height: 24px;
        left: -35px;
    }
}
.onayami h4 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #0F6FC6;
}
@media screen and (max-width: 767px) {
    .power-img {
        margin: 0 auto;
    }
}
.learn-about h3 {
    color: #0F6FC6;
}
.learn-txt span {
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .learn-about-bottom {
        margin-bottom: 30px;
    }
}
.left-box {
    border: 4px solid #0F6FC6;
}
.plus-mark {
    color: #0F6FC6;
}
.learn-about-bottom {
    gap: 20px;
}
.learn-img {
    width: 20%;
}
.learn-img img {
    width: 100%;
}
.learn-txt {
    font-size: 16px;
}
.learn-about-txt {
    display: inline-block;
    position: relative;
    background-color: #0F6FC6;
    padding: 10px 15px;
    border-radius: 10px;
    line-height: 2;
    color: #FFF;
    width: 80%;
    font-size: 16px;
    padding: 3% 4%;
    box-sizing: border-box;
    overflow: visible;
}
.learn-about-txt::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -18px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 25px solid #0F6FC6;
    border-left: 0;
}
.learn-about .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 80px solid #ceeffd;
    border-bottom: 0;
    margin-top: -100px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .learn-about .triangle {
        border-right: 80px solid transparent;
        border-left: 80px solid transparent;
        border-top: 60px solid #ceeffd;
        margin-top: -40px;
        margin-bottom: 20px;
    }
}
.lined-under {
    font-size: 16px;
    width: 80%;
    max-width: 900px;
    letter-spacing: 2px;
    margin: 0 auto 20px;
    line-height: 2;
}
.image {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    max-width: 900px;
}
@media screen and (max-width: 767px) {
    .lined-under {
        width: calc(100% - 40px);
    }
    .image {
        width: 100%;
        max-width: auto;
    }
}
.image img {
    width: 100%;
}
#skill span {
    color: #0F6FC6;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    #skill {
        padding: 80px 0 40px;
    }
    #skill .image {
        width: 96%;
        margin: 0 auto;
    }
}
#program {
    background-color: #cfe8ff;
}
.program-num {
    color: #0F6FC6;
}
.program-h4 {
    color: #0F6FC6;
}
.program-title p {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .program-title p {
        font-size: 15px;
    }
}
.program-list li {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .program-list li {
        font-size: 14px;
    }
}
.program-bottom-box p {
    font-size: 16px;
}
.openVideo {
    background-color: #0F6FC6;
}
.pace-icon img {
    filter: invert(34%) sepia(87%) saturate(6799%) hue-rotate(197deg) brightness(98%) contrast(88%);
}
.pace-txt p {
    font-size: 16px;
}
.pace-under-icon {
    background-color: #0F6FC6;
}
@media screen and (max-width: 767px) {
    .pace-txt p {
        font-size: 14px;
    }
}
#price h4::before {
    background: #0F6FC6;
}
.price-txt {
    color: #0F6FC6;
}
.price-txt img {
    filter: invert(34%) sepia(87%) saturate(6799%) hue-rotate(197deg) brightness(98%) contrast(88%);
}
.ttl_sub-price {
    background: #0F6FC6;
}
.sub-price {
    background: #cfe8ff;
}
.sub-price-txt {
    color: #0F6FC6;
}
.spec_list li h5 {
    background: #0F6FC6;
}
.spec_list li div {
    border: 2px solid #0F6FC6;
}
.spec_list li div p {
    color: #0F6FC6;
}
.spec_list li div img {
    filter: invert(34%) sepia(87%) saturate(6799%) hue-rotate(197deg) brightness(98%) contrast(88%);
}
.circle {
    background: #0F6FC6;
}
.step-icon img {
    filter: invert(34%) sepia(87%) saturate(6799%) hue-rotate(197deg) brightness(98%) contrast(88%);
}
.stepper::before {
    background: #0F6FC6;
}
@media screen and (max-width: 767px) {
    .step::before {
        background: #0F6FC6;
    }
}
.tokuten-box li {
    align-items: start;
}
.tokuten-num {
    background-color: #0F6FC6;
}
.tokuten-title-box h3 {
    color: #0F6FC6;
}
.tokuten-txt {
    font-size: 16px;
    font-weight: 400;
}
.tokuten-img_02 {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}
.tokuten-img_02 img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .tokuten-txt {
        font-size: 14px;
    }
    .tokuten-img_02 {
        width: 96%;
    }
}
.faq-header {
    background-color: #ecf6ff;
}
.faq-header::after {
    border-right: 2px solid #0F6FC6;
    border-bottom: 2px solid #0F6FC6;
}
.faq-question span, .faq-answer span {
    color: #0F6FC6;
}
.faq-question::after {
    border-right: 2px solid #0F6FC6;
    border-bottom: 2px solid #0F6FC6;
}
.faq-cta a {
    background-color: #0F6FC6;
}
.faq-icon {
    filter: invert(34%) sepia(87%) saturate(6799%) hue-rotate(197deg) brightness(98%) contrast(88%);
}
.l-footer {
    background: #4191da;
}
.f-link a {
    background: #0F6FC6;
}
.f-nav {
    background: #0F6FC6;
}
.f-copy {
    background: #004c91;
}
.f-tel img {
    width: 1.13em;
}
.float_cart_sp {
    z-index: 99999;
}
.lp-form .ttl {
    color: #0F6FC6;
}
.lp-form .ttl img {
    filter: invert(34%) sepia(87%) saturate(6799%) hue-rotate(197deg) brightness(98%) contrast(88%);
}
.lp-app .ttl::before {
    background: #0F6FC6;
}
.lp-app .list dt {
    background: #0F6FC6;
}
.lp-app .list dl::before {
    background: #0F6FC6;
}
.lp-app .ttl2 {
    background: #0F6FC6;
}
.lp-app .qa>dl>dt::before, .lp-app .qa>dl>dd::before {
    color: #0F6FC6;
}
.lp-app .qa>dl>dt::after {
    border-bottom: 2px solid #0F6FC6;
    border-right: 2px solid #0F6FC6;
}
.list dl dd .kc img {
    filter: invert(34%) sepia(87%) saturate(6799%) hue-rotate(197deg) brightness(98%) contrast(88%);
}

.image.po_qa img{
	width:600px;
}
@media screen and (max-width: 767px) {
.image.po_qa img{
	width:100%;
}
}