@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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* ----------------------------------------------
	基本CSS
-------------------------------------------------*/

* {
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    text-align:center;
    background-color: #fff;
    color: #111111;
    position: relative;
}
a {
    color: #0075FF;
    text-decoration: none;
}
a:hover {
    color: #4fa1ff;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
li {
    list-style: none;
}
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* font */
.wf-notoSans { font-family: "Noto Sans JP"; }
.wf-notoSerif { font-family: 'Noto Serif JP', serif; }

/*** Float ***/
.fr {
    float: right;
}
.fl {
    float: left;
}
.float:after {
    content: "";
    display: block;
    clear: both;
}
.inline-block {
    display: inline-block;
}

/*** ぱんくず ***/
.breadcrumb_wrap {
    background-color: #F5F5F5;
    padding: 6px 0;
}
.breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 12px;
    color: #666666;
}
.breadcrumb > li a {
    color: #666666;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    content: "\03e";
}
@media screen and (max-width:999px) {
    .breadcrumb_wrap {
        padding: 6px 10px;
    }
    .breadcrumb > li {
        font-size: 12px;
    }
    .breadcrumb > li + li:before {
        padding: 0 2px;
    }
}

/*** Box ***/
.box {
    border: 1px solid #ddd;
    padding: 20px;
}
.box1 {
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
    padding: 20px;
    color: #222222;
}
.box1 p {
    font-size: 14px;
    line-height: 1.5;
}
.box2 {
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
    padding: 30px;
}
.box2 p {
    font-size: 14px;
    line-height: 1.5;
}
.slider {
    margin: 0 42px;
}

/* Border */
.bdr-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

/*** List ***/
.list > li {
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 20px;
}
.list > li:last-child {
    margin-bottom: 0;
}
.list-desc > li {
    list-style: disc outside;
}
.list-check > li {
    font-size: 18px;
    font-family: 'Noto Serif SC', serif;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
    background: url(../img/ico-check.svg) 0 center no-repeat;
    padding-left: 37px;
}
.list-num {
    margin-bottom: 1.5em;
}
.list-num > li {
    margin-bottom: 0.5em;
    list-style: decimal outside;
    padding-left: 0.5em;
    line-height: 1.5;
}
.list-horizon > li {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
}
.list-horizon > li:last-child {
    margin-right: 0;
}
.list-narrow > li {
    margin-bottom: 10px;
}

/*** Text Style ***/
.contaner_leed {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}
.text p {
    line-height: 2.1;
    font-weight: 300;
    letter-spacing: 0.1em;
}
.text p:not(:last-child) {
    margin-bottom: 1.0em;
}

/*** Font ***/
.text-sm {
    font-size: 80%;
}
.font-bold {
    font-weight: bold;
}
.font-normal {
    font-weight: normal;
}
@media screen and (max-width:999px) {
    .sp-font-bold {
        font-weight: bold;
    }
    .sp-font-normal {
        font-weight: normal;
    }
}

.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}


/*** Font Size ***/
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs21 {font-size: 21px;}
.fs26 {font-size: 26px;}
.fs30 {font-size: 30px;}
@media screen and (min-width:1000px) {
    .pc-fs11 {font-size: 11px;}
    .pc-fs12 {font-size: 12px;}
    .pc-fs13 {font-size: 13px;}
    .pc-fs14 {font-size: 14px;}
    .pc-fs15 {font-size: 15px;}
    .pc-fs16 {font-size: 16px;}
    .pc-fs18 {font-size: 18px;}
    .pc-fs20 {font-size: 20px;}
    .pc-fs26 {font-size: 26px;}
    .pc-fs30 {font-size: 30px;}
}
@media screen and (max-width:999px) {
    .sp-fs11 {font-size: 11px;}
    .sp-fs12 {font-size: 12px;}
    .sp-fs13 {font-size: 13px;}
    .sp-fs14 {font-size: 14px;}
    .sp-fs15 {font-size: 15px;}
    .sp-fs16 {font-size: 16px;}
    .sp-fs18 {font-size: 18px;}
    .sp-fs20 {font-size: 20px;}
    .sp-fs26 {font-size: 26px;}
    .sp-fs30 {font-size: 30px;}
    .fs21 {font-size: 3.6vw;}
}

@media screen and (max-width:999px) {
    .sp-fs15 {font-size: 15px;}
}

/*** Text Color ***/
.text-red {
    color: #C9151E;
}
.text-gray {
    color: #C6C6C6;
}
.text-white {
    color: #ffffff;
}
.text-blue {
    color: #029df4;
}
.text-green {
    color: #40ACA2;
}
.text-beige {
    color: #DBC713;
}
.text-black {
    color: #323232!important;
}
a.text-beige:hover {
    color: #D3CC42;
}

/* Font Family */
.font-serif {
    font-family: 'Noto Serif JP', serif;
}

/*** Text-align ***/
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left!important;
}
@media screen and (max-width:999px) {
    .sp-text-right {
        text-align: right;
    }
    .sp-text-center {
        text-align: center;
    }
    .sp-text-left {
        text-align: left!important;
    }
}
@media screen and (min-width:1000px) {
    .pc-text-right {
        text-align: right;
    }
    .pc-text-center {
        text-align: center;
    }
    .pc-text-left {
        text-align: left!important;
    }
}

/** Label ***/
.label {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 18px;
    padding: 0 5px;
    margin-right: 5px;
}
.label-orange {background-color: #FF3400;}
.label-blue {background: #199DD8;}

/*** Link ***/
a.link {
    color: #035671;
    text-decoration: underline;
}
a.link-black {
    color: #222222;
    text-decoration: underline;
}
a.link_ico {
    background: url(../img/ico_link@2x.png) 0 center / 16px 16px no-repeat;
    padding-left: 20px;
    text-decoration: none;
}

/*** Well ***/
.well {
    background: #F5F1F1;
    border: 2px solid #541907;
    padding: 20px;
}
.well-lg {
    padding: 20px 100px;
}
.well p:last-child {
    margin-bottom: 0;
}

/*** Alert ***/
.alert {
    border: 2px solid #E60E0E;
    color: #E60E0E;
    padding: 10px;
}
.alert-blue {
    color: #12288a;
    border-color: #12288a;
}

/*** iframe ***/
.iframe iframe {
    width: 100%;
}

/*** Bg ***/
.bg-brown {
    background: #E6DAD7;
}
.bg-white {
    background: #fff;
}
.bg-lightgray {
    background-color: #E2E2E2;
}
.bg-gray {
    background-color: #28282B;
    color: #fff;
}
.bg-black {
    background-color: #000;
    color: #FFF;
}

/*** Img ***/
.img-md {
    max-height: 200px;
    width: auto;
}

/*** Table ***/
.table-1, .table-1 table {
    width: 100%;
}
.table-1 th, .table-1 td,
.table-1 table th, .table-1 table td {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    padding: 15px 15px;
    text-align: left;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #dddddd;
}
.table-1 > thead > tr > th,
.table-1 table > thead > tr > th {
    font-weight: bold;
    background-color: #eee;
}
.table-1 > tbody > tr > th,
.table-1 table > tbody > tr > th {
    font-weight: bold;
}
.table-1 small {
    font-size: 80%;
}
.table-1.text-left th, .table-1.text-left td,
.table-1 table.text-left th, .table-1 table.text-left td {
    text-align: left;
}
.table-1 td p:not(:last-child),
.table-1 table td p:not(:last-child) {
    margin-bottom: 10px;
}
.table-1 .privacyContent__desc > li {
    font-weight: normal;
    margin-left: 1em;
}
@media screen and (max-width:768px) {
    .table-1 {
        overflow-x: auto;
    }
    .table-1 table {
        width: 600px;
    }
}

.table-2 {
    width: 100%;
}
.table-2 th {
    padding: 20px 10px;
    border-bottom: 1px solid #999999;
}
.table-2 td {
    padding: 20px 10px;
    border-bottom: 1px solid #DDDDDD;
}
.table-fixed {
    table-layout: fixed;
}
.item_data {
    width: 100%;
    border-top: 1px solid #ccc;
}
.item_data th, .item_data td {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-weight: normal;
}

/*** Icon ***/
.ico-arrow {
    background: url(../img/ico_arrow_red.svg) 0 center no-repeat;
    width: 5px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
}
.ico-arrow2 {
    background: url(../img/ico_arrow.svg) 0 center no-repeat;
    width: 8px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}

/*** Position ***/
.relative {
    position: relative;
}
.position-right-top {
    position: absolute;
    top: 6px;
    right: 0;
}

/*** Form ***/
.form-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.form-label {
    width: 240px;
    font-size: 16px;
    padding-top: 10px;
    font-weight: bold;
    position: relative;
    padding-right: 10px;
}
.form-label small {
    font-size: 80%;
}
.form-input {
    font-size: 16px;
    line-height: 1.5;
    flex: 1;
}
.confirm .form-input {
    padding-top: 14px;
}
@media screen and (min-width:1000px) {
    .form_confirm .form-input {
        padding-top: 14px;
    }
}
@media screen and (max-width:999px) {
    .form-item {
        display: block;
    }
    .form-label {
        width: auto;
        margin-bottom: 20px;
    }
    .form-input {
        width: auto;
    }
}
.form-control {
    border: 1px solid #EEEEEE;
    background: #F5F5F5;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
}
.form-control::placeholder {
    color: #CCCCCC;
}
select.form-control {
    width: auto;
}
.form-inline {
    width: auto;
}
.form-inner input {
    border: 1px solid #E5E5E5;
    background: #F5F5F5;
    border-radius: 3px;
    height: 40px;
    width: 30%;
    padding: 0 20px;
    font-size: 16px;
    margin: 0 10px;
}
select.form-control {
    cursor: pointer;
}
textarea.form-control {
    height: auto;
    padding: 10px;
}
.form-md {
    width: calc((100% - 10px) / 2);
}
.form-sm {
    width: 120px;
    margin-right: 5px;
}
.form-xs {
    width: 80px;
    margin-right: 5px;
}
.form-year {
    width: 120px;
    margin-right: 10px;
}
.form-month {
    width: 50px;
    margin-right: 10px;
    margin-left: 20px;
}
.error-text {
    font-size: 14px;
    color: #DE0000;
    line-height: 1.4;
}
@media screen and (max-width:999px) {
    .form-sm {
        width: 25%;
    }
    .form-xs {
        width: 20%;
    }
    .form-month {
        margin-left: 10px;
    }
}
.form-group {
    display: block;
    margin-bottom: 10px;
}
label.form-group {
    cursor: pointer;
}
.checkbox {
    width: 15px;
    height: 15px;
    border: 1px solid #E5E5E5;
    background: #F1F1F1;
    border-radius: 3px;
    cursor: pointer;
}
.checkbox-inline {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
}
.checkbox_std {
    display: none;
}
.checkbox_std + label {
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}
.checkbox_std + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0px;
    background-color: #f5f5f5;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.checkbox_std:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    z-index: 2;
}
.required {
    display: inline-block;
    margin-left: 15px;
    line-height: 22px;
    background: #F29243;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    font-weight: normal;
}
.required-non {
    background: #707070;
}
.form-set {
    margin-bottom: 10px;
}

.form-set .form-set-item input {
    border-radius: 0;
    margin-bottom: -1px;
}

.form-set .form-set-item:first-child input {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.form-set .form-set-item:last-child input {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.form-round {
    border-radius: 10px;
}
.checkbox_std {
    cursor: pointer;
}
.radio_style, .checkbox_style {
    display: none;
}
.radio_style + label, .checkbox_style + label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    line-height: 1.4;
}
.radio_style + label::before,
.checkbox_style + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: #F5F5F5;
    border: 1px solid #eee;
    border-radius: 100%;
    z-index: 1;
}
.radio_style:checked + label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 12px;
    height: 12px;
    background-color: #3197EE;
    border-radius: 100%;
    z-index: 2;
}
.checkbox_style + label::before {
    border-radius: 4px;
}
.checkbox_style:checked + label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    color: #3197EE;
    font-size: 26px;
    position: absolute;
    top: -5px;
    left: -1px;
    /* width: 12px;
    height: 12px;
    border-right: 3px solid #3197EE;
    border-bottom: 2px solid #3197EE; */
    /* transform: rotate(60deg); */
    z-index: 2;
}

