<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
    zoom: 1;
}

/* tags
---------------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    color: #333 !important;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left !important;
    background: none !important;
    line-height: 225%;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .4s;
}

a:hover {
    opacity: 0.6;
    color: #333;
    text-decoration: none;
    transition: all .4s;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
div,
img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    margin: 0 auto !important;
    padding: 0;
}


/* common
---------------------------------------------------- */

.inner1 {
    width: 1100px;
    margin: 0px auto;
}

.robot_m {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.robot_b {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.center {
    text-align: center;
}

.blue {
    color: #186ABC;
}

.sp,
.inline_sp {
    display: none;
}

.title_style1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    background: #186ABC;
    padding: 15px 0px 19px;
    position: relative;
}

.title_style1::after {
    content: '';
    width: 104px;
    height: 34px;
    background: url(../images/ar1.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -34px;
    transform: translate(-50%, 0);
}

p {
    text-align: left;
    letter-spacing: initial;
}

.marker1 {
    background: linear-gradient(transparent 80%, #C1E0EB 80%);
}

.marker2 {
    background: linear-gradient(transparent 80%, #ffbe33 80%);
}

.btn_type1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    color: #000 !important;
    display: block;
    border-radius: 45px;
    background: #FFD740 url(../images/ar3.png) no-repeat right 50px center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    padding: 25px 0 28px;
    width: 470px;
    margin: 60px auto 0;
    text-decoration: none;
}

.btn_type1:hover {
    color: #000;
    text-decoration: none !important;
    background: #ffe78d url(../images/ar3.png) no-repeat right 50px center;
    opacity: 1;
}

.micro-copy {
    text-align: center;
    font-weight: 500;
    margin-top: 60px;
}

.lp-cta02 {
    margin: 20px auto 60px;
}

.fukidashi span {
    position: relative;
}

.fukidashi span::before,
.fukidashi span::after {
    content: "";
    display: inline-block;
    background: #000;
    width: 1px;
    position: absolute;
}

.fukidashi span::before {
    left: 0;
}

.fukidashi span::after {
    right: 0;
}

.att-txt {
    color: #ff0000;
}

@media screen and (min-width: 768px) {
    .fukidashi span {
        padding: 0 30px;
    }

    .fukidashi span::before,
    .fukidashi span::after {
        height: 30px;
        bottom: -6px;
    }

    .fukidashi span::before {
        transform: rotate(-30deg);
    }

    .fukidashi span::after {
        transform: rotate(30deg);
    }
}

@media screen and (max-width: 767px) {
    .fukidashi span {
        display: inline-block;
        padding: 0 20px;
    }

    .fukidashi span::before,
    .fukidashi span::after {
        height: 30px;
        bottom: -6px;
    }

    .fukidashi span::before {
        transform: rotate(-20deg);
    }

    .fukidashi span::after {
        transform: rotate(20deg);
    }
}

#contact table.contents-form-table tr:nth-child(4) {
    display: none;
}

.confirm-section table.contents-form-table tr:nth-child(5) {
    display: none;
}

#footer_fixarea {
    width: 100%;
    height: 150px;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    bottom: -150px;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0;
}

#footer_fixarea p {
    text-align: center;
    padding-top: 10px;
    color: #000000;
}

#footer_fixarea {
    width: 100%;
    height: 150px;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    bottom: -150px;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#footer_fixarea.show {
    bottom: 0;
}

.ctabtn {
    width: 470px;
    margin: auto;
}

.ctabtn a {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
    color: #000 !important;
    display: block;
    border-radius: 45px;
    background: #FFD740 url(../images/ar3.png) no-repeat right 50px center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    padding: 25px 0 28px;
    margin: 0 auto;
    text-decoration: none !important;
}

.ctabtn a span {
    font-size: 1.8rem;
}

.ctabtn a:hover {
    color: #000 !important;
    background: #ffe78d url(../images/ar3.png) no-repeat right 50px center;
    opacity: 1;
    text-decoration: none !important;
}

@media screen and (max-width: 768px) {
    .inner1 {
        max-width: 355px;
        width: 95%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inline_sp {
        display: inline;
    }

    .inline_pc {
        display: none;
    }

    .title_style1 {
        font-size: 20px;
        line-height: 1.3;
        padding: 10px 0px 12px;
    }

    .title_style1::after {
        width: 52px;
        height: 17px;
        bottom: -17px;
    }

    .btn_type1 {
        font-size: 17px;
        background: #FFD740 url(../images/ar3.png) no-repeat right 15px center;
        background-size: 24px auto;
        padding: 17px 15px 17px 0;
        width: 90%;
    }

    #footer_fixarea p {
        line-height: 1.4em;
    }

    .ctabtn {
        width: 95% !important;
    }

    .ctabtn a {
        font-size: 20px;
        line-height: 1.1rem;
    }
}

