/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
 background: #fff;}
 


@media screen and (min-width:  769px) {
body{
     background-size: auto auto;
background-color: rgba(255, 228, 42, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 240, 125, 1) 20px, rgba(255, 240, 125, 1) 40px );

}
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*!
 * File Name: lp.css 
 * Author: Kazuhiro Nigara
 * Description: CSS for Landing page
 * Version: 1.0.0
 * License: MIT License
 * License URI: http://opensource.org/licenses/mit-license.php
 */
/* common
--------------------------------------------------------- */
html {
    font-size: 0.78125vw;
}

@media screen and (min-width: 1536px) {
    html {
        font-size: 75%;
    }
}

body {
    margin: 0;

    color: #333;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
    width: 100%;
}

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

    body {
        font-size: 1.6rem;
    }
}

/* common for LP
--------------------------------------------------------- */
.lp-c-line {
    height: 1px;
    margin: 0;
    border: none;
    background-color: #333;
}



    .lp-c-button--large {
        padding: 2vw 5vw;
        font-size: 3.6rem;
    }

    .lp-c-button--middle {
        padding: 1.09375vw 2.5vw;
        font-size: 2.4rem;
    }

    .lp-c-button--small {
        padding: 0.9375vw 1.5625vw;
        font-size: 1.6rem;
    }

    .lp-c-button:hover {
    

        color: #fff;
    }


    @media screen and (max-width: 560px) {
        .lp-c-button--large {
            padding: 6vw 9vw;
            font-size: 16rem;
        }

        .lp-c-button--middle {
            padding: 3.2vw 3.73333vw;
            font-size: 1.3rem;
        }

        .lp-c-button--small {
            padding: 3.2vw 3.73333vw;
            font-size: 1.3rem;
        }
    }

    /* header
--------------------------------------------------------- */
    .lp-sec-header>.lp-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
    }

    .lp-sec-header>.lp-block .lp-logo {
        margin-right: 20px;
    }

    .lp-sec-header>.lp-block .lp-logo img {
        width: 90px;
        height: 90px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .lp-sec-header>.lp-block .lp-title {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.3;
    }

    @media screen and (max-width: 560px) {
        .lp-sec-header>.lp-block {
            padding: 10px;
        }

        .lp-sec-header>.lp-block .lp-logo {
            margin-right: 10px;
        }

        .lp-sec-header>.lp-block .lp-logo img {
            width: 50px;
            height: 50px;
        }

        .lp-sec-header>.lp-block .lp-title {
            font-size: 16px;
        }
    }

    /* band
   bandArrow
--------------------------------------------------------- */
    .lp-sec-band>.lp-block {
        padding: 3.125vw;
        background-color: #333;
        color: #fff;
    }

    .lp-sec-band>.lp-block>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .lp-sec-band>.lp-block>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }

    .lp-sec-band>.lp-block>.lp-button {

        text-align: center;
    }

    .lp-sec-band--arrow>.lp-block {
        position: relative;
    }

    .lp-sec-band--arrow>.lp-block::after {
        position: absolute;
        color: #333;
        font-family: 'Material Icons';
        font-size: 26rem;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        text-align: center;
        content: "arrow_drop_down";
        right: 0;
        bottom: -9.375vw;
        left: 0;
    }

    @media screen and (max-width: 560px) {
        .lp-sec-band>.lp-block {
            padding: 6.4vw;
        }

        .lp-sec-band>.lp-block>.lp-title {
            font-size: 2.3rem;
            text-align: center;
        }

        .lp-sec-band>.lp-block>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: center;
        }

        .lp-sec-band>.lp-block>.lp-button {

            text-align: center;
        }

        .lp-sec-band--arrow>.lp-block::after {
            font-size: 16rem;
            bottom: -21.33333vw;
        }
    }

    /* BigCenter
   BigLeft
   BigRight
   BigText
--------------------------------------------------------- */
    .lp-sec-big {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15.625vw 5vw;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .lp-sec-big>.lp-block {
        width: 100%;
        max-width: 750px;
    }

    .lp-sec-big--center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lp-sec-big--center>.lp-block>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .lp-sec-big--center>.lp-block>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }

    .lp-sec-big--center>.lp-block>.lp-button {

        text-align: center;
    }

    .lp-sec-big--left {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .lp-sec-big--left>.lp-block>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.3;
    }

    .lp-sec-big--left>.lp-block>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.5;
    }

    .lp-sec-big--left>.lp-block>.lp-button {

        text-align: left;
    }

    .lp-sec-big--right {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .lp-sec-big--right>.lp-block>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.3;
    }

    .lp-sec-big--right>.lp-block>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.5;
    }

    .lp-sec-big--right>.lp-block>.lp-button {

        text-align: left;
    }

    .lp-sec-big--text {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 7.8125vw;
        padding-bottom: 7.8125vw;
    }

    .lp-sec-big--text>.lp-block {
        width: 90%;
    }

    .lp-sec-big--text>.lp-block>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.3;
    }

    .lp-sec-big--text>.lp-block>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.5;
    }

    .lp-sec-big--text>.lp-block>.lp-button {

        text-align: center;
    }

    @media screen and (max-width: 560px) {
        .lp-sec-big {
            padding: 17.06667vw 6.4vw;
        }

        .lp-sec-big>.lp-block {
            width: 100%;
        }

        .lp-sec-big--center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .lp-sec-big--center>.lp-block>.lp-title {
            font-size: 2.3rem;
            text-align: center;
        }

        .lp-sec-big--center>.lp-block>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: center;
        }

        .lp-sec-big--center>.lp-block>.lp-button {

            text-align: center;
        }

        .lp-sec-big--left>.lp-block>.lp-title {
            font-size: 2.3rem;
            text-align: left;
        }

        .lp-sec-big--left>.lp-block>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: left;
        }

        .lp-sec-big--left>.lp-block>.lp-button {

            text-align: center;
        }

        .lp-sec-big--right>.lp-block>.lp-title {
            font-size: 2.3rem;
            text-align: left;
        }

        .lp-sec-big--right>.lp-block>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: left;
        }

        .lp-sec-big--right>.lp-block>.lp-button {

            text-align: center;
        }

        .lp-sec-big--text>.lp-block>.lp-title {
            font-size: 2.3rem;
            text-align: left;
        }

        .lp-sec-big--text>.lp-block>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: left;
        }

        .lp-sec-big--text>.lp-block>.lp-button {

            text-align: center;
        }
    }

    /* ImageCenter
   ImageLeft
   ImageRight
--------------------------------------------------------- */


    .lp-sec-image>.lp-block>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .lp-sec-image>.lp-block>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }

    .lp-sec-image>.lp-block>.lp-button {

        text-align: center;
    }

    .lp-sec-image>.lp-block>.lp-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .lp-sec-image>.lp-block>.lp-item .lp-item__img {
        min-height: 0%;
    }

    .lp-sec-image>.lp-block>.lp-item .lp-item__img img {
        /*width: 40.625vw;*/
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .lp-sec-image--center>.lp-block>.lp-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lp-sec-image--center>.lp-block>.lp-item .lp-item__img {
        text-align: center;
    }

    .lp-sec-image--center>.lp-block>.lp-item .lp-item__contents {}

    .lp-sec-image--center>.lp-block>.lp-item .lp-item__contents>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .lp-sec-image--center>.lp-block>.lp-item .lp-item__contents>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }

    .lp-sec-image--center>.lp-block>.lp-item .lp-item__contents>.lp-button {

        text-align: center;
    }

    .lp-sec-image--left>.lp-block>.lp-item {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .lp-sec-image--left>.lp-block>.lp-item .lp-item__img {
        margin-right: 2.5vw;
    }

    .lp-sec-image--left>.lp-block>.lp-item .lp-item__contents>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.3;
    }

    .lp-sec-image--left>.lp-block>.lp-item .lp-item__contents>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.5;
    }

    .lp-sec-image--left>.lp-block>.lp-item .lp-item__contents>.lp-button {

        text-align: left;
    }

    .lp-sec-image--right>.lp-block>.lp-item {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .lp-sec-image--right>.lp-block>.lp-item .lp-item__img {
        margin-left: 2.5vw;
    }

    .lp-sec-image--right>.lp-block>.lp-item .lp-item__contents>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.3;
    }

    .lp-sec-image--right>.lp-block>.lp-item .lp-item__contents>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.5;
    }

    .lp-sec-image--right>.lp-block>.lp-item .lp-item__contents>.lp-button {

        text-align: left;
    }

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

        .lp-sec-image>.lp-block>.lp-title {
            font-size: 2.3rem;
            text-align: center;
        }

        .lp-sec-image>.lp-block>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: center;
        }

        .lp-sec-image>.lp-block>.lp-button {
            text-align: center;
        }

        .lp-sec-image>.lp-block>.lp-item .lp-item__img img {
            width: 100%;
        }

        .lp-sec-image--center>.lp-block>.lp-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .lp-sec-image--center>.lp-block>.lp-item .lp-item__contents {}

        .lp-sec-image--center>.lp-block>.lp-item .lp-item__contents>.lp-title {
            font-size: 2.3rem;
            text-align: center;
        }

        .lp-sec-image--center>.lp-block>.lp-item .lp-item__contents>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: center;
        }

        .lp-sec-image--center>.lp-block>.lp-item .lp-item__contents>.lp-button {

            text-align: center;
        }

        .lp-sec-image--left>.lp-block>.lp-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .lp-sec-image--left>.lp-block>.lp-item .lp-item__img {
            margin-right: 0;
            text-align: center;
        }

        .lp-sec-image--left>.lp-block>.lp-item .lp-item__contents {}

        .lp-sec-image--left>.lp-block>.lp-item .lp-item__contents>.lp-title {
            font-size: 2.3rem;
            text-align: center;
        }

        .lp-sec-image--left>.lp-block>.lp-item .lp-item__contents>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: left;
        }

        .lp-sec-image--left>.lp-block>.lp-item .lp-item__contents>.lp-button {

            text-align: center;
        }

        .lp-sec-image--right>.lp-block>.lp-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .lp-sec-image--right>.lp-block>.lp-item .lp-item__img {
            margin-left: 0;
            text-align: center;
        }

        .lp-sec-image--right>.lp-block>.lp-item .lp-item__contents {}

        .lp-sec-image--right>.lp-block>.lp-item .lp-item__contents>.lp-title {
            font-size: 2.3rem;
            text-align: center;
        }

        .lp-sec-image--right>.lp-block>.lp-item .lp-item__contents>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: left;
        }

        .lp-sec-image--right>.lp-block>.lp-item .lp-item__contents>.lp-button {

            text-align: center;
        }
    }

    /* FullImageCenter
   FullImageLeft
   FullImageRight
--------------------------------------------------------- */
    .lp-sec-fullimage>.lp-block>.lp-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .lp-sec-fullimage>.lp-block>.lp-item .lp-item__img {
        min-height: 0%;
    }

    .lp-sec-fullimage>.lp-block>.lp-item .lp-item__img img {
        width: 40.625vw;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .lp-sec-fullimage>.lp-block>.lp-item .lp-item__contents {
        padding: 0 5vw;
    }

    .lp-sec-fullimage--center {
        padding-bottom: 5vw;
    }

    .lp-sec-fullimage--center>.lp-block>.lp-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lp-sec-fullimage--center>.lp-block>.lp-item .lp-item__img img {
        width: 100%;
    }

    .lp-sec-fullimage--center>.lp-block>.lp-item .lp-item__contents {}

    .lp-sec-fullimage--center>.lp-block>.lp-item .lp-item__contents>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .lp-sec-fullimage--center>.lp-block>.lp-item .lp-item__contents>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }

    .lp-sec-fullimage--center>.lp-block>.lp-item .lp-item__contents>.lp-button {

        text-align: center;
    }

    .lp-sec-fullimage--left>.lp-block>.lp-item {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .lp-sec-fullimage--left>.lp-block>.lp-item .lp-item__contents>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.3;
    }

    .lp-sec-fullimage--left>.lp-block>.lp-item .lp-item__contents>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.5;
    }

    .lp-sec-fullimage--left>.lp-block>.lp-item .lp-item__contents>.lp-button {

        text-align: left;
    }

    .lp-sec-fullimage--right>.lp-block>.lp-item {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .lp-sec-fullimage--right>.lp-block>.lp-item .lp-item__contents>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.3;
    }

    .lp-sec-fullimage--right>.lp-block>.lp-item .lp-item__contents>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: left;
        line-height: 1.5;
    }

    .lp-sec-fullimage--right>.lp-block>.lp-item .lp-item__contents>.lp-button {

        text-align: left;
    }

    @media screen and (max-width: 560px) {
        .lp-sec-fullimage>.lp-block>.lp-item .lp-item__img {
            text-align: center;
        }

        .lp-sec-fullimage>.lp-block>.lp-item .lp-item__img img {
            width: 100%;
        }

        .lp-sec-fullimage>.lp-block>.lp-item .lp-item__contents {
            padding: 0 6.4vw;
        }

        .lp-sec-fullimage--center {
            padding-bottom: 6.4vw;
        }

        .lp-sec-fullimage--center>.lp-block>.lp-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .lp-sec-fullimage--center>.lp-block>.lp-item .lp-item__contents {}

        .lp-sec-fullimage--center>.lp-block>.lp-item .lp-item__contents>.lp-title {
            font-size: 2.3rem;
            text-align: center;
        }

        .lp-sec-fullimage--center>.lp-block>.lp-item .lp-item__contents>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: center;
        }

        .lp-sec-fullimage--center>.lp-block>.lp-item .lp-item__contents>.lp-button {

            text-align: center;
        }

        .lp-sec-fullimage--left {
            padding-bottom: 6.4vw;
        }

        .lp-sec-fullimage--left>.lp-block>.lp-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .lp-sec-fullimage--left>.lp-block>.lp-item .lp-item__contents {}

        .lp-sec-fullimage--left>.lp-block>.lp-item .lp-item__contents>.lp-title {
            font-size: 2.3rem;
            text-align: left;
        }

        .lp-sec-fullimage--left>.lp-block>.lp-item .lp-item__contents>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: left;
        }

        .lp-sec-fullimage--left>.lp-block>.lp-item .lp-item__contents>.lp-button {

            text-align: center;
        }

        .lp-sec-fullimage--right {
            padding-bottom: 6.4vw;
        }

        .lp-sec-fullimage--right>.lp-block>.lp-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .lp-sec-fullimage--right>.lp-block>.lp-item .lp-item__contents {}

        .lp-sec-fullimage--right>.lp-block>.lp-item .lp-item__contents>.lp-title {
            font-size: 2.3rem;
            text-align: left;
        }

        .lp-sec-fullimage--right>.lp-block>.lp-item .lp-item__contents>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: left;
        }

        .lp-sec-fullimage--right>.lp-block>.lp-item .lp-item__contents>.lp-button {

            text-align: center;
        }
    }

    /* Inline2
   Inline2Arrow
   Inline3
   Inline3Arrow
   Inline4
   Inline4Arrow
   Inline5
   Inline5Arrow
   Inline2Circle
   Inline2CircleArrow
   Inline3Circle
   Inline3CircleArrow
   Inline4Circle
   Inline4CircleArrow
   Inline5Circle
   Inline5CircleArrow
--------------------------------------------------------- */
    .lp-sec-inline>.lp-block {
        padding: 5vw;
    }

    .lp-sec-inline>.lp-block>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .lp-sec-inline>.lp-block>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }

    .lp-sec-inline>.lp-block>.lp-button {

        text-align: center;
    }

    .lp-sec-inline>.lp-block>.lp-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 4rem auto 0;
    }

    .lp-sec-inline>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img {
        text-align: center;
    }

    .lp-sec-inline>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .lp-sec-inline>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img--circle img {
        border-radius: 100rem;
    }

    .lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item {
        position: relative;
    }

    .lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item::before {
        position: absolute;
        font-family: 'Material Icons';
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        content: "arrow_right";
    }

    .lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item:first-child::before {
        content: "";
    }

    .lp-sec-inline--2>.lp-block>.lp-list {
        width: 80%;
    }

    .lp-sec-inline--2>.lp-block>.lp-list .lp-list__item>.lp-item {
        width: 31.25vw;
    }

    .lp-sec-inline--2>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img--circle img {
        height: 31.25vw;
    }

    .lp-sec-inline--2>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents {}

    .lp-sec-inline--2>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-title {
        font-size: 3.2rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .lp-sec-inline--2>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-text {
        margin-top: 1.2rem;
        font-size: 1.8rem;
        text-align: left;
        line-height: 1.5;
    }

    .lp-sec-inline--2>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-button {

        text-align: center;
    }

    .lp-sec-inline--2.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item::before {
        font-size: 16rem;
        top: 9.375vw;
        left: -10.9375vw;
    }

    .lp-sec-inline--3>.lp-block>.lp-list {
        width: 90%;
    }

    .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item>.lp-item {
        width: 23.4375vw;
    }

    .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img--circle img {
        height: 23.4375vw;
    }

    .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents {}

    .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-title {
        font-size: 3.2rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-text {
        margin-top: 1.2rem;
        font-size: 1.8rem;
        text-align: left;
        line-height: 1.5;
    }

    .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-button {

        text-align: center;
    }

    .lp-sec-inline--3.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item::before {
        font-size: 11rem;
        top: 7.8125vw;
        left: -7.03125vw;
    }

    .lp-sec-inline--4>.lp-block>.lp-list {
        width: 100%;
    }

    .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item>.lp-item {
        width: 19.53125vw;
    }

    .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img--circle img {
        height: 19.53125vw;
    }

    .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents {
        margin-top: 1.2rem;
    }

    .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-title {
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-text {
        margin-top: 0.8rem;
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.5;
    }

    .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-button {
        margin-top: 1.2rem;
        text-align: center;
    }

    .lp-sec-inline--4.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item::before {
        font-size: 9.5rem;
        top: 6.25vw;
        left: -5.78125vw;
    }

    .lp-sec-inline--5>.lp-block>.lp-list {
        width: 100%;
    }

    .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item>.lp-item {
        width: 15.625vw;
    }

    .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img--circle img {
        height: 15.625vw;
    }

    .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents {
        margin-top: 1.2rem;
    }

    .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-title {
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-text {
        margin-top: 0.8rem;
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.5;
    }

    .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-button {
        margin-top: 1.2rem;
        text-align: center;
    }

    .lp-sec-inline--5.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item::before {
        font-size: 7rem;
        top: 5.3125vw;
        left: -4.29688vw;
    }

    @media screen and (max-width: 560px) {
        .lp-sec-inline>.lp-block {
            padding: 6.4vw;
        }

        .lp-sec-inline>.lp-block>.lp-title {
            font-size: 2.3rem;
            text-align: center;
        }

        .lp-sec-inline>.lp-block>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: center;
        }

        .lp-sec-inline>.lp-block>.lp-button {

            text-align: center;
        }

        .lp-sec-inline>.lp-block>.lp-list {
            margin: 2rem auto 0;
        }

        .lp-sec-inline>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img {
            text-align: center;
        }

        .lp-sec-inline>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img img {
            width: 100%;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .lp-sec-inline--2>.lp-block>.lp-list {
            width: 100%;
        }

        .lp-sec-inline--2>.lp-block>.lp-list .lp-list__item>.lp-item {
            width: 40vw;
        }

        .lp-sec-inline--2>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img--circle img {
            height: 40vw;
        }

        .lp-sec-inline--2>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents {
            margin-top: 0.8rem;
        }

        .lp-sec-inline--2>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-title {
            font-size: 1.9rem;
            text-align: center;
        }

        .lp-sec-inline--2>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-text {
            margin-top: 0.6rem;
            font-size: 1.3rem;
            text-align: left;
        }

        .lp-sec-inline--2>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-button {
            margin-top: 1.2rem;
            text-align: center;
        }

        .lp-sec-inline--2.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item::before {
            font-size: 7rem;
            top: 11.2vw;
            left: -13.33333vw;
        }

        .lp-sec-inline--3>.lp-block>.lp-list,
        .lp-sec-inline--4>.lp-block>.lp-list,
        .lp-sec-inline--5>.lp-block>.lp-list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
        }

        .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item,
        .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item,
        .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item {
            margin: 4rem auto 0;
        }

        .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item:first-child,
        .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item:first-child,
        .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item:first-child {
            margin-top: 0;
        }

        .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item>.lp-item,
        .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item>.lp-item,
        .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item>.lp-item {
            width: 66.66667vw;
            margin: 0 auto;
        }

        .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img--circle img,
        .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img--circle img,
        .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__img--circle img {
            height: 66.66667vw;
        }

        .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents,
        .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents,
        .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents {
            margin-top: 0.8rem;
        }

        .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-title,
        .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-title,
        .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-title {
            font-size: 1.9rem;
            text-align: center;
        }

        .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-text,
        .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-text,
        .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-text {
            margin-top: 0.6rem;
            font-size: 1.3rem;
            text-align: left;
        }

        .lp-sec-inline--3>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-button,
        .lp-sec-inline--4>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-button,
        .lp-sec-inline--5>.lp-block>.lp-list .lp-list__item>.lp-item .lp-item__contents>.lp-button {
            margin-top: 1.2rem;
            text-align: center;
        }

        .lp-sec-inline--3.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item,
        .lp-sec-inline--4.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item,
        .lp-sec-inline--5.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item {
            margin: 6.4rem auto 0;
        }

        .lp-sec-inline--3.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item::before,
        .lp-sec-inline--4.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item::before,
        .lp-sec-inline--5.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item::before {
            font-size: 8rem;
            text-align: center;
            content: "arrow_drop_down";
            top: -18.66667vw;
            right: 0;
            left: 0;
        }

        .lp-sec-inline--3.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item:first-child,
        .lp-sec-inline--4.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item:first-child,
        .lp-sec-inline--5.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item:first-child {
            margin-top: 0;
        }

        .lp-sec-inline--3.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item:first-child::before,
        .lp-sec-inline--4.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item:first-child::before,
        .lp-sec-inline--5.lp-sec-inline--arrow>.lp-block>.lp-list .lp-list__item:first-child::before {
            content: "";
        }
    }

    /* List
--------------------------------------------------------- */
    .lp-sec-list>.lp-block {
        padding: 5vw;
    }

    .lp-sec-list>.lp-block>.lp-title {
        font-size: 4.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

    .lp-sec-list>.lp-block>.lp-text {

        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }

    .lp-sec-list>.lp-block>.lp-button {

        text-align: center;
    }

    .lp-sec-list>.lp-block>.lp-list {
        width: 80%;
        margin: 4rem auto 0;
    }

    .lp-sec-list>.lp-block>.lp-list>.lp-item {
        position: relative;

        padding-left: 3.90625vw;
        color: #333;
        font-size: 4rem;
        font-weight: bold;
        line-height: 1.3;
    }

    .lp-sec-list>.lp-block>.lp-list>.lp-item::before {
        position: absolute;
        margin-left: -3.90625vw;
        font-family: 'Material Icons';
        font-weight: bold;
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        content: "check";
    }

    @media screen and (max-width: 560px) {
        .lp-sec-list>.lp-block {
            padding: 6.4vw;
        }

        .lp-sec-list>.lp-block>.lp-title {
            font-size: 2.3rem;
            text-align: center;
        }

        .lp-sec-list>.lp-block>.lp-text {
            margin-top: 0.8rem;
            font-size: 1.5rem;
            font-weight: normal;
            text-align: center;
        }

        .lp-sec-list>.lp-block>.lp-button {

            text-align: center;
        }

        .lp-sec-list>.lp-block>.lp-list {
            width: 100%;
            margin: 2rem auto 0;
        }

        .lp-sec-list>.lp-block>.lp-list>.lp-item {
            padding-left: 5.33333vw;
            font-size: 1.6rem;
        }

        .lp-sec-list>.lp-block>.lp-list>.lp-item::before {
            margin-left: -5.33333vw;
        }
    }

    /* footer
--------------------------------------------------------- */
    .lp-sec-footer {
        max-width: 750px;
        margin: auto;
        background: #000;
    }

    .lp-sec-footer>.lp-block {
        padding: 16px;
        text-align: center;
    }

    .lp-sec-footer>.lp-block .lp-copyright {
        color: #fff;
        font-size: 16px;
    }

    @media screen and (max-width: 560px) {
        .lp-sec-footer>.lp-block {
            padding: 8px;
        }

        .lp-sec-footer>.lp-block .lp-copyright {
            font-size: 12px;
        }
    }



    .campaign {
        position: absolute;
        top: 20px;
        width: 170px;
        left: 20px;
        padding: 10px 0;
        text-align: center;
        margin: 0 auto;
        animation: squash 0.8s ease-in-out infinite;
    }


    @keyframes squash {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.05);
        }

        100% {
            transform: scale(1);
        }
    }



    
.bg-video-wrap{position: relative;}
.bg-video-wrap_inner {
      position: absolute;
    
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}


.bg-video-wrap::after {
 content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0, 2px 2px;
    background-image: linear-gradient( 
90deg, rgb(250, 217, 97) 0%, rgb(247, 107, 28) 100%);
    mix-blend-mode: hard-light;
        opacity: 0.7;
}


.bg-video-wrap img{
    z-index: 2;
    width: 90%;

}



.qa-list dl {
    position: relative;
    margin: 0;
        padding: 20px 40px 20px 10px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: -3px;
    left: 0;
    display: block;
    content: 'Q.';
      color: #f15321;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #000;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
        text-align: left;
            font-size: 20px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
    line-height: 1.4;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 20px 40px 20px 10px
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top:0px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 0px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 15px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}





#footer {
position: relative;
    color: #fff;
    font-size: 12px;
    text-align: center;
    max-width: 750px;
    margin: auto;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 40px 20px;
  background: #111;
}
#footer .secondary {
  display: flex;
  padding: 40px 20px;
  background: #111;
   padding-bottom: 80px;

}