/*** エラー ***/
.alert-error {
    background: #F2CED0;
    border: 1px solid #C9151E;
    padding: 10px;
    color: #C9151E;
}

/* Snow Monkey Form */
.contact .smf-form--simple-table .smf-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.contact .smf-item__col--label {
    width: 35%;
    padding-top: 14px;
    font-weight: bold;
    position: relative;
}
.contact .smf-form--simple-table .smf-item__col--controls {
    width: 60%;
    font-size: 14px;
    line-height: 1.5;
}
.contact .smf-form .smf-item .smf-text-control__control,
.contact .smf-form .smf-item .smf-textarea-control__control {
    display: block;
    width: 100%;
    border: 1px solid #EEEEEE;
    background: #F5F5F5;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    box-shadow: none;
}
.contact .smf-form .smf-item .smf-textarea-control__control {
    height: auto;
    padding: 10px;
}
.contact .has-vivid-red-color {
    position: absolute;
    top: 11px;
    right: 0;
    height: 18px;
    line-height: 18px;
    background: #C00000;
    border-radius: 5px;
    padding: 0 8px;
    font-size: 11px;
    letter-spacing: 0.15em;
    color: #fff!important;
    font-weight: normal;
}
.contact .smf-action .smf-button-control__control {
    background: #222222;
    display: inline-block;
    text-align: center;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    min-width: 227px;
}
.contact .smf-action .smf-button-control__control::after {
    content: "";
    display: inline-block;
    right: 0px;
    top: 16px;
    width: 20px;
    height: 10px;
    margin-left: 12px;
    background: url(../img/btn_arrow.svg) center center / contain no-repeat;
}