@media screen and (max-width: 320px) {
    .btn_type1 {
        font-size: 15px;
    }
}

/* mv
---------------------------------------------------- */
#mv {
    min-width: 1100px;
    background-color: #F2FAFD;
}

.mv_inner {
    background: #34B6E0 url(../images/mv_back1.png) no-repeat center bottom;
    padding: 90px 0 25px;
    text-align: center;
    position: relative;
}

#mv h1 img {
    margin: 0 auto;
}

.mv_inner .btn_type1 {
    width: 480px;
    margin: -50px auto 30px;
    /*position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%, 0);*/
}

#mv p {
    text-align: center;
    font-size: 22px;
    line-height: 1.8;
    color: #000;
    padding: 26px 0 31px;
}

@media screen and (max-width: 768px) {
    .mv_inner {
        background: #34B6E0 url(../images/mv_back1.png) no-repeat center bottom;
        padding: 62px 0 25px;
    }

    #mv h1 {
        margin: -10px 0 0 0;
        padding: 0 10px 0 0;
    }

    .mv_inner .btn_type1 {
        max-width: 355px;
        width: 95%;
        margin: -20px auto 0;
        position: static;
        left: auto;
        bottom: auto;
        transform: translate(0, 0);
        box-sizing: border-box;
    }

    #mv p {
        font-size: 14px;
        padding: 9px 0 13px;
    }
}

/* section_1
---------------------------------------------------- */
#section_1 {
    min-width: 1100px;
}

.section_1_back {
    background-color: #F2FAFD;
    position: relative;
}

.section_1_back::after {
    content: '';
    width: 181px;
    height: 54px;
    background: url(../images/ar2.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -54px;
    transform: translate(-50%, 0);
}

#section_1 .inner1 {
    position: relative;
    padding-bottom: 70px;
}

#section_1 .img1 {
    position: absolute;
    right: 90px;
    bottom: -40px;
    top: 680px;
}

#section_1 .p1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.9;
    text-align: center;
    margin: 55px 0px 65px;
}

#section_1 .p1.p3 {
    margin: 80px 0px 50px;
}

.p-lead {
    margin: 55px 0px 20px !important;
}

.lead {
    text-align: center;
    margin: 20px 0 60px;
}

.campaign-attention {
    position: relative;
    margin: 20px 0 50px;
    padding: 50px;
    border: solid 3px #000;
}

.campaign-attention table {
    border-collapse: separate;
}

.campaign-attention p {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 30px;
    font-size: 3.0rem;
    background-color: #F2FAFD;
    font-weight: 700;
}

.campaign-attention table tr th {
    width: 20%;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
}

.campaign-attention table tr td {
    width: 80%;
    vertical-align: middle;
    font-weight: 500;
    padding: 20px 0;
    text-align: left;
    line-height: 1.8;
}

.campaign-attention table tr td span {
    display: block;
}

.campaign-attention table tr td span.line-through {
    text-decoration: line-through;
    display: inline-block;
    margin-bottom: 4px;
}

.p1-illust {
    margin: 55px 0px 25px !important;
}

.campaign-illust {
    text-align: center;
    margin-bottom: 60px;
}

#section_1 .ul2 {
    display: flex;
    flex-wrap: wrap;
}

#section_1 .ul2 li {
    width: 350px;
    margin: 0 25px 80px 0;
    display: block;
    position: relative;
}

#section_1 .ul-second li {
    width: 537px;
}

#section_1 .ul2 li:nth-child(3n) {
    margin-right: 0px;
}

#section_1 .ul-second li:nth-child(3) {
    margin-right: 25px;
}

#section_1 .ul-second li:nth-child(2n) {
    margin-right: 0;
}

#section_1 .ul2 dt {
    background-color: #34B6E0;
    text-align: center;
    color: #fff;
    border-radius: 20px 20px 0 0;
    font-weight: 500;
    font-size: 22px;
    padding: 18px 0 15px;

}

#section_1 .ul2 dd {
    border: 2px solid #34B6E0;
    border-radius: 0 0 20px 20px;
    background-color: #F2FAFD;
    text-align: center;
    font-weight: 500;
    padding: 20px;
    height: 300px;
    text-align: left;
    line-height: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

