@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: "";
    content: none;
}
q:before, q:after {
    content: "";
    content: none;
}
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    word-break: break-all;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, textarea, select {
    vertical-align: middle;
    border: none;
}
img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Osaka", sans-serif;
    font-family: "Noto Sans", sans-serif;
    color: #333;
    background-color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 400px) {
    body {
        font-size: 14px;
    }
}
ul, p {
    text-align: left;
}
.sp {
    display: none;
}
@media screen and (max-width: 959px) {
    .sp {
        display: block;
    }
    .pc {
        display: none !important;
    }
}
p, li, span, th, td, input, textarea, select, label {
    line-height: 1.7;
}
h1 {
    font-size: 50px;
}
@media screen and (max-width: 400px) {
    h1 {
        font-size: 30px;
    }
}
h2 {
    font-size: 35px;
}
@media screen and (max-width: 400px) {
    h2 {
        font-size: 28px;
    }
}
h3, h4 {
    font-size: 18px;
}
@media screen and (max-width: 400px) {
    h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 400px) {
    h4 {
        font-size: 16px;
    }
}
h5 {
    font-size: 16px;
}
@media screen and (max-width: 400px) {
    h5 {
        font-size: 14px;
    }
}
small {
    font-size: 12px;
    display: block;
}
@media screen and (max-width: 959px) {
    small {
        font-size: 10px;
    }
}
.inner {
    max-width: 1000px;
    padding: 100px 0px;
    margin: auto;
    width: 100%;
}
@media screen and (max-width: 959px) {
    .inner {
        max-width: 100%;
        margin: auto;
        width: 100%;
        padding: 15px 0 0 0;
    }
}
.title h2 {
    text-align: left;
    display: block;
}
.content {
    margin: 50px auto;
}
.content:first-child {
    margin-top: 0;
}
.content:last-child {
    margin-bottom: 0;
}
.large {
    font-size: 140%;
    display: block;
}
@media screen and (max-width: 959px) {
    .large {
        font-size: 10vw;
    }
}
.bold {
    font-weight: bold;
}
header {
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    top: 0;
    z-index: 100;
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    padding: 0 6vw;
}
header h2 {
    text-align: left;
    max-width: 180px;
}
header h2 img {
    width: 100%;
}
.header-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 1.2rem;
    list-style: none;
    text-transform: uppercase;
}
@media (max-width: 1100px) {
    header {
        height: 52px;
        background-color: white;
    }
    header h2 img {
        width: 80%;
    }
    .header-navigation {
        display: none;
    }
    .hamburger {
        position: absolute;
        top: -30px;
        right: -10px;
        z-index: 99;
    }
    #page-navigation {
        text-align: right;
        position: relative;
    }
    .menu-trigger {
        display: inline-block;
        transition: all 0.6s;
        box-sizing: border-box;
        position: relative;
        width: 50px;
        height: 44px;
        background: none;
        border: none;
        appearance: none;
        cursor: pointer;
        z-index: 999;
    }
    .menu-trigger span {
        display: inline-block;
        transition: all 0.6s;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 70%;
        height: 3px;
        background-color: #333;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 20px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 30px;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 40px;
    }
    .menu-trigger::after {
        position: absolute;
        right: 7px;
        bottom: -26px;
        display: block;
        width: 100%;
        color: #333;
        font-size: 0.9rem;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
        transition: all 0.4s;
    }
    .menu-trigger.active::after {
        content: "";
        bottom: -25px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(14px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-7px) rotate(45deg);
    }
    #nav-content {
        position: fixed;
        top: 50px;
        right: 0;
        z-index: 90;
        width: 100%;
        height: 100vh;
        background: linear-gradient(180deg, #ededed, #003f65);
        padding: 48px 0 0 0;
        transform: translateX(100%);
        transition: 0.4s ease-in-out;
    }
    #nav-content.active {
        transform: translateX(0%);
    }
    #nav-content ul {
        padding-left: 0;
        padding-top: 30px;
        list-style: none;
        margin: 0;
        display: block;
    }
    #nav-content ul li {
        text-align: center;
        position: relative;
        padding: 35px 10vw;
        display: flex;
        max-width: 240px;
        margin: 0 auto;
    }
    #nav-content ul li a {
        text-decoration: none;
        font-size: 17px;
        font-weight: 600;
        color: #333;
        display: block;
        text-decoration: none;
        list-style: none;
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1100px) {
    .menu-trigger {
        display: none;
    }
    header {
        width: 100%;
        height: 65px;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        align-items: center;
        padding: 0 8vw;
    }
    .header-nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        list-style: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 17px;
    }
    .header-nav li {
        margin-left: 1vw;
    }
    .header-nav li:nth-child(10), .header-nav li:last-child {
        margin-left: 0;
    }
    .header-nav a {
        color: #3c3535;
        padding: 12px;
        box-sizing: border-box;
        text-decoration: none;
    }
    .header-nav li a {
        position: relative;
    }
    .header-nav li a:hover {
        color: #333;
    }
}
.kv {
    background-image: url(../assets/img/kv_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.kv .kv-content {
    max-width: 1200px;
    padding: 80px 0 50px 0;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.kv .kv-content .kv-left {
    width: 52%;
}
.operi {
    background-color: #FCDF42;
    text-align: center;
    margin: 20px auto;
}
.operi p {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
}
.kv .kv-content .kv-left img:last-child {
    margin-top: 2em;
    width: 100%;
    display: block;
    text-align: left;
}
.kv .kv-content .kv-right {
    width: 40%;
}
@media screen and (max-width: 959px) {
    .kv .kv-content {
        max-width: 100%;
        padding: 0px 0px;
        margin: auto;
        width: 100%;
    }
}
.inquiry-form-container {
    max-width: 500px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}
.form-header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.form-icon {
    font-size: 18px;
    margin-right: 8px;
}
.inquiry-form .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.inquiry-form .form-group label {
    display: block;
    width: 30%;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
.inquiry-form .form-group label:last-child {
    width: 100%;
    display: flex;
    justify-content: center;
    text-decoration: underline;
}
.inquiry-form .form-group input[type="text"], .inquiry-form .form-group input[type="email"], .inquiry-form .form-group input[type="tel"] {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.inquiry-form .form-group input[type="checkbox"] {
    margin-right: 5px;
}
.inquiry-form .form-group .select-normalize {
    position: relative;
    width: 100%;
}
.inquiry-form .form-group .select-normalize::after {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background-color: #333;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    pointer-events: none;
}
.inquiry-form .form-group .select-normalize select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.inquiry-form .form-group select {
    appearance: none;
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.submit-button {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    background-color: #c10810;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
}
.submit-button:hover {
    background-color: #0056b3;
}
.hybrid, .reason, .flow {
    background-color: #003f65;
}
.cv-btn {
    padding-top: 50px;
}
.cv-btn-inner {
    max-width: 650px;
    margin: 0 auto;
}
.cv-btn p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.2rem;
}
.cv-btn a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 959px) {
    .cv-btn {
        padding: 0 0 30px 0;
    }
    .cv-btn-inner {
        max-width: 360px;
    }
    .cv-btn p {
        font-size: 16px;
    }
    .cv-btn a {
        display: inline-block;
        position: relative;
        overflow: hidden;
    }
    .cv-btn a:after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 30px;
        position: absolute;
        top: -180px;
        left: 0;
        background-color: #fff;
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation: reflection 3s ease-in-out infinite;
        animation: reflection 3s ease-in-out infinite;
    }
    @keyframes reflection {
        0% {
            -webkit-transform: scale(0) rotate(45deg);
            opacity: 0;
        }
        80% {
            -webkit-transform: scale(0) rotate(45deg);
            opacity: 0.5;
        }
        81% {
            -webkit-transform: scale(4) rotate(45deg);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(50) rotate(45deg);
            opacity: 0;
        }
    }
}

.really {
    background-color: #003F65;
}
.really-text-top {
    color: #fff;
    font-size: 34px;
}
.really-text-top p {
    text-align: center;
    font-weight: 500;
}
.really-text-top p em {
    font-weight: 800;
    font-size: 40px;
}
.really-wrapper img {
    max-width: 100px;
    margin: 40px auto;
}
.really-text-bottom {
    color: #fff;
    font-size: 28px;
}
.really-text-bottom p {
    text-align: center;
    font-weight: 500;
}

.compare {
    background-color: #D8E1E7;
}

.about {
    background-image: url(../assets/img/about-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.voice {
    background-image: url(../assets/img/voice-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top 600px;
}
.present {
    background-image: url(../assets/img/present-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.worries {
    background-image: url(../assets/img/worries-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.arrow-inner {
    max-width: 1100px;
    margin: 10px auto;
}
.concierge {
    position: relative;
}
.concierge::before {
    position: absolute;
    top: 0px;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: 0px;
    z-index: -1;
    transform: skewY(-2deg);
    background: linear-gradient(90deg, #86c7ff, #003f65);
    content: "";
}
@media screen and (max-width: 959px) {
    .arrow-inner {
        margin: 10px auto 0 auto;
    }
    .concierge::before {
        background: none;
    }
}
.features {
    background-image: url(../assets/img/voice-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top 1200px;
}
.faq-ttl {
    max-width: 800px;
    margin: 0 auto;
}
.question {
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-area {
    list-style: none;
    width: 96%;
    margin: 50px auto 0 auto;
}
.accordion-area li {
    margin: 30px 0;
}
.accordion-area section {
    border: solid 2px #003f65;
    background-color: #003f65;
    border-radius: 10px;
}
.title {
    position: relative;
    cursor: pointer;
    padding: 3% 50px 3% 3%;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 20px;
}
.title::before, .title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fff;
}
.title::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg);
}
.title::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg);
}
.title.close::before {
    transform: rotate(45deg);
}
.title.close::after {
    transform: rotate(-45deg);
}
.box {
    display: none;
    background: #f0f0f0;
    padding: 3%;
    font-size: 20px;
}
@media (max-width: 959px) {
    .faq-ttl {
        padding: 40px 15px 0px 15px;
    }
    .title {
        font-size: 16px;
    }
    .box {
        padding: 4%;
        font-size: 16px;
    }
    .accordion-area {
        padding: 0;
    }
}
.section-company {
    background-color: #333;
    padding: 80px 15px 20px 15px;
}
.ttl_ja {
    color: #fff;
}
.company-profile {
    max-width: 1000px;
    margin: 30px auto 50px auto;
    color: #fff;
    text-align: left;
    font-size: 20px;
}
.company-profile th {
    width: 35%;
    border-bottom: 1px solid #fff;
    padding: 30px 10px 30px 0;
    position: relative;
}
.company-profile th::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 35%;
    height: 2px;
    background: #fff;
}
.company-profile td {
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width: 900px) {
    .ttl_ja {
        font-size: 24px;
    }
    .section-company {
        margin-top: 50px;
        padding: 40px 15px 30px 15px;
    }
    .company-profile {
        margin-bottom: 0;
        font-size: 16px;
    }
    .company-profile th {
        padding: 20px 10px 20px 0;
    }
    .company-profile td {
        padding: 20px 0;
    }
}
.form {
    background-color: #e2e5e7;
    padding: 50px;
    margin-top: 50px;
}
.form .inner {
    border-radius: 10px;
    padding: 70px 70px 0 70px;
    position: relative;
    z-index: 0;
}
.form .inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    background-color: #fff;
    top: 20px;
    right: 0%;
    z-index: -1;
    border-radius: 10px;
}
.form h2 {
    border-bottom: 7px solid;
    border-image: linear-gradient(to right, #1e82c0 0%, #002033 100%);
    border-image-slice: 1;
    font-size: 2rem;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 3.5em;
    font-weight: bold;
    color: #003f65;
}
.form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #bfbfbf;
    padding: 35px 0;
}
.form .form-item:first-of-type {
    padding-top: 0;
}
.form .form-item:last-of-type {
    padding-bottom: 0;
}
.form .form-item label {
    width: 500px;
    text-align: left;
    font-size: 1.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.form .form-item label small {
    font-size: 0.8em;
    display: inline-block;
}
.form .form-item .form-normalize {
    border: 1px solid #bcbcbc;
    border-radius: 7px;
    padding: 0.5em 1em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: normal;
}
.form .form-item .select-normalize {
    position: relative;
    width: 100%;
}
.form .form-item .select-normalize::after {
    position: absolute;
    top: 50%;
    right: 220px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background-color: #a78a60;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    pointer-events: none;
}
.form .form-item .select-normalize select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 340px;
}
.form .form-item .textarea-normalize {
    height: 150px;
}
.form .form-item .privacy-ttl {
    width: 220px;
}
.form .form-item .privacy-txt {
    text-align: left;
    width: 100%;
    border: 1px solid #bcbcbc;
    padding: 0.5em 1em;
    height: 400px;
    overflow-y: scroll;
    font-size: 0.9em;
}
.form .form-item .privacy-txt ol {
    padding-left: 1.5em;
}
.form .form-item .privacy-txt p, .form .form-item .privacy-txt ol {
    margin-bottom: 1em;
}
.form .form-item .privacy-txt a {
    display: inline-block;
    text-decoration: underline;
}
.form .last-item {
    padding-bottom: 70px;
    border-bottom: none;
}
.form .required {
    margin-right: 1em;
    font-size: 0.9em;
    color: #fff;
    background-color: #b41d23;
    padding: 0em 0.6em;
    border-radius: 3px;
}
.form .form-submit {
    margin-top: 40px;
}
.form .form-submit p {
    text-align: center;
    margin-bottom: 1em;
}
.form .form-submit .submit-normalize {
    width: 60%;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form .form-submit .submit-normalize:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
@media screen and (max-width: 400px) {
    .form .form-item .form-normalize {
        font-size: 14px;
    }
}
@media screen and (max-width: 959px) {
    .form {
        background-color: #e2e5e7;
        padding: 15px;
        margin-top: 30px;
    }
    .form .inner {
        border-radius: 10px;
        padding: 70px 10px 0 10px;
        position: relative;
        z-index: 0;
        margin-top: 0px;
    }
    .form .inner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 92%;
        background-color: #fff;
        top: 20px;
        right: 0%;
        z-index: -1;
        border-radius: 10px;
    }
    .form h2 {
        border-bottom: 7px solid #a78a60;
        font-size: 1.5em;
        padding: 0;
        display: inline-block;
        margin-bottom: 2.5em;
        font-weight: normal;
    }
    .form .form-item {
        display: block;
        border-bottom: 1px solid #bfbfbf;
        padding: 20px 0;
        text-align: left;
    }
    .form .form-item:first-of-type {
        padding-top: 0;
    }
    .form .form-item:last-of-type {
        padding-bottom: 0;
    }
    .form .form-item label {
        width: 100%;
        text-align: left;
        padding-top: 0.5em;
        display: block;
        margin-bottom: 0.5em;
    }
    .form .form-item label small {
        font-size: 0.7em;
        display: inline-block;
    }
    .form .form-item .form-normalize {
        border: 1px solid #bcbcbc;
        border-radius: 7px;
        padding: 0.5em 1em;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 16px;
        font-weight: normal;
    }
}
@media screen and (max-width: 959px) and (max-width: 400px) {
    .form .form-item .form-normalize {
        font-size: 14px;
    }
}
@media screen and (max-width: 959px) {
    .form .form-item .select-normalize {
        position: relative;
        width: 100%;
    }
    .form .form-item .select-normalize::after {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 12px;
        height: 10px;
        background-color: #a78a60;
        -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: "";
        pointer-events: none;
    }
    .form .form-item .select-normalize select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
    }
    .form .form-item .textarea-normalize {
        height: 120px;
    }
    .form .form-item .privacy-ttl {
        width: 100%;
    }
    .form .form-item .privacy-txt {
        text-align: left;
        width: 100%;
        border: 1px solid #bcbcbc;
        padding: 0.5em 1em;
        height: 400px;
        overflow-y: scroll;
        font-size: 0.9em;
    }
    .form .form-item .privacy-txt ol {
        padding-left: 1.5em;
    }
    .form .form-item .privacy-txt p, .form .form-item .privacy-txt ol {
        margin-bottom: 1em;
    }
    .form .form-item .privacy-txt a {
        display: inline-block;
        text-decoration: underline;
    }
    .form .last-item {
        padding-bottom: 50px;
        border-bottom: none;
    }
    .form .required {
        margin-right: 0.5em;
        font-size: 0.8em;
        color: #fff;
        background-color: #b41d23;
        padding: 0.3em 0.6em;
        border-radius: 3px;
    }
    .form .form-submit {
        margin-top: 10px;
    }
    .form .form-submit p {
        text-align: left;
        margin-bottom: 1em;
        font-size: 0.9em;
    }
    .form .form-submit .submit-normalize {
        width: 100%;
        text-align: center;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .form .form-submit .submit-normalize:hover {
        opacity: 0.8;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}
.floating-btn {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    width: 300px;
}
.floating-btn a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.floating-btn a:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    animation: reflection 3s ease-in-out infinite;
}
.floating-btn a:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
@keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@media screen and (max-width: 959px) {
    .floating-btn {
        position: fixed;
        bottom: 0px;
        right: inherit;
        width: 100%;
        height: 78px;
    }
    .floating-btn-content {
        display: flex;
    }
    .floating-btn a:after {
    }
}
footer .footer-content {
    background-color: #333;
    padding: 50px 0;
    color: #fff;
    font-size: 0.9em;
}
footer .footer-content p {
    text-align: center;
}
footer .footer-content p a {
    color: #fff;
    text-decoration: underline;
}
footer .footer-content p a:hover {
    text-decoration: none;
}
@media screen and (max-width: 959px) {
    footer {
        background-color: #333;
        padding-bottom: 90px;
    }
    footer .footer-content {
        background-color: #333;
        padding: 20px 0;
        color: #fff;
        font-size: 0.8em;
        border-bottom: 1px solid #fff;
    }
    footer .footer-content p {
        text-align: center;
    }
    footer .footer-content p a {
        color: #fff;
        text-decoration: underline;
    }
    footer .footer-content p a:hover {
        text-decoration: none;
    }
}
.thanks {
    background-color: #e2e5e7;
    padding: 50px;
    margin-top: 50px;
}
.thanks .inner {
    border-radius: 10px;
    padding: 70px;
    background-color: #fff;
    height: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.thanks h2 {
    border-bottom: 7px solid;
    border-image: linear-gradient(to right, #1e82c0 0%, #002033 100%);
    border-image-slice: 1;
    font-size: 2rem;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 3.5em;
    font-weight: bold;
    color: #003f65;
}
.thanks p {
    text-align: center;
    font-size: 1.1em;
}
.thanks .download-btn {
    display: flex;
    margin: 2em auto;
    flex-wrap: wrap;
}
.thanks .download-btn a {
    margin: 0 auto;
    width: 350px;
}
.thanks .download-btn a:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
@media screen and (max-width: 959px) {
    .thanks {
        background-color: #e2e5e7;
        padding: 20px;
    }
    .thanks .inner {
        border-radius: 10px;
        padding: 20px;
        background-color: #fff;
        height: 800px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .thanks h2 {
        border-bottom: 5px solid #a78a60;
        font-size: 1.4em;
        padding: 0 10px;
        display: inline-block;
        margin-bottom: 2em;
        font-weight: normal;
    }
    .thanks p {
        text-align: left;
        font-size: 1em;
    }
    .thanks .download-btn {
        margin: 2em auto;
    }
    .thanks .download-btn a {
        margin: 0 auto;
        width: 100%;
        max-width: 350px;
    }
    .thanks .download-btn a:hover {
        opacity: 0.8;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
