@charset "UTF-8";

/*
Theme Name: SV Theme
Author:
Description: This is theme
Theme URI:
Author URI:
Version: 0.0.2
License:
License URI:
Tags:
Text Domain: svtheme
 */
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  * 3. Remove gray overlay on links for iOS.
  */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
  * Remove the margin in all browsers.
  */
body {
    margin: 0;
}

/**
  * Render the `main` element consistently in IE.
  */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
    font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
    font-size: 80%;
}

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
  * Prevent vertical alignment issues.
  */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
  * Reset form fields to make them styleable.
  * 1. Make form elements stylable across systems iOS especially.
  * 2. Inherit text-transform from parent.
  */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}

/**
  * Reset radio and checkbox appearance to preserve their look in iOS.
  */
[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
  * Correct cursors for clickable elements.
  */
button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
}

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

/**
  * Improve outlines for Firefox and unify style with input elements & buttons.
  */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
  * Remove padding
  */
option {
    padding: 0;
}

/**
  * Reset to invisible
  */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
    vertical-align: baseline;
}

/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
    overflow: auto;
}

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
  * 1. Correct the outline style in Safari.
  */
[type=search] {
    outline-offset: -2px;
    /* 1 */
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Fix font inheritance.
  */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
  * Clickable labels
  */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
details {
    display: block;
}

/*
  * Add the correct display in all browsers.
  */
summary {
    display: list-item;
}

/*
  * Remove outline for editable content.
  */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */
/**
 1. Correct table border color inheritance in all Chrome and Safari.
 */
table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

.is-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .is-sp {
        display: block;
    }

    .is-pc {
        display: none;
    }
}

html {
    font-size: 10px;
}

@media screen and (max-width: 1500px) {
    html {
        font-size: 0.667vw;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 1.333vw;
    }
}

body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    color: #333;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.wrap {
    width: 100%;
}

.inner {
    max-width: 99rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gray {
    background: #fafafa;
    z-index: -1;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}

a {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

h2 {
    font-size: 5.85rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2307692308;
    color: #249068;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 4.5rem;
    }
}

.h2-sm {
    font-size: 4.5rem;
    color: #384154;
}

@media screen and (max-width: 768px) {
    .h2-sm {
        font-size: 3.5rem;
    }
}

.h2-bottom {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    padding-top: 2rem;
}

@media screen and (max-width: 768px) {
    .h2-bottom {
        font-size: 3rem;
    }
}

h2.black {
    font-size: 4.05rem;
    color: #000;
}

h2.black .h2-sm {
    font-size: 1.8rem;
    color: #000;
}

@media screen and (max-width: 768px) {
    h2.black .h2-sm {
        font-size: 3rem;
    }
}

h3 {
    font-size: 6.3rem;
    font-weight: 700;
    color: #249068;
    line-height: 1.1428571429;
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 6rem;
    }
}

.h3-sm {
    font-size: 3.6rem;
    color: #384154;
}

.col-2 p {
    width: 48.6rem;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .col-2 p {
        width: 100%;
    }
}

p {
    font-size: 1.71rem;
    line-height: 1.7894736842;
}

@media screen and (max-width: 768px) {
    p {
        font-size: 2.8rem;
    }
}

.white {
    color: #fff;
}

.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #efc368));
    background: -o-linear-gradient(transparent 50%, #efc368 50%);
    background: linear-gradient(transparent 50%, #efc368 50%);
}

.btn {
    display: block;
    color: #fff;
    padding: 1rem 0;
    border-radius: 100px;
    text-align: center;
    position: relative;
}

.btn::after {
    content: "▶";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn:hover {
    color: #fff;
    opacity: 0.8 !important;
}

.orange-btn {
    background: #efc368;
}

.col-1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.col-2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#FV {
    background: url(./img/FV-img.jpg) no-repeat;
    background-size: 100% auto;
    padding: 2.6% 0;
}

#FV .FV-txt {
    width: 49.4%;
    margin: 0 5.7%;
}

#FV .FV-1 {
    width: 100%;
    margin-bottom: 1.5%;
}

#FV .FV-2 {
    width: 66%;
    margin: 0 auto 0.7%;
}

#FV .FV-3 {
    width: 100%;
    margin-bottom: 1.8%;
}

#FV .FV-4 {
    width: 100%;
}


@media screen and (max-width: 768px) {
    #FV {
        background: url(./img/FV-img-sp.jpg) no-repeat;
        background-size: 100% auto;
        padding: 5rem 0;
    }

    #FV .FV-txt {
        width: 100%;
        margin: 0 auto;
    }

    #FV .FV-1 {
        width: 69rem;
        margin: 0 auto 2.5rem;
    }

    #FV .FV-2 {
        width: 30rem;
        margin: 0 auto 1rem 6rem;
    }

    #FV .FV-3 {
        width: 46rem;
        margin: 0 auto 3rem 0;
    }

    #FV .FV-4 {
        width: 69rem;
        margin: 0 auto;
    }
}

#content01 {
    padding: 11rem 0 2rem;
    overflow: hidden;
    background: url(./img/dod-bottom.png) no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    #content01 {
        padding: 8rem 15px 2rem;
        background-size: 150%;
    }
}

