/* reset css */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:where([hidden]:not([hidden='until-found'])) {
    display: none !important
}

:where(html) {
    -webkit-text-size-adjust: none;
    /* color-scheme: dark light */
}

@media (prefers-reduced-motion:no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth
    }
}

:where(body) {
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased
}

:where(input, button, textarea, select) {
    font: inherit;
    color: inherit
}

:where(textarea) {
    resize: vertical;
    resize: block
}

:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer
}

:where(:disabled) {
    cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
    cursor: not-allowed
}

:where(button) {
    border-style: solid
}

:where(a) {
    color: inherit;
    text-underline-offset: .2ex
}

:where(ul, ol) {
    list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block
}

:where(img, picture, svg) {
    max-inline-size: 100%;
    block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word
}

:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem)
}

:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible
}

:where(:focus-visible) {
    outline: 3px solid Highlight;
    outline-offset: 2px;
    scroll-margin-block: 10vh
}

:where(.visually-hidden:not(:focus-within, :active)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important
}

/* reset css end */


* {
    font-family: 'Noto Sans JP', sans-serif;
}

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

.header {
    position: fixed;
    width: 100%;
    top: 0;
    background: white;
    z-index: 3;
}

header a {
    text-decoration: none;
}

.header.modal_active {
    position: fixed;
    background: white;
    z-index: 2;
    width: 100%;
    padding: 1rem;
}

.header_inner {
    width: 100%;
    justify-content: space-between;
    padding: 0.8rem 0;
}

.header_link_box a {
    padding: 0.5rem 3.5rem 0.5rem 6rem;
    border-radius: 50px;
    margin-right: 1rem;
    position: relative;
}

.header_link_bg {
    background: aliceblue;
    height: 103%;
    position: absolute;
    width: 58px;
    top: -1px;
    left: -1px;
    border-radius: 40px;
    transition: .5s;
    /* z-index: -1; */
}

.header .header_link_bg {
    width: 55px;
}

.header .header_link_bg:before {
    width: 32px;
    margin-left: 12px;
    background-position-y: 45%;
}

.header_link_tel {
    border: #F5A422 solid 2px;
    color: #F5A422;
}

.header_link_speed {
    border: #192B97 solid 2px;
    color: #192B97
}

.header_link_free {
    border: #E60012 solid 2px;
    color: #E60012;
}

.header_link_tel div {
    background: #F5A422;
}

.header_link_speed div {
    background: #192B97;
}

.header_link_free div {
    background: #E60012;
}

.header_link_bg:before {
    content: "";
    background: url(img/header_arrow.svg);
    display: block;
    width: 38px;
    height: 100%;
    margin-left: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-position-y: 45%;
}

.header_link_tel .header_link_bg:before,
.section_start_speed .header_link_bg:before {
    background: url(img/header_tel.png) no-repeat center;
    width: 39px;
    margin-left: 9px;
    background-size: contain;
    image-rendering: auto;
}

.header_link_box a:hover .header_link_bg,
.section_link_free:hover div:not(.header_link_free),
#g-nav-list .header_link_box a:hover .header_link_bg {
    width: calc(100% + 2px);
    transition: .5s;
}

.header_link_box a p,
.header_link_free p,
.section_start_speed .section_link_free p,
#submit {
    position: relative;
    z-index: 2;
    transition: .4s;
}

.header_link_box a:hover p,
.header_link_free:hover p,
.section_start_speed .section_link_free:hover p,
.section_link_free:hover #submit,
.section_link_free:hover p {
    color: white;
    transition: .4s;
}

.header_link_box p {
    font-size: 25px;
    font-weight: 800;
}

main {
    margin-top: 70px;
}

.header_link_bottom {
    display: none;
}

section {
    padding: 70px 0;
}

.section_features {
    background: #f5f8fd;
}

.header_logo {
    margin-left: 7%;
}

h1 {
    font-size: 47px;
    font-weight: 900;
    text-align: center;
    color: #00366C;
}

h1 img {
    margin: auto;
    margin-top: 1.5rem;
}

.first_view_content_left {
    width: 50%;
    margin-right: -10%;
}

.span_bg_blue_65 {
    font-size: 65px;
    color: white;
    background: #2260BE;
    padding: 0.8rem 1rem 1.1rem;
    font-weight: 800;
    border-radius: 10px;
    line-height: 1;
}

.first_view_p_box {
    text-align: center;
    background: #EDF2FA;
    padding: 2rem 0;
    margin-top: 4rem;
    border-radius: 100px 0;
}

.first_view_p_box p {
    font-size: 38px;
    color: #00366C;
    font-weight: 700;
}

.first_view_p_2 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 3rem;
    position: relative;
}

.span_red_65 {
    font-size: 65px;
    color: #FF293B;
    font-weight: 800;
}

h2 {
    color: #E9EFF8;
    font-size: 56px;
    mix-blend-mode: multiply;
    text-align: right;
    position: absolute;
    top: -0.4rem;
    left: 8%;
}

.features_right li {
    justify-content: flex-start;
    background: white;
    border-radius: 100px 0 0 100px;
    margin: 0.5rem 0;
}

.features_right li div {
    width: 100%;
    margin-left: 1rem;
    padding-right: 2rem;
}