@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 40px 20px 20px;
    background: #111;
  }
  #footer .secondary {
    display: block;
    padding: 20px 20px;
     padding-bottom: 80px;
  }
}

/* footer-logo */

#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  width: 150px;
  margin: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #footer .logo {
  }
}

/* address */

.address {
  margin: 10px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 12px;
  }
}

/* navi */

.navi-row {
  display: flex;
  margin-top: 40px;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .navi-row {
    display: block;
    margin-top: 15px;
  }
  #footer .navi {
    font-size: 12px;
  }
  #footer .navi li {
    margin-top: 5px;
    font-size: 12px;
  }
}

/* sns-navi */

#footer .sns-navi {
  margin: 0 0 0 auto;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #footer .sns-navi {
    margin: 20px 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
}

/* copyright */

#footer .copyright {
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    font-size: 10px;
  }
}









.page__contact {
    margin-top: 20px;
}



#formWrap {
    width: 700px;
    margin: 0 auto;
    color: #181818;
    line-height: 120%;
    font-size: 90%;

}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

table.formTable td,
table.formTable th {
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", 'Hiragino Sans', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, '游ゴシック Medium', "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    font-weight: 400;

}

table.formTable th {
    width: 30%;
    background: #efefef;
    text-align: left;
}

table.formTable td span {
    font-size: 16px;
}