#content01 .intro-inner {
    max-width: 114.7rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #content01 .intro-inner ul {
        width: 55rem;
        margin: 0 auto;
        row-gap: 3rem;
    }
}

#content01 .intro-inner h2 {
    padding-top: 13rem;
    margin-bottom: 3rem;
}

#content01 .intro-img {
    width: 26.5rem;
    height: auto;
}

@media screen and (max-width: 768px) {
    #content01 .intro-inner h2 {
        padding-top: 10rem;
    }

    #content01 .intro-img {
        width: 26rem;
    }
}


#content01 .service-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5rem;
}

#content01 .service-flex .col-1 img {
    width: 60.6rem;
}

@media screen and (max-width: 768px) {
    #content01 .service-flex .col-1 img {
        width: 100%;
    }
}

#content01 .service-flex .col-2 {
    padding-top: 3rem;
}

@media screen and (max-width: 768px) {
    #content01 .service-flex .col-2 {
        padding-top: 0;
    }
}

#content01 .trouble-inner h2 {
    margin-bottom: 4rem;
}

#content01 .trouble-inner img {
    width: 134.1rem;
    margin: 0 auto;
}

@media screen and (max-width: 1500px) {
    #content01 .trouble-inner img {
        width: 95%;
    }
}

@media screen and (max-width: 768px) {
    #content01 .trouble-inner img {
        width: 100%;
    }
}

.cta {
    background-color: #add6c4;
    padding: 7rem 0;
}

@media screen and (max-width: 768px) {
    .cta {
        padding: 7rem 15px;
    }
}

.cta-inner {
    max-width: 108rem;
    margin: 0 auto;
    text-align: center;
    color: #000;
}

.cta-h {
    max-width: 103.5rem;
    margin: 0 auto 5rem;
    font-size: 3.6rem;
    color: #f2ff1f;
    background: #249068;
    border-radius: 100px;
    position: relative;
}

.cta-h::after {
    content: "";
    height: 0;
    width: 0;
    border-top: 2.8rem solid #249068;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    display: block;
    position: absolute;
    bottom: -2.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .cta-h {
        line-height: 1.3;
        padding: 2rem;
    }
}

.cta-txt {
    font-size: 2.43rem;
    margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
    .cta-txt {
        font-size: 3rem;
    }
}

.cta-tel img {
    width: 42.4rem;
}

.cta-contact {
    background: #90244c;
    font-size: 3.6rem;
    width: 56rem;
    padding: 2rem 0;
}

.cta-contact::after {
    font-size: 2.7rem;
    right: 5rem;
}

@media screen and (max-width: 768px) {
    .cta-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 3rem;
    }
}

#content02 {
    padding: 10rem 0 12rem;
    background: url(./img/content02.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    #content02 {
        padding: 8rem 15px;
    }
}

#content02 .flex-01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
    #content02 .flex-01 {
        margin-bottom: 5rem;
    }
}

#content02 .flex-01 img {
    width: 35.7rem;
}

@media screen and (max-width: 768px) {
    #content02 .flex-01 img {
        width: 52%;
        margin: 0 auto 3rem;
    }
}

#content02 .risk-inner {
    max-width: 115.2rem;
    margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
    #content02 .risk-inner {
        margin-bottom: 7rem;
    }
}

#content02 .risk-inner img {
    width: 57rem;
}

@media screen and (max-width: 768px) {
    #content02 .risk-inner img {
        width: 74%;
        margin: 0 auto 1rem;
    }
}

#content02 .qa-box {
    background: #f9f9f9;
    border-radius: 3rem;
    -webkit-box-shadow: 1rem 1rem 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1rem 1rem 10px rgba(0, 0, 0, 0.1);
    padding: 3rem 6rem;
    margin-bottom: 13rem;
}

@media screen and (max-width: 768px) {
    #content02 .qa-box {
        padding: 4rem 3rem;
        margin-bottom: 7rem;
    }
}

#content02 .qa-box h4 {
    font-size: 3.6rem;
    color: #384154;
    text-align: center;
    margin-bottom: 4rem;
}

#content02 .qa-box ul.flex {
    row-gap: 2rem;
}

@media screen and (max-width: 768px) {
    #content02 .qa-box ul.flex {
        row-gap: 4rem;
    }
}

#content02 .qa-box img {
    width: 9rem;
}

@media screen and (max-width: 768px) {
    #content02 .qa-box img {
        width: 18rem;
    }
}

#content02 .qa-box p {
    font-size: 1.8rem;
    margin-left: 1.5rem;
    width: 31.9rem;
}

@media screen and (max-width: 768px) {
    #content02 .qa-box p {
        font-size: 3rem;
        width: 43rem;
    }
}

#content02 .qa-boxsm {
    font-size: 1.44rem;
}

@media screen and (max-width: 768px) {
    #content02 .qa-boxsm {
        font-size: 2.5rem;
    }
}

#content02 .menu h3 {
    font-size: 4.05rem;
    text-align: center;
    color: #000;
    line-height: 1.3;
    margin-bottom: 5rem;
}

#content02 .menu .h3-sm {
    font-size: 1.8rem;
    color: #000;
}