#section_1 .ul2 dd img {
    text-align: center;
    display: block;
}

#section_1 .ul2 li img {
    margin: 0 auto 0;
    display: block;
}

#section_1 .ul2 li:nth-child(2) img {
    bottom: -116px;
}

#section_1 .ul2 li:nth-child(3) img {
    bottom: -88px;
}

#section_1 .ul2 .span1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #186ABC;
    display: inline-block;
    vertical-align: middle;
    margin: -13px 5px 0 0;
}

#section_1 .ul2 .span2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 60px;
    color: #34b6e0;
    display: inline-block;
    vertical-align: middle;
    margin: -20px 5px 0 0;
}

#section_1 .ul2 .span3 {
    font-weight: bold;
    font-size: 26px;
}

#section_1 .ul2 .span4 {
    display: block;
    margin: 10px 0 30px;
}

#section_1 .ul-second dd {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 180px;
    flex-direction: row;
}

#section_1 .ul-second dd img {
    height: 75px;
}

#section_1 .p4 {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    margin: 0px 0px 40px;
}

.p5 {
    width: 700px;
    margin: 23px 50px 0px;
}

.support-ttl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 5px #186ABC;
    text-align: left;
}


@media screen and (max-width: 768px) {
    .section_1_back::after {
        width: 71px;
        height: 23px;
        bottom: -23px;
    }

    #section_1 .inner1 {
        padding-bottom: 40px;
    }

    #section_1 .p1 {
        font-size: 17px;
        margin: 33px 0px;
    }

    #section_1 .p1.p3 {
        margin: 60px 0px 20px;
    }

    #section_1 .p1 .green {
        font-size: 20px;
    }

    #section_1 .img1 {
        right: 15px;
        bottom: -76px;
        width: 97px;
        height: auto;
        top: auto;
    }

    #section_1 table {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0px;
        margin-top: 30px;
    }

    #section_1 .ul2 {
        margin-bottom: 22px;
    }

    #section_1 .ul2 li {
        width: auto;
        float: none;
        margin-right: 0;
        margin: 15px 0 0;
    }

    #section_1 .ul2 dt {
        font-size: 18px;
        line-height: 1.5;
        padding: 7px 0;
    }

    #section_1 .ul2 dd {
        text-align: left;
        font-size: 16px;
        height: auto;
    }

    #section_1 .ul-second dd {
        display: block;
        height: 230px;
    }

    #section_1 .ul-second li:nth-child(3) {
        margin-right: 0;
    }

    #section_1 .ul2 li:nth-child(2) img {
        bottom: auto;
    }

    #section_1 .ul2 li:nth-child(3) img {
        bottom: auto;
        width: 120px;
        height: auto;
    }

    #section_1 .ul2 .span1 {
        font-size: 33px;
        margin: -8px 3px 0 0;
    }

    #section_1 .ul2 .span2 {
        font-size: 40px;
        margin: -10px 3px 0 0;
    }

    #section_1 .ul2 .span3 {
        font-weight: 400;
        font-size: 16px;
    }

    #section_1 .ul2 .span4 {
        margin: 5px 0 15px;
    }

    #section_1 .p4 {
        font-size: 13px;
        text-align: left;
        margin: 0px 0px 30px;
        text-indent: -1em;
        padding-left: 1em;
        line-height: 1.5;
    }

    .p5 {
        font-size: 13px;
        margin: 10px 0px 20px;
    }

    #section_1 .campaign-attention table tr th {
        width: 100%;
        vertical-align: middle;
    }

    #section_1 .campaign-attention table tr td {
        width: 100%;
        vertical-align: middle;
        font-weight: 500;
        padding: 10px 0;
        display: block;
    }

    #section_1 .campaign-attention table tr th {
        border-bottom: solid 1px #333;
        padding: 10px 0;
        display: block;
    }

    #section_1.campaign-attention table tr th td {
        padding: 10px 0;
    }

    .last td:last-child {
        border-bottom: solid 1px #333;
        width: 100%;
    }

    #section_1 .campaign-attention p {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0 10px;
        font-size: 1rem;
        font-weight: 700;
    }

    .campaign-attention {
        padding: 30px;
    }
}

/* section_2
---------------------------------------------------- */
#section_2 {
    padding: 0 0 82px;
    min-width: 1100px;
    background-color: #F2FAFD;
}

#section_2 p {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.9;
    text-align: center;
    margin: 55px 0 0;
}

.daiko-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 100px;
}