/* form
----------------------------------------*/
table.formTable {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    color: #333;
    margin-bottom: 15px;
    text-align: left;
    border-right: 1px solid #cbcbcb;
    border-radius: 0;
}

table.formTable th {
       padding: 10px 15px;
    background: #f6e80e;
    vertical-align: middle;
    word-break: break-all;
    width: 30%;
    font-size: 14px;
    font-weight: 600;
}

table.formTable td {
    padding: 10px 15px;
    background: #ffffff;
    vertical-align: middle;
    word-break: break-all;
    border-bottom: solid 1px #cbcbcb;
    font-size: 14px;
    position: relative;
}

table.formTable tr:first-child th {}

table.formTable tr:first-child td {
    border-top: solid 1px #dcdcdc;
}

table.formTable p {
    font-size: 16px;
    margin-bottom: 0;
}

/*
 table.formTable td label {
    display: inline-block;
    margin: 0 20px 5px 0;
}
*/
input[type="date"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
select {
    padding: 8px 12px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="date"],
input[type="number"],
input[type="email"],
input[type="tel"] {
    ime-mode: disabled;
}

textarea {
    padding: 8px 12px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.65;
    color: #333333;
    vertical-align: top;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="date"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus {
    border-color: #fcb621;
    outline: 0;
}

input[type="date"].error,
input[type="number"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="text"].error,
select.error {
    border-color: #fc4777;
    outline: 0;
}

input[type="date"].success,
input[type="number"].success,
input[type="email"].success,
input[type="tel"].success,
input[type="text"].success,
select.success {
    border-color: #29abe2;
    outline: 0;
}



/*
@media screen and (-webkit-min-device-pixel-ratio:0) { */
_::content,
_:future,
body:not(*:root) {

    input[type="checkbox"],
    input[type="radio"] {
        width: 13px;
        height: 13px;
        margin-top: 5px;
        -webkit-transform-origin: right bottom;
        -webkit-transform: scale(1.5, 1.5);


    }
}

@-moz-document url-prefix() {

    input[type="checkbox"],
    input[type="radio"] {
        width: 13px;
        height: 13px;
        margin-top: 5px;
        -moz-transform-origin: right bottom;
        -moz-transform: scale(1.5, 1.5);
    }
}


@media only screen and (max-width: 736px) {
        {
        min-height: 0;
    }

    table.formTable,
    table.formTable tbody,
    table.formTable tr,
    table.formTable th,
    table.formTable td,
    table.formTable tr:first-child th,
    table.formTable tr:first-child td {
        display: block;
        width: auto !important;
        border: none;
        font-size: 100%;
    }

    table.formTable {
      margin: 0;
    border: 0;
    }

}

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

:-moz-placeholder {
    color: #999;
}

.txt_required {
    display: inline-block;
    color: #ff0000;
    margin-top: -6px;
    margin-left: 5px;
    padding: 0 7px;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 70%;
    font-weight: 300;
}







/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
    #formWrap {
        width: 95%;
        margin: 0 auto;
    }

    table.formTable th,
    table.formTable td {
        border: 0;
        width: auto;
        display: block;
    }

    table.formTable th {
        border-bottom: 0;
    }

    input[type="text"],
    textarea {
        width: 100%;
        padding: 5px;
         font-size: 16px;
        display: block;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        display: block;
        width: 100%;
        height: 40px;
    }

    input[type=submit],
    input[type=reset] {
        margin: 30px auto 10px;
        height: 70px;
        width: 70%;
    }
    input[type="date"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
select {
    line-height: 1.8;
      font-size: 16px;
}
}

input[type=radio] {
position: relative;
    top: 2px;
}

/*ポイント*/
.point {
    position: relative;
    margin: 40px 0 30px;
    padding: 25px 20px 15px 20px;
    border: 2px dashed #de0000;
    background-color: #fff;
    border-radius: 20px;
}

.point::before {
         position: absolute;
    top: -1em;
    left: 1em;
    content: attr(title);
    padding: 0 1em;
    font-size: 110%;
    font-weight: bold;
    font-style: italic;
    color: #333;
    height: 27px;
    background-color: #ffffff;
}
.point::after {
    position: absolute;
    top: -1em;
    left: 1.3em;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    text-align: center;
}
.point li {
    position: relative;
    list-style-type: none;
    font-size: 80%;
    color: #696a6c;
}


.point li::before {
    position: absolute;
    top: .25em;
    left: -1em;
    color: #333;
}



div#agreement {

margin: auto;
 width: 100%;
    padding: 5%;
    font-size: 12px
}