#content02 .menu ul.flex {
    row-gap: 4rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (max-width: 768px) {
    #content02 .menu ul.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#content02 .menu li.flex {
    width: 29.2rem;
    background: #fff;
    border-radius: 3rem;
    -webkit-box-shadow: 1rem 1rem 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1rem 1rem 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    #content02 .menu li.flex {
        width: 90%;
        margin: 0 auto;
    }
}

#content02 .menu-img {
    width: 10.8rem;
    height: auto;
    margin-bottom: 1.4rem;
}

@media screen and (max-width: 768px) {
    #content02 .menu-img {
        width: 15rem;
    }
}

#content02 .menu-h {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 1.3rem;
}

@media screen and (max-width: 768px) {
    #content02 .menu-h {
        font-size: 3.2rem;
    }
}

#content02 .menu-txt {
    font-size: 1.44rem;
    line-height: 1.625;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (max-width: 768px) {
    #content02 .menu-txt {
        font-size: 2.8rem;
    }
}

#flow {
    padding: 10rem 12rem;
}

@media screen and (max-width: 768px) {
    #flow {
        padding: 10rem 15px 8rem;
    }
}

#flow .flow h2 {
    margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
    #flow .flow h2 {
        margin-bottom: 5rem;
    }
}

#flow .flow .txt-img {
    width: 100%;
    margin-bottom: 4rem;
}

#flow .flow .txt-img:last-of-type {
    margin-top: 4rem;
}

#flow .flow-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -moz-column-gap: 3rem;
    -webkit-column-gap: 3rem;
    column-gap: 3rem;
}

#flow .flow-box:not(:last-of-type) {
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    #flow .flow-box:not(:last-of-type) {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 768px) {
    #flow .flow-box {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

#flow .flow-img {
    width: 9rem;
    height: auto;
    padding-top: 0.5rem;
}

@media screen and (max-width: 768px) {
    #flow .flow-img {
        width: 12rem;
    }
}

#flow .flow-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#flow .flow-h {
    font-size: 3.24rem;
    line-height: 1;
    color: #384154;
    margin-bottom: 2rem;
}

#flow .flow-txt {
    width: 100%;
    background: #fff;
    padding: 3rem;
    border-radius: 1rem;
}

@media screen and (max-width: 768px) {
    #flow .flow-txt {
        padding: 2rem;
    }
}

#content04 {
    padding-top: 10rem;
    overflow: hidden;
    background-image: url(./img/dod-top.png), url(./img/dod-bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: 0% 1%, 0% 90%;
}

@media screen and (max-width: 768px) {
    #content04 {
        padding-top: 8rem;
        background-size: 140% auto, 125% auto;
        background-position: 35% 1%, 60% 80%;
    }
}

#content04 .crn {
    margin-bottom: 11rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    #content04 .crn {
        padding: 0 15px;
        margin-bottom: 8rem;
    }
}

#content04 .crn ul.flex {
    margin-top: 4rem;
    row-gap: 2rem;
}

#content04 .crn-box {
    width: 23.4rem;
    background: #fff;
    border-radius: 3rem;
    -webkit-box-shadow: 1rem 1rem 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1rem 1rem 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

@media screen and (max-width: 768px) {
    #content04 .crn-box {
        width: 48%;
    }
}

#content04 .crn-h {
    font-size: 2.34rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
    #content04 .crn-h {
        font-size: 3rem;
    }
}

#content04 .crn-sm {
    font-size: 1.62rem;
}

@media screen and (max-width: 768px) {
    #content04 .crn-sm {
        font-size: 2.8rem;
    }
}

#content04 .crn-img {
    width: 100%;
    margin-bottom: 1.3rem;
}

#content04 .crn-btn {
    width: 100%;
    font-size: 1.62rem;
}

@media screen and (max-width: 768px) {
    #content04 .crn-btn {
        font-size: 2.8rem;
    }
}

#content04 .crn-btn::after {
    font-size: 1.17rem;
    right: 1.5rem;
}

@media screen and (max-width: 768px) {
    #content04 .online-banner {
        padding: 0 15px;
    }
}

#content04 .column {
    padding-top: 13rem;
}

.column-box {
    margin-bottom: 5rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.column-img {
    display: block;
    width: 28.8rem;
    height: 21.6rem;
    margin-bottom: 1.3rem;
}

.column-date {
    font-size: 1.53rem;
    color: #bf3000;
    margin-bottom: 1rem;
    line-height: 1;
}

.column h3 {
    font-size: 1.8rem;
    width: 28.8rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.column-txt {
    font-size: 1.44rem;
    width: 28.8rem;
}

@media screen and (max-width: 768px) {
    #content04 .column {
        padding: 8rem 15px 0;
    }

    .column-box {
        gap: 5rem;
    }

    .column-content {
        width: 80%;
        margin: 0 auto;
    }

    .column-img {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .column-img img {
        width: 100%;
    }

    .column-date {
        font-size: 2.34rem;
    }

    .column h3 {
        font-size: 2.7rem;
        width: 100%;
    }

    .column-txt {
        font-size: 2.52rem;
        width: 100%;
    }

    .post-categories a {
        display: block;
        font-size: 2.34rem;
        width: 16.2rem;
    }
}

#content04 .reason {
    max-width: 114.3rem;
    padding-top: 15rem;
}

@media screen and (max-width: 768px) {
    #content04 .reason {
        padding: 10rem 15px 0;
    }
}