.daiko-list li {
    width: 400px;
    box-shadow: 0 10px 20px rgba(57, 98, 132, .1);
    border-radius: 0 0 20px 20px;
}

.daiko-list li a {
    text-decoration: none !important;
}

.daiko-list li dt {
    background-color: #34B6E0;
    text-align: center;
    color: #fff;
    border-radius: 20px 20px 0 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    padding: 18px 0 15px;
}

.daiko-list li dd {
    border: 2px solid #34B6E0;
    background-color: #fff;
    color: #000;
    border-radius: 0 0 20px 20px;
    text-align: center;
    font-weight: 500;
    padding: 20px;
    text-align: left;
}

.arrow_r_b {
    position: relative;
}

.arrow_r_b::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    bottom: 0;
    margin: auto;
}

.arrow_r_b::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #34B6E0;
    border-right: solid 2px #34B6E0;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    bottom: 0;
    margin: auto;
}

.arrow_1::before {
    left: 84px;
}

.arrow_1::after {
    left: 90px;
}

.arrow_2::before {
    left: 67px;
}

.arrow_2::after {
    left: 73px;
}

.arrow_3::before {
    left: 110px;
}

.arrow_3::after {
    left: 117px;
}

.arrow_4::before {
    left: 122px;
}

.arrow_4::after {
    left: 129px;
}

@media screen and (max-width: 768px) {
    #section_2 {
        padding: 0 0 32px;
    }

    #section_2 p {
        font-size: 17px;
        margin: 45px 0 0;
    }

    #section_2 p .green {
        font-size: 20px;
    }

    .daiko-list {
        margin-top: 40px;
    }

    .arrow_1::before {
        left: 56px;
    }

    .arrow_1::after {
        left: 63px;
    }

    .arrow_2::before {
        left: 46px;
    }

    .arrow_2::after {
        left: 53px;
    }

    .arrow_3::before {
        left: 88px;
    }

    .arrow_3::after {
        left: 95px;
    }

    .arrow_4::before {
        left: 100px;
    }

    .arrow_4::after {
        left: 107px;
    }
}

/* section_3
---------------------------------------------------- */
#section_3 {
    text-align: center;
    padding-bottom: 70px;
    min-width: 1100px;
}

#section_3 .inner1 {
    position: relative;
}

#section_3 .p1 {
    font-weight: 500;
    font-size: 33px;
    line-height: 1.9;
    text-align: center;
    margin: 0 0 50px;
    padding-top: 117px;
}

#section_3 .p1 .span1 {
    font-size: 38px;
    color: #186ABC;
}

.flow_design05 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.flow05 {
    padding-left: 0;
    max-width: 590px;
}

.flow05&gt;li {
    list-style-type: none;
    position: relative;
    padding-left: 58px;
    text-align: left;
}

.flow05&gt;li:not(:last-child) {
    padding-bottom: 60px;
}

.flow05&gt;li .icon05 {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    background: #186ABC;
    color: #fff;
    position: absolute;
    left: 0;
}

.flow05&gt;li:not(:last-child)::before {
    content: '';
    background: #c3c3c3;
    width: 4px;
    height: 100%;
    position: absolute;
    top: calc(50% - -30px);
    left: 19px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.flow05&gt;li dl dt {
    font-size: 1.3em;
    font-weight: 600;
    color: #186ABC;
    margin-bottom: 8px;
}

.flow05&gt;li dl dd {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    #section_3 {
        padding-bottom: 49px;
    }

    #section_3 .p1 {
        font-size: 17px;
        margin: 0 0 18px;
        padding-top: 43px;
    }

    #section_3 .p1 .span1 {
        font-size: 20px;
    }

    #section_3 ul {
        font-size: 12px;
        line-height: 1.8;
        display: block;
        margin-top: 30px;
    }

    #section_3 .img1 {
        position: static;
        left: auto;
        top: auto;
        width: 25%;
        height: auto;
        margin-right: 12%;
    }

    #section_3 .img2 {
        position: static;
        right: auto;
        top: auto;
        width: 21%;
        height: auto;
    }
}

/* contact
---------------------------------------------------- */
#contact {
    min-width: 1100px;
}

#contact .contact_form_wrapper {
    padding: 65px 0px;
    margin-top: 77px;
}

.contact_inner {
    width: 820px;
    margin: 0px auto;
}

#contact .p1 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.red {
    color: #f00;
}

.contact_table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