.features_right h3 {
    font-size: 24px;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px #231815 solid;
}

.features_right p {
    font-size: 19px;
    font-weight: 700;
}

.span_red_30 {
    font-size: 30px;
    color: #FF293B;
}

.span_19,
.service_table {
    font-size: 19px;
}

.service_table {
    font-weight: 500;
}

.w1520 {
    max-width: 1520px;
    margin: auto;
}

.w1100 {
    max-width: 1100px;
    margin: auto;
}

picture {
    display: block;
}

.features_left {
    margin-left: -17%;
}

.features_left img {
    margin-top: 5rem;
    margin-left: 10%;
    position: relative;
    z-index: 2;
}

.section_inner {
    position: relative;
}

.section_service h2 {
    margin-bottom: 1rem;
}

.section_service h3 {
    font-size: 45px;
    display: flex;
    align-items: center;
}

.service_table li {
    width: 100%;
    justify-content: flex-start;
    padding: 2rem;
    padding-left: 15%;
    border-bottom: 2px solid #DCDDDD;
}

.service_table h4,
.service_table p {
    font-weight: 700;
}

.service_table h4 {
    width: 40%;
}

.span_yellow_55 {
    font-size: 55px;
    color: #F5DD22;
}

.start_p {
    font-size: 37px;
    text-align: center;
    color: white;
    background: url(img/start_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 41%;
    font-weight: 700;
}

.section_start_free {
    padding: 0;
    overflow: hidden;
}

.section_bg_half {
    background: linear-gradient(180deg, #edf2fa 0%, #edf2fa 50%, #ffffff 50%, #ffffff 100%);
}

.section_start_free .section_inner {
    padding: 40px 10px 60px;
    background: linear-gradient(135deg, #2260BE, #192B97);
    border-radius: 50px 0;
    /* padding: 60px 0; */
    overflow: hidden;
}

.section_start_free .header_link_free {
    padding: 0.3rem 2rem 0.3rem 6rem;
    border-radius: 50px;
    margin-right: 0.5rem;
    position: relative;
}

.section_start_free .header_link_free p {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.section_start_free .header_link_free {
    margin: auto;
    display: block;
    text-decoration: none;
    padding: 0.3rem 2rem 0.3rem 4rem;
}

.section_link_free {
    max-width: 600px;
    margin: auto;
    padding: 5px;
    background: white;
    border-radius: 50px;
    margin-top: 2rem;
    position: relative;
    box-shadow: 5px 5px #2260bec5;
}

.section_link_free:after {
    content: "";
    background: url(img/start_image_free.png);
    display: block;
    width: 142px;
    height: 144px;
    position: absolute;
    top: -8%;
    left: 104%;
    pointer-events: none;
}

.span_blue_70 {
    font-size: 70px;
    color: #2260BE;
    width: 56px;
    margin-left: -6px;
}

.span_blue_45 {
    font-size: 45px;
    color: #2260BE;
}

.section_strengths h3 {
    align-items: baseline;
    font-size: 45px;
    margin-top: -0.3rem
}

.strengths_7points {
    flex-wrap: wrap;
    gap: 10px;
    margin: auto;
    margin-top: 4rem;
    max-width: 1100px;
}

.system_content,
.about_content {
    text-align: center;
    font-weight: 800;
    font-size: 32px;
}

.system_content img {
    margin: 3rem auto;
}

.span_red_45 {
    font-size: 45px;
    color: #FF293B;
}

.span_bg_red_45 {
    font-size: 45px;
    color: white;
    background: #FF293B;
    border-radius: 10px;
    padding: 0 0.5rem;
}

.section_bg_blue {
    background: #EDF2FA;
}

.title_box h3 {
    font-size: 45px;
    font-weight: 800;
}

.system_content p {
    line-height: 2;
}

.section_start_speed .section_link_free:after {
    content: "";
    background: url(img/start_speed_image_2.png);
    display: block;
    width: 163px;
    height: 144px;
    position: absolute;
    top: -8%;
    left: 104%;
    pointer-events: none;
}

.section_start_speed .section_link_free p {
    color: #F5A422;
}

.section_start_speed .header_link_free {
    border-color: #F5A422;
}

.section_start_speed .header_link_bg {
    background: #F5A422;
}

.about_content {
    margin-top: 2rem;
    line-height: 2;
}

.merits_content {
    margin-top: 4rem;
}

.merits_content_left {
    flex-wrap: wrap;
    width: 60%;
    gap: 15px;
}

.merits_content_right {
    margin-left: -12%;
    margin-right: -7%;
}

.strengths_7points img {
    margin: auto;
}

.span_red_17 {
    font-size: 19px;
    color: #FF293B;
}

.voice_content_left {
    width: 16%;
}

.voice_content_center {
    width: 20%;
    height: 310px;
    background: #2260BE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    gap: 10px;
    position: relative;
    z-index: 0;
    margin-left: 2%;
}

.voice_content_center:not(.voice_list_reverse .voice_content_center):before {
    content: "";
    border-right: 50px solid transparent;
    border-bottom: 28px solid #2260BE;
    border-left: 50px solid transparent;
    width: 50px;
    position: absolute;
    left: -40px;
    top: 50%;
    z-index: -1;
}

.voice_list_reverse .voice_content_right:after {
    content: "";
    border-right: 50px solid transparent;
    border-top: 28px solid white;
    border-left: 50px solid transparent;
    width: 50px;
    position: absolute;
    right: -40px;
    top: 20%;
    z-index: -1;
}

.voice_content_left img {
    margin-left: auto;
}

.voice_content_center h4 {
    background: white;
    color: #2260BE;
    padding: 0.2rem 0;
    border-radius: 30px;
    width: 40%;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
}

.voice_content_center p {
    width: 40%;
    color: white;
    font-weight: 700;
    font-size: 18px;
    padding-left: 1rem;
}

.voice_content_right {
    width: 64%;
    height: 310px;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 0 10px 10px 0;
    padding: 1rem 1.2rem;
    position: relative;
    z-index: 0;
}

.voice_content li:last-child .voice_content_center,
.voice_content li:last-child .voice_content_right {
    height: 410px;
}

.voice_content_right p {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.8;
    text-align: justify;
}

.voice_content {
    margin-top: 3rem;
}

.voice_list_reverse .voice_content_center,
.voice_list_reverse .voice_content_right {
    height: 240px;
}

.voice_content > li {
    margin-bottom: 3rem;
}

.flow_content {
    align-items: flex-start;
    margin-top: 3rem;
}

.flow_content li {
    text-align: center;
}

.flow_content h4 {
    color: #2260BE;
    font-size: 50px;
}

.flow_content_bottom {
    width: 400px;
    max-width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 400px;
    position: relative;
    margin-top: 0.5rem;
}

.flow_content_bottom img {
    margin: 0 auto;
}

.flow_content p {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 1rem;
}

.flow_content_li_1 .flow_content_bottom {
    background: #F0F4FA;
}

.flow_content_li_2 .flow_content_bottom {
    background: #E0E9F6;
}

.flow_content_li_3 .flow_content_bottom {
    background: #D1DEF1;
}

.flow_content_li_2 {
    margin: 0 -6%;
}

.flow_content_li_2 .flow_content_bottom:before,
.flow_content_li_3 .flow_content_bottom:before {
    content: "";
    background: url(img/flow_arrow.png);
    display: block;
    width: 19px;
    height: 45px;
    position: absolute;
    left: 20px;
}

p.question {
    cursor: pointer;
    background: #2260BE;
    color: white;
    padding: 0.7rem 1.3rem;
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    letter-spacing: 1px;
}

p.answer {
    display: none;
    background: white;
    padding: 1.5rem 1.3rem;
    display: flex;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0 0 5px 5px;
    align-items: flex-start;
    line-height: 1.8;
}

p.question::before,
p.answer::before {
    content: "Q";
    background: white;
    color: #2260BE;
    font-size: 28px;
    font-weight: 800;
    padding: 0rem 0.5rem 0.3rem;
    min-width: 45px;
    line-height: 1.5;
    text-align: center;
    margin-right: 0.8rem;
    border-radius: 10px 0;
}

p.answer::before {
    content: "A";
    background: #EC404D;
    color: white;
    margin-top: -0.5rem;
}

p.question:after {
    content: "＋";
    position: absolute;
    right: 2%;
    font-size: 30px;
}

p.question.active {
    border-radius: 5px 5px 0 0;
}

p.question.active:after {
    content: "－";
}

.faq_content {
    margin-top: 4rem;
}

.faq_content li {
    margin-bottom: 1.2rem;
}

.section_faq.section_bg_blue {
    position: relative;
    z-index: 0;
}

.section_faq.section_bg_blue:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background: url(img/faq_bg.png) no-repeat bottom;
}

.w1000 {
    max-width: 1000px;
    margin: auto;
}

.content_calc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.application_here {
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: 500;
    margin: 4rem auto 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.section_bg_deep_blue {
    background: linear-gradient(135deg, #2260BE, #192B97);
}

.section_application h2 {
    color: #E9EFF8;
    opacity: 0.2;
}

.application_content {
    background: white;
    border-radius: 10px;
    padding: 50px 5%;
}

.calcWrap {
    width: 40%;
}

.calcWrap h4 {
    color: #2260BE;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.calcWrap h4:before,
.user-info .resultlabel:before {
    content: "";
    background: #2260BE;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 7px 0;
    margin-right: 0.5rem;
}

.calcWrap li {
    margin-bottom: 2rem;
}

.formitem>div {
    margin-left: 1.7rem;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
}

.radio-container {
    font-size: 18px;
    font-weight: 700;
}

.radio-container input {
    inline-size: 1.5rem;
    block-size: 1.5rem;
    margin-right: 0.5rem;
    accent-color: #2260BE;
    cursor: pointer;
}

.formitem label.radio {
    width: 40%;
    font-size: 20px;
}

.user-info {
    background: #E9EFF8;
    padding: 2rem;
    padding-bottom: 3rem;
}

.user-info .resultlabel {
    color: #2260BE;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.resultwrap {
    width: 60%;
}

.application_content input {
    border: #192B97 solid 2px;
    border-radius: 5px;
    font-size: 18px;
}

input#tenThousandAmount {
    text-align: right;
    height: 40px;
    width: 70%;
    letter-spacing: 1px;
}

span.unit {
    font-size: 18px;
    font-weight: 700;
    margin-left: 0.5rem;
}

.form_number_box>div {
    align-items: flex-end;
}

p.resultnum input {
    width: 95%;
    height: 40px;
    display: block;
    margin: 0.5rem 0 1.3rem;
    margin-left: auto;
    padding-left: 1rem;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
}

#body .input_email {
    margin-bottom: 0;
}

::placeholder {
    color: #DCDDDD;
}

.submit-btn-wrap {
    text-align: center;
}

.calcWrap li:last-child {
    margin-bottom: 0;
}

.section_application .header_link_free {
    margin: auto;
    display: block;
    text-decoration: none;
    padding: 0 0 0 2rem;
    border-radius: 50px;
    border-color: #192B97;
    font-size: 25px;
    text-align: center;
    color: #192B97;
    position: relative;
}

.section_application .section_link_free {
    box-shadow: 5px 5px #2260beb8;
    max-width: 445px;
    margin-left: 10%;
    margin-top: 2rem;
}

.section_application .header_link_free div {
    background: #192B97;
}

.section_application .section_link_free:after {
    display: none;
}

#submit {
    background: none !important;
    border: none;
    font-size: 25px;
    font-weight: 900;
    width: 100%;
    padding: 0.6rem 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

.section_application .title_box h3 {
    color: white;
    letter-spacing: 4px;
    position: relative;
}

.span_yellow_45 {
    color: #F5DD22;
}

.application_here:before,
.application_here:after {
    content: "";
    display: block;
    background: url(img/application_arrow.png) no-repeat center;
    width: 30px;
    height: 30px;
}

.section_application .title_box h3:after {
    content: "";
    background: url(img/application_h2_bg.png) no-repeat;
    display: block;
    position: absolute;
    width: 582px;
    max-width: 100%;
    height: 17px;
    bottom: -30px;
}

.footer {
    color: white;
    text-align: center;
    margin-top: 7rem;
    font-size: 16px;
    letter-spacing: 1px;
    /* padding-bottom: 10rem; */
}

.footer_button_box button {
    background: none;
    border: none;
    white-space: nowrap;
    padding: 0px 11%;
    line-height: 1;
    letter-spacing: 1.2px;
}

.footer_button_box button:first-child {
    border-right: 1px solid white;
}

.footer_button_box {
    max-width: 500px;
    margin: auto;
    margin-bottom: 2rem;
}

.section_application {
    padding-bottom: 1rem;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
}

.modal_inner {
    height: 100%;
}

#main .modal_close {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    /* cursor: pointer;
    pointer-events: all; */
    background: #2260BE;
    border: none;
    border-radius: 0 9px;
    color: white;
    font-weight: 900;
    font-size: 2rem;
    width: 66px;
    height: 66px;
    line-height: 1;
    z-index: 1;
}

.footer h2 {
    color: black;
    font-size: 45px;
    font-weight: 800;
    opacity: 1;
    position: static;
    text-align: center;
    margin: 3rem auto 2rem;
}

.modal_content {
    width: 80%;
    height: calc(100vh - 210px);
    background: white;
    color: black;
    border-radius: 10px;
    position: relative;
    margin-top: 140px;
    z-index: 2;
}

.modal_content dd {
    width: 63%;
    margin-left: auto;
    text-align: left;
}

.modal_content dd,
.modal_content dt,
.policy_content> * {
    direction: ltr;
}

.modal_content dt {
    width: 37%;
    padding-left: 5%;
    color: #2260BE;
}

.company_profile_dl,
.policy_content {
    overflow-y: scroll;
    width: 90%;
    max-height: 70%;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    direction: rtl;
    font-feature-settings: "palt";
    padding: 0 1.5rem;
    text-align: justify;
}

.company_profile_dl div {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #DCDDDD;
    flex-direction: row-reverse;
}

.dd_multiple dd {
    margin-bottom: 1.5rem;
}

.policy_address_box {
    border: 1px solid;
    padding: 1rem;
}

.policy_address_box h3 {
    text-align: center;
}

.policy_address_box p {
    margin-left: 20%;
    margin-top: 1rem;
}

.policy_address_box2 {
    border: none;
}

.space_right_1 {
    margin-left: 2%;
}

.space_right_2 {
    margin-left: 4%;
}

.space_right_3 {
    margin-left: 6%;
}

.text-center {
    text-align: center;
}

.submit-btn-wrap[disabled] {
    pointer-events: none;
}

.sp {
    display: none;
}

.read-more-003 label {
    display: none;
}

.openbtn1 {
    display: none;
}

.section_start_free img {
    margin: auto;
    width: 100%;
    max-width: 1100px;
}

html {
    scroll-behavior: smooth;
}

.text-right {
    text-align: right;
}

.modal_inner_2 {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1000px) {
    body {

    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    section {
        padding: 70px 10px;
    }

    .flex-c {
        flex-direction: column;
    }

    .flex-c > * {
        width: 100%;
        margin: auto;
    }

    h1 {
        font-size: 28px;
    }

    h1 img {
        padding: 10px;
        margin-top: 0rem;
    }

    .first_view_p_box {
        margin-top: 0.6rem;
        border-radius: 50px 0;
    }

    .header {
        position: static;
    }

    #main h2:not(footer h2) {
        text-align: center;
        left: 0;
        position: static;
        width: 100%;
        margin-top: -6.2rem;
        line-height: 1;
    }

    .features_right li {
        flex-direction: row;
        background: none;
        margin: 20px 0;
    }

    .features_right li:last-child p {
        width: 82%;
    }

    .features_right li div {
        width: 100%;
        margin-left: -1rem;
        padding-right: 2rem;
        background: white;
        padding: 1rem 10px 1rem 2rem;
    }

    .header_link_box:not(#g-nav-list *) {
        display: none;
    }

    .first_view_p_box p {
        font-size: 20px;
        margin-top: 0.7rem;
    }

    .span_red_65,
    .span_bg_blue_65 {
        font-size: 30px;
        font-weight: 900;
        line-height: 1;
    }

    .features_left img {
        margin: auto;
        position: absolute;
        bottom: -19px;
        width: 53%;
        right: -10px;
    }

    .features_right img {
        width: 16%;
        position: relative;
    }

    .span_red_30 {
        font-size: 20px;
    }

    p.first_view_p_1 {
        margin-top: 0;
    }

    .first_view_inner>img {
        margin-top: -0.7rem;
    }

    .features_right h3,
    .features_right p {
        font-size: 16px;
    }

    .span_19 {
        font-size: 13px;
    }

    .features_right h3,
    .features_right p {
        font-size: 16px;
        line-height: 1.7;
    }

    .title_box h3 {
        font-size: 25px;
        font-weight: 900;
        justify-content: center;
        flex-direction: row;
    }

    .title_box img {
        width: 145px;
    }

    .service_table li {
        flex-direction: row;
        padding: 1rem 10px;
        font-size: 16px;
        line-height: 1.8;
    }

    .service_table h4 {
        width: 40%;
    }

    .service_table p {
        width: 60%;
    }

    .start_p {
        font-size: 19px;
    }

    .span_yellow_55 {
        font-size: 35px;
    }

    .start_p {
        background: url(img/start_arrow_sp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: 46%;
        font-weight: 700;
    }

    .section_link_free:after {
        content: "";
        background: url(img/start_image_free_sp.png) no-repeat;
        display: block;
        width: 91px;
        height: 144px;
        position: absolute;
        background-size: cover;
        top: 5%;
        left: 85%;
    }

    .section_start_free .header_link_free p {
        font-size: 21px;
    }

    .section_link_free {
        max-width: 320px;
        margin-top: 1rem;
    }

    .section_start_free .section_inner {
        padding: 40px 10px 30px;
    }

    .section_start_free .header_link_free {
        padding: 0.9rem 2rem 0.9rem 4rem;
    }

    .header_link_free div {
        width: 62px;
    }

    .section_service {
        padding: 70px 10px 50px;
    }

    .section_start_free {
        padding: 0;
    }

    .span_blue_45 {
        font-size: 25px;
        width: unset;
        margin: unset;
    }

    #main .section_strengths_inner h2 {
        margin-top: -10px;
    }

    #main .service_table {
        margin-top: 1rem;
    }

    .first_view {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .header_logo {
        max-width: 150px;
        margin: 0px auto 0 15px;
    }

    main {
        margin-top: 20px;
    }

    .section_features {
        padding-bottom: 50px;
    }

    .section_strengths {
        padding-top: 60px;
    }

    .span_blue_70 {
        font-size: 45px;
        width: unset;
        margin: -1rem -0.5rem 0;
    }

    .section_strengths h3 {
        flex-direction: row;
        margin-top: 2.7rem;
        align-items: center;
    }

    .title_box img {
        margin: unset;
    }

    .features_left {
    }

    .content_calc {
        flex-direction: column;
    }

    .voice_list_reverse .voice_content_right:after {
        right: 0;
    }

    .section_faq.section_bg_blue:after {
        width: calc(100% - 20px);
    }

    .strengths_7points {
        margin-top: 35px;
        padding: 0 10px;
    }

    .strengths_7points li {
        margin-bottom: 1rem;
    }

    .section_system_inner .title_box h3 {
        margin-top: 2rem;
    }

    .system_content,
    .about_content {
        font-size: 19px;
        font-weight: 900;
    }

    .span_bg_red_45 {
        font-size: 35px;
        border-radius: 5px;
    }

    .section_start_free_inner img {
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
    }

    .section_start_speed .header_link_bg:before {
        background: url(img/header_tel.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        image-rendering: auto;
        width: 43px;
    }

    .section_start_speed .header_link_free p {
        font-size: 26px;
    }

    .section_start_speed .header_link_free {
        padding: 0.7rem 2rem 0.7rem 4rem;
    }

    .section_start_speed .section_link_free:after {
        content: "";
        background: url(img/start_speed_image_2_sp.png);
        display: block;
        background-size: 100%;
        width: 128px;
        height: 144px;
        position: absolute;
        top: 20%;
        left: 88%;
    }

    #main .section_about h2 {
        margin-top: 0;
    }

    .section_about {
        padding-top: 60px;
    }

    .section_about .title_box h3{
        margin-top: 2rem;
    }

    .span_red_45 {
        font-size: 35px;
        font-weight: 900;
        line-height: 1.5;
    }

    .section_system {
        padding-bottom: 50px;
    }

    .section_merits .title_box h3,
    .section_voice .title_box h3,
    .section_flow .title_box h3,
    .section_faq .title_box h3,
    .section_application .title_box h3  {
        margin-top: 1.5rem;
        text-align: center;
        line-height: 1.6;
    }

    .merits_content_left {
        flex-direction: row;
        gap: 1.5rem 1%;
    }

    .merits_content_left li {
        width: 49%;
    }

    .merits_content_left li:last-child {
        margin-left: 0;
    }

    .merits_content_right {
        position: absolute;
        width: 50%;
        bottom: -6%;
        right: 0;
    }

    .voice_content_center {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem 0;
        padding: 1.3rem 10px;
        justify-content: flex-end;
        border-radius: 10px 10px 0 0;
    }

    .voice_content_center li {
        width: 42%;
        flex-direction: row;
        justify-content: flex-end;
    }

    .voice_content_center,
    .voice_content_right,
    .voice_list_reverse .voice_content_center,
    .voice_list_reverse .voice_content_right {
        height: auto;
    }

    .voice_content_center li:nth-child(2) {
        order: 3;
    }

    .voice_content_center li:nth-child(3) {
        order: 2;
    }

    .voice_content_center li:nth-child(4) {
        order: 4;
    }

    .voice_content_center li h4 {
        width: 30%;
    }

    .voice_content_center li:nth-child(3) h4,
    .voice_content_center li:nth-child(4) h4 {
        width: 47%;
    }

    .voice_content_center li * {
        font-size: 15px;
        margin: 0;
    }

    .voice_content_center p {
        padding-left: 8px;
    }

    .voice_content_left {
        width: 90px;
        margin: 0 auto 0 0;
        position: absolute;
        top: -3rem;
        z-index: 1;
        left: 4%;
        order: -1;
    }

    .voice_content>li {
        position: relative;
        margin-bottom: 3.6rem;
    }

    .voice_list_reverse .voice_content_left {
        left: unset;
        right: 4%;
    }

    .voice_list_reverse .voice_content_center {
        justify-content: flex-start;
    }

    .voice_list_reverse .voice_content_center li {
        justify-content: flex-start;
    }

    .voice_content_center li:nth-child(3),
    .voice_content_center li:nth-child(4) {
        margin-left: -3%;
    }

    .voice_list_reverse .voice_content_center li:nth-child(3),
    .voice_list_reverse .voice_content_center li:nth-child(4) {
        margin-left: -9%;
    }

    #main .voice_content_center:before {
        content: "";
        border-right: 50px solid transparent;
        border-bottom: 74px solid #2260BE;
        border-left: 50px solid transparent;
        width: 50px;
        position: absolute;
        left: 63px;
        top: -5%;
        z-index: -1;
        transform: rotate(90deg);
    }

    #main .voice_list_reverse .voice_content_center:before {
        transform: rotate(270deg);
        right: 73px;
        left: unset;
    }

    .voice_content_right {
        border-radius: 0 0 10px 10px;
    }

    .read-more-003 {
        position: relative;
    }

    .read-more-003 p {
        position: relative;
        max-height: 230px;
        /* 開く前に見せたい高さを指定 */
        margin-bottom: 10px;
        overflow: hidden;
        transition: max-height .3s linear, margin-bottom .3s linear;
        will-change: top, left, opacity, margin, padding, width, height, max-height, transform;
    }

    .read-more-003:has(:checked) p {
        max-height: 100vh;
        margin-bottom: 2rem;
    }

    .read-more-003 p::after {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30px;
        background: white;
        content: '';
        border-bottom: 1px solid white;
        z-index: 0;
    }

    .read-more-003:has(:checked) p::after {
        opacity: 0;
        content: "";
    }

    .read-more-003 label {
        display: flex;
        align-items: center;
        gap: 0 4px;
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        padding: .4em 1.2em;
        border-radius: 1px;
        background-color: white;
        width: 100%;
        font-weight: 800;
        color: #2260BE;
        font-size: 15px;
        text-align: center;
        justify-content: center;
    }

    .read-more-003 label:hover {
        /* border: 1px solid #2589d0; */
        /* background-color: #fff;
        color: #2589d0;
        cursor: pointer; */
    }

    .read-more-003:has(:checked) label {
        /* display: none; */
    }

    .read-more-003 label::after {
        display: inline-block;
        width: 15px;
        height: 7px;
        background-color: #2260BE;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: '';
        border-radius: 5px;
    }

    .read-more-003 label:hover::after {
        background-color: #2589d0;
    }

    .read-more-003 input {
        display: none;
    }

    .voice_content_right p {
        letter-spacing: 0.6px;
        font-size: 17px;
        font-weight: 700;
    }

    .voice_content>li:last-child {
        margin-bottom: 0;
    }

    .section_voice {
        padding-bottom: 50px;
    }

    #main .section_flow {
        padding-top: 50px;
    }

    #main .section_flow h2 {
        margin-top: 0;
    }

    .flow_content_bottom {
        width: 250px;
        max-width: 100%;
        height: 250px;
        max-height: 400px;
        margin-left: auto;
        margin-right: 5%;
    }

    .flow_content p {
        font-size: 16px;
    }

    .flow_content_bottom img {
        max-width: 80px;
    }

    .flow_content h4 {
        font-size: 35px;
    }

    .flow_content_bottom {
        margin-top: -3.7rem;
        margin-bottom: -1rem;
    }

    .flow_content h4 {
        font-size: 35px;
        text-align: left;
        position: relative;
        z-index: 2;
        padding-left: 4%;
        letter-spacing: 2px;
    }

    .flow_content {
        max-width: 355px;
        margin: 1rem auto;
    }

    .flow_content p {
        margin-bottom: 0.6rem;
        margin-top: 1rem;
    }

    .flow_content_li_2 .flow_content_bottom:before,
    .flow_content_li_3 .flow_content_bottom:before {
        content: "";
        background: url(img/flow_arrow.png) no-repeat;
        display: block;
        width: 14px;
        height: 25px;
        background-size: contain;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 3px;
        transform: rotate(90deg);
    }

    p.question {
        font-size: 16px;
        padding: 0.7rem 3%;
    }

    p.question::before,
    p.answer::before {
        padding: 0rem 0.5rem 0.3rem;
        min-width: 35px;
        height: 35px;
        font-size: 22px;
        line-height: 1.3;
        border-radius: 7px 0;
    }

    p.answer {
        padding: 1.5rem 3%;
    }

    .faq_content li {
        margin-bottom: 0.6rem;
    }

    .section_faq.section_bg_blue:after {
        content: none;
    }

    .section_application h2:not(footer h2) {
        color: #90bbfa3b;
        opacity: 1;
        mix-blend-mode: unset;
        letter-spacing: -2px;
    }

    .section_application .title_box h3>* {
        width: auto;
        margin: 0;
    }

    .section_application .title_box h3 {
        border-bottom: 2px solid;
        padding-bottom: 0.6rem;
        width: calc(100% - 20px);
    }

    .section_application .title_box h3:after {
        content: none;
    }

    .application_here {
        font-size: 20px;
        margin-top: 35px;
        align-items: flex-end;
        position: relative;
    }

    .application_here:before,
    .application_here:after {
        content: "";
        display: block;
        background: url(img/application_arrow.png) no-repeat center;
        width: 20px;
        height: 20px;
        background-size: contain;
        position: absolute;
        margin-bottom: 4px;
    }

    .application_here:before {
        margin-left: -140px;
    }

    .application_here:after {
        margin-left: 140px;
    }

    .calcWrap h4,
    .user-info .resultlabel {
        font-size: 16px;
    }

    .formitem label.radio {
        font-size: 16px;
    }

    .radio-container input {
        inline-size: 2rem;
        block-size: 2rem;
    }

    .resultwrap {
        width: 100%;
        max-width: 400px;
        margin: auto;
        margin-top: 1rem;
    }

    .section_application .section_link_free {
        margin-left: 0;
        margin-top: 1.7rem;
    }

    .formitem>div {
        margin-top: 0.7rem;
        margin-left: 1.5rem;
    }

    .calcWrap li {
        margin-bottom: 1rem;
    }

    ::placeholder {
        color: #DCDDDD;
        font-size: 16px;
    }

    p.resultnum input {
        width: 100%;
        margin-left: 0;
    }

    .application_content {
        padding: 25px 12px 35px;
        margin: 0 10px;
    }

    .user-info {
        background: #E9EFF8;
        padding: 1rem;
        padding-bottom: 1.3rem;
    }

    .calcWrap h4:before,
    .user-info .resultlabel:before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 5px 0;
    }

    #submit {
        font-size: 21px;
        padding: 0.9rem 2rem 0.9rem 2.3rem;
    }

    .calcWrap {
        padding: 0 10px;
        width: auto;
    }

    .form_number_box>div {
        align-items: center;
    }

    span.unit {
        font-size: 16px;
    }

    input#tenThousandAmount {
        padding-right: 0.6rem;
        width: 83%;
    }

    .faq_content li:last-child {
        margin-bottom: 0;
    }

    .footer_button_box {
        flex-direction: row;
        margin-bottom: 3rem;
    }

    .footer {
        margin-top: 4rem;
        padding-bottom: 7rem;
    }

    .copyright {
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .section_application {
        padding-bottom: 0.5rem;
    }

    .faq_content {
        margin-top: 2rem;
    }

    .strengths_7points li:last-child {
        margin-bottom: 0;
    }

    .features_right li:first-child {
        margin-top: 0;
    }

    .system_content img {
        margin: 1.5rem auto;
    }

    .modal {
        height: calc(100% - 48px);
        padding: 20px;
        /* top: unset; */
        bottom: 0;
    }

    .footer h2 {
        font-size: 25px;
        margin: 2.5rem auto 1rem;
    }

    .company_profile_dl div {
        flex-direction: column;
        align-items: flex-end;
    }

    .modal_content dd,
    .modal_content dt,
    .policy_content>* {
        width: auto;
        padding-left: 0;
        font-size: 16px;
    }

    .dd_multiple dd:last-child {
        margin-bottom: 0;
    }

    #main .modal_close {
        width: 45px;
        height: 45px;
    }

    .company_profile_dl,
    .policy_content {
        padding: 0 20px;
        width: 95%;
        max-height: calc(95% - 80px);
    }

    .header_inner {
        width: 100%;
        justify-content: space-between;
        padding: 1rem 0;
        position: relative;
        z-index: 7;
        background: white;
    }

    .openbtn1 {
        display: block;
    }

    .voice_content li:last-child .voice_content_center,
    .voice_content li:last-child .voice_content_right {
        height: auto;
    }

    .span_close {
        display: none;
    }

    :checked ~ .span_close {
        display: inline-block;
    }

    :checked ~ .span_read_more {
        display: none;
    }

    .read-more-003:has(:checked) label:after {
        transform: rotate(180deg);
    }

    .span_red_17 {
        font-size: 17px;
    }

    .voice_content {
        margin-top: 4rem;
    }

    .section_features .span_red_30 {
        font-size: 23px;
    }

    .features_right h3 {
        font-size: 16px;
    }

    #main .section_features h2 {
        letter-spacing: 0.5rem;
        text-indent: 0.5rem;
    }

    #main .section_service h2 {
        letter-spacing: 0.9rem;
        text-indent: 0.9rem;
    }

    #main .section_about h2 {
        letter-spacing: 0.5rem;
        text-indent: 0.5rem;
    }

    #main .section_voice h2,
    #main .section_merits h2,
    #main .section_system h2 {
        letter-spacing: 1rem;
        text-indent: 1rem;
    }

    #main .section_faq h2,
    #main .section_flow h2 {
        letter-spacing: 0.2rem;
        text-indent: 0.2rem;
    }

    .modal_content {
        height: calc(100vh - 150px);
        margin-top: 0;
    }

    .policy_address_box p {
        margin-left: 0;
    }

    #main .policy_address_box {
        padding: 1rem;
    }

    .header_link_bottom {
        display: flex;
        flex-direction: row;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 5;
        gap: 0.4rem;
        padding: 0.5rem 0.5rem 0.7rem;
        background: white;
    }

    .header_link_bottom a {
        border-radius: 20px;
        padding: 0.3rem 6px;
        border: none;
        font-size: 18px;
    }

    .header_link_bottom .header_link_free {
        background: #E60012;
        color: white;
    }

    .header_link_bottom .header_link_speed {
        background: #192B97;
        color: white;
    }

    .header_link_bottom .header_link_tel {
        background: #F5A422;
        color: white;
    }

    .header_link_bottom .header_link_tel img {
        width: 2.2rem;
        height: 2.2rem;
        margin: auto;
    }

    .header_link_bottom p {
        font-weight: 900;
        text-align: center;
        letter-spacing: 2px;
        padding: 0.7rem 0.4rem;
        border-radius: 16px;
        border: 2px solid white;
        line-height: 1.3;
    }

    .header_link_bottom .header_link_tel p {
        padding: 1.1rem 0rem;
    }

    .header_link_bottom .header_link_free {
        box-shadow: 0px 3px #7A000A;
    }

    .header_link_bottom .header_link_speed {
        box-shadow: 0px 3px #0E1752;
    }

    .header_link_bottom .header_link_tel {
        box-shadow: 0px 3px #895C13;
        min-width: 86px;
        width: 86px;
    }
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 6;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgb(247 247 247);
    /*動き*/
    transition: top 0.6s;
    will-change: top;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    text-align: center;
}