#content04 .reason h2 {
    margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
    #content04 .reason h2 {
        margin-bottom: 5rem;
    }
}

#content04 .reason-01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 9rem;
}

@media screen and (max-width: 768px) {
    #content04 .reason-01 {
        margin-bottom: 5rem;
    }
}

#content04 .reason-01 img {
    width: 57.1rem;
}

@media screen and (max-width: 768px) {
    #content04 .reason-01 img {
        width: 75%;
        margin: 0 auto 1rem;
    }
}

#content04 .reason-02 {
    margin-bottom: 9rem;
    padding-right: 4rem;
}

#content04 .reason-02 .h3-sm {
    font-size: 3rem;
}

@media screen and (max-width: 768px) {
    #content04 .reason-02 {
        margin-bottom: 5rem;
        padding-right: 0;
    }

    #content04 .reason-02 .h3-sm {
        font-size: 3.6rem;
    }
}

#content04 .reason-02 img {
    width: 47.5rem;
}

@media screen and (max-width: 768px) {
    #content04 .reason-02 img {
        width: 65%;
        margin: 0 auto 1rem;
    }
}

#content04 .reason-03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 5rem;
    margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
    #content04 .reason-03 {
        padding-right: 0;
    }
}

#content04 .reason-03 img {
    width: 46rem;
}

@media screen and (max-width: 768px) {
    #content04 .reason-03 img {
        width: 72%;
        margin: 0 auto 2rem;
    }
}

#content04 .reason ul.flex {
    max-width: 109.8rem;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    row-gap: 3rem;
}

#content04 .reason-box {
    border-radius: 3rem;
    -webkit-box-shadow: 1rem 1rem 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1rem 1rem 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 53.1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    #content04 .reason-box {
        width: 80%;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#content04 .reason-img {
    width: 20.7rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    #content04 .reason-img {
        width: 100%;
        height: 26rem;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

#content04 .reason-content {
    padding: 2rem;
}

#content04 .reason-h {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
    #content04 .reason-h {
        font-size: 3.2rem;
    }
}

#content04 .reason-txt {
    font-size: 1.44rem;
    line-height: 1.625;
}

@media screen and (max-width: 768px) {
    #content04 .reason-txt {
        font-size: 2.8rem;
    }
}

#content04 .forte {
    max-width: 115.2rem;
    margin-bottom: 10rem;
    padding-top: 14rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    #content04 .forte {
        padding: 10rem 15px 0;
        margin-bottom: 5rem;
    }
}

#content04 .forte h2.black {
    margin-bottom: 5rem;
}

#content04 .forte h2.black .h2-sm {
    font-size: 2.7rem;
}

#content04 .forte-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    #content04 .forte-flex {
        margin-bottom: 5rem;
    }
}

#content04 .forte .col-1 {
    width: 52.2rem;
    padding-top: 2rem;
}

#content04 .forte .col-1 img {
    width: 61.3rem;
    max-width: 61.3rem;
    margin: 0 0 0 -10.2rem;
}

@media screen and (max-width: 768px) {
    #content04 .forte .col-1 {
        width: 100%;
        padding-top: 0;
    }

    #content04 .forte .col-1 img {
        width: 80%;
        margin: 0 auto;
    }
}

#content04 .forte .col-2 {
    position: static;
    z-index: 2;
}

#content04 .forte .num {
    margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
    #content04 .forte .num {
        width: 55rem;
        margin: 0 auto 5rem;
        row-gap: 3rem;
    }
}

#content04 .forte .num img {
    width: 26.5rem;
}

@media screen and (max-width: 768px) {
    #content04 .forte .num img {
        width: 26rem;
    }
}

#content04 .member {
    max-width: 112.5rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#content04 .member-box {
    width: 26.1rem;
    border: 1px solid #249068;
    padding: 3rem 1.5rem;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    #content04 .member-box {
        width: 80%;
        padding: 2rem;
        margin: 0 auto 3rem;
    }
}

#content04 .member-h {
    font-size: 1.8rem;
    color: #214842;
    line-height: 1.5;
    margin-bottom: 4rem;
    padding-bottom: 1.5rem;
    width: 22.8rem;
    border-bottom: 2px dashed #000;
}

@media screen and (max-width: 768px) {
    #content04 .member-h {
        font-size: 3.2rem;
        width: 100%;
        margin-bottom: 2rem;
    }
}

#content04 .member-sm {
    font-size: 1.62rem;
}

@media screen and (max-width: 768px) {
    #content04 .member-sm {
        font-size: 2.8rem;
    }
}

#content04 .member-txt {
    width: 19.2rem;
    font-size: 1.44rem;
    color: #fff;
    background-color: #249068;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto 1rem;
}

@media screen and (max-width: 768px) {
    #content04 .member-txt {
        width: 35rem;
        font-size: 2.8rem;
    }
}

#content04 .member-price {
    text-align: center;
    font-size: 1.98rem;
    line-height: 1.3636363636;
}

@media screen and (max-width: 768px) {
    #content04 .member-price {
        font-size: 3rem;
    }
}

