/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

:root {
    --l-blue: #4F7AE5;
    --blue: #365DC0;
    --d-blue: #143D95;
    --p-blue: #F2F7FA;
    --black: #202740;
    --yellow: #FFE93C;
    --shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    --ff-en: "Montserrat", sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    background: #fff;
}
h2,
h3 {
    font-weight: bold;
}
p {
    margin: 0;
    line-height: 2;
    font-size: 16px;
}
img {
    display: block;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
dt {
    font-weight: normal;
}
.inner {
    max-width: 1175px;
    margin: 0 auto;
    padding: 100px 30px;
}
.hdg-area {
    text-align: center;
    margin-bottom: 70px;
}
.hdg-en {
    font-size: 20px;
    font-weight: 600;
    color: var(--d-blue);
    font-family: var(--ff-en);
}
.hdg-h2 {
    font-size: 45px;
    font-weight: bold;
}

/*===================================================

PC FV

====================================================*/
.fv {
    position: relative;
}
.fv-obi {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: transparent linear-gradient(92deg, #3754C3 0%, #4470E7 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30px;
}
.fv-obi span {
    font-size: 34px;
}
.fv-main {
    position: absolute;
    top: 10vw;
    left: 0;
    width: 60vw;
}
.fv-main-copy {
    margin-bottom: 14px;
}
.fv-main-head {
    width: 90%;
    margin-left: auto;
}
.fv-white {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-shadow: 0px 0px 5px #143D954D;
}
.fv-white span {
    font-size: 25px;
}
.fv-company {
    margin-top: 30px;
}
.fv-company-top {
    background: transparent linear-gradient(90deg, #4F7AE500 0%, #416AD091 3%, #365DC0 22%, #365DC0 49%, #365DC0 74%, #436CD37E 94%, #507AE500 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-weight: bold;
    font-size: 1.53vw;
    text-align: center;
    display: inline-block;
    padding: 0 30px;
    line-height: 1.4;
}
.fv-company-sub {
    color: #fff;
    font-weight: bold;
    font-size: 1.81vw;
    text-shadow: 0px 0px 6px #143D95CB;
}
.fv-h1 {
    font-size: 3.8vw;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 6px #143D95CB;
}
/*===================================================

PC CTA

====================================================*/

.cta {
    background: url(/wp-content/uploads/2026/04/cta-bk-scaled.png);
    height: auto;
    aspect-ratio: 2560 / 416;
    background-size: cover;
    background-position: center;
}
.cta .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta-ttl {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
}
.cta-txt {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.cta-btn {
    width: 450px;
    background: transparent linear-gradient(96deg, #FFC211 0%, #FF9300 100%) 0% 0% no-repeat padding-box;
    border-radius: 100px;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 30px;
    transition: all .4s;
}
.cta-btn:hover {
    opacity: 0.8;
}
.cta-circle {
    background: #fff;
    border-radius: 100px;
    aspect-ratio: 1/1;
    color: #ff9501;
    font-size: 17px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-weight: bold;
}
.cta-btn-txt {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
.arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
/*===================================================

PC PROBLEM

====================================================*/
.problem {
    background: #EEF5F9;
}
.problem-main {
    display: flex;
    align-items: center;
}
.problem-img {
    flex-basis: 35%;
}
.problem-list {
    gap: 10px;
    display: flex;
    flex-direction: column;
    flex-basis: 65%;
}
.problem-item {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    font-size: 21px;
    box-shadow: 0px 0px 10px #365DC026;
    display: flex;
    align-items: center;
}
.problem-item b {
    color: var(--blue);
}
.problem-item::before {
    content: "";
    width: 27px;
    height: auto;
    display: block;
    background: url(/wp-content/uploads/2026/04/check.png);
    background-size: cover;
    margin-right: 14px;
    aspect-ratio: 27 / 24;
}

.problem-arrow {
    width: 80px;
    margin: 43px auto;
}

.problem-txt {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.problem-txt span {
    font-size: 37px;
    color: #fff;
    background: var(--blue);
    padding: 0 14px;
    line-height: 1.6;
    margin-right: 7px;
}
/*===================================================

PC MERIT

====================================================*/
.merit {
    background: url(/wp-content/uploads/2026/04/merit-bk-scaled.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position: center;
}
.hdg-fukidashi {
    position: relative;
    background: var(--d-blue);
    border-radius: 100px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding: 1px 14px;
    margin-bottom: 14px;
    line-height: 1.7;
}
.hdg-fukidashi::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 8px 0 8px;
    border-style: solid;
    border-color: var(--d-blue) transparent transparent transparent;
}
.merit-h2-sub {
    font-size: 35px;
    font-weight: bold;
}
.merit-ttl {
    font-size: 70px;
    font-weight: bold;
}
.merit-num {
    font-size: 121px;
    font-family: var(--ff-en);
    font-weight: bold;
    color: var(--blue);
    line-height: 0.9;
}
.merit-list {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.merit-item {
    display: flex;
    gap: 70px;
    align-items: center;
}
.merit-item:nth-child(2) {
    flex-direction: row-reverse;
}
.merit-img {
    width: 80%;
}
.merit-sub {
    color: var(--blue);
}
.merit-sub span {
    font-family: var(--ff-en);
    font-size: 20px;
    color: var(--blue);
    margin-right: 7px;
}
.merit-sub {
    color: var(--blue);
    font-weight: bold;
    font-size: 35px;
}
.merit-h3 {
    font-size: 45px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.merit-txt {
    line-height: 2.3;
}
.merit-txt b {
    color: var(--d-blue);
    background: #ECF0F8;
    padding: 1px 2px 3px;
}


.merit-add {
    background: var(--p-blue);
    border-radius: 20px;
    margin-top: 8vw;
    padding: 50px;
}
.add-ttl {
    font-size: 35px;
    font-weight: bold;
    color: var(--blue);
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
    position: relative;
}
.add-ttl::before,
.add-ttl::after {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
}
.add-ttl::before {
    border-left: solid 2px var(--blue);
    border-top: solid 2px var(--blue);
    border-bottom: solid 2px var(--blue);
    left: 200px;
}
.add-ttl::after {
    border-right: solid 2px var(--blue);
    border-top: solid 2px var(--blue);
    border-bottom: solid 2px var(--blue);
    top: 0;
    right: 200px;
}
.add-list {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.add-item {
    width: 25%;
    background: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: var(--blue);
    line-height: 1.4;
    font-size: 22px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 10px #B8C8EA;
}
.add-item::before {
    content: "";
    background: url(/wp-content/uploads/2026/04/plan-check.png);
    background-size: auto;
    width: 25px;
    height: 25px;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.add-txt {
    margin-top: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
}
.add-txt span {
    font-size: 41px;
    color: var(--blue);
}
/*===================================================

PC CASE

====================================================*/
.case {
    position: relative;
    overflow: hidden;
    background: var(--p-blue);
}
.case::before {
    content: "CASE STORIES";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #5379DB;
    font-family: var(--ff-en);
    font-size: 117px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    line-height: 0.7;
}
.case .hdg-area {
    background: var(--blue);
    padding: 80px 0;
    margin-bottom: 0;
}
.case .hdg-fukidashi {
    background: #fff;
    color: var(--d-blue);
}
.case .hdg-fukidashi::after {
    border-color: #fff transparent transparent transparent;
}
.case-h2 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.case .inner {
    padding-top: 0;
}
.case-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: -70px;
}
.case-en {
    font-size: 72px;
    font-family: var(--ff-en);
    font-weight: bold;
    color: var(--p-blue);
    line-height: 1.4;
    z-index: -1;
}
.case-item {
    position: relative;
    background: #fff;
    padding: 0 40px 40px;
    border-radius: 30px;
    display: flex;
    gap: 50px;
    box-shadow: 0px 0px 20px #143D9519;
}
.case-en::after {
    content: "";
    position: absolute;
    background: var(--p-blue);
    height: 2px;
    width: 100%;
    top: 50px;
    left: 288px;
}
.case-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-body {
    margin-top: -30px;
}
.case-tag {
    background: var(--d-blue);
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    padding: 0 7px 3px;
    margin-bottom: 10px;
    line-height: 1.6;
}
.case-h3 {
    font-size: 31px;
}
.case-img {
    flex-basis: 45%;
    padding-top: 43px;
}
.case-main {
    flex-basis: 50%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.case-txt {
    line-height: 2.4;
    width: 90%;
}
.case-txt b {
    color: var(--d-blue);
}
/*===================================================

PC ACHIEVE

====================================================*/
.achieve {
    background: url(/wp-content/uploads/2026/04/achieve-bk-scaled.jpg);
    background-size: auto;
    background-size: cover;
}
.achieve .hdg-area {
    position: relative;
}
.achieve .hdg-area::after {
    content: "CHARACTER";
    color: #74A0FF;
    font-size: 137px;
    font-family: var(--ff-en);
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.achieve .hdg-fukidashi {
    background: var(--yellow);
    color: var(--black);
    position: relative;
    z-index: 1;
}
.achieve .hdg-fukidashi::after {
    border-color: var(--yellow) transparent transparent transparent;
}
.achieve-h2 {
    font-size: 50px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.achieve-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.achieve-item {
    background: #fff;
    border-radius: 30px;
    padding: 30px 40px 40px;
    display: flex;
    gap: 70px;
}
.achieve-item:nth-child(2) {
    flex-direction: row-reverse;
}
.achieve-main {
    flex-basis: 70%;
    position: relative;
}
.achieve-main::after {
    content: "01";
    font-size: 199px;
    font-family: DIN Alternate;
    font-weight: bold;
    color: #F2F7FA;
    top: 0;
    right: 0;
    position: absolute;
    line-height: 0.7;
}
.achieve-item:nth-child(2) .achieve-main::after {
    content: "02";
}
.achieve-item:nth-child(3) .achieve-main::after {
    content: "03";
}
.achieve-tag {
    font-size: 25px;
    font-weight: bold;
    background: var(--l-blue);
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    border-radius: 40px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.achieve-h3 {
    font-size: 30px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}
.achieve-h3 span {
    font-size: 40px;
}
.achieve-case {
    display: flex;
    align-items: stretch;
    margin-top: 30px;
    width: 80%;
}
.achieve-case__ttl {
    background: var(--l-blue);
    color: #fff;
    font-weight: bold;
    flex-basis: 30%;
    border-radius: 15px 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.achieve-case__list {
    flex-basis: 70%;
    padding: 15px;
    background: #eee;
    border-radius: 0 15px 15px 0;
}
.achieve-case__list p {
    line-height: 1.7;
}
.achieve-img {
    flex-basis: 40%;
}
.achieve-end {
    padding: 40px 0;
    background: transparent linear-gradient(97deg, #3754C3 0%, #4470E7 100%) 0% 0% no-repeat padding-box;
}
.achieve-end__txt {
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.7;
}
.achieve-item .txt {
    width: 80%;
}
/*===================================================

PC PLAN

====================================================*/
.plan {
    background: var(--p-blue);
}
.plan-h2 {
    line-height: 0.9;
    position: relative;
}
.plan-h2__sub {
    font-size: 34px;
}
.plan-h2__main {
    font-size: 50px;
}
.plan-h2__blue {
    font-size: 70px;
    color: var(--blue);
    font-weight: bold;
}
.plan-h2__num {
    font-size: 89px;
    font-family: var(--ff-en);
    color: var(--blue);
    letter-spacing: -8px;
}
.plan-h2::after {
    content: "";
    background: url(/wp-content/uploads/2026/04/plan-line.png);
    background-size: auto;
    width: 77%;
    height: auto;
    background-size: cover;
    display: block;
    aspect-ratio: 840 / 30;
    margin: 30px auto 0;
}
.plan-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.plan-item {
    flex-basis: 32%;
}
.plan-h3 {
    font-size: 27px;
    color: #fff;
    background: var(--l-blue);
    text-align: center;
    padding: 10px 15px;
    width: 80%;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
.plan-item:nth-child(2) .plan-h3 {
    background: var(--blue);
}
.plan-item:nth-child(3) .plan-h3 {
    background: #143D95;
}
.plan-wrap {
    background: #fff;
    padding: 60px 20px 15px;
    border-radius: 30px;
    margin-top: -30px;
    box-shadow: 0px 0px 10px #B8C8EA;
}
.plan-price {
    color: var(--l-blue);
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1;
}
.plan-item:nth-child(2) .plan-price {
    color: var(--blue);
}
.plan-item:nth-child(2) .plan-price span {
    color: var(--blue);
}
.plan-item:nth-child(3) .plan-price {
    color: #143D95;
}
.plan-item:nth-child(3) .plan-price span {
    color: #143D95;
}
.plan-price span {
    font-size: 93px;
    font-family: DIN Alternate;
    color: var(--l-blue);
}
.plan-copy {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    font-weight: bold;
}
.plan-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.plan-line {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.plan-dl {
    display: flex;
    justify-content: space-between;
}
.plan-dd {
    margin: 0;
}
.plan-case {
    background: var(--p-blue);
    padding: 7px 15px 15px;
    margin-top: 30px;
}
.plan-case-ttl {
    color: var(--blue);
    font-weight: bold;
    text-align: center;
}
.plan-dd img {
    width: 20px;
}
.plan-case-item {
    text-align: left;
}
.sns-wrap {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 10px #B8C8EA;
    padding: 30px;
    margin-bottom: 70px;
}
.sns-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.sns-h3 {
    color: var(--d-blue);
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.sns-price {
    display: flex;
    align-items: center;
    gap: 15px;
}
.sns-price--monthly {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: var(--blue);
    padding: 0 15px;
    border-radius: 7px;
}
.sns-price--num {
    font-family: DIN Alternate;
    font-size: 96px;
    color: var(--blue);
    letter-spacing: -2px;
    line-height: 1;
}
.sns-price--sub {
    font-size: 34px;
    font-weight: bold;
}
.sns-plan__wrap {
    background: var(--p-blue);
    padding: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: -15px;
}
.sns-plan {
    background: var(--blue);
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
    position: relative;
    z-index: 2;
}
.sns-plan__list {
    gap: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sns-plan__list p {
    width: 33%;
}

.option-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #E5EAF4;
}

.option-table th {
    padding: 20px 25px;
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 2px solid #cfd7e6;
    background: #f3f6fb;
}

.option-table .thead-tr th {
    border: none;
}
.option-table td {
    padding: 20px 25px;
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 1px solid #cfd7e6;
    background: #ebf0f9;
}

.option-table thead th {
    background: #163f9f;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.option-table th,
.option-table td .option-table thead th.col-category {
    width: 22%;
}

.option-table tbody .category {
    background: #2f58b8;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.option-table tbody td:nth-child(2) {
    width: 48%;
}

.option-table tbody td:last-child {
    width: 20%;
    text-align: center;
    background: #f8f9fc;
    white-space: nowrap;
}

.option-table tr>*:last-child {
    border-right: none;
}

.option-table tbody tr:last-child>* {
    border-bottom: none;
}
.option-table tbody tr.section-end td,
.option-table tbody tr.section-end th {
    border-bottom: 2px solid #2f58b8;
    /* 太めの区切り線 */
}
.category.last-c {
    border-bottom: 1px solid var(--blue);
}
/*===================================================

PC FLOW

====================================================*/
.flow {
    background: transparent linear-gradient(0deg, #EDEDED 0%, #F8F8F8 100%) 0% 0% no-repeat padding-box;
}
.flow-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.flow-item {
    display: flex;
    align-items: stretch;
}
.flow-sub {
    flex-basis: 15%;
    background: transparent linear-gradient(180deg, #3754C3 0%, #4470E7 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px 0 0 10px;
}
.flow-step {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.flow-num {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 0.7;
    font-family: var(--ff-en);
}
.flow-main {
    background: #fff;
    padding: 30px;
    flex-basis: 85%;
    border-radius: 0 10px 10px 0;
}
.flow-h3 {
    font-size: 26px;
    color: var(--blue);
    margin-bottom: 10px;
}

.flow-end {
    background: var(--blue);
    padding: 50px;
    color: #fff;
}
.flow-end div.pc-only {
    max-width: calc(1175px - 120px);
    margin: 0 auto;
}
.flow-end-ttl {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.flow-end-ttl2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}
.flow-end-ttl2 span {
    background: #FFE93C;
    color: var(--black);
    padding: 0 5px;
    margin: 0 10px;
}
.flow-end .txt {
    text-align: center;
    font-weight: 600;
}
/*===================================================

PC FAQ

====================================================*/
.faq {
    background: url(/wp-content/uploads/2026/04/faq-bk-scaled.jpg);
    background-size: cover;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.accordion {
    background: #fff;
    border-radius: 10px;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 0px 10px #B8C8EA5C;
    position: relative;
    cursor: pointer;
}
.accordion summary::before,
.accordion summary::after {
    width: 2px;
    height: 30px;
    border-radius: 5px;
    background-color: var(--blue);
    content: '';
}

.accordion summary::before {
    position: absolute;
    right: 4vw;
    rotate: 90deg;
}

.accordion summary::after {
    position: absolute;
    right: 4vw;
    transition: rotate .3s;
}

.accordion[open] summary::after {
    rotate: 90deg;
}
.faq-head {
    font-size: 26px;
    font-weight: bold;
    display: flex;
}
.faq-q {
    font-family: var(--ff-en);
    font-size: 24px;
    background: var(--blue);
    color: #fff;
    border-radius: 40px;
    padding: 5px;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
}
.faq-txt {
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.faq-a {
    font-family: var(--ff-en);
    font-size: 24px;
    font-weight: bold;
    background: var(--p-blue);
    color: var(--blue);
    border-radius: 40px;
    padding: 5px;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
}
/*===================================================

PC CONTACT
====================================================*/
#contact {
    background: #F7F7F7;
    padding-bottom: 50px;
}
.contact-hdg {
    background: url(/wp-content/uploads/2026/04/contact-hdg.png);
    background-size: auto;
    padding: 50px 0 90px;
    background-size: cover;
    /* aspect-ratio: 1440 / 250; */
}
.contact .hdg-area {
    margin: 0;
}
.contact .hdg-en {
    color: var(--yellow);
}
.contact .hdg-h2 {
    color: #fff;
}
.contact-main {
    width: 870px;
    background: #fff;
    margin-top: -80px;
    padding: 50px;
    margin-inline: auto;
    border-radius: 50px;
    box-shadow: 0px 0px 30px #2027401A;
}
.contact-main .txt {
    text-align: center;
}
.contact-form {
    margin-top: 50px;
}
.contact-table {
    border: none;
    margin: 0 auto;
}
.contact-table th,
.contact-table td {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    padding: 10px 0;
}
.hissu {
    background: #D13F3F;
    color: #fff;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 5px;
    line-height: 1.6;
    margin-left: 10px;
}
.contact-table td p {
    width: 100%;
    display: block;
}
.wpcf7-form-control-wrap input {
    width: 100%;
    display: block;
    padding: 20px;
}

.contact-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn-wrap {
    position: relative;
    width: 380px;
    font-weight: bold;
}
.btn-wrap::after {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateX(-50%);
}
.contact-submit input {
    background: var(--blue);
    padding: 30px;
    width: 100%;
    font-weight: bold;
}
.contact-submit input:hover {
    background: var(--d-blue);
}
.privacy-check {
    margin-bottom: 20px;
}
.privacy-check label {
    display: flex;
    align-items: center;
    justify-content: center;
}
.privacy-check input {
    width: unset;
}
.privacy-check span {
    width: unset;
    display: inline;
    padding-left: 10px;
}
.privacy-box {
    width: 100%;
    margin: 2vw auto 0;
}
.privacy-content {
    font-size: 14px;
    padding: 10px;
    height: 140px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}

/*===================================================

PC FOOTER

====================================================*/
footer {
    padding: 30px;
    background: var(--d-blue);
    text-align: center;
    color: #fff;
}

/*===================================================

1300px~769px

====================================================*/
@media screen and (min-width: 769px) and (max-width: 1300px) {


    .hdg-h2 {
        font-size: 3.13vw;
    }
    /*===================================================

PC FV

====================================================*/
    .fv-obi {
        font-size: 1.94vw;
        top: 2vw;
    }
    .fv-obi span {
        font-size: 2.36vw;
    }
    .fv-main {
        width: 60vw;
        height: 33.8461538462vw;
    }
    .fv-main-copy {
        margin-bottom: 1vw;
    }
    .fv-white {
        font-size: 2.36vw;
    }
    .fv-white span {
        font-size: 1.74vw;
    }
    .fv-company-sub {
        font-size: 1.74vw;
    }
    .fv-h1 {
        font-size: 3.40vw;
    }

    /*===================================================

PC CTA

====================================================*/

    .cta {
        height: auto;
    }
    .cta-ttl {
        font-size: 3.13vw;
    }
    .cta-txt {
        font-size: 1.39vw;
    }
    .cta-btn {
        width: 32vw;
        padding: 1vw;
        gap: 2vw;
    }
    .cta-circle {
        font-size: 1.18vw;
        padding: 1vw;
    }
    .cta-btn-txt {
        font-size: 1.67vw;
    }

    /*===================================================

PC PROBLEM

====================================================*/
    .problem-img {
        flex-basis: 40vw;
    }
    .problem-list {
        gap: 0.5vw;
        flex-basis: 60vw;
    }
    .problem-item {
        padding: 1vw;
        border-radius: 1vw;
        font-size: 1.67vw;
    }
    .problem-item::before {
        width: 1.88vw;
        height: 1.67vw;
        margin-right: 1vw;
    }
    .problem-arrow {
        width: 5.56vw;
        margin: 3vw auto;
    }
    .problem-txt {
        font-size: 2.08vw;
    }

    .problem-txt span {
        font-size: 2.57vw;
        padding: 0 1vw;
        margin-right: 0.5vw;
    }


    /*===================================================

PC MERIT

====================================================*/

    .hdg-fukidashi {
        font-size: 1.67vw;
        padding: 0.1vw 1vw;
        margin-bottom: 1vw;
    }
    .merit-h2-sub {
        font-size: 2.43vw;
    }
    .merit-ttl {
        font-size: 4.86vw;
    }
    .merit-num {
        font-size: 8.4vw;
    }
    .merit-list {
        gap: 8vw;
    }
    .merit-item {
        gap: 5vw;
    }
    .merit-sub span {
        font-size: 1.39vw;
        margin-right: 0.5vw;
    }
    .merit-sub {
        font-size: 2.43vw;
    }
    .merit-h3 {
        font-size: 3.13vw;
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }
    .add-ttl {
        font-size: 2.43vw;
        margin-bottom: 3vw;
    }
    .add-ttl::before {
        left: 18vw;
    }
    .add-ttl::after {
        right: 18vw;
    }
    .add-item {
        font-size: 1.74vw;
    }
    .add-item::before {
        width: 1.88vw;
        height: 1.88vw;
        left: 1vw;
    }

    .add-txt {
        font-size: 2.08vw;
        margin-top: 2vw;
    }
    .add-txt span {
        font-size: 2.85vw;
    }

    /*===================================================

PC MERIT

====================================================*/
    .case::before {
        font-size: 8.125vw;
    }
    .case .hdg-area {
        padding: 6vw 0;
    }
    .case-h2 {
        font-size: 3.47vw;
    }
    .case-list {
        gap: 3vw;
        margin-top: -5vw;
    }
    .case-en {
        font-size: 5vw;
    }
    .case-item {
        padding: 0 3vw 3vw;
        border-radius: 2vw;
        gap: 5vw;
    }
    .case-en::after {
        top: 3.5vw;
        left: 20vw;
    }
    .case-body {
        margin-top: -2vw;
    }
    .case-tag {
        font-size: 1.39vw;
        padding: 0.1vw 0.5vw;
        margin-bottom: 0.5vw;
    }
    .case-h3 {
        font-size: 2.13vw;
    }
    .case-img {
        flex-basis: 45vw;
        padding-top: 3vw;
    }
    .case-main {
        flex-basis: 50vw;
    }

    /*===================================================

PC ACHIEVE

====================================================*/
    .achieve .hdg-area::after {
        font-size: 9.5vw;
    }
    .achieve-h2 {
        font-size: 3.47vw;
    }
    .achieve-list {
        gap: 2vw;
    }
    .achieve-item {
        border-radius: 2vw;
        padding: 2vw 3vw 3vw;
        gap: 5vw;
    }
    .achieve-main::after {
        font-size: 13.8vw;
    }
    .achieve-tag {
        font-size: 1.74vw;
        padding: 0 1vw;
        border-radius: 3vw;
        margin-bottom: 1vw;
    }
    .achieve-h3 {
        font-size: 2.08vw;
    }
    .achieve-h3 span {
        font-size: 2.78vw;
    }
    .achieve-case {
        margin-top: 2vw;
    }
    .achieve-case__list {
        padding: 1vw;
    }
    .achieve-end {
        padding: 3vw 0;
    }
    .achieve-end__txt {
        font-size: 2.15vw;
    }

    /*===================================================

PC PLAN

====================================================*/
    .plan-h2__sub {
        font-size: 2.36vw;
    }
    .plan-h2__main {
        font-size: 3.47vw;
    }
    .plan-h2__blue {
        font-size: 4.86vw;
    }
    .plan-h2__num {
        font-size: 6.18vw;
    }
    .plan-h2::after {
        width: 60vw;
        margin: 2vw auto 0;
    }
    .plan-list {
        margin-bottom: 5vw;
    }
    .plan-h3 {
        font-size: 1.88vw;
        padding: 0.5vw 1vw;
    }
    .plan-wrap {
        padding: 4vw 1.5vw 1vw;
        border-radius: 1vw;
        margin-top: -2vw;
    }
    .plan-price {
        font-size: 2.36vw;
        margin-bottom: 1vw;
    }
    .plan-price span {
        font-size: 6.45vw;
    }
    .plan-copy {
        margin-bottom: 1vw;
        padding-bottom: 2vw;
    }
    .plan-main {
        gap: 0.8vw;
    }
    .plan-line {
        padding-bottom: 1vw;
        margin-bottom: 1vw;
    }
    .plan-case {
        padding: 0.5vw 1vw 1vw;
        margin-top: 2vw;
    }
    .sns-wrap {
        border-radius: 2vw;
        padding: 2vw;
        margin-bottom: 5vw;
    }
    .sns-head {
        margin-bottom: 2vw;
        padding-bottom: 2vw;
    }
    .sns-h3 {
        font-size: 2.43vw;
    }
    .sns-price {
        gap: 1vw;
    }
    .sns-price--monthly {
        font-size: 1.46vw;
        padding: 0 1vw;
        border-radius: 0.5vw;
    }
    .sns-price--num {
        font-size: 6.66vw;
    }
    .sns-price--sub {
        font-size: 2.36vw;
    }
    .sns-plan__wrap {
        padding: 2vw;
        margin-top: -1vw;
    }
    .sns-plan {
        padding: 0 2vw;
        border-radius: 3vw;
    }
    .option-table td {
        padding: 1vw;
    }
    .option-table tbody .category {
        font-size: 1.39vw;
    }
    /*===================================================

PC FLOW

====================================================*/
    .flow-h3 {
        font-size: 1.81vw;
    }
    .flow-main {
        padding: 2vw;
    }
    .flow-end-ttl {
        font-size: 2.50vw;
    }
    .flow-end-ttl2 {
        font-size: 2.50vw;
        margin-bottom: 2vw;
        padding-bottom: 2vw;
    }
    .flow-end {
        padding: 4vw;
    }
    /*===================================================

PC FAQ

====================================================*/
    .faq-head {
        font-size: 1.81vw;
    }
    .accordion {
        padding: 2vw;
    }
    /*===================================================

PC CONTACT

====================================================*/
    .contact-hdg {
        aspect-ratio: unset;
        padding: 3vw 0 8vw;
    }
    .contact-main {
        margin-top: -4vw;
        padding: 4vw;
    }
    .privacy-box {
        width: 100%;
    }
}






/*===================================================

TOP END

====================================================*/
.pc-only {
    display: block !important;
}
.sp-only {
    display: none !important;
}
@media (max-width: 768px) {
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }

    p {
        font-size: 4.10vw;
    }
    .inner {
        padding: 15vw 4vw;
    }
    .hdg-en {
        font-size: 3.85vw;
    }
    .hdg-h2 {
        font-size: 6.67vw;
    }
    /*===================================================

SP FV

====================================================*/
    .fv {
        background: url(/wp-content/uploads/2026/04/fv-bk-sp.png);
        background-size: auto;
        background-size: cover;
        padding: 5vw 0;
    }

    .fv-obi {
        font-size: 3.59vw;
        position: unset;
        margin-bottom: 7vw;
    }
    .fv-obi span {
        font-size: 5.13vw;
    }
    .fv-main {
        position: unset;
        width: 100%;
    }
    .fv-main-head {
        width: 100%;
    }
    .fv-company {
        margin: 0;
    }
    .fv-company-top {
        font-size: 4.36vw;
        padding: 0.8vw 4vw;
        background: transparent linear-gradient(90deg, #4F7AE5 0%, #365DC0 22%, #365DC0 49%, #365DC0 74%, #436CD37E 94%, #507AE500 100%) 0% 0% no-repeat padding-box;
    }
    .fv-company-sub {
        font-size: 4.36vw;
        padding: 0 4vw;
        margin: 1vw 0;
        line-height: 1.5;
    }
    .fv-h1 {
        font-size: 6.67vw;
        text-align: center;
    }
    /*===================================================

SP CTA

====================================================*/
    .cta {
        background: transparent linear-gradient(112deg, #3754C3 0%, #4470E7 100%) 0% 0% no-repeat padding-box;
        aspect-ratio: unset;
    }
    .cta .inner {
        padding: 7vw 1vw;
    }
    .cta-flex {
        flex-direction: column;
        gap: 5vw;
    }
    .cta-ttl {
        font-size: 6.67vw;
        line-height: 1.6;
    }
    .cta-txt {
        font-size: 3.59vw;
    }
    .cta-l {
        text-align: center;
    }
    .cta-btn {
        width: 100%;
        padding: 2vw 3vw;
        justify-content: space-between;
        gap: 1vw;
    }
    .cta .cta-btn {
        width: calc(100% - 5vw);
    }
    .cta-circle {
        font-size: 3.85vw;
        width: 15vw;
        height: 15vw;
        padding: 0;
    }
    .cta-btn-txt {
        font-size: 4.62vw;
    }
    .arrow {
        margin-right: 2vw;
    }
    /*===================================================

SP PROBLEM

====================================================*/
    .problem-main {
        flex-direction: column;
    }
    .problem-item span {
        font-size: 4.10vw;
    }
    .problem-arrow {
        margin: 5vw auto 1vw;
        width: 15vw;
    }
    .problem-txt {
        font-size: 5.13vw;
    }
    .problem-txt span {
        font-size: 5.64vw;
        padding: 0.5vw 1.5vw;
    }
    .problem-txt.problem-txt2 {
        line-height: 1.5;
        margin-bottom: 2vw;
    }
    /*===================================================

SP MERIT

====================================================*/
    .merit .inner {
        padding-bottom: 0;
    }
    .hdg-fukidashi {
        font-size: 3.85vw;
        padding: 1vw 2vw;
        margin: 0;
    }
    .merit-h2-sub {
        font-size: 4.62vw;
    }
    .merit-ttl {
        font-size: 8.46vw;
    }
    .merit-num {
        font-size: 14.6vw;
    }
    .merit-list {
        gap: 10vw;
        margin-bottom: 10vw;
    }
    .merit-item {
        flex-direction: column;
        gap: 2vw;
    }
    .merit-item:nth-child(2) {
        flex-direction: column;
    }
    .merit-img {
        width: 80vw;
    }
    .merit-sub span {
        font-size: 3.33vw;
    }
    .merit-sub {
        font-size: 5.38vw;
    }
    .merit-h3 {
        font-size: 7.69vw;
        margin-bottom: 5vw;
        padding-bottom: 5vw;
    }
    .merit-add {
        padding: 10vw 4vw;
        margin: 0 -4vw;
    }
    .add-ttl {
        font-size: 4.87vw;
    }
    .add-ttl::before {
        left: 0;
    }
    .add-ttl::after {
        right: 0;
    }
    .add-ttl::before,
    .add-ttl::after {
        width: 3vw;
    }
    .add-list {
        flex-wrap: wrap;
    }
    .add-item {
        width: 48%;
        font-size: 4.36vw;
        padding-left: 4vw;
    }
    .add-item::before {
        width: 4vw;
        height: 4vw;
        left: 2vw;
    }
    .add-txt {
        margin-top: 5vw;
        font-size: 6.41vw;
        line-height: 1.4;
    }
    .add-txt span {
        font-size: 8.72vw;
    }
    /*===================================================

SP CASE

====================================================*/
    .case {
        padding-bottom: 10vw;
    }
    .case .inner {
        padding: unset;
    }
    .case .hdg-area {
        padding: 10vw 0 20vw;
    }
    .case::before {
        font-size: 13vw;
    }
    .case-h2 {
        font-size: 7.69vw;
        margin-top: 2vw;
    }

    .case-item {
        padding: 5.13vw;
        flex-direction: column;
        margin: 0 1.5vw;
    }
    .slick-track {
        display: flex !important;
    }
    .slick-slide {
        height: auto !important;
    }
    .case-head {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }
    .case-en {
        font-size: 12.3vw;
        margin-left: auto;
    }
    .case-body {
        margin-top: unset;
        position: relative;
        z-index: 1;
    }
    .case-h3 {
        font-size: 5.90vw;
    }
    .case-img {
        padding: 0;
        margin-bottom: 10vw;
        width: 60vw;
        margin-inline: auto;
    }
    .case-list {
        display: unset;
        gap: unset;
        flex-direction: unset;
    }

    .case-txt {
        line-height: 2;
        width: 100%;
    }
    .case-tag {
        font-size: 4.10vw;
        line-height: 1.6;
        padding: 1px 5px;
    }
    .slick-prev.slick-arrow {
        background: unset;
        width: 12vw;
        padding: 0;
        top: 80vw;
        position: absolute;
        z-index: 10;
    }
    .slick-next.slick-arrow {
        background: unset;
        width: 12vw;
        padding: 0;
        top: 80vw;
        position: absolute;
        z-index: 10;
        right: 0;
    }
    /*===================================================

SP ACHIEVE

====================================================*/
    .achieve .hdg-area::after {
        font-size: 13.6vw;
    }
    .achieve-h2 {
        font-size: 7.69vw;
    }
    .hdg-fukidashi {
        font-size: 4.10vw;
        line-height: 1.5;
    }
    .achieve {
        background: url(/wp-content/uploads/2026/04/achieve-bk-sp-scaled.jpg);
        background-position: center;
    }
    .achieve .hdg-area {
        margin-bottom: 1vw;
    }
    .achieve-item {
        padding: 5vw;
        flex-direction: column;
    }
    .achieve-item:nth-child(2) {
        flex-direction: column;
    }
    .achieve-tag {
        font-size: 4.62vw;
        padding: 0 3vw;
    }
    .achieve-h3 {
        font-size: 4.87vw;
    }
    .achieve-h3 span {
        font-size: 6.41vw;
    }
    .achieve-case {
        width: 100%;
    }
    .achieve-case__ttl {
        font-size: 4.10vw;
    }
    .achieve-case__list p {
        font-size: 3.85vw;
    }
    .achieve-main::after {
        font-size: 33vw;
    }
    .achieve-end {
        padding: 7vw 0;
    }
    .achieve-end__txt {
        font-size: 4.62vw;
    }
    .achieve-item .txt {
        width: 100%;
    }
    /*===================================================

SP PLAN

====================================================*/
    .plan .inner {
        padding: 15vw 0;
    }
    .hdg-area {
        margin-bottom: 10vw;
    }
    .plan-h2__sub {
        font-size: 4.36vw;
    }
    .plan-h2__blue {
        font-size: 13.5vw;
    }
    .plan-h2__num {
        font-size: 17.2vw;
    }
    .plan-h2__main {
        font-size: 5.90vw;
    }
    .plan-h2::after {
        margin: 5vw auto 0;
    }
    .slick-list {
        padding-bottom: 3vw !important;
    }
    .plan-item {
        text-align: center;
        margin: 0px 2vw;
    }
    .plan-h3 {
        font-size: 5.64vw;
        padding: 2vw 3vw;
        display: inline-block;
        width: unset;
    }
    .plan-wrap {
        border-radius: 5vw;
        padding: 10vw 7vw 7vw;
        margin-top: -5vw;
    }
    .plan-price span {
        font-size: 23vw;
    }
    .plan-price {
        font-size: 7.69vw;
    }
    .plan-copy {
        font-size: 4.10vw;
    }
    .plan-main {
        font-size: 4.10vw;
    }
    .plan-case-list li {
        font-size: 3.85vw;
        text-align: left;
    }
    .plan-list {
        margin-bottom: 5vw;
    }
    .sns-wrap {
        border-radius: 5vw;
        padding: 5vw;
        width: calc(100% - 10vw);
        margin-inline: auto;
    }
    .sns-head {
        flex-direction: column;
        margin-bottom: 7vw;
        padding-bottom: 0;
        border: none;
    }
    .sns-h3 {
        font-size: 5.70vw;
        margin-bottom: 2vw;
        text-align: center;
    }
    .sns-price--monthly {
        font-size: 4.36vw;
        margin-bottom: 4vw;
    }
    .sns-price--num {
        font-size: 23vw;
    }
    .sns-price--sub {
        font-size: 7.69vw;
    }
    .sns-price {
        align-items: end;
        gap: 1vw;
        justify-content: center;
    }
    .sns-ttl {
        border-bottom: 1px solid #eee;
        padding-bottom: 5vw;
        margin-bottom: 2vw;
    }
    .sns-body {
        text-align: center;
    }
    .sns-plan__wrap {
        padding: 10vw 5vw 5vw;
        margin-top: -5vw;
        flex-direction: column;
        text-align: left;
    }
    .sns-plan__list {
        flex-direction: column;
    }
    .sns-plan__list p {
        width: 100%;
        font-size: 3.85vw;
    }
    /* option */
    .option-table {
        min-width: 650px;
        border-radius: 5vw;
        margin-left: 4vw;
    }
    .option-table th,
    .option-table td .option-table thead th.col-category {
        width: 20%;
    }
    .option-table th {
        padding: 2vw;
    }
    .option-table tbody .category {
        font-size: 4.10vw;
    }
    .option-table td {
        font-size: 4.10vw;
        padding: 2vw 4vw;
    }
    .option-table thead th {
        padding: 4vw;
    }
    .option-table tbody td:nth-child(2) {
        width: 50%;
    }
    .option-table tbody td:last-child {
        width: 30%;
    }
    .option-txt {
        padding: 0 4vw;
        font-size: 3.85vw;
    }
    /*===================================================

SP FLOW

====================================================*/
    .flow-sub {
        display: none;
    }
    .flow-main {
        flex-basis: 100%;
        box-shadow: 0px 0px 10px #252A3E1A;
        border-radius: 5vw;
        padding: 5vw;
    }
    .flow-h3 {
        font-size: 5.38vw;
        display: flex;
        align-items: center;
    }
    .flow-item {
        counter-increment: step;
    }
    .flow-h3::before {
        content: counter(step, decimal-leading-zero);
        width: 10vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 2vw;
        aspect-ratio: 1 / 1;
        border-radius: 15vw;
        text-align: center;
        font-size: 5.13vw;
        font-family: var(--ff-en);
        color: #fff;
        background: transparent linear-gradient(180deg, #3754C3 0%, #4470E7 100%) 0% 0% no-repeat padding-box;
    }
    .flow-end {
        padding: 10vw 4vw;
    }
    .flow-end-ttl {
        font-size: 6.92vw;
        margin-bottom: 3vw;
        border-bottom: 1px solid;
        padding-bottom: 3vw;
        line-height: 1.4;
    }
    .flow-end-ttl2 {
        font-size: 5.64vw;
        margin-bottom: 5vw;
        line-height: 1.7;
        border-bottom: none;
        padding-bottom: 0;
    }
    .flow-end-ttl2 span {
        font-size: 6.41vw;
    }
    /*===================================================

SP FAQ

====================================================*/
    .faq {
        background: url(/wp-content/uploads/2026/04/faq-bk-sp-scaled.jpg);
        background-position: center;
    }
    .faq-head {
        display: flex;
        align-items: center;
        width: 90%;
    }
    .faq-q {
        font-size: 4.62vw;
        height: 9vw;
        padding: unset;
        width: 9vw;
        margin-right: 3vw;
    }
    .faq-a {
        font-size: 4.62vw;
        height: 9vw;
        padding: unset;
        width: 9vw;
        margin-right: 3vw;
    }
    .faq-ttl {
        font-size: 4.62vw;
    }
    .faq-txt {
        align-items: baseline;
        margin-top: 3vw;
        padding-top: 3vw;
    }
    .faq-span {
        flex-basis: 85%;
    }
    .accordion {
        background: #fff;
        border-radius: 10px;
        border-radius: 20px;
        padding: 5vw;
        box-shadow: 0px 0px 10px #B8C8EA5C;
        position: relative;
    }
    .accordion summary::before,
    .accordion summary::after {
        width: 2px;
        height: 5vw;
        border-radius: 5px;
        background-color: var(--blue);
        content: '';
    }

    .accordion summary::before {
        position: absolute;
        right: 8vw;
        rotate: 90deg;
    }

    .accordion summary::after {
        position: absolute;
        right: 8vw;
        transition: rotate .3s;
    }

    .accordion[open] summary::after {
        rotate: 90deg;
    }


    /*===================================================

SP CONTACT

====================================================*/
    .contact-hdg {
        padding: 10vw 0 12vw;
        width: 100%;
    }
    .contact-main .txt {
        text-align: left;
    }
    .contact-main {
        padding: 5vw;
        border-radius: 5vw;
        margin-top: -5vw;
        width: calc(100% - 8vw);
    }
    .contact-table {
        width: 100%;
    }
    .contact-table th,
    .contact-table td {
        padding: 0;
        margin-bottom: 2vw;
        font-size: 4.10vw;
    }
    .contact-table td {
        margin-bottom: 5vw;
    }
    .wpcf7-form-control-wrap input {
        padding: 4vw;
        font-size: 4.10vw;
    }
    .hissu {
        line-height: 1.5;
        font-size: 3.85vw;
        padding: 0 2vw;
    }
    .contact-main .txt {
        text-align: left;
    }
    .contact-submit input {
        width: 100%;
        padding: 5vw 0;
        font-size: 4.10vw;
    }
    .btn-wrap {
        width: 100%;
    }
    .privacy-check {
        font-size: 3.59vw;
    }
    /* .privacy-check span {
        display: inline-block;
    } */
    ::placeholder {
        font-size: 4.10vw
    }

    footer {
        padding: 3vw;
    }
}
/*===================================================

320px CSS

====================================================*/
@media (max-width: 320px) {
    p {
        font-size: 15px;
    }
    .fv-obi {
        font-size: 13px;
    }
    .cta-txt {
        font-size: 14px;
    }
    .problem-item span {
        font-size: 14px;
    }
    .merit-txt {
        font-size: 15px;
    }
    .hdg-fukidashi {
        font-size: 15px;
        margin-bottom: 1vw;
    }
    .case-txt {
        font-size: 15px;
    }
    .achieve-case__ttl {
        font-size: 14px;
    }
    .achieve-case__list p {
        font-size: 14px;
    }
    .plan-copy {
        font-size: 14px;
    }
    .plan-main {
        font-size: 14px;
    }
    .plan-case-list li {
        font-size: 14px;
    }
    .sns-plan__item {
        font-size: 14px;
    }
    .option-table th,
    .option-table td {
        font-size: 14px;
    }
    .contact-table th,
    .contact-table td {
        font-size: 14px;
    }
    .wpcf7-list-item-label {
        font-size: 13px;
    }
    .contact-submit input {
        font-size: 15px;
    }
    .privacy-box {
        width: 100%;
    }
    .privacy-content {
        height: 120px;
        font-size: 13px;
    }

}