.contact_table th,
.contact_table td {
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.contact_table th {
    width: 274px;
    text-align: left;
    position: relative;
}

.contact_table th span {
    width: 42px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #f00;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.contact_table td div+div {
    margin-top: 10px;
}

.contact_table th span.span2 {
    background: #000;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

::placeholder {
    color: #ccc
}

.input_size_1 {
    width: 60%;
}

.input_size_2 {
    width: 80%;
}

#contact td input {
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
}

#contact textarea {
    width: 90%;
    height: 180px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    line-height: 1.7;
    border: 1px solid #ccc;
}

#contact h3 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
    margin: 50px 0px 20px;
}

.privacy_wrapper {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    height: 160px;
    overflow: auto;
}

#contact h4 {
    background: #e5e5e5;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    padding: 5px 5px 5px 10px;
}

#contact p {
    line-height: 1.7;
}

.privacy_check {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin: 20px 0px 50px;
}

.privacy_check span {
    width: 42px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #f00;
    font-size: 14px;
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

.submit_btn input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    max-width: 375px;
    width: 100%;
    height: 65px;
    margin: 0px auto;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    background: #bfbfbf;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.75px;
}

#contact p span.link-p001 a {
    color: #1a73e8;
    text-decoration: underline;
}

#contact p span.link-p001 a:hover {
    opacity: 1;
    transition: auto;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #contact .inner1 {
        max-width: initial;
        max-width: auto;
        width: auto;
    }

    #contact .contact_form_wrapper {
        padding: 51px 0px;
        margin-top: 0;
    }

    .contact_inner {
        max-width: 325px;
        width: 95%;
        margin: 0 auto;
    }

    #contact .p1 {
        font-size: 14px;
    }

    .contact_table th,
    .contact_table td {
        padding: 10px;
        font-size: 14px;
    }

    .contact_table th {
        width: 30%;
    }

    .contact_table th span {
        display: inline-block;
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 12px;
        position: static;
        right: auto;
        top: auto;
        transform: translate(0, 0);
        padding: 4px 5px 5px;
    }

    .contact_table td span {
        display: block;
    }

    .input_size_1,
    .input_size_2 {
        width: 100%;
    }

    #contact td input {
        padding: 10px;
        font-size: 15px;
    }

    #contact textarea {
        width: 100%;
        height: 140px;
        font-size: 15px;
    }

    #contact h3 {
        font-size: 16px;
        margin: 40px 0px 20px;
    }

    #contact h4 {
        font-size: 15px;
    }

    #contact p {
        font-size: 12px;
        margin-left: 0 !important;
    }

    #contact p span.link-p001 {
        font-size: 12px;
    }

    .privacy_check {
        font-size: 15px;
        line-height: 1.6;
        text-align: center;
        margin: 20px 0px 40px;
    }

    .privacy_check span {
        margin: 0px 0px 0px 5px;
        width: auto;
        height: auto;
        line-height: 1;
        font-size: 12px;
        padding: 4px 5px 5px;
    }

    .submit_btn input {
        width: 95%;
        max-width: 325px;
        height: 50px;
        font-size: 17px;
        line-height: 50px;
    }
}

/* footer
---------------------------------------------------- */
#footer {
    padding: 81px 0px 69px;
    text-align: center;
    min-width: 1100px;
}

#footer p {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 27px;
}


@media screen and (max-width: 768px) {
    #footer {
        padding: 33px 0px;
    }

    #footer img {
        max-width: 273px;
        height: auto;
    }

    #footer p {
        font-size: 12px;
    }

    #header,
    #mv,
    #section_1,
    #section_2,
    #section_3,
    #section_4,
    #section_4 .box1,
    #section_5,
    #section_6,
    #section_7,
    #contact,
    #footer {
        min-width: 0;
    }
}


/* -----------------------------------------------------------------
	form
----------------------------------------------------------------- */
.form_step {
    width: 100%;
    max-width: 550px;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: 0 auto 5%;
    border-radius: 5px;
    box-sizing: border-box;
}

.form_step p {
    margin: 0 !important;
    text-align: center;
    position: relative;
    padding: 2rem 0 0 0;
    font-size: 14px;
    width: 33.33333%;
}

.form_step p:after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: #c3c3c3;
    display: block;
    border-radius: 2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.form_step p:before {
    content: "";
    width: 120%;
    height: 4px;
    background: #c3c3c3;
    display: block;
    position: absolute;
    top: 0.6rem;
    left: 50%;
    transform: translateY(-50%);
}

.form_step p.active,
.form_step p.done {
    color: #186ABC;
    font-weight: bold;
}

.form_step p.active:after,
.form_step p.done:after,
.form_step p.done:before {
    background: #186ABC;
}