#content04 .youtube {
    padding: 10rem 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    #content04 .youtube {
        padding: 8rem 15px;
    }
}

#content04 .youtube h2 {
    margin-bottom: 5rem;
}

#content04 .youtube-content {
    max-width: 85rem;
    height: auto;
    margin: 0 auto;
}

.column .h2-bottom {
    margin-bottom: 5rem;
    line-height: 1.5;
}

.column-btn {
    width: 32.4rem;
    padding: 1.8rem 0;
    margin: 0 auto;
    font-size: 1.98rem;
    border-radius: 100px;
}

.column-btn::after {
    font-size: 1.44rem;
    right: 2.5rem;
}

@media screen and (max-width: 768px) {
    .column-btn {
        width: 45rem;
        font-size: 3rem;
    }
}

#column {
    padding: 15rem 0 10rem;
}

@media screen and (max-width: 768px) {
    #column {
        padding: 10rem 15px 8rem;
    }
}

#content06 {
    padding: 10rem 0;
    background: url(./img/content06.png) no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #content06 {
        padding: 8rem 15px;
        overflow: hidden;
    }
}

#content06 h2 {
    margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
    #content06 h2 {
        margin-bottom: 5rem;
    }
}

#content06 div.inner {
    max-width: 103.5rem;
    margin-bottom: 5rem;
}

#content06 div.inner .col-1 img {
    width: 50.4rem;
}

@media screen and (max-width: 768px) {
    #content06 div.inner .col-1 img {
        width: 75%;
        margin: 0 auto;
    }
}

#content06 .cost {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#content06 .cost-box {
    border-radius: 3rem;
    -webkit-box-shadow: 1rem 1rem 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1rem 1rem 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    width: 29.2rem;
    background-color: #fff;
    height: 14.3rem;
}

@media screen and (max-width: 768px) {
    #content06 .cost>li {
        width: 80%;
        margin: 0 auto 3rem;
    }

    #content06 .cost-box {
        width: 100%;
        height: auto;
        padding: 3rem;
    }
}

#content06 .cost-h {
    font-size: 1.8rem;
    color: #133272;
}

@media screen and (max-width: 768px) {
    #content06 .cost-h {
        font-size: 3.5rem;
    }
}

#content06 .cost-l {
    font-size: 1.35rem;
    color: #fff;
    background: #666666;
    border-radius: 100px;
    width: 9.72rem;
    text-align: center;
    margin-right: 1.5rem;
}

@media screen and (max-width: 768px) {
    #content06 .cost-l {
        font-size: 2.8rem;
        width: 20rem;
    }
}

#content06 .cost-r {
    font-size: 2.16rem;
}

@media screen and (max-width: 768px) {
    #content06 .cost-r {
        font-size: 3.2rem;
    }
}

#content06 .cost-border .cost-r {
    font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
    #content06 .cost-border .cost-r {
        font-size: 3rem;
    }

    #content06 .cost-border {
        margin-top: 1rem;
    }
}

#content06 .cost-center .cost-c {
    font-size: 2.7rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #content06 .cost-center .cost-c {
        font-size: 3.5rem;
    }
}

#content06 .cost-red {
    font-size: 1.8rem;
    color: #bf3000;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    #content06 .cost-red {
        font-size: 3rem;
    }
}

#content06 .cost-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#content07 {
    padding: 10rem 0;
    overflow: hidden;
    background-image: url(./img/dod-top.png), url(./img/dod-bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: 0% -2%, 0% 106%;
}

@media screen and (max-width: 768px) {
    #content07 {
        padding: 8rem 0;
        background-size: 130% auto, 145% auto;
        background-position: 82% 0%, 33% 88%;
    }

    #content07 img.inner {
        width: 100%;
    }
}

#content07 h2 {
    margin-bottom: 9rem;
}

@media screen and (max-width: 768px) {
    #content07 h2 {
        margin-bottom: 5rem;
    }
}

#content07 .h3-top {
    font-size: 3.6rem;
    color: #249068;
}

#content07 .h3-top .f-bg {
    font-size: 5.4rem;
    line-height: 1;
}

#content07 h3 {
    font-size: 7.2rem;
}

#content07 h3 .f-bg {
    font-size: 13.5rem;
    line-height: 0.8;
}

@media screen and (max-width: 768px) {
    #content07 h3 {
        font-size: 6rem;
    }

    #content07 h3 .f-bg {
        font-size: 11.5rem;
    }
}

#content07 .h3-sm {
    color: #249068;
}

#content07 .h3-note {
    font-size: .3em;
}

#content07 div.flex {
    margin-bottom: 5rem;
}

#content07 div.flex .col-1 img {
    width: 34.2rem;
}

@media screen and (max-width: 768px) {
    #content07 div.flex .col-1 img {
        width: 60%;
        margin: 0 auto;
    }
}

#content07 .founded {
    max-width: 114.7rem;
    margin: 0 auto 10rem;
}

@media screen and (max-width: 768px) {
    #content07 .founded {
        width: 55rem;
        margin: 0 auto 7rem;
        row-gap: 3rem;
    }
}

#content07 .founded-img {
    width: 26.5rem;
}