div#agreement h2{
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 20px;
}


div#agreement h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0 10px;
}

div#agreement div {
    height: 200px;
    margin: 15px 0;
    padding: 0px 15px 20px;
    background: #fafafa;
    border: 1px solid #eee;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    line-height: 1.6;
    text-align: left;
}

div#agreement div h4 {
    margin-top: 30px;
    font-weight: 500;
}

div#agreement div h4:first-child {
    margin-top: 0px;
}

div#agreement input[type="checkbox"] {
    margin-right: 10px;
}


form#mail_form div#agreement span.error_check {
    display: none;
    color: #ff0000;
    margin-top: 3px;
}

form#mail_form  p,
form#mail_form ul {
    margin-bottom: 20px;
    font-size:12px;
     font-feature-settings: "palt";
     letter-spacing: .05em;
         text-align: justify;
    text-justify: inter-ideograph;
}






input, select, textarea {letter-spacing: 0.05em;font-size: 16px}









.st-menu.is_opened .st-menuBox_inner ul li a,
.breadcrumbs,
.footer,
.header__main .header__main__flex-wrap {
    font-family: adrianna, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    color: #2e2e2e;
    line-height: 1.8;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
  
}

@media screen and (min-width: 768px){
.header__main .header__main__menu {
    position: relative;
    top:0 !important;
}

}