.form_step p:last-of-type:before {
    display: none;
}

.contents-flow-image {
    text-align: center;
    margin-top: 48px;
}

.contents-form-text-wrap {
    width: 820px;
    margin: 48px auto 0;
}

.contents-form-table {
    width: 820px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 20px auto 0;
    border-spacing: 0px;
    border-collapse: collapse;
}

.contents-form-table th {
    width: 300px;
    color: #000;
    font-weight: bold;
    border: 1px solid #d8d8d8;
    padding: 16px;
    text-align: left;
}

.contents-form-table td {
    border: 1px solid #d8d8d8;
    padding: 16px;
    text-align: left;
}

.contents-form-table td input {
    width: 400px;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 8px;
}

.contents-form-table td textarea {
    width: 500px;
    height: 200px;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 8px;
}

.form-name-kanji {
    width: 300px !important;
    margin: 0 0 10px 5px;
}

.form-name-kana {
    width: 300px !important;
    margin-left: 5px;
}

.form-required {
    float: right !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: normal !important;
    background-color: #f71c05 !important;
    padding: 3px 8px !important;
    line-height: 1;
}

.form-any {
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #000;
    padding: 3px 8px;
    line-height: 1;
}

.error-message {
    color: #f71c05;
    background: url(/images/form/errorIcon.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 5px;
}

.contents-license-wrap {
    width: 820px;
    margin: 50px auto 0;
}

.contents-license-title {
    color: #222;
    font-size: 18px;
    font-weight: bold;
}

.contents-license-text {
    height: 175px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 16px auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.contents-license-element {
    text-align: center;
    margin-top: 24px;
}

.form-license-accept {
    margin-right: 8px;
}

.form-license-required {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #f71c05;
    padding: 5px 8px;
    margin-left: 8px;
}

.contents-license-text #policy_common {
    padding: 12px;
}

.contents-license-text #policy_basic {
    padding: 24px;
}

.contents-license-text .clearfix,
.contents-license-text .rightFloat {
    margin: 0;
}

.contents-license-text .intro {
    margin-bottom: 24px;
}

.contents-license-text .heading {
    color: #333;
    font-weight: bold;
    margin: 16px 0 8px;
    border-bottom: 1px dashed #444;
    padding-bottom: 2px;
}

.contents-license-text .content_title {
    font-weight: bold;
    background: #e5e5e5;
    padding: 2px 0 2px 13px;
}

.contents-license-text p {
    margin-bottom: 8px;
}

.contents-license-text .space_left {
    padding-left: 13px;
}

.contents-license-text ol {
    list-style-image: none;
    list-style-position: outside;
    padding-left: 13px;
}

.contents-license-text ol li,
.contents-license-text ol.desimal li,
.contents-license-text ol.desimal_in li {
    list-style-type: decimal;
    margin-bottom: 8px;
}

.contents-license-text ol.no_desimal li {
    list-style-type: none;
}

.contents-license-text ol.disc li {
    list-style-type: disc;
}

.contents-license-text .administrator {
    margin: 40px 0 8px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px dashed #444;
    padding-bottom: 2px;
}

.contents-license-text .update_box .update {
    float: right;
}

.contents-license-text .update_box ul {
    margin-bottom: 8px;
}

.contents-license-text .update_box p {
    margin-bottom: 0px;
}

.form-send-btn {
    display: block;
    width: 400px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #FFD740;
    border: 4px solid #FFD740;
    border-radius: 35px;
    padding: 16px 0;
    margin: 50px auto 0;
    color: #000 !important;
}

.form-send-btn:hover {
    color: #000;
    background: #ffe78d;
    border: 4px solid #ffe78d;
    opacity: 1;
}

.form-send-btn.yet,
.form-send-btn.yet:hover {
    color: #fff !important;
    background-color: #bfbfbf !important;
    border: 4px solid #bfbfbf !important;
    cursor: default;
}

.confirm-section .contents-form-btn {
    text-align: center;
    margin-top: 50px;
}

.form-modify-btn {
    display: inline-block;
    width: 250px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #ccc;
    border: 4px solid #ccc;
    border-radius: 35px;
    padding: 16px 0;
    margin: 0 15px;
}

.form-modify-btn:hover {
    color: #ccc !important;
    background-color: #fff;
    border: 4px solid #ccc;
}

.form-submit-btn {
    display: inline-block;
    width: 400px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #FFD740;
    border: 4px solid #FFD740;
    border-radius: 35px;
    padding: 16px 0;
    margin: 0 15px;
}