@media screen and (max-width: 768px) {
    #content07 .founded-img {
        width: 26rem;
    }
}

#content07 .loan-box01 {
    padding: 0 0 10rem;
}

@media screen and (max-width: 768px) {
    #content07 .loan-box01 {
        padding: 0 15px 8rem;
    }
}

#content07 .loan-box02 {
    padding: 10rem 0;
}

@media screen and (max-width: 768px) {
    #content07 .loan-box02 {
        padding: 8rem 15px;
    }
}

#content07 .loan-box03 {
    padding: 10rem 0 0;
}

@media screen and (max-width: 768px) {
    #content07 .loan-box03 {
        padding: 8rem 15px 0;
    }
}

#content07 .loan-flex {
    max-width: 115.2rem;
    gap: 9rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    #content07 .loan-flex {
        gap: 0;
    }
}

#content07 .loan-content {
    max-width: 117rem;
    margin: 0 auto 10rem;
}

@media screen and (max-width: 768px) {
    #content07 .loan-content {
        margin-bottom: 5rem;
    }
}

#content07 .loan-img {
    width: 28.8rem;
}

@media screen and (max-width: 768px) {
    #content07 .loan-img {
        width: 34rem;
    }
}

#content07 .card-flex {
    max-width: 103.5rem;
}

#content07 .banner {
    margin-bottom: 7rem;
}

#content07 .about {
    padding-top: 17rem;
}

@media screen and (max-width: 768px) {
    #content07 .banner {
        margin-bottom: 5rem;
    }

    #content07 .about {
        padding: 10rem 15px 0;
    }
}

#content07 .about img {
    margin: 0 auto;
}

#content07 .about .icon {
    width: 10.5rem;
    margin-bottom: 2rem;
}

#content07 .about h2 {
    font-size: 2.7rem;
    margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
    #content07 .about h2 {
        font-size: 4.5rem;
        margin-bottom: 5rem;
    }
}

#content07 .about .about-img {
    max-width: 108rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    #content07 .about .about-img {
        width: 100%;
    }
}

#content07 .about-box {
    margin-bottom: 5rem;
}

#content07 .about-box .flex {
    margin-left: 15rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    #content07 .about-box .flex {
        margin-left: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

#content07 .about-h {
    width: 12rem;
}

@media screen and (max-width: 768px) {
    #content07 .about-h {
        width: 16rem;
    }
}

#content07 .about-btn {
    width: 52.5rem;
    font-size: 2.07rem;
    margin: 0 auto;
}

#content07 .about-btn::after {
    font-size: 1.3rem;
    right: 6rem;
}

@media screen and (max-width: 768px) {
    #content07 .about-btn::after {
        right: 2rem;
    }

    #content07 .about-btn {
        font-size: 2.7rem;
    }
}

#contact {
    padding: 13rem 0 10rem;
    background-color: #f1f7f2;
}

@media screen and (max-width: 768px) {
    #contact {
        padding: 10rem 15px 8rem;
    }
}

#contact h2 {
    font-size: 3.6rem;
    margin-bottom: 5rem;
}

/* 初期実装 */
.header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}

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

.hd-contact-btn {
    text-align: center;
    letter-spacing: 0;
    vertical-align: middle;
    margin-left: 10px;
}

.hd-contact-btn:hover {
    opacity: 0.8;
}

.hd-contact-btn.hd-contact-email {
    display: inline-block;
    padding: 3px;
    border-radius: 35px;
    color: #fff;
    text-decoration: none;
}

.hd-contact-btn.hd-contact-email .hd-contact-btn-inner {
    width: 180px;
    display: block;
    padding: 9px 18px;
    height: 45px;
    border-radius: 35px;
    background: #8f254d;
    font-size: 17px;
    font-weight: 400;
}

.hd-contact-btn.hd-contact-email .fas {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    margin-right: 12px;
}

.hd-contact-btn.hd-contact-phone {
    display: inline-block;
    padding: 3px;
    border-radius: 35px;
    color: #000;
    text-decoration: none;
}

.hd-contact-btn.hd-contact-phone .hd-contact-btn-inner {
    display: block;
    padding: 4px 18px;
    height: 48px;
    border-radius: 35px;
    font-size: 23px;
    font-weight: 500;
}

.hd-contact-btn.hd-contact-phone .fas {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    margin-right: 8px;
    vertical-align: middle;
}

.hd-contact-btn.hd-contact-phone .hd-contact-btn-inner>div {
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    vertical-align: middle;
}

.hd-contact-btn.hd-contact-phone .hd-contact-btn-inner div>span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}

.sm-contact-btn {
    padding: 100px 25px 20px 25px;
    display: none;
}

.sm-contact-btn .hd-contact-btn {
    display: block;
    margin-bottom: 15px;
    margin-left: 0;
}

.sm-contact-btn .hd-contact-btn:hover {
    opacity: 1;
}

#content07 .faq {
    padding-top: 13rem;
}

@media screen and (max-width: 768px) {
    #content07 .faq {
        padding: 10rem 15px 0;
    }
}

#content07 .faq h2 {
    font-size: 4rem;
    margin-bottom: 5rem;
}

#content07 .faq .inner {
    position: relative;
}