.p-breadcrumb {
  position: relative;
    top: 2px;
}



    .top-visual {
        padding-top: 90px
    }
   @media screen and (max-width: 768px) {
       .top-visual {
        padding-top: 50px
    }
    }

    .topimg {
        position: relative;
        /*filter: drop-shadow(0 -6px 10px rgba(0,0,0,0.1));*/
    }

    .topimg h1 img {
        position: absolute;
        /*絶対配置*/
        bottom: -7px;
        left: 0;
    }

    .topimg img {
        position: relative;
        width: 100%;
    }

    @media screen and (min-width: 768px) {
        .header__main .header__main__menu {
            position: relative;
            top: -10px;
        }
    }

    @media screen and (min-width: 768px) {
        .breadcrumbs {
         
            font-size: 12px;
            padding: 5px 30px 10px;
            margin-top: 100px;
        }
    }

    @media screen and (max-width: 767px) {
        .header__main .header__main__logo img {
            position: relative;


        }

        .breadcrumbs {
            padding: 0 15px 5px;
        }

        .breadcrumbs li {
            display: inline-block;
            font-size: 10px;
        }


    }

    .row-height {
        display: flex;
        flex-wrap: wrap;
    }


    .form_btn {
        text-align: center;

    }

    input[type=submit],
    input[type=reset] {
        position: relative;
        padding: 1% 50px;
        font-size: 200%;
        width: 100%;
        max-width: 340px;
        height: 100px;
        letter-spacing: 0.1em;
       margin: 30px auto 30px;
        font-weight: 700;
    }

    @media only screen and (max-width: 767px) {

        input[type=submit],
        input[type=reset] {
            position: relative;
            padding: 1% 50px;
            font-size: 180%;
            width: 100%;
            max-width: 300px;
            height: 80px;
            letter-spacing: 0.1em;
            margin: 30px auto 30px;
            font-weight: 700;
        }

    }

    input[type=submit]:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    input[type=submit]:hover,
    input[type=reset]:hover {
        background: #fff;
        border: 2px solid #fff;
        color: #212121;
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, .07));
    }



    /* BUTTON 5 */
    input[type=submit],
    input[type=submit]:link,
    input[type=submit]:visited {
        border: none;
        outline: none;
        color: #fefefe;
        background-color: #181818;
        border-radius: 100px;
    }

    input[type=submit]:hover,
    input[type=submit]:focus,
    input[type=submit]:link:hover,
    input[type=submit]:link:focus,
    input[type=submit]:visited:hover,
    input[type=submit]:visited:focus {
        -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
        transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
        -webkit-animation: gelatine 0.5s 1;
        animation: gelatine 0.5s 1;
    }

    @-webkit-keyframes gelatine {

        from,
        to {
            -webkit-transform: scale(1, 1);
        }

        25% {
            -webkit-transform: scale(0.9, 1.1);
        }

        50% {
            -webkit-transform: scale(1.1, 0.9);
        }

        75% {
            -webkit-transform: scale(0.95, 1.05);
        }

        from,
        to {
            -webkit-transform: scale(1, 1);
        }

        25% {
            -webkit-transform: scale(0.9, 1.1);
        }

        50% {
            -webkit-transform: scale(1.1, 0.9);
        }

        75% {
            -webkit-transform: scale(0.95, 1.05);
        }
    }

    @keyframes gelatine {

        from,
        to {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        25% {
            -webkit-transform: scale(0.9, 1.1);
            transform: scale(0.9, 1.1);
        }

        50% {
            -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
        }

        75% {
            -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
        }

        from,
        to {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        25% {
            -webkit-transform: scale(0.9, 1.1);
            transform: scale(0.9, 1.1);
        }

        50% {
            -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9);
        }

        75% {
            -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
        }
    }