.form-submit-btn:hover {
    color: #000;
    background: #ffe78d;
    border: 4px solid #ffe78d;
    opacity: 1;
}

.contents-result-wrap {
    text-align: center;
    margin-top: 48px;
}

.contents-result-title {
    color: #186ABC;
    font-size: 36px;
    font-weight: bold;
}

.contents-result-text {
    margin-top: 16px;
}

.contents-top-btn {
    display: none;
}

.notice {
    color: #ff0000;
    font-size: 16px;
}

@media (max-width: 768px) {

    /* -----------------------------------------------------------------
    form
----------------------------------------------------------------- */
    .form_step {
        width: 100%;
        max-width: 350px;
    }

    .form_step p {
        font-size: 11px !important;
    }

    .contents-flow-image {
        margin-top: 24px;
    }

    .contents-form-text-wrap {
        width: auto;
        margin: 24px auto 0;
    }

    .contents-form-table {
        width: 100%;
    }

    .contents-form-table th {
        display: block;
        width: 100%;
        border: none;
        border-bottom: none;
        padding: 8px;
        background: #F2F2F2;
        box-sizing: border-box;
    }

    .contents-form-table th:first-child {
        border-top: none;
    }

    .contents-form-table td {
        display: block;
        width: 100%;
        border: none;
        padding: 8px;
        box-sizing: border-box;
    }

    .contents-form-table td input {
        width: 100%;
    }

    .contents-form-table td textarea {
        width: 100%;
        height: 150px;
    }

    .form-name-kanji {
        width: 250px !important;
        margin: 0 0 8px 5px;
    }

    .form-name-kana {
        width: 250px !important;
        margin: 0 0 0 5px;
    }

    .form-required {
        float: none;
        margin-left: 8px;
    }

    .form-any {
        float: none;
        margin-left: 8px;
    }

    .contents-license-wrap {
        width: auto;
        margin: 30px auto 0;
    }

    .contents-license-element {
        font-size: 13px;
    }

    .form-license-required {
        font-size: 13px;
    }

    .contents-license-text #policy_common {
        padding: 8px;
    }

    .contents-license-text #policy_basic {
        padding: 12px;
    }

    .form-send-btn {
        width: 90%;
        font-size: 18px;
        padding: 16px 0;
    }

    .form-modify-btn {
        display: block;
        width: 60%;
        font-size: 18px;
        padding: 16px 0;
        margin: 0 auto;
    }

    .form-submit-btn {
        display: block;
        width: 90%;
        font-size: 18px;
        padding: 16px 0;
        margin: 24px auto 0;
    }

    .contents-result-wrap {
        margin-top: 24px;
    }

    .contents-top-btn {
        margin-top: 50px;
    }

    .contents-result-title {
        font-size: 28px;
    }

    .top-btn {
        width: 90%;
        font-size: 18px;
        padding: 16px 0;
        margin: 0 auto;
    }

    .contents-form-title {
        text-align: left;
    }

    /*device display*/

    p.device-disply-cap {
        font-size: 1rem;
    }

    h3.device-disply {
        font-size: 1rem;
        padding: 14px 20px;
        width: 80%;
        margin: 20px auto 0;
    }
}

.page-section {
    width: 1000px;
    padding: 48px 0 60px;
    margin: 0 auto;
}

.page-section-title {
    color: #186ABC;
    font-size: 40px;
    text-align: center;
    margin: 0 0 5% 0;
}

@media screen and (max-width: 768px) {
    .page-section {
        width: 90%;
        padding: 48px 0 60px;
        margin: 0 auto;
    }

    .page-section-title {
        color: #186ABC;
        font-size: 28px;
        text-align: center;
    }
}

/* -------------------------------------------------
   #fix_footer
-------------------------------------------------- */
#fix_footer {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    background: rgba(220, 220, 220, 0.8);
    color: #fff;
    z-index: 999999999;
    bottom: -177px;
    transition-duration: 0.5s;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
}

#fix_footer.show {
    bottom: 0px;
    transition-duration: 0.5s;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
}

.fixfooter-wrap {
    margin: 0;
    padding: 0;
}

.fixfooter-wrap dd {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    border-radius: 4px;
}

.fixfooter-wrap dd.fixfooter-cta-wrap a {
    border: none;
}

dl.fixfooter-wrap {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    align-items: center;
    color: #333;
    padding-left: 0;
}

.fixfooter-wrap {
    display: flex;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    color: #333;
}

.fixfooter-wrap-top {
    padding-left: 100px;
}