#content07 .faq .faq-num {
    color: #fff;
    background-color: #249068;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7rem;
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-info {
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 110px;
    position: relative;
}

.c-info span {
    position: absolute;
    left: 0;
    display: block;
    width: 110px;
}

.accordion-qa .accordion-item {
    margin-bottom: 30px;
    border: 0
}

.accordion-qa .accordion-button {
    background-color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    color: #000;
    padding: 1.4rem 1.25rem;
    position: relative;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .24);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .24);
}

.accordion-qa .accordion-button span {
    display: block;
    text-align: center;
    width: 100%;
    padding-left: 5rem;
}

.accordion-qa .accordion-button::after {
    background-image: none;
    width: 2.8rem;
    height: 0.4rem;
    background-color: #249068;
    position: relative;
}

.accordion-qa .accordion-button::before {
    content: '';
    margin-left: auto;
    width: 0.4rem;
    height: 2.8rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #249068;
    top: 50%;
    right: calc(1.25rem + 1.4rem);
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    position: absolute;
}

@media screen and (max-width: 768px) {
    .accordion-qa .accordion-button::after {
        width: 4rem;
    }

    .accordion-qa .accordion-button::before {
        height: 4rem;
        right: calc(1.25rem + 2rem);
    }
}

.accordion-qa .accordion-button:not(.collapsed)::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.accordion-qa .accordion-button:not(.collapsed)::before {
    height: 0;
}

.accordion-qa .accordion-body {
    font-size: 1.8rem;
    background: #f9f9f9;
    padding: 2rem 3.5rem;
}

/*footer*/

.footer {
    position: relative;
    overflow: hidden;
    border-top: 6px solid #133272;
    padding: 3rem 0 8rem;
}

.footer-nav {
    max-width: 110rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #333;
}

.footer li {
    font-size: 1.5rem;
}

.footer-nav li::before {
    content: "▼";
    color: #133272;
    display: inline-block;
    padding-right: .8rem;
}

.footer-link {
    max-width: 80rem;
}

.footer-office {
    width: 50%;
}

.footer-h {
    line-height: 1;
    margin-bottom: 1.5rem;
}

.footer-office li {
    width: 50%;
}

.footer-etc {
    width: 40%;
}

.footer-etc ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-office ul,
.footer-etc ul {
    row-gap: 1rem;
}

.footer-last {
    padding: 22px 0 0;
}

.footer-last p {
    font-size: 1.6rem;
    margin: 0;
}

.footer-last p img {
    display: inline-block;
    width: 4.2rem;
    height: auto;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 4rem 15px 8rem;
    }

    .footer li {
        font-size: 14px;
    }

    .footer-nav li::before {
        padding-right: .5rem;
    }

    .footer-nav ul.flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1rem 3rem;
    }

    .footer-link div.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 5rem;
    }

    .footer-office,
    .footer-etc {
        width: 90%;
    }

    .footer-office li {
        width: 45%;
    }

    .footer-last {
        padding: 22px 0 36px;
    }

    .footer-last p {
        font-size: 12px;
        margin: 0;
    }

    .footer-last p img {
        width: 25px;
    }
}