#g-nav ul > li {
    width: 80%;
    margin: auto;
}

#g-nav li a:not(.header_link_box a) {
    color: #2260BE;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 0;
    display: block;
    border-bottom: #2260BE solid 2px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    font-size: 16px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    position: absolute;
    z-index: 9999;
    right: 10px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border: 2px solid #2260BE;
    border-radius: 50px;
}

/*×に変化*/
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 3px;
    border-radius: 2px;
    background-color: #2260BE;
    width: 49%;
}

.openbtn1 span:nth-of-type(1) {
    top: 11px;
}

.openbtn1 span:nth-of-type(2) {
    top: 18px;
}

.openbtn1 span:nth-of-type(3) {
    top: 25px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 12px;
    left: 9px;
    transform: translateY(6px) rotate(-45deg);
    width: 53%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 24px;
    left: 9px;
    transform: translateY(-6px) rotate(45deg);
    width: 53%;
}

#g-nav-list .header_link_box p {
    font-size: 24px;
}

#g-nav-list .header_link_box a {
    display: block;
    padding: 0.3rem 1.5rem 0.3rem 4rem;
    margin-right: 0;
}

#g-nav-list .header_link_bg {
    height: 104%;
    width: 48px;
}

#g-nav-list .header_link_bg:before {
    width: 32px;
    margin-left: 9px;
    background-position-y: 45%;
    image-rendering: auto;
}

#g-nav-list .header_link_tel .header_link_bg:before {
    background: url(img/header_tel.png) no-repeat center;
    width: 36px;
    background-size: contain;
    margin-left: 6px;
    image-rendering: auto;
}

#g-nav-list .header_link_box {
    width: 90%;
    margin: 0.5rem auto 0;
}

#g-nav-list .header_link_box li {
    padding-top: 0.7rem;
}