.fixfooter-cap {
    display: block;
    position: relative;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
}

.fixfooter-cap::after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    right: -60px;
    width: 50px;
    height: 50px;
    margin: -4px 0 0 0;
    border-top: solid 3px rgb(255, 255, 255);
    border-right: solid 3px rgb(255, 255, 255);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fixfooter-tel-cap {
    font-size: 12px;
}

.fixfooter-tel-number {
    font-size: 28px;
    margin-top: -6px;
}

.fixfooter-tel-number a {
    color: #333;
    text-decoration: none !important;
    font-weight: 700;
}

.fixfooter-tel-number a:hover {
    text-decoration: none !important;
}

.fixfooter-tel-time {
    font-size: 10px;
    font-weight: 700;
}

.fixfooter-cta-wrap {
    vertical-align: middle;
    border-radius: 4px;
}

.fixfooter-cta-wrap a {
    background: #e03f3d;
    border: 3px solid #e03f3d;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ccc;
    float: left;
    padding: 12px 29px;
}

.fixfooter-cta-wrap a:hover {
    background: #fff;
    border: 3px solid #e03f3d;
    color: #e03f3d;
    text-decoration: none !important;
}

.fixfooter-tel-cap {
    display: none;
}

.fixarea-cta-document a {
    background: #005BAC !important;
    color: #fff !important;
    border: 3px solid #005BAC !important;
}

.fixarea-cta-document a:hover {
    background: #fff !important;
    color: #005BAC !important;
    border: 3px solid #005BAC !important;
}

.br-sp {
    display: none;
}

@media (max-width: 768px) {
    .fixfooter-wrap-top {
        padding-left: 0;
    }

    .sp {
        display: block;
    }

    .notice {
        font-size: 12px;
        padding: 0 0 24px 0;
    }
}

@media (max-width: 640px) {
    #fix_footer {
        padding: 10px 0;
    }

    .fixfooter-wrap {
        padding-left: 0;
    }

    .fixfooter-cta-wrap a {
        padding: 8px 20px 6px;
    }

    .fixarea-cta-document a {
        padding: 8px 10px 6px;
    }

    .fixarea-cta-document {
        margin-left: 0;
    }

    .fixfooter-cap {
        display: none;
    }

    .fixarea-flex {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .fixfooter-tel-number {
        font-size: 22px;
        margin-top: -1px;
    }

    .fixfooter-tel-time {
        display: none;
    }

    .fixfooter-cta-wrap {
        vertical-align: middle;
        border-radius: 4px;
    }

    .fixfooter-cta-wrap a {
        float: none;
        display: inline-block;
        font-size: 14px;
        line-height: 1.6;
    }

    .document-btn {
        display: none;
    }

    .br-sp {
        display: block;
    }

    #footer_fixarea {
        width: 100%;
        height: 120px;
        background: rgba(255, 255, 255, 0.9);
        position: fixed;
        bottom: -120px;
        left: 0;
        z-index: 10;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
}

/*
btn-contact ------------------------*/
.btn-contact-wrap {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-txt-wrap {
    display: block !important;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #005bac;
    text-align: center;
}

.btn-contact-wrap .contact-img {
    width: 38px;
    margin-top: 18px;
}

.btn-contact-wrap .contact-txt {
    color: #005bac;
    font-weight: bold;

}

.btn-contact-wrap .contact-tel p.tel-txt {
    font-size: 48px !important;
    font-weight: bold;
    text-decoration: none !important;
    line-height: 1;
    color: #005bac;
}

.btn-contact-wrap .contact-tel .tel-time {
    font-size: 13px;
    line-height: 1.2;
    display: block;
    color: #005bac;
    font-weight: bold;
    margin: 0 0 0 10px !important;
}

.btn-contact-wrap .contact-tel .tel-time a {
    color: #005bac;
}

.btn-contact-wrap .contact-tel p.tel-txt a {
    color: #005bac;
    text-decoration: none;
}

@media (max-width: 640px) {
    .contact-txt-wrap {
        display: none;
    }

    .btn-contact-wrap .contact-tel {
        text-align: center;
    }

    .btn-contact-wrap .contact-tel p.tel-txt {
        font-size: 5vw;
    }

    .btn-contact-wrap .contact-tel .tel-time {
        font-size: 1.7vw;
    }

    .btn-contact-wrap .contact-tel p.tel-txt {
        font-size: 24px !important;
        font-weight: bold;
        text-decoration: none !important;
        line-height: 1;
        color: #005bac;
    }
}</pre></body></html>