.scroll-top-wrapper {
    position: fixed;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.scroll-top {
    position: absolute;
    right: 15px;
    bottom: 45px;
    z-index: 1;
    width: 40px;
    height: 40px;
}

.scroll-top.showed {
    visibility: visible;
}

.scroll-top a {
    display: block;
    background-color: #eee;
    color: var(--primary-color);
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.scroll-top a svg {
    height: 6px;
    fill: #fff;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .63));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .63));
}

.scroll-top a:hover {
    opacity: 0.8;
}

.float-contact-btn-wrapper {
    position: fixed;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.active {
    opacity: 1;
    visibility: visible;
}

.float-contact-btn {
    position: absolute;
    right: 15px;
    bottom: 115px;
}

.float-contact-btn a {
    display: block;
    text-decoration: none;

}

.float-contact-btn.float-contact-btn-email {
    background-color: #90244c;
    display: block;
    text-align: center;
    height: 100px;
    width: 115px;
    padding: 12px 2px 2px 2px;
    bottom: 225px;
}

.float-contact-btn.float-contact-btn-email a>.fas {
    font-size: 50px;
    color: #fff;
}

.float-contact-btn.float-contact-btn-email .fcb-text {
    background: #fff;
    font-size: 11px;
    color: #90244c;
    height: 25px;
    padding: 5px 0;
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 2px;
}

.float-contact-btn.float-contact-btn-email .fcb-text::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #90244c transparent transparent transparent;
}

.float-contact-btn.float-contact-btn-email .fcb-text .fas {
    color: #90244c;
    font-size: 11px;
    margin-left: 3px;
}

.float-contact-btn.float-contact-btn-phone {
    background-color: #249068;
    display: block;
    text-align: center;
    height: 100px;
    width: 115px;
    padding: 12px 2px 2px 2px;
}

.float-contact-btn.float-contact-btn-phone a>.fas {
    font-size: 50px;
    color: #fff;
}

.float-contact-btn.float-contact-btn-phone .fcb-text {
    background: #fff;
    font-size: 11px;
    color: #249068;
    height: 25px;
    padding: 5px 0;
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 2px;
}

.float-contact-btn.float-contact-btn-phone .fcb-text::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #249068 transparent transparent transparent;
}

.float-contact-btn.float-contact-btn-phone .fcb-text .fas {
    color: #249068;
    font-size: 11px;
    margin-left: 3px;
}

.float-contact-btn-wrapper-sm {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 8px 10px 8px 10px;
    background: #666666;
    display: none;
}

.float-contact-btn-wrapper-sm .hd-contact-btn {
    display: block;
    margin: 0;
    min-width: auto;
}

/*end footer style*/

/*start media screen*/
@media (max-width: 1130px) {
    .hd-contact .hd-contact-btn img {
        width: 170px;
    }

    .navbar-logo .logo .custom-logo-link img {
        height: 48px;
    }


    .hd-contact-btn {
        min-width: 208px;
    }

    .hd-contact-btn.hd-contact-email {
        padding: 2px;
        border-width: 2px;
    }

    .hd-contact-btn.hd-contact-email .hd-contact-btn-inner {
        padding: 8px 13px;
        height: 42px;
        font-size: 15px;
        width: 100%;
    }

    .hd-contact-btn.hd-contact-phone .hd-contact-btn-inner>div {
        font-size: 19px;
    }

    .hd-contact-btn.hd-contact-phone .hd-contact-btn-inner div>span {
        font-size: 12px;
    }

}

@media (max-width: 767px) {
    .float-contact-btn-wrapper {
        display: none;
    }

    .sm-contact-btn {
        display: block;
    }

    .scroll-top {
        bottom: 80px;
    }

    .float-contact-btn-wrapper-sm {
        display: block;
    }

}

@media screen and (max-width: 768px) {
    .sm-contact-btn {
        display: none;
    }

    .speed-bubble.no-t-d {
        font-size: 12px;
        display: block;
        padding: 0;
        line-height: 2.5;
    }

    img.img-fluid.img-sm-70 {
        width: 52%;
    }

    .top_reason02 img {
        width: 74% !important;
    }

    .ta-qa-row .desc .desc-inner h3 {
        font-size: 17px;
    }

    .ta-qa-box h2 {
        font-size: 20px;
        margin-left: -1em;
        margin-right: -1em;
    }

    .sv-b-link {
        font-size: 16px;
    }

    .cv-s-box .cv-s-box-inner {
        padding: 20px 12px;
    }

    .cv-s-box h3 {
        font-size: 14px;
    }

    .cv-s-box h3 span {
        font-size: 113%;
    }

    .cv-s-box-link {
        font-size: 14px;
    }

    .cv-s-box-link::after {
        border-width: 4px 0 4px 6px;
    }

    .group_reasons img {
        width: 75% !important;
    }

    .t-b-box {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    .box-count .box-count-text {
        font-size: 12px;
    }

    .box-count .box-count-text .num {
        font-size: 20px;
    }

    .person-card .desc .info4 {
        line-height: 1.27;
    }

    .strength_wrapImg img {
        width: 75%;
        display: block;
        margin: auto;
    }

    .block-heading.block-heading-2 {
        font-size: 20px;
    }

    .c-info {
        font-size: 14px;
    }

    .hd-contact-btn.hd-contact-phone .fas {
        margin-right: 0;
        margin-top: 3px;
    }

    .accordion-qa .accordion-button span {
        font-size: 2.8rem;
        text-align: left;
        padding-left: 7rem;
        padding-right: 1rem;
        line-height: 1.4;
    }

    .accordion-qa .accordion-body {
        font-size: 2.8rem;
    }

    .navbar-logo .logo .custom-logo-link img {
        height: 30px;
    }

    .content01-box .sv-b-desc .sv-b-desc-text p {
        font-size: 13px;
    }

    .sm-contact-btn {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .hd-contact-btn.hd-contact-phone {
        padding: 2px;
        border-width: 2px;
        color: #fff;
    }

    .hd-contact-btn.hd-contact-email .hd-contact-btn-inner,
    .hd-contact-btn.hd-contact-phone .hd-contact-btn-inner {
        font-size: 16px;
    }

    .hd-contact-btn.hd-contact-phone .hd-contact-btn-inner {
        padding: 8px 13px;
        height: 42px;
        width: 100%;
        background: #249068;
    }

    .hd-contact-btn.hd-contact-email .fas {
        margin-right: 6px;
    }

    .hd-contact-btn.hd-contact-phone .fas {
        font-size: 20px;
        margin-right: 5px;
        margin-bottom: 6px;
    }
}

/*end media screen*/

/* tanks page */
.thanks{
    padding: 7rem 0 10rem;
}

.thanks-txt{
    margin-bottom: 5rem;
}

.thanks-txt a{
    color: #133272;
}

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

.thanks-btn a{
    width: 50rem;
    margin: 0 auto;
    font-size: 2.5rem;
}

.thanks-btn a::after{
    content: none;
}

.thanks-btn a::before{
    content: "◀";
    font-size: .8em;
    position: absolute;
    top: 50%;
    left: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px){
    .thanks{
        padding: 7rem 15px;
    }

    .thanks-btn a{
        width: 55rem;
        font-size: 3rem;
    }
}