.form-inline .smf-item__col--controls * {
    display: inline-block;
}
.form-inline .smf-item__col--controls .smf-text-control,
.form-inline .smf-item__col--controls p {
    margin-right: 10px;
}
.contact .smf-form .smf-item .smf-text-control__control.form-md {
    width: 100px;
}
.contact .smf-form .smf-item .smf-text-control__control.form-sm {
    width: 60px;
}
.smf-item__controls a {
    text-decoration: underline;
}
.smf-item__controls p {
    margin-bottom: 10px;
}
@media screen and (min-width:1000px) {
    .contact .smf-form--simple-table .smf-item__col--controls {
        max-width: none;
        flex: 0 auto;
    }
    .contact .smf-form--simple-table .smf-item__col--label {
        flex: 0 auto;
        max-width: none;
    }
    .contact .smf-form--simple-table .smf-item {
        padding: 0;
    }
}
@media screen and (max-width:999px) {
    .contact .smf-form--simple-table .smf-item {
        display: block;
        padding: 0;
    }
    .contact .smf-form--simple-table .smf-item__col--label {
        width: auto;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .contact .smf-form--simple-table .smf-item__col--controls {
        width: auto;
    }
}

/*** Button ***/
.btn {
    display: inline-block;
    padding: 6px 40px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #000;
    border: none;
    text-decoration: none;
    color: #fff;
    border-radius: 70px;
    font-weight: 700;
    transition: 0.5s;
}
.btn:hover {
    opacity: 0.9;
    color: #FFF;
}
.btn-sm {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    padding: 0 24px;
}
.btn-md {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    padding: 0 60px;
}
.btn-lg {
    width: 580px;
    font-size: 26px;
    line-height: 80px;
    padding: 0 10px;
    border-radius: 50px;
}
.btn_border_w {
    display: block;
    background: none;
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.14em;
    padding: 10px;
    border-radius: 20px;
}
a.btn_border_w:hover {
    background-color: rgba(255,255,255,20%);
}
.btn_white {
    background-color: #fff;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    padding: 10px;
    text-align: center;
}
.btn_white:hover {
    color: #000;
}
.btn-more {
    display: inline-block;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 1.4;
    padding: 10px;
    border: 2px solid #727171;
    border-radius: 25px;
    transition: 1s;
}
.btn-more:hover {
    background-color: #727171;
    color: #fff;
    opacity: 0.8;
}
@media screen and (min-width:1000px) {
    .btn-more {
        min-width: 320px;
    }
}
@media screen and (max-width:999px) {
    .btn-lg {
        font-size: 18px;
        width: auto;
        padding: 0 10px;
        line-height: 40px;
        width: 90%;
    }
    .btn-more {
        min-width: 50vw;
    }
}
.btn-block {
    display: block;
    width: 100%;
}


/*** Width ***/
.w250 {width: 250px!important;}
.w200 {width: 200px!important;}
.w100 {width: 100px!important;}
@media screen and (min-width:1000px) {
    .pc-w360 {width: 360px;}
}

/* Height */
.height360 {height: 360px;}

/* Img Height */
.img-width-auto {
    width: auto;
    height: 100%;
}

/*** Margin Top ***/
.mt0 {margin-top: 0px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt25 {margin-top: 25px!important;}
.mt30 {margin-top: 30px!important;}
.mt35 {margin-top: 35px!important;}
.mt40 {margin-top: 40px!important;}
.mt45 {margin-top: 45px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt70 {margin-top: 70px!important;}
.mt80 {margin-top: 80px!important;}
.mt90 {margin-top: 90px!important;}
.mt100 {margin-top: 100px!important;}
/*** Margin Left ***/
.ml0 {margin-left: 0px!important;}
.ml5 {margin-left: 5px!important;}
.ml10 {margin-left: 10px!important;}
.ml15 {margin-left: 15px!important;}
.ml20 {margin-left: 20px!important;}
.ml25 {margin-left: 25px!important;}
.ml30 {margin-left: 30px!important;}
.ml35 {margin-left: 35px!important;}
.ml40 {margin-left: 40px!important;}
.ml45 {margin-left: 45px!important;}
.ml50 {margin-left: 50px!important;}
.ml60 {margin-left: 60px!important;}
.ml70 {margin-left: 70px!important;}
.ml80 {margin-left: 80px!important;}
.ml90 {margin-left: 90px!important;}
.ml100 {margin-left: 100px!important;}
/*** Margin Bottom ***/
.mb0 {margin-bottom: 0px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb25 {margin-bottom: 25px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb35 {margin-bottom: 35px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb45 {margin-bottom: 45px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}
.mb90 {margin-bottom: 90px!important;}
.mb100 {margin-bottom: 100px!important;}
/*** Margin Right ***/
.mr0 {margin-right: 0px!important;}
.mr5 {margin-right: 5px!important;}
.mr10 {margin-right: 10px!important;}
.mr15 {margin-right: 15px!important;}
.mr20 {margin-right: 20px!important;}
.mr25 {margin-right: 25px!important;}
.mr30 {margin-right: 30px!important;}
.mr35 {margin-right: 35px!important;}
.mr40 {margin-right: 40px!important;}
.mr45 {margin-right: 45px!important;}
.mr50 {margin-right: 50px!important;}
.mr60 {margin-right: 60px!important;}
.mr70 {margin-right: 70px!important;}
.mr80 {margin-right: 80px!important;}
.mr90 {margin-right: 90px!important;}
.mr100 {margin-right: 100px!important;}
/*** Margin X ***/
.mx5 {margin-top: 5px!important;margin-bottom: 5px!important;}
.mx10 {margin: 0 10px!important;}
.mx15 {margin: 0 15px!important;}
.mx20 {margin: 0 20px!important;}
.mx25 {margin: 0 25px!important;}
.mx30 {margin: 0 30px!important;}
.mx35 {margin: 0 35px!important;}
.mx40 {margin: 0 40px!important;}
.mx45 {margin: 0 45px!important;}
.mx50 {margin: 0 50px!important;}
.mx60 {margin: 0 60px!important;}
.mx70 {margin: 0 70px!important;}
.mx80 {margin: 0 80px!important;}
.mx90 {margin: 0 90px!important;}
.mx100 {margin: 0 100px!important;}
/*** Margin Y ***/
.my0 {margin-top: 0!important;margin-bottom: 0!important;}
.my5 {margin: 5px 0!important;}
.my10 {margin: 10px 0!important;}
.my15 {margin: 15px 0!important;}
.my20 {margin: 20px 0!important;}
.my25 {margin: 25px 0!important;}
.my30 {margin: 30px 0!important;}
.my35 {margin: 35px 0!important;}
.my40 {margin: 40px 0!important;}
.my45 {margin: 45px 0!important;}
.my50 {margin: 50px 0!important;}
.my60 {margin: 60px 0!important;}
.my70 {margin: 70px 0!important;}
.my80 {margin: 80px 0!important;}
.my90 {margin: 90px 0!important;}
.my100 {margin: 100px 0!important;}
/*** Margin ***/
.m0 {margin: 0px!important;}
.m5 {margin: 5px!important;}
.m10 {margin: 10px!important;}
.m15 {margin: 15px!important;}
.m20 {margin: 20px!important;}
.m25 {margin: 25px!important;}
.m30 {margin: 30px!important;}
.m35 {margin: 35px!important;}
.m40 {margin: 40px!important;}
.m45 {margin: 45px!important;}
.m50 {margin: 50px!important;}
@media screen and (min-width:1000px) {
    /*** Margin Top ***/
    .pc-mt5 {margin-top: 5px!important;}
    .pc-mt10 {margin-top: 10px!important;}
    .pc-mt15 {margin-top: 15px!important;}
    .pc-mt20 {margin-top: 20px!important;}
    .pc-mt25 {margin-top: 25px!important;}
    .pc-mt30 {margin-top: 30px!important;}
    .pc-mt35 {margin-top: 35px!important;}
    .pc-mt40 {margin-top: 40px!important;}
    .pc-mt45 {margin-top: 45px!important;}
    .pc-mt50 {margin-top: 50px!important;}
    .pc-mt60 {margin-top: 60px!important;}
    .pc-mt70 {margin-top: 70px!important;}
    .pc-mt80 {margin-top: 80px!important;}
    .pc-mt90 {margin-top: 90px!important;}
    .pc-mt100 {margin-top: 100px!important;}
    /*** Margin Bottom ***/
    .pc-ml5 {margin-left: 5px!important;}
    .pc-ml10 {margin-left: 10px!important;}
    .pc-ml15 {margin-left: 15px!important;}
    .pc-ml20 {margin-left: 20px!important;}
    .pc-ml25 {margin-left: 25px!important;}
    .pc-ml30 {margin-left: 30px!important;}
    .pc-ml35 {margin-left: 35px!important;}
    .pc-ml40 {margin-left: 40px!important;}
    .pc-ml45 {margin-left: 45px!important;}
    .pc-ml50 {margin-left: 50px!important;}
    .pc-ml60 {margin-left: 60px!important;}
    .pc-ml70 {margin-left: 70px!important;}
    .pc-ml80 {margin-left: 80px!important;}
    .pc-ml90 {margin-left: 90px!important;}
    .pc-ml100 {margin-left: 100px!important;}
    /*** Margin Left ***/
    .pc-mb0 {margin-bottom: 0px!important;}
    .pc-mb5 {margin-bottom: 5px!important;}
    .pc-mb10 {margin-bottom: 10px!important;}
    .pc-mb15 {margin-bottom: 15px!important;}
    .pc-mb20 {margin-bottom: 20px!important;}
    .pc-mb25 {margin-bottom: 25px!important;}
    .pc-mb30 {margin-bottom: 30px!important;}
    .pc-mb35 {margin-bottom: 35px!important;}
    .pc-mb40 {margin-bottom: 40px!important;}
    .pc-mb45 {margin-bottom: 45px!important;}
    .pc-mb50 {margin-bottom: 50px!important;}
    .pc-mb60 {margin-bottom: 60px!important;}
    .pc-mb70 {margin-bottom: 70px!important;}
    .pc-mb80 {margin-bottom: 80px!important;}
    .pc-mb90 {margin-bottom: 90px!important;}
    .pc-mb100 {margin-bottom: 100px!important;}
    /*** Margin Right ***/
    .pc-mr5 {margin-right: 5px!important;}
    .pc-mr10 {margin-right: 10px!important;}
    .pc-mr15 {margin-right: 15px!important;}
    .pc-mr20 {margin-right: 20px!important;}
    .pc-mr25 {margin-right: 25px!important;}
    .pc-mr30 {margin-right: 30px!important;}
    .pc-mr35 {margin-right: 35px!important;}
    .pc-mr40 {margin-right: 40px!important;}
    .pc-mr45 {margin-right: 45px!important;}
    .pc-mr50 {margin-right: 50px!important;}
    .pc-mr60 {margin-right: 60px!important;}
    .pc-mr70 {margin-right: 70px!important;}
    .pc-mr80 {margin-right: 80px!important;}
    .pc-mr90 {margin-right: 90px!important;}
    .pc-mr100 {margin-right: 100px!important;}
    /*** Margin X ***/
    .pc-mx5 {margin: 0 5px!important;}
    .pc-mx10 {margin: 0 10px!important;}
    .pc-mx15 {margin: 0 15px!important;}
    .pc-mx20 {margin: 0 20px!important;}
    .pc-mx25 {margin: 0 25px!important;}
    .pc-mx30 {margin: 0 30px!important;}
    .pc-mx35 {margin: 0 35px!important;}
    .pc-mx40 {margin: 0 40px!important;}
    .pc-mx45 {margin: 0 45px!important;}
    .pc-mx50 {margin: 0 50px!important;}
    .pc-mx60 {margin: 0 60px!important;}
    .pc-mx70 {margin: 0 70px!important;}
    .pc-mx80 {margin: 0 80px!important;}
    .pc-mx90 {margin: 0 90px!important;}
    .pc-mx100 {margin: 0 100px!important;}
    /*** Margin Y ***/
    .pc-my5 {margin: 5px 0!important;}
    .pc-my10 {margin: 10px 0!important;}
    .pc-my15 {margin: 15px 0!important;}
    .pc-my20 {margin: 20px 0!important;}
    .pc-my25 {margin: 25px 0!important;}
    .pc-my30 {margin: 30px 0!important;}
    .pc-my35 {margin: 35px 0!important;}
    .pc-my40 {margin: 40px 0!important;}
    .pc-my45 {margin: 45px 0!important;}
    .pc-my50 {margin: 50px 0!important;}
    .pc-my60 {margin: 60px 0!important;}
    .pc-my70 {margin: 70px 0!important;}
    .pc-my80 {margin: 80px 0!important;}
    .pc-my90 {margin: 90px 0!important;}
    .pc-my100 {margin: 100px 0!important;}
    /*** Margin ***/
    .pc-m10 {margin: 10px!important;}
    .pc-m15 {margin: 15px!important;}
    .pc-m20 {margin: 20px!important;}
    .pc-m25 {margin: 25px!important;}
    .pc-m30 {margin: 30px!important;}
    .pc-m35 {margin: 35px!important;}
    .pc-m40 {margin: 40px!important;}
    .pc-m45 {margin: 45px!important;}
    .pc-m50 {margin: 50px!important;}
}
@media screen and (max-width:999px) {
    /*** Margin Top ***/
    .sp-mt5 {margin-top: 5px!important;}
    .sp-mt10 {margin-top: 10px!important;}
    .sp-mt15 {margin-top: 15px!important;}
    .sp-mt20 {margin-top: 20px!important;}
    .sp-mt25 {margin-top: 25px!important;}
    .sp-mt30 {margin-top: 30px!important;}
    .sp-mt35 {margin-top: 35px!important;}
    .sp-mt40 {margin-top: 40px!important;}
    .sp-mt45 {margin-top: 45px!important;}
    .sp-mt50 {margin-top: 50px!important;}
    .sp-mt60 {margin-top: 60px!important;}
    .sp-mt70 {margin-top: 70px!important;}
    .sp-mt80 {margin-top: 80px!important;}
    .sp-mt90 {margin-top: 90px!important;}
    .sp-mt100 {margin-top: 100px!important;}
    /*** Margin Bottom ***/
    .sp-ml5 {margin-left: 5px!important;}
    .sp-ml10 {margin-left: 10px!important;}
    .sp-ml15 {margin-left: 15px!important;}
    .sp-ml20 {margin-left: 20px!important;}
    .sp-ml25 {margin-left: 25px!important;}
    .sp-ml30 {margin-left: 30px!important;}
    .sp-ml35 {margin-left: 35px!important;}
    .sp-ml40 {margin-left: 40px!important;}
    .sp-ml45 {margin-left: 45px!important;}
    .sp-ml50 {margin-left: 50px!important;}
    .sp-ml60 {margin-left: 60px!important;}
    .sp-ml70 {margin-left: 70px!important;}
    .sp-ml80 {margin-left: 80px!important;}
    .sp-ml90 {margin-left: 90px!important;}
    .sp-ml100 {margin-left: 100px!important;}
    /*** Margin Left ***/
    .sp-mb0 {margin-bottom: 0px!important;}
    .sp-mb5 {margin-bottom: 5px!important;}
    .sp-mb10 {margin-bottom: 10px!important;}
    .sp-mb15 {margin-bottom: 15px!important;}
    .sp-mb20 {margin-bottom: 20px!important;}
    .sp-mb25 {margin-bottom: 25px!important;}
    .sp-mb30 {margin-bottom: 30px!important;}
    .sp-mb35 {margin-bottom: 35px!important;}
    .sp-mb40 {margin-bottom: 40px!important;}
    .sp-mb45 {margin-bottom: 45px!important;}
    .sp-mb50 {margin-bottom: 50px!important;}
    .sp-mb60 {margin-bottom: 60px!important;}
    .sp-mb70 {margin-bottom: 70px!important;}
    .sp-mb80 {margin-bottom: 80px!important;}
    .sp-mb90 {margin-bottom: 90px!important;}
    .sp-mb100 {margin-bottom: 100px!important;}
    /*** Margin Right ***/
    .sp-mr5 {margin-right: 5px!important;}
    .sp-mr10 {margin-right: 10px!important;}
    .sp-mr15 {margin-right: 15px!important;}
    .sp-mr20 {margin-right: 20px!important;}
    .sp-mr25 {margin-right: 25px!important;}
    .sp-mr30 {margin-right: 30px!important;}
    .sp-mr35 {margin-right: 35px!important;}
    .sp-mr40 {margin-right: 40px!important;}
    .sp-mr45 {margin-right: 45px!important;}
    .sp-mr50 {margin-right: 50px!important;}
    .sp-mr60 {margin-right: 60px!important;}
    .sp-mr70 {margin-right: 70px!important;}
    .sp-mr80 {margin-right: 80px!important;}
    .sp-mr90 {margin-right: 90px!important;}
    .sp-mr100 {margin-right: 100px!important;}
    /*** Margin X ***/
    .sp-mx5 {margin: 0 5px!important;}
    .sp-mx10 {margin: 0 10px!important;}
    .sp-mx15 {margin: 0 15px!important;}
    .sp-mx20 {margin: 0 20px!important;}
    .sp-mx25 {margin: 0 25px!important;}
    .sp-mx30 {margin: 0 30px!important;}
    .sp-mx35 {margin: 0 35px!important;}
    .sp-mx40 {margin: 0 40px!important;}
    .sp-mx45 {margin: 0 45px!important;}
    .sp-mx50 {margin: 0 50px!important;}
    .sp-mx60 {margin: 0 60px!important;}
    .sp-mx70 {margin: 0 70px!important;}
    .sp-mx80 {margin: 0 80px!important;}
    .sp-mx90 {margin: 0 90px!important;}
    .sp-mx100 {margin: 0 100px!important;}
    /*** Margin Y ***/
    .sp-my5 {margin: 5px 0!important;}
    .sp-my10 {margin: 10px 0!important;}
    .sp-my15 {margin: 15px 0!important;}
    .sp-my20 {margin: 20px 0!important;}
    .sp-my25 {margin: 25px 0!important;}
    .sp-my30 {margin: 30px 0!important;}
    .sp-my35 {margin: 35px 0!important;}
    .sp-my40 {margin: 40px 0!important;}
    .sp-my45 {margin: 45px 0!important;}
    .sp-my50 {margin: 50px 0!important;}
    .sp-my60 {margin: 60px 0!important;}
    .sp-my70 {margin: 70px 0!important;}
    .sp-my80 {margin: 80px 0!important;}
    .sp-my90 {margin: 90px 0!important;}
    .sp-my100 {margin: 100px 0!important;}
    /*** Margin ***/
    .sp-m10 {margin: 10px!important;}
    .sp-m15 {margin: 15px!important;}
    .sp-m20 {margin: 20px!important;}
    .sp-m25 {margin: 25px!important;}
    .sp-m30 {margin: 30px!important;}
    .sp-m35 {margin: 35px!important;}
    .sp-m40 {margin: 40px!important;}
    .sp-m45 {margin: 45px!important;}
    .sp-m50 {margin: 50px!important;}
}
/*** Padding Top ***/
.pt0 {padding-top: 0px!important;}
.pt5 {padding-top: 5px!important;}
.pt10 {padding-top: 10px!important;}
.pt15 {padding-top: 15px!important;}
.pt20 {padding-top: 20px!important;}
.pt25 {padding-top: 25px!important;}
.pt30 {padding-top: 30px!important;}
.pt35 {padding-top: 35px!important;}
.pt40 {padding-top: 40px!important;}
.pt45 {padding-top: 45px!important;}
.pt50 {padding-top: 50px!important;}
.pt60 {padding-top: 60px!important;}
.pt70 {padding-top: 70px!important;}
.pt80 {padding-top: 80px!important;}
.pt90 {padding-top: 90px!important;}
.pt100 {padding-top: 100px!important;}
/*** Padding Bottom ***/
.pl5 {padding-left: 5px!important;}
.pl10 {padding-left: 10px!important;}
.pl15 {padding-left: 15px!important;}
.pl20 {padding-left: 20px!important;}
.pl25 {padding-left: 25px!important;}
.pl30 {padding-left: 30px!important;}
.pl35 {padding-left: 35px!important;}
.pl40 {padding-left: 40px!important;}
.pl45 {padding-left: 45px!important;}
.pl50 {padding-left: 50px!important;}
.pl60 {padding-left: 60px!important;}
.pl70 {padding-left: 70px!important;}
.pl80 {padding-left: 80px!important;}
.pl90 {padding-left: 90px!important;}
.pl100 {padding-left: 100px!important;}
/*** Padding Left ***/
.pb0 {padding-bottom: 0px!important;}
.pb5 {padding-bottom: 5px!important;}
.pb10 {padding-bottom: 10px!important;}
.pb15 {padding-bottom: 15px!important;}
.pb20 {padding-bottom: 20px!important;}
.pb25 {padding-bottom: 25px!important;}
.pb30 {padding-bottom: 30px!important;}
.pb35 {padding-bottom: 35px!important;}
.pb40 {padding-bottom: 40px!important;}
.pb45 {padding-bottom: 45px!important;}
.pb50 {padding-bottom: 50px!important;}
.pb60 {padding-bottom: 60px!important;}
.pb70 {padding-bottom: 70px!important;}
.pb80 {padding-bottom: 80px!important;}
.pb90 {padding-bottom: 90px!important;}
.pb100 {padding-bottom: 100px!important;}
/*** Padding Right ***/
.pr5 {padding-right: 5px!important;}
.pr10 {padding-right: 10px!important;}
.pr15 {padding-right: 15px!important;}
.pr20 {padding-right: 20px!important;}
.pr25 {padding-right: 25px!important;}
.pr30 {padding-right: 30px!important;}
.pr35 {padding-right: 35px!important;}
.pr40 {padding-right: 40px!important;}
.pr45 {padding-right: 45px!important;}
.pr50 {padding-right: 50px!important;}
.pr60 {padding-right: 60px!important;}
.pr70 {padding-right: 70px!important;}
.pr80 {padding-right: 80px!important;}
.pr90 {padding-right: 90px!important;}
.pr100 {padding-right: 100px!important;}
/*** Padding X ***/
.px5 {padding: 0 5px!important;}
.px10 {padding: 0 10px!important;}
.px15 {padding: 0 15px!important;}
.px20 {padding: 0 20px!important;}
.px25 {padding: 0 25px!important;}
.px30 {padding: 0 30px!important;}
.px35 {padding: 0 35px!important;}
.px40 {padding: 0 40px!important;}
.px45 {padding: 0 45px!important;}
.px50 {padding: 0 50px!important;}
.px60 {padding: 0 60px!important;}
.px70 {padding: 0 70px!important;}
.px80 {padding: 0 80px!important;}
.px90 {padding: 0 90px!important;}
.px100 {padding: 0 100px!important;}
/*** Padding Y ***/
.py5 {padding: 5px 0!important;}
.py10 {padding: 10px 0!important;}
.py15 {padding: 15px 0!important;}
.py20 {padding: 20px 0!important;}
.py25 {padding: 25px 0!important;}
.py30 {padding: 30px 0!important;}
.py35 {padding: 35px 0!important;}
.py40 {padding: 40px 0!important;}
.py45 {padding: 45px 0!important;}
.py50 {padding: 50px 0!important;}
.py60 {padding: 60px 0!important;}
.py70 {padding: 70px 0!important;}
.py80 {padding: 80px 0!important;}
.py90 {padding: 90px 0!important;}
.py100 {padding: 100px 0!important;}
/*** Padding ***/
.p10 {padding: 10px!important;}
.p15 {padding: 15px!important;}
.p20 {padding: 20px!important;}
.p25 {padding: 25px!important;}
.p30 {padding: 30px!important;}
.p35 {padding: 35px!important;}
.p40 {padding: 40px!important;}
.p45 {padding: 45px!important;}
.p50 {padding: 50px!important;}
@media screen and (min-width:1000px) {
    /*** Padding Top ***/
    .pc-pt5 {padding-top: 5px!important;}
    .pc-pt10 {padding-top: 10px!important;}
    .pc-pt15 {padding-top: 15px!important;}
    .pc-pt20 {padding-top: 20px!important;}
    .pc-pt25 {padding-top: 25px!important;}
    .pc-pt30 {padding-top: 30px!important;}
    .pc-pt35 {padding-top: 35px!important;}
    .pc-pt40 {padding-top: 40px!important;}
    .pc-pt45 {padding-top: 45px!important;}
    .pc-pt50 {padding-top: 50px!important;}
    .pc-pt60 {padding-top: 60px!important;}
    .pc-pt70 {padding-top: 70px!important;}
    .pc-pt80 {padding-top: 80px!important;}
    .pc-pt90 {padding-top: 90px!important;}
    .pc-pt100 {padding-top: 100px!important;}
    /*** Padding Bottom ***/
    .pc-pl5 {padding-left: 5px!important;}
    .pc-pl10 {padding-left: 10px!important;}
    .pc-pl15 {padding-left: 15px!important;}
    .pc-pl20 {padding-left: 20px!important;}
    .pc-pl25 {padding-left: 25px!important;}
    .pc-pl30 {padding-left: 30px!important;}
    .pc-pl35 {padding-left: 35px!important;}
    .pc-pl40 {padding-left: 40px!important;}
    .pc-pl45 {padding-left: 45px!important;}
    .pc-pl50 {padding-left: 50px!important;}
    .pc-pl60 {padding-left: 60px!important;}
    .pc-pl70 {padding-left: 70px!important;}
    .pc-pl80 {padding-left: 80px!important;}
    .pc-pl90 {padding-left: 90px!important;}
    .pc-pl100 {padding-left: 100px!important;}
    /*** Padding Left ***/
    .pc-pb5 {padding-bottom: 5px!important;}
    .pc-pb10 {padding-bottom: 10px!important;}
    .pc-pb15 {padding-bottom: 15px!important;}
    .pc-pb20 {padding-bottom: 20px!important;}
    .pc-pb25 {padding-bottom: 25px!important;}
    .pc-pb30 {padding-bottom: 30px!important;}
    .pc-pb35 {padding-bottom: 35px!important;}
    .pc-pb40 {padding-bottom: 40px!important;}
    .pc-pb45 {padding-bottom: 45px!important;}
    .pc-pb50 {padding-bottom: 50px!important;}
    .pc-pb60 {padding-bottom: 60px!important;}
    .pc-pb70 {padding-bottom: 70px!important;}
    .pc-pb80 {padding-bottom: 80px!important;}
    .pc-pb90 {padding-bottom: 90px!important;}
    .pc-pb100 {padding-bottom: 100px!important;}
    /*** Padding Right ***/
    .pc-pr5 {padding-right: 5px!important;}
    .pc-pr10 {padding-right: 10px!important;}
    .pc-pr15 {padding-right: 15px!important;}
    .pc-pr20 {padding-right: 20px!important;}
    .pc-pr25 {padding-right: 25px!important;}
    .pc-pr30 {padding-right: 30px!important;}
    .pc-pr35 {padding-right: 35px!important;}
    .pc-pr40 {padding-right: 40px!important;}
    .pc-pr45 {padding-right: 45px!important;}
    .pc-pr50 {padding-right: 50px!important;}
    .pc-pr60 {padding-right: 60px!important;}
    .pc-pr70 {padding-right: 70px!important;}
    .pc-pr80 {padding-right: 80px!important;}
    .pc-pr90 {padding-right: 90px!important;}
    .pc-pr100 {padding-right: 100px!important;}
    /*** Padding X ***/
    .pc-px5 {padding: 0 5px!important;}
    .pc-px10 {padding: 0 10px!important;}
    .pc-px15 {padding: 0 15px!important;}
    .pc-px20 {padding: 0 20px!important;}
    .pc-px25 {padding: 0 25px!important;}
    .pc-px30 {padding: 0 30px!important;}
    .pc-px35 {padding: 0 35px!important;}
    .pc-px40 {padding: 0 40px!important;}
    .pc-px45 {padding: 0 45px!important;}
    .pc-px50 {padding: 0 50px!important;}
    .pc-px60 {padding: 0 60px!important;}
    .pc-px70 {padding: 0 70px!important;}
    .pc-px80 {padding: 0 80px!important;}
    .pc-px90 {padding: 0 90px!important;}
    .pc-px100 {padding: 0 100px!important;}
    /*** Padding Y ***/
    .pc-py5 {padding: 5px 0!important;}
    .pc-py10 {padding: 10px 0!important;}
    .pc-py15 {padding: 15px 0!important;}
    .pc-py20 {padding: 20px 0!important;}
    .pc-py25 {padding: 25px 0!important;}
    .pc-py30 {padding: 30px 0!important;}
    .pc-py35 {padding: 35px 0!important;}
    .pc-py40 {padding: 40px 0!important;}
    .pc-py45 {padding: 45px 0!important;}
    .pc-py50 {padding: 50px 0!important;}
    .pc-py60 {padding: 60px 0!important;}
    .pc-py70 {padding: 70px 0!important;}
    .pc-py80 {padding: 80px 0!important;}
    .pc-py90 {padding: 90px 0!important;}
    .pc-py100 {padding: 100px 0!important;}
}
@media screen and (max-width:999px) {
    /*** Padding Top ***/
    .sp-pt5 {padding-top: 5px!important;}
    .sp-pt10 {padding-top: 10px!important;}
    .sp-pt15 {padding-top: 15px!important;}
    .sp-pt20 {padding-top: 20px!important;}
    .sp-pt25 {padding-top: 25px!important;}
    .sp-pt30 {padding-top: 30px!important;}
    .sp-pt35 {padding-top: 35px!important;}
    .sp-pt40 {padding-top: 40px!important;}
    .sp-pt45 {padding-top: 45px!important;}
    .sp-pt50 {padding-top: 50px!important;}
    .sp-pt60 {padding-top: 60px!important;}
    .sp-pt70 {padding-top: 70px!important;}
    .sp-pt80 {padding-top: 80px!important;}
    .sp-pt90 {padding-top: 90px!important;}
    .sp-pt100 {padding-top: 100px!important;}
    /*** Padding Bottom ***/
    .sp-pl5 {padding-left: 5px!important;}
    .sp-pl10 {padding-left: 10px!important;}
    .sp-pl15 {padding-left: 15px!important;}
    .sp-pl20 {padding-left: 20px!important;}
    .sp-pl25 {padding-left: 25px!important;}
    .sp-pl30 {padding-left: 30px!important;}
    .sp-pl35 {padding-left: 35px!important;}
    .sp-pl40 {padding-left: 40px!important;}
    .sp-pl45 {padding-left: 45px!important;}
    .sp-pl50 {padding-left: 50px!important;}
    .sp-pl60 {padding-left: 60px!important;}
    .sp-pl70 {padding-left: 70px!important;}
    .sp-pl80 {padding-left: 80px!important;}
    .sp-pl90 {padding-left: 90px!important;}
    .sp-pl100 {padding-left: 100px!important;}
    /*** Padding Left ***/
    .sp-pb0 {padding-bottom: 0px!important;}
    .sp-pb5 {padding-bottom: 5px!important;}
    .sp-pb10 {padding-bottom: 10px!important;}
    .sp-pb15 {padding-bottom: 15px!important;}
    .sp-pb20 {padding-bottom: 20px!important;}
    .sp-pb25 {padding-bottom: 25px!important;}
    .sp-pb30 {padding-bottom: 30px!important;}
    .sp-pb35 {padding-bottom: 35px!important;}
    .sp-pb40 {padding-bottom: 40px!important;}
    .sp-pb45 {padding-bottom: 45px!important;}
    .sp-pb50 {padding-bottom: 50px!important;}
    .sp-pb60 {padding-bottom: 60px!important;}
    .sp-pb70 {padding-bottom: 70px!important;}
    .sp-pb80 {padding-bottom: 80px!important;}
    .sp-pb90 {padding-bottom: 90px!important;}
    .sp-pb100 {padding-bottom: 100px!important;}
    /*** Padding Right ***/
    .sp-pr5 {padding-right: 5px!important;}
    .sp-pr10 {padding-right: 10px!important;}
    .sp-pr15 {padding-right: 15px!important;}
    .sp-pr20 {padding-right: 20px!important;}
    .sp-pr25 {padding-right: 25px!important;}
    .sp-pr30 {padding-right: 30px!important;}
    .sp-pr35 {padding-right: 35px!important;}
    .sp-pr40 {padding-right: 40px!important;}
    .sp-pr45 {padding-right: 45px!important;}
    .sp-pr50 {padding-right: 50px!important;}
    .sp-pr60 {padding-right: 60px!important;}
    .sp-pr70 {padding-right: 70px!important;}
    .sp-pr80 {padding-right: 80px!important;}
    .sp-pr90 {padding-right: 90px!important;}
    .sp-pr100 {padding-right: 100px!important;}
    /*** Padding X ***/
    .sp-px5 {padding: 0 5px!important;}
    .sp-px10 {padding: 0 10px!important;}
    .sp-px15 {padding: 0 15px!important;}
    .sp-px20 {padding: 0 20px!important;}
    .sp-px25 {padding: 0 25px!important;}
    .sp-px30 {padding: 0 30px!important;}
    .sp-px35 {padding: 0 35px!important;}
    .sp-px40 {padding: 0 40px!important;}
    .sp-px45 {padding: 0 45px!important;}
    .sp-px50 {padding: 0 50px!important;}
    .sp-px60 {padding: 0 60px!important;}
    .sp-px70 {padding: 0 70px!important;}
    .sp-px80 {padding: 0 80px!important;}
    .sp-px90 {padding: 0 90px!important;}
    .sp-px100 {padding: 0 100px!important;}
    /*** Padding Y ***/
    .sp-py5 {padding: 5px 0!important;}
    .sp-py10 {padding: 10px 0!important;}
    .sp-py15 {padding: 15px 0!important;}
    .sp-py20 {padding: 20px 0!important;}
    .sp-py25 {padding: 25px 0!important;}
    .sp-py30 {padding: 30px 0!important;}
    .sp-py35 {padding: 35px 0!important;}
    .sp-py40 {padding: 40px 0!important;}
    .sp-py45 {padding: 45px 0!important;}
    .sp-py50 {padding: 50px 0!important;}
    .sp-py60 {padding: 60px 0!important;}
    .sp-py70 {padding: 70px 0!important;}
    .sp-py80 {padding: 80px 0!important;}
    .sp-py90 {padding: 90px 0!important;}
    .sp-py100 {padding: 100px 0!important;}
}

/* ----------------------------------------------
	Grid System
-------------------------------------------------*/
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row::after {
    content: "";
    display: block;
    clear: both;
}
.col-1 {
    width: 8.33333333%;
}
.col-2 {
    width: 16.66666667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333333%;
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%;
}
.col-12 {
    width: 100%;
}
@media screen and (min-width:1000px) {
    .pc-col-1 {
        width: 8.33333333%;
    }
    .pc-col-2 {
        width: 16.66666667%;
    }
    .pc-col-3 {
        width: 25%;
    }
    .pc-col-4 {
        width: 33.33333333%;
    }
    .pc-col-5 {
        width: 41.66666667%;
    }
    .pc-col-6 {
        width: 50%;
    }
    .pc-col-7 {
        width: 58.33333333%;
    }
    .pc-col-8 {
        width: 66.66666667%;
    }
    .pc-col-9 {
        width: 75%;
    }
    .pc-col-10 {
        width: 83.33333333%;
    }
    .pc-col-11 {
        width: 91.66666667%;
    }
    .pc-col-12 {
        width: 100%;
    }
}
@media screen and (max-width:999px) {
    .sp-col-1 {
        width: 8.33333333%;
    }
    .sp-col-2 {
        width: 16.66666667%;
    }
    .sp-col-3 {
        width: 25%;
    }
    .sp-col-4 {
        width: 33.33333333%;
    }
    .sp-col-5 {
        width: 41.66666667%;
    }
    .sp-col-6 {
        width: 50%;
    }
    .sp-col-7 {
        width: 58.33333333%;
    }
    .sp-col-8 {
        width: 66.66666667%;
    }
    .sp-col-9 {
        width: 75%;
    }
    .sp-col-10 {
        width: 83.33333333%;
    }
    .sp-col-11 {
        width: 91.66666667%;
    }
    .sp-col-12 {
        width: 100%;
    }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    box-sizing: border-box;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.pc-col-1, .pc-col-2, .pc-col-3, .pc-col-4, .pc-col-5, .pc-col-6, .pc-col-7, .pc-col-8, .pc-col-9, .pc-col-10, .pc-col-11, .pc-col-12,
.sp-col-1, .sp-col-2, .sp-col-3, .sp-col-4, .sp-col-5, .sp-col-6, .sp-col-7, .sp-col-8, .sp-col-9, .sp-col-10, .sp-col-11, .sp-col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* flex */
.flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-center {
    justify-content: center;
}
.flex-between {
    justify-content: space-between;
}
.flex-v-center {
    align-items: center!important;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex3-item {
    margin-right: 50px;
}
.flex-item-40 {
    margin-right: 40px;
}
@media screen and (min-width:1000px) {
    .flex-item-40 {
        width: 30%;
    }
}
.flex-wrap .flex3-item:last-child {
    margin-right: 0;
}
@media screen and (min-width:1000px) {
    .pc-flex {
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* ページャー */
.pager {
    margin-top: 50px;
    text-align: center;
}
.pager a {
    text-decoration: none;
    color: #222;
    border-radius: 5px;
}
.pager .nav-links a, .pager .nav-links span {
    font-size: 14px;
}
.pager a:hover {
    background: #cccccc;
}
.pager .page-numbers {
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    background-color: #EEEEEE;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 0 5px;
}
.pager .current {
    background: #F29243;
    color: #fff;
}

/* SP Only */
@media screen and (min-width:1000px){
    .sp-only {display: none!important;}
}
@media screen and (max-width:999px) {
    .pc-only {display: none!important;}
}



/* ----------------------------------------------
	Header
-------------------------------------------------*/

body {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #000;
}
.header_inner {
    margin: 0 auto;
    text-align: left;
}
.logo {
    width: 154px;
}
.header_menu_container {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff url(../img/kikkakecreation.svg) -20px center / 100% auto no-repeat;
    animation: HeaderMenu 15s linear infinite;
    padding: 40px 60px 40px;
    z-index: 99;
    display: none;
}
@keyframes HeaderMenu {
    0% {background-position-x: 100vw }
    100% {background-position-x: -100vw;}
}
.header_menu li {
    font-size: 40px;
    line-height: 1.4;
    padding: 10px 0;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
}
.header_menu li b {
    font-weight: 700;
}
.header_menu a {
    color: #000;
}
.header_menu_logo {
    position: absolute;
    right: 60px;
    bottom: 40px;
    text-align: right;
}
.header_menu_logo img {
    width: 147px;
}
/*** ハンバーガーメニュー ***/
.nav-drawer {
    position: fixed;
    top: 35px;
    right: 40px;
    display: block;
    z-index: 999;
}
.nav_toggle {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
}
.nav_toggle span, .nav_toggle span:before, .nav_toggle span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #76CEC9;
    display: block;
    content: '';
}
.nav_toggle span:before {
    bottom: -8px;
}
.nav_toggle span:after {
    bottom: -16px;
}
/*** ハンバーガーメニューopen ***/
.nav_toggle.open span {
    width: 0;
}
.nav_toggle.open span:before, .nav_toggle.open span:after {
    background-color: #000;
    height: 1px;
}
.nav_toggle.open span:before {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nav_toggle.open span:after {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,64%);
    z-index: 99;
}
@media screen and (min-width:1000px) {
    body {
        padding-top: 0;
    }
    body.top {
        padding-top: 120px;
    }
    .customize-support .header {
        top: 32px;
    }
    .header {
        height: 88px;
    }
    .header_inner {
        padding: 20px 30px;
    }
    .header_btn_sp {
        display: none;
    }
    .sp_menu {
        display: none;
    }
    .top .header .logo {
        display: none;
    }
    .top .header {
        background: none;
    }
}
@media screen and (max-width:999px) {
    body {
        padding-top: 100px;
    }
    #wpadminbar {
        position: fixed!important;
    }
    .header {
        z-index: 999;
    }
    .customize-support .header {
        top: 46px;
    }
    .header_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 35px;
        height: 100px;
    }
    .sp_menu {
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0px 1px 10px 1px rgba(0,0,0,20%);
        display: none;
        z-index: 999;
    }
    .customize-support .sp_menu {
        top: 111px;
    }
    .sp_menu li a {
        display: block;
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }
    .nav-drawer {
        top: 30px;
        right: 30px;
    }
    .nav_toggle {
        width: 40px;
        height: 40px;
    }
    .nav_toggle span, .nav_toggle span:before, .nav_toggle span:after {
        width: 40px;
    }
    .nav_toggle span:before {
        bottom: -12px;
    }
    .nav_toggle span:after {
        bottom: -24px;
    }
    .nav_toggle.open span, .nav_toggle.open span:before, .nav_toggle.open span:after {
        top: 5px;
    }
}


/* ----------------------------------------------
	Footer
-------------------------------------------------*/

.footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 85px 0 28px;
}
.footer_inner {
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.footer_container {
    display: flex;
    margin-bottom: 120px;
    position: relative;
}
.footer_navi {
    display: flex;
    justify-content: center;
    /* margin-bottom: 30px; */
}
.footer_navi li {
    margin: 0 10px;
    font-size: 14px;
    line-height: 1.4;
}
.footer_navi li a {
    color: #eee;
}
.footer_navi li a:hover {
    color: #ccc;
}
.copyright {
    font-size: 8px;
    font-weight: 300;
    line-height: 1.2;
}
@media screen and (min-width:769px) {
    .footer_logo {
        /* margin-bottom: 120px; */
        margin-right: 50px;
    }
    .footer_logo img {
        width: 154px;
    }
    .footer_container {
        /* justify-content: center; */
        align-items: center;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer_navi {
        /* margin-right: 100px; */
    }
    .p_mark {
        position: absolute;
        top: -10px;
        right: -30%;
        width: 80px;
    }
}
@media screen and (max-width:768px) {
    .footer {
        padding: 40px 0 40px;
    }
    .footer_logo {
        margin-bottom: 30px;
    }
    .footer_container {
        flex-direction: column-reverse;
    }
    .footer_logo img {
        width: 50%;
    }
    .footer_navi {
        margin-bottom: 30px;
    }
    .p_mark {
        position: absolute;
        bottom: -80px;
        right: 50%;
        width: 80px;
        margin-right: -40px;
    }
}

/* ----------------------------------------------
	Common
-------------------------------------------------*/
.wrapper {
    padding: 80px 0 0;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.wrapper40 {
    padding: 40px 0;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.inner-600 {
    max-width: 600px;
}
.inner-710 {
    max-width: 710px;
}
.inner-725 {
    max-width: 725px;
}
.inner-800 {
    max-width: 800px;
}
.inner-880 {
    max-width: 880px;
}
.inner-1000 {
    max-width: 1000px;
}
.container {
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}
.padding-lg {
    padding: 170px 0;
}
@media screen and (max-width:999px) {
    .container {
        margin-bottom: 50px;
    }
    .inner {
        padding: 0 25px;
    }
    .wrapper {
        padding: 50px 0;
    }
}
/* Subject */
.subject_lead {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
}
.subject-lg {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.2em;
    margin-bottom: 45px;
}
.subject-md {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.subject-sm {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.subject-xs {
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.09em;
    margin-bottom: 75px;
}
.subject_box {
    margin-bottom: 45px;
}
.subject_body p {
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: 0.1em;
}
.page_ttl {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.1em;
}
.page_ttl_stroke {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 95px;
    color: rgba(0,0,0,0%);
    -webkit-text-stroke: 1px #76CEC9;
    text-stroke: 1px #76CEC9;
    letter-spacing: 0.05em;
}
@media screen and (min-width:769px) {
    .subject_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .subject_ttl {
        max-width: 500px;
    }
    .subject_body {
        width: 410px;
    }
}
@media screen and (max-width:768px) {
    .subject-lg {
        font-size: 6.2vw;
    }
    .subject-md {
        font-size: 4.8vw;
        margin-bottom: 15px;
    }
    .subject-xs  {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .subject_lead {
        font-size: 3.0vw;
        margin-bottom: 0px;
    }
    .subject_body p {
        font-size: 3.0vw;
        line-height: 2;
    }
    .page_ttl {
        font-size: 8.0vw;
    }
    .page_ttl_stroke {
        font-size: 16.0vw;
    }
}

/* TOP */
.key {
    position: relative;
    background-color: #000;
    height: calc(100vw / 192 * 108);
}
.key video {
    max-width: 100%;
    height: auto;
}
.key_scroll {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #fff;
    padding-bottom: 45px;
}
.key_scroll::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: block;
    background-color: #fff;
    width: 1px;
    height: 37px;
}
@media screen and (min-width:769px) {
    .key {
        margin-top: -120px;
    }
}
@media screen and (max-width:768px) {
    .key {
        height: calc(100vh - 120px);
    }
}
/* loading */
.loader {
    border: 12px solid #fafafa;
    border-radius: 50%;
    border-top: 12px solid #3498db;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.kv_loading {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(to top left, #fff 50%, #000 50%);
    background-size: 300% 300%;
    background-position: 50% 100%;
    animation: GradietionAnimation 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes GradietionAnimation {
    0%{background-position: 50% 0%}
    100%{background-position: 50% 100%}
}
.kv_logo {
    padding-bottom: 15px;
    width: 100px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.kv_logo img {
    max-width: 68px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.content_box01 {
    background-color: #DCDDDD;
    padding: 20px 20px 30px;
    border-radius: 20px;
    position: relative;
}
.content_ttl {
    font-size: 12px;
    line-height: 1.4;
}
.content_business_style_img {
    text-align: center;
}
.content_video_media_logo img {
    width: 100%;
}
.content_video_media_body p {
    font-size: 14px;
    line-height: 2.3;
    font-weight: 300;
    color: #fff;
}
.content_video_media_ttl {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.content_video_media_head p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.8;
}
.content_box02 {
    position: relative;
}
.content_box02 .content_ttl {
    position: absolute;
    top: 0px;
    left: 0px;
}
@media screen and (min-width:769px) {
    .content_box01 {
        width: 760px;
        margin: 0 auto;
    }
    .content_box02 {
        width: 760px;
        margin: 0 auto;
    }
    .content_box01_logo {
        position: absolute;
        top: 30px;
        left: 0px;
        right: 0px;
        text-align: center;
    }
    .content_box01_logo img {
        width: 147px;
    }
    .content_business_style_img {
        margin-top: 72px;
    }
    .content_business_style_img svg {
        max-width: 658px;
    }
    .content_video_media {
        display: none;
        justify-content: space-between;
        height: 225px;
    }
    .content_video_media.active {
        display: flex;
    }
    .content_video_media_logo {
        width: 141px;
    }
    .content_video_media_head {
        width: 332px;
        padding-top: 25px;
    }
    .content_video_media_body {
        width: 453px;
    }
}
@media screen and (max-width:768px) {
    .content_box01_logo {
        text-align: center;
        margin: 20px 0 10px;
    }
    .content_box01_logo img {
        width: 150px;
    }
    .content_video_media {
        display: none;
        position: relative;
        padding-left: 18.5%;
    }
    .content_video_media.active {
        display: block;
    }
    .content_video_media_logo {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 16%;
    }
    .content_video_media_ttl {
        margin-bottom: 5px;
    }
    .content_video_media_head p {
        font-size: 3.2vw;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .content_video_media_body p {
        font-size: 11px;
        line-height: 1.8;
    }
    .content_box02 .content_ttl {
        position: static;
        margin-bottom: 20px;
    }
}

/* SVG */
.content_business_style_img .d{fill:none;stroke:#898989;stroke-width:2.51px;}
.content_business_style_img .d,.content_business_style_img .e{stroke-miterlimit:10;}
.content_business_style_img .f{fill:#898989;}
.content_business_style_img .f,.content_business_style_img .g,.content_business_style_img .h,.content_business_style_img .i,.content_business_style_img .j{stroke-width:0px;}
.content_business_style_img .g{fill:#000;}
.content_business_style_img .h{fill:#727171;}
.content_business_style_img .e{stroke:#b5b5b6;stroke-width:10px;}
.content_business_style_img .e,.content_business_style_img .i{fill:#fff;}
.content_business_style_img .j{
    fill:#fff;
    stroke: #b5b5b6;
    stroke-width: 12;
}

.content_business_model_img .d{fill:#898989;}
.content_business_model_img .d,.content_business_model_img .e,.content_business_model_img .f,.content_business_model_img .g,.content_business_model_img .h,.content_business_model_img .i{stroke-width:0px;}
.content_business_model_img .e{fill:#000;}
.content_business_model_img .f{fill:#727171;}
.content_business_model_img .g{fill:#dcdddd;}
.content_business_model_img .h{fill:#fff;}
.content_business_model_img .j{fill:none;stroke:#898989;stroke-miterlimit:10;stroke-width:3.34px;}
.content_business_model_img .i{fill:#b5b5b6;}

/* SVG Animation */
/* @keyframes circle {
  0% { stroke-dasharray: 0 377; }
  99.9%,to { stroke-dasharray: 377 377; }
} */
@keyframes circle {
    0% { stroke-dashoffset: 410; }
    /* 90% { stroke-dashoffset: 0 } */
    95% { stroke-dashoffset: 0 }
    100% { stroke-dashoffset: 410 }
}
.content_business_style_img svg .active {
    fill: transparent;
    stroke: #727171;
    stroke-width: 12;
    r: 64.87;
    animation: circle 7s;
    stroke-dashoffset: 0;
    stroke-dasharray: 410;
    transition: stroke-dashoffset 1s;
}
@keyframes circle2 {
    0% { stroke-dashoffset: 930; }
    /* 90% { stroke-dashoffset: 0 } */
    95% { stroke-dashoffset: 0 }
    100% { stroke-dashoffset: 930 }
}
.content_business_style_img svg .circle_labo.active {
    stroke-dasharray: 930;
    animation: circle2 7s;
}
.content_business_style_img svg .circle {
    cursor: pointer;
}

/* Message */
.top_message {
    position: relative;
}
.message_name {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.09em;
    margin-bottom: 18px;
}
.message_ttl {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.12em;
    margin-bottom: 25px;
}
.message_box_body p {
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}
@media screen and (min-width:769px) {
    .top_message {
        padding: 90px 0;
    }
    .top_message_ttl {
        position: absolute;
        top: 27px;
        right: -108px;
        width: 620px;
        z-index: 1;
    }
    .message_box {
        position: relative;
        padding-bottom: 50px;
    }
    .message_box:not(:last-child) {
        margin-bottom: 100px;
    }
    .message_box_body {
        position: absolute;
        right: 0px;
        bottom: 50px;
        width: 466px;
        background-color: #000000;
        padding: 40px;
        color: #fff;
    }
    .message_box_img {
        position: relative;
        width: 565px;
    }
    .message_box_sign {
        position: relative;
        top: -20px;
        padding-right: 50px;
        text-align: right;
    }
    .message_box_reverse .message_box_img {
        margin-left: auto;
    }
    .message_box_reverse .message_box_body {
        left: 0px;
        right: auto;
    }
    .message_box_reverse .message_box_sign {
        padding-right: 0;
        right: -20px;
    }
}
@media screen and (max-width:768px) {
    .top_message_ttl {
        position: absolute;
        top: 0px;
        right: 0px;
        left: 10%;
        width: 90%;
        z-index: 1;
    }
    .message_box {
        padding-top: 30px;
        position: relative;
        padding-bottom: 60px;
    }
    .message_box_img {
        margin-right: 20px;
    }
    .message_box_sign {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    .message_box_sign img {
        max-width: 75%;
    }
    .message_box_body {
        width: 80%;
        background-color: #000;
        padding: 20px;
        margin-left: auto;
        margin-top: -30px;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    .message_ttl {
        font-size: 4.4vw;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .message_box_reverse .message_box_img {
        margin-right: 0px;
        margin-left: 20px;
    }
    .message_box_reverse .message_box_body {
        margin-left: 0;
        margin-right: auto;
    }
    .message_box_reverse .message_box_sign {
        right: 0px;
        left: auto;
    }
}

/* News */
.top_news_container {
    display: flex;
}
.top_news {
    flex: 1;
}
.top_news_body {
    overflow-x: auto;
}
.top_news_body::-webkit-scrollbar {
    height: 1px;
}
.top_news_body::-webkit-scrollbar-track {
    background-color: #898989;
}
.top_news_body::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
}
.top_news_list {
    display: flex;
}
.top_news_item {
    display: block;
    color: #fff;
}
.top_news_img {
    margin-bottom: 20px;
}
.top_news_date {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.09em;
    margin-bottom: 20px;
}
.top_news_item p {
    font-size: 12px;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 0.1em;
}
.top_news_prev_next {
    display: flex;
    margin-top: 25px;
    cursor: pointer;
}
@media screen and (min-width:769px) {
    .news_view_all {
        width: 163px;
        margin-right: 55px;
        padding-top: 55px;
    }
    .top_news {
        width: 692px;
        padding-bottom: 100px;
    }
    .top_news_box {
        width: 2400px;
        padding-bottom: 68px;
    }
    .top_news_item {
        width: 200px;
        margin-right: 45px;
    }
    .news_prev, .news_next {
        width: 38px;
    }
    .news_prev {
        margin-right: 5px;
    }
}
@media screen and (max-width:768px) {
    .news_view_all {
        width: 25%;
        margin-right: 20px;
        padding-top: 35px;
    }
    .top_news {
        width: 70%;
        padding-bottom: 100px;
    }
    .top_news_box {
        width: 250%;
        padding-bottom: 20px;
    }
    .top_news_item {
        width: 25%;
        margin-right: 20px;
    }
    .news_prev, .news_next {
        width: 38px;
    }
    .news_prev {
        margin-right: 15px;
    }
    .top_news_img {
        margin-bottom: 10px;
    }
    .top_news_date {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .top_news_item p {
        font-size: 9px;
        line-height: 1.6;
    }
}

/* Company */
.top_campany_container {
    position: relative;
}
.top_campany,
.top_campany table {
    width: 100%;
}
.top_campany tr th,
.top_campany tr td:first-child {
    border-right: 1px solid #000;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.top_campany tr th, .top_campany tr td {
    font-size: 16px;
    line-height: 1.4;
}
.top_campany tr td {
    letter-spacing: 0.06em;
}
.top_campany tr td small {
    font-size: 80%;
}
@media screen and (min-width:769px) {
    .top_company_ttl {
        margin-left: -225px;
        width: 630px;
        margin-bottom: 20px;
        font-size: 118px;
    }
    .top_campany tr th,
    .top_campany tr td:first-child {
        width: 160px;
        padding: 20px 0;
    }
    .top_campany tr td {
        padding: 20px 0 20px 63px;
    }
    .top_campany iframe {
        max-width: 520px;
    }
}
@media screen and (max-width:768px) {
    .top_company_ttl {
        margin-left: -40px;
        margin-bottom: 20px;
    }
    .top_campany tr th, .top_campany tr td {
        font-size: 12px;
    }
    .top_campany tr th,
    .top_campany tr td:first-child {
        width: 25%;
        padding: 20px 0;
    }
    .top_campany tr td {
        padding: 20px 0 20px 20px;
    }
    .top_campany iframe {
        max-width: 100%;
        height: calc(100vw * 1 / 3);
    }
}

/* Page */
.content_key {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width:769px) {
    .content_key {
        height: 398px;
    }
    .data_labo h1 img {
        width: 555px;
    }
    .news h1 img {
        height: 70px;
        width: auto;
    }
    .datalabo_incubation img {
        max-width: 140px;
    }
}
@media screen and (max-width:768px) {
    .content_key {
        height: 230px;
        padding-top: 0px;
    }
    .content_key h1 img {
        height: 52px;
        width: auto;
    }
    .data_labo h1 img {
        width: 310px;
        height: auto;
    }
    .message h1 img {
        width: 303px;
        height: auto;
    }
    .content {
        padding-top: 70px;
    }
    .datalabo_incubation img {
        max-width: 40%;
    }
    .data_labo .page_ttl_stroke {
        font-size: 14vw;
    }
}

/* Data Labo */
.data_labo_image_whitebox {
    background-color: #fff;
    border: 10px solid #B5B5B6;
    border-radius: 20px;
    padding: 15px 20px 20px;
}
.data_labo_image_blackbox {
    background-color: #000;
    border: 10px solid #727171;
    border-radius: 20px;
    padding: 10px 10px 15px;
}
.data_labo_image_ttl {
    text-align: center;
}
.data_labo_image_whitebox .data_labo_image_ttl {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.data_labo_image_text_container {
    display: flex;
    justify-content: space-between;
    margin: 0 32px;
}
.data_labo_image_text {
    width: 50%;
}
.data_labo_image_text li {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.01em;
}
.data_labo_image_text li:not(:last-child) {
    margin-bottom: 5px;
}
.data_labo_image_next {
    text-align: center;
    margin-bottom: 5px;
}
.data_labo_image_next img {
    height: 47px;
    width: auto;
}
.data_labo_business_item {
    /* background-color: #DCDDDD; */
}
.data_labo_business_item > div {
    background-color: #DCDDDD;
    padding: 30px;
}
.data_labo_business_ttl {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-align: center;
}
.toggle_before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.data_labo_business_item > .toggle_after {
    display: none;
    background-color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #fff;
    letter-spacing: 0.12em;
    position: relative;
    cursor: pointer;
}
.toggle_before:hover {
    opacity: 0.8;
}
.toggle_before::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    background: #000 url(../img/plus.svg) center center / 10px 10px no-repeat;
}
.toggle_after::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    background: #9FA0A0 url(../img/minus.svg) center center / 7px 7px no-repeat;
}
.data_labo_business_item p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 20px;
}
.data_labo_img03 {
    margin-top: 65px;
    text-align: center;
}
@media screen and (min-width:769px) {
    .data_labo_image {
        width: 570px;
        margin: 0 auto;
    }
    .data_labo_image_whitebox .data_labo_image_ttl img {
        width: 83px;
    }
    .data_labo_image_blackbox .data_labo_image_ttl img {
        width: 100px;
    }
    .data_labo_business {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .data_labo_business_item {
        width: calc((100% - 15px) / 2);
        margin-bottom: 15px;
    }
    .data_labo_business_item > div {
        height: 194px;
    }
    .data_labo_img03 img {
        width: 608px;
    }
}
@media screen and (max-width:768px) {
    .data_labo_image_whitebox .data_labo_image_ttl img {
        width: 100px;
    }
    .data_labo_image_blackbox .data_labo_image_ttl img {
        width: 140px;
    }
    .data_labo_image_text_container {
        margin: 0;
    }
    .data_labo_image_whitebox {
        padding: 10px;
    }
    .data_labo_image_text li {
        font-size: 2.6vw;
    }
    .data_labo_business_item > div {
        min-height: 160px;
        padding: 20px 10px;
    }
    .data_labo_business_item:not(:last-child) {
        margin-bottom: 20px;
    }
    .data_labo_business_ttl {
        font-size: 4.2vw;
    }
    .data_labo_business_item p {
        font-size: 2.6vw;
    }
    .data_labo_img03 {
        margin-top: 30px;
    }
}

/* Message */
.message_content_img {
    position: relative;
}
.message_content_body {
    position: relative;
    background-color: #000;
    color: #fff;
    margin-left: auto;
}
.message_content_position {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.09em;
    margin-bottom: 10px;
}
.message_content_name {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
}
.message_content_name_en {
    margin-bottom: 55px;
}
.message_content_name_en img {
    width: 254px;
}
.message_content_body p {
    font-size: 14px;
    font-weight: 300;
    line-height: 2.2;
    letter-spacing: 0.1em;
}
.message_content_body p:not(:last-child) {
    margin-bottom: 1.5em;
}
.message_content_sign {
    text-align: right;
}
.reverse .message_content_img {
    margin-left: auto;
}
.reverse .message_content_body {
    margin-left: 0;
}
@media screen and (min-width:769px) {
    .message h1 img {
        width: 486px;
    }
    .message_content_img {
        z-index: 2;
    }
    .message_content_img {
        max-width: 565px;
    }
    .message_content_body {
        padding: 112px 45px 40px;
        width: 772px;
        top: -60px;
        z-index: 1;
    }
}
@media screen and (max-width:768px) {
    .message_content_img {
        margin-right: 5.0vw;
        z-index: 2;
    }
    .message_content_body {
        top: -30px;
        margin-left: 5.8vw;
        padding: 15.0vw 5.0vw 6.0vw;
        z-index: 1;
    }
    .message_content_position {
        font-size: 3.0vw;
        margin-bottom: 2px;
    }
    .message_content_name {
        font-size: 6.8vw;
    }
    .message_content_name_en {
        margin-bottom: 25px;
    }
    .message_content_body p {
        font-size: 3.0vw;
        line-height: 1.7;
    }
    .reverse .message_content_img {
        margin-left: 5.0vw;
        margin-right: 0;
    }
    .reverse .message_content_body {
        margin-left: 0;
    }
    .message_content_sign img {
        max-width: 60%;
    }
}

/* News */
.news_list_item {
    margin-bottom: 50px;
}
.news_list_img {
    margin-bottom: 20px;
}
.news_list_ttl {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.news_list_ttl a {
    color: #231815;
}
.news_list_ttl a:hover {
    opacity: 0.8;
}
.news_list_img {
    overflow: hidden;
}
.news_list_img a img{
    transition: transform .6s ease;
}
.news_list_img a:hover img {
    transform: scale(1.1);
}
.news_list_date {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.news_list_item p {
    font-size: 13px;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 0.1em;
}
@media screen and (min-width:769px) {
    .news_list {
        display: flex;
        flex-wrap: wrap;
    }
    .news_list_item {
        width: 30%;
    }
    .news_list_item:not(:nth-child(3n+3)) {
        margin-right: 5%;
    }
}
@media screen and (max-width:768px) {
    .news_list_ttl {
        font-size: 5.0vw;
        letter-spacing: 0.05em;
    }
    .news_list_date {
        font-size: 4.0vw;
    }
    .news_list_item p {
        line-height: 1.6;
    }
}

/* SIngle */
.subject_single {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.single_date {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 25px;
}
.single_body {
    margin-top: 35px;
}
.single_body h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    margin: 40px 0 25px;
}
.single_body h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0;
    line-height: 1.4;
}
.single_body p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 1.5em;
}
.single_body ul, .single_body ol {
    background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 30px;
}
.single_body ul li,
.single_body ol li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-left: 1.5em;
    font-weight: bold;
}
.single_body ul li {
    list-style: outside disc;
}
.single_body ol li {
    list-style: outside decimal;
}
.single_body ul li:last-child,
.single_body ol li:last-child {
    margin-bottom: 0;
}
.single_body table th,
.single_body table td {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.single_body table th {
    background-color: #f3f3f3;
}
.news_more {
    margin: 50px 0;
    text-align: center;
}
.single_image {
    text-align: center;
}
@media screen and (min-width:769px) {
    .single_container {
        display: flex;
        justify-content: space-between;
    }
    .single_image {
        /* width: 486px; */
    }
    .single_content {
        /* width: calc(100% - 486px - 40px); */
    }
}
@media screen and (max-width:768px) {
    .subject_single {
        font-size: 5.0vw;
        letter-spacing: 0.05em;
    }
    .single_date {
        font-size: 4.0vw;
        text-align: right;
        margin-bottom: 25px;
    }
    .single_body {
        margin-top: 0px;
    }
    .single_body h2 {
        font-size: 4.6vw;
        margin: 30px 0 20px;
    }
    .single_body p {
        line-height: 1.8;
    }
}

/* IR */
.ir_loginbox dl:not(:last-child) {
    margin-bottom: 20px;
}
.ir_loginbox dt {
    margin-bottom: 10px;
}

/* Privacy Policy */
.privacyContent__desc,
.privacyContent__item--desc,
.privacyContent__desc > li {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
}
.privacyContent__list {
    margin-top: 50px;
}
.privacyContent__list > li {
    margin-bottom: 30px;
}
.privacyContent__item--head {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}
.privacyContent__item--desc:not(:last-child) {
    margin-bottom: 1.5em;
}
.privacyContent__desc > li {
    list-style: disc outside;
    margin-left: 2.7em;
}
.privacyContent__num > li {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
    list-style: decimal outside;
    margin-left: 2.7em;
}

/* Contact */
.contactMailForm{
    width:100%;
    margin-top:56px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:32px;
}
@media screen and (max-width:768px){
    .contactMailForm{
        margin-top:40px;
        display:block;
    }
}
.contactMailForm__row{
    width:calc(50% - 16px);
    display:flex;
    flex-direction:column;
    gap:4px;
}
@media screen and (max-width:768px){
    .contactMailForm__row{
        width:100%;
    }
}
@media screen and (max-width:768px){
    .contactMailForm__row:not(:first-child){
        margin-top:16px;
    }
}
.contactMailForm__row.-is-full{
    width:100%;
}
.contactMailForm__label{
    display:flex;
    align-items:center;
    gap:4px;
    margin-bottom: 10px;
}
@media screen and (max-width:768px){
    .contactMailForm__label{
        font-size:14px;
    }
}
.contactMailForm__label-tag{
    padding-right:7px;
    padding-left:7px;
    font-size:12px;
    line-height:1.5;
    border-radius:28px;
    transform:translateY(1px);
}
.contactMailForm__label-tag.-red{
    background-color:#eb5757;
    color:#fff;
}
.contactMailForm__label-tag.-gray{
    opacity:.6;
    border:1px solid #3f2f16;
}
.contactMailForm__error{
    font-size:12px;
    display:none;
    color:#eb5757;
}
.contactMailForm__input{
    width:100%;
    height:48px;
    font-size:16px;
    font-weight:500;
    line-height:1.8;
    letter-spacing:.08em;
    font-family:"Noto Sans JP","Noto Sans";
    background:#fff;
    border: 1px solid #eee;
    border-radius:3px;
    padding:0 16px;
}
.contactMailForm__input:focus{
    border:2px solid #1b8af0;
}
.contactMailForm__radiow{
    width:100%;
    height:48px;
    display:flex;
    align-items:center;
    gap:60px;
}
@media screen and (max-width:768px){
    .contactMailForm__radiow{
        gap:48px;
    }
}
.contactMailForm__radiol{
    padding-left:28px;
    position:relative;
    cursor:pointer;
}
.contactMailForm__radiol::before{
    width:8px;
    height:8px;
    content:'';
    position:absolute;
    top:50%;
    left:8px;
    transform:translateY(-50%);
    z-index:1;
    border-radius:50%;
    background-color:#1a6ff2;
    display:none;
}
.contactMailForm__radiol::after{
    width:24px;
    height:24px;
    content:'';
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    border-radius:50%;
    border:3px solid #1a6ff2;
    box-sizing: border-box;
    display:none;
}
.contactMailForm__radiol--bg{
    width:24px;
    height:24px;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    border-radius:50%;
    background-color:#fff;
    border: 1px solid #eee;
}
.contactMailForm__radio{
    display:none;
}
.contactMailForm__radio:checked+.contactMailForm__radiol::after,.contactMailForm__radio:checked+.contactMailForm__radiol::before{
    display:block;
}
.contactMailForm__select{
    width:100%;
    height:48px;
    font-size:16px;
    font-weight:500;
    line-height:1.8;
    letter-spacing:.08em;
    font-family:"Noto Sans JP","Noto Sans";
    background:#fff;
    border: 1px solid #eee;
    border-radius:3px;
    padding:0 16px;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image:url(../img/contact/select-arw.svg);
    background-repeat:no-repeat;
    background-position:center right 16px;
}
.contactMailForm__textarea{
    width:100%;
    height:240px;
    font-size:16px;
    font-weight:500;
    line-height:1.8;
    letter-spacing:.08em;
    font-family:"Noto Sans JP","Noto Sans";
    background:#fff;
    border: 1px solid #eee;
    border-radius:3px;
    padding:12px 16px;
}
.contactMailForm__textarea:focus{
    border:2px solid #1b8af0;
}
.contactMailForm__input.-error,.contactMailForm__textarea.-error{
    background-color:#efd6d4;
}
.contactMailForm__input.-error+.contactMailForm__error,.contactMailForm__textarea.-error+.contactMailForm__error{
    display:block;
}
.contactMailForm__exp{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}
@media screen and (max-width:768px){
.contactMailForm__exp{
    margin-top:32px;
}

}
.contactMailForm__exp-input{
    width:22px;
    height:22px;
    background:#fff;
    border:2px solid rgba(35,24,21,.48);
    border-radius:6px;
    -webkit-appearance:none;
    cursor:pointer;
    outline:0;
}
.contactMailForm__exp-input:checked{
    border:none;
    background-image:url(../img/contact/form-check.svg);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat
}
.contactMailForm__exp-label{
    cursor:pointer;
}
.contactMailForm__exp-label-link{
    text-decoration-line:underline;
    color:rgba(0,134,231,.8);
}
.contactMailForm__exp .contactMailForm__error{
    width:100%;
    font-size:12px;
    text-align:center;
    display:none;
    color:#eb5757;
}
.contactMailForm__exp .contactMailForm__error.-error{
    display:block;
}
.contactMailForm__submit{
    width:100%;
    height:59px;
    margin-right:auto;
    margin-left:auto;
    font-size:18px;
    font-weight:700;
    display:block;
    max-width:246px;
    outline:0;
    border:none;
    background-color:#1b8af0;
    border-radius:29.5px;
    text-align:center;
    color:#fff;
    transition:.48s cubic-bezier(.25,1,.5,1);
    cursor: pointer;
}
@media screen and (max-width:768px){
.contactMailForm__submit{
        margin-top:32px;
    }
}
.contactMailForm__submit:hover{
    background-color:#fff;
    color:#1b8af0;
    border: 1px solid #eee;
}
.contactMailForm ::placeholder{
    color:#231815;
    opacity:.32;
}
.contactMailFormConfirm{
    display:flex;
    padding-top:80px;
    padding-right:20px;
    padding-bottom:80px;
    padding-left:20px;
    position:fixed;
    opacity:0;
    z-index:-1;
    transition:.48s cubic-bezier(.25,1,.5,1);
    background-color:rgba(35,35,35,.8);
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow-y:scroll;
    -ms-overflow-style:none;
    scrollbar-width:none;
}
@media screen and (max-width:768px){
    .contactMailFormConfirm{
        padding-top:40px;
        padding-right:40px;
        padding-bottom:40px;
        padding-left:40px;
    }

}
.contactMailFormConfirm::-webkit-scrollbar{
    display:none;
}
.contactMailFormConfirm.-is-active{
    opacity:1;
    z-index:3;
}
.contactMailFormConfirm__bg{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
}
.contactMailFormConfirm__inner{
    width:100%;
    height:fit-content;
    margin-right:auto;
    margin-left:auto;
    padding-top:80px;
    padding-right:20px;
    padding-bottom:80px;
    padding-left:20px;
    max-width:1200px;
    min-height:calc(100vh - 160px);
    background-color:#fff;
    border-radius:6px;
    position:relative;
    z-index:1;
}
.contactMailFormConfirm__head{
    font-size:32px;
    font-weight:700;
    text-align:center;
    color:#1a6ff2;
}
@media screen and (max-width:768px){
    .contactMailFormConfirm__head{
        font-size:24px;
    }
}
.contactMailFormConfirm__desc{
    margin-top:16px;
    font-weight:700;
    text-align:center;
}
@media screen and (max-width:768px){
    .contactMailFormConfirm__desc{
        margin-top:24px;
        font-size:12px;
    }
}
.contactMailFormConfirm__desc .-is-md{
    display:none;
}
@media screen and (max-width:768px){
    .contactMailFormConfirm__desc .-is-md{
        display:block;
    }
}
.contactMailFormConfirm form{
    width:100%;
    margin-top:48px;
    margin-right:auto;
    margin-left:auto;
    max-width:576px;
}
.contactMailFormConfirm form input,.contactMailFormConfirm form select{
    -webkit-appearance:none;
    appearance:none;
}
.contactMailFormConfirm form p{
    width:100%;
    border-top:1px solid rgba(35,24,21,.6);
}
.contactMailFormConfirm form p .contactCheck-label{
    display:flex;
    padding-top:16px;
    padding-right:20px;
    padding-bottom:16px;
    padding-left:20px;
    gap:8px;
    pointer-events:none;
}
@media screen and (max-width:768px){
    .contactMailFormConfirm form p .contactCheck-label{
        padding-top:16px;
        padding-right:0;
        padding-bottom:16px;
        padding-left:0;
        display:block;
    }
}
.contactMailFormConfirm form p .contactCheck-label-shoulder{
    min-width:180px;
}
@media screen and (max-width:768px){
    .contactMailFormConfirm form p .contactCheck-label-shoulder{
        font-size:12px;
        line-height:1.5;
        min-width:initial;
    }
}
.contactMailFormConfirm form p .contactCheck-label .wpcf7-form-control-wrap .wpcf7-form-control{
    max-width:100%;
    border:none;
}
.contactMailFormConfirm form p input,.contactMailFormConfirm form p textarea{
    font-size:16px;
    font-weight:500;
    line-height:1.8;
    letter-spacing:.08em;
    font-family:"Noto Sans JP","Noto Sans";
}
@media screen and (max-width:768px){
    .contactMailFormConfirm form p input,.contactMailFormConfirm form p textarea{
        margin-top:4px;
        font-size:14px;
        line-height:1.5;
    }
}
.contactMailFormConfirm form .contactCheck-submitw{
    display:flex;
    justify-content:center;
}
.contactMailFormConfirm form .contactCheck-submitw .wpcf7-form-control{
    width:100%;
    height:56px;
    font-size:16px;
    font-weight:900;
    cursor:pointer;
    max-width:246px;
    background:#1a6ff2;
    color:#fff;
    border:none;
    border-radius:67px;
    text-align:center;
    -webkit-appearance:none;
    appearance:none;
    box-shadow:0 0 35px rgba(16,150,225,.12);
    transition:.48s cubic-bezier(.25,1,.5,1);
}
.contactMailFormConfirm form .contactCheck-submitw .wpcf7-form-control:hover{
    background-color:#fff;
    color:#1a6ff2;
}
.contactMailFormConfirm form .contactCheck-return{
    margin-top:16px;
    outline:0;
    border:none;
    text-align:center;
    text-decoration:underline;
    text-underline-offset:2px;
    cursor:pointer;
}
.contactMailFormConfirm form .contactCheck-close{
    width:48px;
    height:48px;
    cursor:pointer;
    position:absolute;
    top:-24px;
    right:-24px;
    border-radius:50%;
    background-color:#1a6ff2;
    background-image:url(../img/contact/close.svg);
    background-position:center;
    background-repeat:no-repeat;
    transition:.48s cubic-bezier(.25,1,.5,1);
}
@media screen and (max-width:768px){
    .contactMailFormConfirm form .contactCheck-close{
        width:40px;
        height:40px;
        top:-20px;
        right:-20px;
    }
}
.contactMailFormConfirm form .contactCheck-close:hover{
    background-color:#fff;
    background-image:url(../img/contact/close-blue.svg)
}
.contactMailFormComplete{
    display:flex;
    padding-top:80px;
    padding-right:20px;
    padding-bottom:80px;
    padding-left:20px;
    position:fixed;
    opacity:0;
    z-index:-1;
    transition:.48s cubic-bezier(.25,1,.5,1);
    background-color:rgba(35,35,35,.8);
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow-y:scroll;
    -ms-overflow-style:none;
    scrollbar-width:none;
}
@media screen and (max-width:768px){
    .contactMailFormComplete{
        padding-top:40px;
        padding-right:40px;
        padding-bottom:40px;
        padding-left:40px;
    }
}
.contactMailFormComplete::-webkit-scrollbar{
    display:none;
}
.contactMailFormComplete.-is-active{
    opacity:1;
    z-index:3;
}
.contactMailFormComplete__bg{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
}
.contactMailFormComplete__inner{
    width:100%;
    height:fit-content;
    margin-right:auto;
    margin-left:auto;
    padding-top:80px;
    padding-right:20px;
    padding-bottom:80px;
    padding-left:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    max-width:1200px;
    min-height:calc(100vh - 160px);
    background-color:#fff;
    border-radius:6px;
    flex-direction:column;
    position:relative;
    z-index:1;
}
.contactMailFormComplete__head{
    font-size:32px;
    font-weight:700;
    text-align:center;
    color:#1a6ff2;
}
@media screen and (max-width:768px){
    .contactMailFormComplete__head{
        font-size:24px;
    }
}
.contactMailFormComplete__desc{
    margin-top:16px;
    font-weight:700;
    text-align:center;
}
@media screen and (max-width:768px){
    .contactMailFormComplete__desc{
        margin-top:24px;
        font-size:12px;
    }
}
.contactMailFormComplete__return{
    margin-top:64px;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    text-align:center;
    text-decoration:underline;
    text-underline-offset:2px;
    border:none;
    background:0 0;
    outline:0;
}
@media screen and (max-width:768px){
    .contactMailFormComplete__return{
        margin-top:40px;
        font-size:14px
    }
}
.contactMailFormComplete__btn{
    width:48px;
    height:48px;
    cursor:pointer;
    position:absolute;
    top:-24px;
    right:-24px;
    border-radius:50%;
    background-color:#1a6ff2;
    background-image:url(../img/contact/close.svg);
    background-position:center;
    background-repeat:no-repeat;
    border:none;
    outline:0;
    transition:.48s cubic-bezier(.25,1,.5,1);
}
@media screen and (max-width:768px){
    .contactMailFormComplete__btn{
        width:40px;
        height:40px;
        top:-20px;
        right:-20px;
    }
}
.contactMailFormComplete__btn:hover{
    background-color:#fff;
    background-image:url(../img/contact/close-blue.svg);
}
.contactTel{
    padding-top:64px;
    padding-right:20px;
    padding-bottom:64px;
    padding-left:20px;
    background-image:linear-gradient(135deg,#ecf2ff 45%,#fff 55%,#ecf2ff 56%);
    background-size:3px 3px;
    background-repeat:repeat;
    color:#231815;
    text-align:center;
}
@media screen and (max-width:768px){
    .contactTel{
        padding-top:40px;
        padding-bottom:48px;
    }
}
.contactTel__head{
    font-size:40px;
    font-weight:700;
}
@media screen and (max-width:768px){
    .contactTel__head{
        font-size:32px;
    }
}
.contactTel__head .-is-md{
    display:none;
}
@media screen and (max-width:768px){
    .contactTel__head .-is-md{
        display:block;
    }
}
.contactTel__num{
    margin-top:8px;
    font-size:48px;
    font-weight:700;
    color:#1a6ff2;
}
@media screen and (max-width:768px){
    .contactTel__num{
        margin-top:16px;
        font-size:36px;
    }
}
.contactTel__time{
    opacity:.6;
}
@media screen and (max-width:768px){
    .contactTel__time{
        font-size:12px;
    }
}



/* ページトップ */
.top_scroll {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
}
.page-top{
    display: block;
    font-size: 30px;
    color: #ccc;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
}
.page-top:hover{
    opacity: 0.8;
    transform: translateY(-10px);
}
