@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-transition: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    -webkit-text-size-adjust: 100%;
}

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

h1 {
    font-size: 2em;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bold !important;
}

code,
kbd,
pre,
samp,
tt {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    position: relative;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
}

button,
input {
    /* 1 */
    overflow: visible;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

button,
select {
    /* 1 */
    text-transform: none;
}

input,
select {
    vertical-align: middle;
}

input:focus {
    outline: 0;
}

textarea {
    overflow: auto;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

progress {
    vertical-align: baseline;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

summary {
    display: list-item;
}

template,
[hidden],
.hidden {
    display: none;
}

blockquote,
q {
    quotes: none;
}

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

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

img {
    vertical-align: top;
    border-style: none;
    line-height: 0;
    font-size: 0;
    -ms-interpolation-mode: bicubic;
    background: 0 0;
    zoom: 1;
}

ol,
ul {
    list-style: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    background: 0 0;
}

a:focus {
    outline: 0;
}

a img {
    opacity: 1;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

a img:hover {
    opacity: 0.7;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

a,
button,
input {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/
.m00 {
    margin: 0px !important;
}

.m05 {
    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;
}

.m55 {
    margin: 55px !important;
}

.m60 {
    margin: 60px !important;
}

.mt00 {
    margin-top: 0px !important;
}

.mt01 {
    margin-top: 1px !important;
}

.mt02 {
    margin-top: 2px !important;
}

.mt03 {
    margin-top: 3px !important;
}

.mt04 {
    margin-top: 4px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt06 {
    margin-top: 6px !important;
}

.mt07 {
    margin-top: 7px !important;
}

.mt08 {
    margin-top: 8px !important;
}

.mt09 {
    margin-top: 9px !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;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr00 {
    margin-right: 0px !important;
}

.mr05 {
    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;
}

.mr55 {
    margin-right: 55px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mb00 {
    margin-bottom: 0px !important;
}

.mb01 {
    margin-bottom: 1px !important;
}

.mb02 {
    margin-bottom: 2px !important;
}

.mb03 {
    margin-bottom: 3px !important;
}

.mb04 {
    margin-bottom: 4px !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb06 {
    margin-bottom: 6px !important;
}

.mb07 {
    margin-bottom: 7px !important;
}

.mb08 {
    margin-bottom: 8px !important;
}

.mb09 {
    margin-bottom: 9px !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;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ml00 {
    margin-left: 0px !important;
}

.ml05 {
    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;
}

.ml55 {
    margin-left: 55px !important;
}

.ml60 {
    margin-left: 60px !important;
}

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/
.p00 {
    padding: 0px !important;
}

.p01 {
    padding: 1px !important;
}

.p02 {
    padding: 2px !important;
}

.p03 {
    padding: 3px !important;
}

.p04 {
    padding: 4px !important;
}

.p05 {
    padding: 5px !important;
}

.p06 {
    padding: 6px !important;
}

.p07 {
    padding: 7px !important;
}

.p08 {
    padding: 8px !important;
}

.p09 {
    padding: 9px !important;
}

.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;
}

.p55 {
    padding: 55px !important;
}

.p60 {
    padding: 60px !important;
}

.pl00 {
    padding-left: 0px !important;
}

.pl05 {
    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;
}

.pl55 {
    padding-left: 55px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pr00 {
    padding-right: 0px !important;
}

.pr05 {
    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;
}

.pr55 {
    padding-right: 55px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pb00 {
    padding-bottom: 0px !important;
}

.pb05 {
    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;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pt00 {
    padding-top: 0px !important;
}

.pt05 {
    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;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/
.w5 {
    width: 5% !important;
}

.w10 {
    width: 10% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.w35 {
    width: 35% !important;
}

.w40 {
    width: 40% !important;
}

.w45 {
    width: 45% !important;
}

.w49 {
    width: 49% !important;
}

.w50 {
    width: 50% !important;
}

.w55 {
    width: 55% !important;
}

.w59 {
    width: 59% !important;
}

.w60 {
    width: 60% !important;
}

.w65 {
    width: 65% !important;
}

.w70 {
    width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.w100 {
    width: 100% !important;
}

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/
.ml1per {
    margin-left: 1%;
}

.ml2per {
    margin-left: 2%;
}

.ml3per {
    margin-left: 3%;
}

.ml4per {
    margin-left: 4%;
}

.mr1per {
    margin-right: 1%;
}

.mr2per {
    margin-right: 2%;
}

.mr3per {
    margin-right: 3%;
}

.mr4per {
    margin-right: 4%;
}

.mt1per {
    margin-top: 1%;
}

.mt2per {
    margin-top: 2%;
}

.mt3per {
    margin-top: 3%;
}

.mt4per {
    margin-top: 4%;
}

.mt5per {
    margin-top: 5%;
}

.mt6per {
    margin-top: 6%;
}

.mt7per {
    margin-top: 7%;
}

.mt8per {
    margin-top: 8%;
}

.mt9per {
    margin-top: 9%;
}

.mt10per {
    margin-top: 10%;
}

.pd1per {
    padding: 1%;
}

.pd2per {
    padding: 2%;
}

.pd3per {
    padding: 3%;
}

.pd4per {
    padding: 4%;
}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

.text_justify {
    text-align: justify !important;
}

.text_nowrap {
    white-space: nowrap !important;
}

.text_lower {
    text-transform: lowercase !important;
}

.text_upper {
    text-transform: uppercase !important;
}

.text_capitalize {
    text-transform: capitalize !important;
}

.text_normal {
    font-weight: normal !important;
}

.text_bold {
    font-weight: bold !important;
}

.text_line {
    text-decoration: underline;
}

.text_noline {
    text-decoration: none !important;
}

.text_over {
    overflow: hidden !important;
}

.fz10 {
    font-size: 10px !important;
}

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

.fz12 {
    font-size: 12px !important;
}

.fz13 {
    font-size: 13px !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz15 {
    font-size: 15px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz17 {
    font-size: 17px !important;
}

.fz18 {
    font-size: 18px !important;
}

.fz19 {
    font-size: 19px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz22 {
    font-size: 22px !important;
}

.fz24 {
    font-size: 24px !important;
}

.lhnm {
    line-height: normal !important;
}

.lh00 {
    line-height: 0 !important;
}

.lh12 {
    line-height: 1.2 !important;
}

.lh13 {
    line-height: 1.3 !important;
}

.lh14 {
    line-height: 1.4 !important;
}

.lh15 {
    line-height: 1.5 !important;
}

.lh16 {
    line-height: 1.6 !important;
}

.lh17 {
    line-height: 1.7 !important;
}

.lh18 {
    line-height: 1.8 !important;
}

.lh20 {
    line-height: 2 !important;
}

.lh23 {
    line-height: 2.3 !important;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.visible {
    visibility: visible;
}

.visible-hidden {
    visibility: hidden;
}

.dispc,
.breakpc {
    display: block;
}

@media all and (max-width: 700px) {
    .dispc,
    .breakpc {
        display: none;
    }
}

.dissp,
.breaksp {
    display: block;
}

@media all and (min-width: 701px) {
    .dissp,
    .breaksp {
        display: none;
    }
}

.flexFont {
    font-size: 100%;
}

.obj__fit,
.imgfit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.overflow {
    overflow: hidden;
}

@font-face {
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 100;
    src: url(../font/NotoSerifJP-Regular.otf) format("otf");
}

@font-face {
    font-family: "Noto Serif";
    font-style: medium;
    src: url(../font/NotoSerifJP-Medium.otf) format("otf");
}

@font-face {
    font-family: "Noto Serif";
    font-style: bold;
    src: url(../font/NotoSerifJP-Bold.otf) format("otf");
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* purgecss start ignore */
/* purgecss end ignore */
@media all and (max-width: 700px) {
    .menu-open.navstate_show .nav-list > .nav-list-item {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.menu-open.navstate_show .nav-list > .nav-list-item:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.menu-open.navstate_show .nav-list > .nav-list-item:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.menu-open.navstate_show .nav-list > .nav-list-item:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.menu-open.navstate_show .nav-list > .nav-list-item:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.menu-open.navstate_show .nav-list > .nav-list-item:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.menu-open.navstate_show .nav-list > .nav-list-item:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.menu-open.navstate_show .nav-list > .nav-list-item:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.menu-open.navstate_show .nav-list > .nav-list-item:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.menu-open.navstate_show .nav-list > .nav-list-item:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.fixie body {
    overflow: visible;
}

.fixie .custom-object-fit,
.fixie .custom-object-contain {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.fixie .custom-object-fit img,
.fixie .custom-object-contain img {
    opacity: 0;
}

.fixie .custom-object-fit {
    background-size: cover;
}

.fixie .custom-object-contain {
    background-size: contain;
}

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

.header_top_logo {
    position: relative;
    z-index: 1;
}

.header_top_logo a {
    line-height: 0;
}

@media all and (max-width: 700px) {
    .header_top_logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
}

.header_top_icon {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_top_menu .header_nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: inherit;
}

.header_nav {
    position: relative;
    z-index: 98;
}

.header .icon {
    margin-left: 5px;
}

@media all and (max-width: 700px) {
    .header .icon {
        margin-left: 10px;
    }
}

.header .icon_inside,
.header .icon-hamburger {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (min-width: 701px) {
    .header .icon_inside:hover,
    .header .icon-hamburger:hover {
        -webkit-transition: -webkit-background 0.3s
            cubic-bezier(0.26, 0.8, 0.62, 0.9);
        transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        -webkit-transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        transition-delay: 0;
        -webkit-transition-delay: 0;
    }
}

@media all and (max-width: 520px) {
    .header .icon_inside,
    .header .icon-hamburger {
        width: 44px;
        height: 44px;
    }
}

.header .icon-hamburger {
    z-index: 99;
}

.header .icon-hamburger .icon-bar span {
    left: 0;
    height: 2px;
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.header .icon-hamburger .icon-bar span:first-child {
    top: 0;
}

.header .icon-hamburger .icon-bar span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.header .icon-hamburger .icon-bar span:last-child {
    bottom: 0;
}

.header .icon-img,
.header .icon-bar {
    position: relative;
    height: 38%;
}

.header .icon-img img,
.header .icon-bar img {
    max-width: 30px;
}

.menu-open {
    position: relative;
}

.menu-open.navstate_show .header_nav.show .header_nav_inside {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-225deg);
    -ms-transform: translateY(9px) rotate(-225deg);
    transform: translateY(9px) rotate(-225deg);
}

@media all and (max-width: 520px) {
    .menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(-225deg);
        -ms-transform: translateY(7px) rotate(-225deg);
        transform: translateY(7px) rotate(-225deg);
    }
}

.menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(2) {
    -webkit-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    width: 100%;
}

.menu-open.navstate_show .icon-hamburger .icon-bar span:nth-child(3) {
    opacity: 0;
}

@media all and (min-width: 701px) {
    .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media all and (max-width: 700px) {
    .nav-list {
        height: auto;
        padding: 0 3%;
        overflow: hidden;
    }
}

@media all and (max-width: 700px) {
    .nav-list-item {
        border-bottom: 1px solid #ccc;
    }
}

.nav-list-item a {
    font-size: 15px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    text-align: center;
}

@media all and (max-width: 700px) {
    .nav-list-item a {
        padding: 20px 0;
        text-align: left;
    }
}

@media all and (min-width: 701px) {
    .nav-list-item a:hover {
        opacity: 0.8;
    }
}

@media all and (max-width: 700px) {
    .navstate_show .header_nav .nav-list {
        background: rgba(0, 0, 0, 0.75);
    }
}

@media all and (max-width: 700px) {
    .navstate_show .header_nav_inside {
        position: absolute;
        width: 100%;
        left: -100%;
        top: 0;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

.navstate_hide {
    overflow: hidden;
}

.navstate_hide .header_nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navstate_hide .header_nav .nav-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navstate_hide .header_nav .nav-list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    overflow: hidden;
    margin: 30px 0;
    border: 0;
}

.navstate_hide .header_nav .nav-list-item a {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    padding-top: 5px;
}

.navstate_hide .header_nav_inside {
    position: relative;
    z-index: 9;
}

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

.navstate_hide .header_nav.type1:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.navstate_hide .header_nav.type2 {
    left: inherit;
    right: -35%;
    width: 35%;
    background: #000;
    -webkit-transition: -webkit-all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition: -webkit-all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    -webkit-transition: all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition: all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition-delay: 0;
    -webkit-transition-delay: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (min-width: 701px) {
    .navstate_hide .header_nav.type2 {
        max-width: 400px;
    }
}

@media all and (max-width: 700px) {
    .navstate_hide .header_nav.type2 {
        width: 100%;
        right: -100%;
    }
}

.navstate_hide .header_nav.type2 .header_nav_inside:before {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: -1;
}

.navstate_hide .header_nav.type3 {
    -webkit-transition: -webkit-all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition: -webkit-all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    -webkit-transition: all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition: all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition-delay: 0;
    -webkit-transition-delay: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.navstate_hide.menu_fixed header .icon-hamburger.type1,
.navstate_hide.menu_fixed header .icon-hamburger.type2 {
    position: fixed;
    right: 0;
    top: 0;
}

.footer-bottom p {
    font-size: 14px;
    background: #e8e8e8;
    text-align: center;
    padding: 10px 0;
}

.footer .backtop {
    width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 8;
    bottom: 22px;
    right: 0;
}

.footer .backtop-icon {
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 0;
    right: 25px;
    zoom: 1;
    text-align: right;
    z-index: 8;
}

.footer .backtop-icon img {
    width: 45px;
    height: 45px;
}

.ahover {
    position: relative;
}

.ahover a {
    position: relative;
}

.ahover a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.ahover a:after {
    bottom: -1px;
    display: block;
    height: 1px;
    width: 0%;
    content: "";
    background-color: #000;
    left: 50%;
}

@media all and (min-width: 701px) {
    .ahover a:hover {
        opacity: 1;
        color: #000;
    }
    .ahover a:hover:after {
        opacity: 1;
        width: 100%;
        left: 0;
    }
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

.btnpage {
    margin: 0 auto;
    width: 100%;
    max-width: 210px;
    margin-top: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media all and (max-width: 700px) {
    .btnpage {
        margin-top: 20px;
        max-width: 180px;
    }
}

.btnpage a,
.btnpage button {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    position: relative;
    position: relative;
    background-image: -webkit-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
    background-image: -ms-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
    z-index: 0;
    overflow: hidden;
}

.btnpage a::after,
.btnpage button::after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 0;
    height: 60px;
    right: 0;
    top: 0;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media all and (min-width: 960px) {
    .btnpage a:hover::after,
    .btnpage a:focus::after,
    .btnpage a:active::after,
    .btnpage button:hover::after,
    .btnpage button:focus::after,
    .btnpage button:active::after {
        right: inherit;
        left: 0;
        width: 100%;
        z-index: 0;
    }
}

@media all and (max-width: 700px) {
    .btnpage a,
    .btnpage button {
        font-size: 18px;
        padding: 5px 0;
    }
}

.btnpage a span,
.btnpage button span {
    position: relative;
    z-index: 2;
    position: relative;
}

.btnpage a span::before,
.btnpage button span::before {
    content: "";
    background: transparent;
    position: absolute;
    width: 8px;
    height: 8px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btnpage a span::before,
.btnpage button span::before {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 50%;
    margin-right: -50px;
}

.btnpage.btnback {
    margin-top: 0;
    margin-left: 0;
}

.btnpage.btnback a span {
    position: relative;
}

.btnpage.btnback a span::before {
    content: "";
    background: transparent;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btnpage.btnback a span::before {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: inherit;
    left: 0%;
    margin-left: -30px;
    -webkit-transform: rotate(-135deg) !important;
    -ms-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
    margin-right: 0;
}

.btnpage.btnnext {
    margin-top: 0;
    margin-right: 0;
}

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", Osaka, "MS UI Gothic", sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

@media all and (min-width: 701px) {
    body {
        font-size: 15px;
    }
}

body .maincl {
    color: #000;
}

body p {
    font-size: 13px;
    line-height: 1.8;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", Osaka, "MS UI Gothic", sans-serif !important;
    color: #000;
}

@media all and (min-width: 701px) {
    body p {
        font-size: 15px;
    }
}

body a {
    color: #000;
    line-height: normal;
}

body img,
body iframe {
    max-width: 100%;
    line-height: 0;
}

body .img {
    overflow: hidden;
    line-height: 0;
}

body .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform, -webkit-transform;
}

.en-font {
    font-family: "Roboto", sans-serif;
}

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

.flexbox_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flexbox_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flexbox_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    overflow: visible !important;
}

@media all and (max-width: 1240px) {
    .container {
        padding: 0 20px;
    }
}

@media all and (max-width: 700px) {
    .container {
        padding: 0 3%;
    }
}

.btn_normal {
    height: 57px;
    border-radius: 10px;
    background-color: #1ba1e6;
    color: #fff;
    font-size: 18px;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    box-shadow: 0px 4px 0px -1px #0475a4;
}

@media all and (min-width: 900px) {
    .btn_normal {
        min-width: 230px;
    }
}

@media all and (max-width: 700px) {
    .btn_normal {
        height: 46px;
    }
}

@media all and (max-width: 900px) {
    .btn_normal {
        padding: 0px 10px;
    }
}

.btn_normal * {
    font-size: 18px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", Osaka, "MS UI Gothic", sans-serif !important;
}

@media all and (max-width: 900px) {
    .btn_normal * {
        font-size: 15px;
    }
}

.btn_normal:hover {
    background-color: #1288c4;
}

.btn_normal img {
    margin-right: 10px;
}

.header_top {
    padding: 15px 0;
}

@media all and (max-width: 820px) {
    .header_top {
        padding: 5px 0;
    }
}

@media all and (max-width: 639px) {
    .header_top {
        padding: 0;
    }
}

.mv {
    height: 980px;
    background: url("../images/2022-07-25/new_lp_top.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mv .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.mv .mvtxt {
    color: #fff;
    text-align: center;
}

.mv .mvtxt h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 72px;
    text-shadow: 0px 0px 10px #000;
}

@media all and (max-width: 820px) {
    .mv .mvtxt h1 {
        font-size: 52px;
    }
}

@media all and (max-width: 639px) {
    .mv .mvtxt h1 {
        font-size: 32px;
    }
}

.mv .mvtxt .text_mid {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 40px;
    text-shadow: 0px 0px 10px #000;
}

@media all and (max-width: 820px) {
    .mv .mvtxt .text_mid {
        margin: 20px 0 30px;
    }
}

@media all and (max-width: 639px) {
    .mv .mvtxt .text_mid {
        margin: 15px 0 15px;
    }
}

.mv .mvtxt .text_sm {
    text-shadow: 0px 0px 10px #000;
}

@media all and (max-width: 1400px) {
    .mv {
        height: 780px;
    }
}

@media all and (max-width: 1024px) {
    .mv {
        height: 580px;
    }
}

@media all and (max-width: 820px) {
    .mv {
        height: 480px;
    }
}

@media all and (max-width: 639px) {
    .mv {
        height: 300px;
        background: url("../images/2022-07-25/new_lp_top.jpg");
        background-size: cover;
        /* background-attachment: fixed; */
        background-position: top;
        background-repeat: no-repeat;
    }
}

.container {
    overflow: visible !important;
}

@media all and (max-width: 1240px) {
    .container {
        padding: 0px 20px;
    }
}

@media all and (max-width: 700px) {
    .container {
        padding: 0px 3%;
    }
}

.arrowdown {
    background-repeat: no-repeat;
    height: 41px;
    width: 417px;
    display: block;
    bottom: -41px;
    margin: 0 auto;
}

@media all and (max-width: 900px) {
    .arrowdown {
        height: 25px;
        width: 250px;
        bottom: -25px;
    }
}

.btnpage {
    width: 139px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #000;
    margin-top: 0;
}

@media all and (min-width: 1280px) {
    .btnpage:hover {
        opacity: 0.8;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
}

/* header */
.header .header_top .container {
    max-width: 100%;
    padding: 0 30px;
}

@media all and (max-width: 1024px) {
    .header .header_top .container {
        padding: 0 20px;
    }
}

@media all and (max-width: 639px) {
    .header .header_top .container {
        padding: 0 3%;
    }
}

.header .header_top_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header_top_logo a span {
    font-size: 22px;
    letter-spacing: 1px;
    margin-left: 20px;
}

/* footer */
@media all and (max-width: 700px) {
    .footer .backtop {
        bottom: 10px;
    }
}

.footer .backtop-icon img {
    width: auto;
    height: auto;
}

.footer {
    text-align: center;
}

.footer .footer-logo {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

@media all and (max-width: 639px) {
    .footer .footer-logo {
        margin-bottom: 20px;
    }
}

.footer .info-box {
    margin-bottom: 30px;
    line-height: 2;
}

@media all and (max-width: 639px) {
    .footer .info-box {
        margin-bottom: 10px;
    }
}

.footer-bottom p {
    background: none;
}

.page-tit {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
}

@media all and (max-width: 820px) {
    .page-tit {
        font-size: 30px;
    }
}

@media all and (max-width: 639px) {
    .page-tit {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.table-sp {
    display: block;
    width: 100%;
}

.table-sp tbody,
.table-sp tr,
.table-sp th,
.table-sp td {
    display: block;
    width: 100%;
}

.table-sp th,
.table-sp td {
    text-align: left;
}

.table-sp th input[type="text"],
.table-sp th input[type="email"],
.table-sp th input[type="tel"],
.table-sp th textarea,
.table-sp td input[type="text"],
.table-sp td input[type="email"],
.table-sp td input[type="tel"],
.table-sp td textarea {
    width: 100%;
    padding: 5px;
}

.table-sp th input[type="text"],
.table-sp th input[type="email"],
.table-sp th input[type="tel"],
.table-sp td input[type="text"],
.table-sp td input[type="email"],
.table-sp td input[type="tel"] {
    height: 50px;
}

.table-sp th textarea,
.table-sp td textarea {
    height: 100px;
}

.table-sp th {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}

@media all and (max-width: 639px) {
    .table-sp th {
        font-size: 15px;
    }
}

.table-sp tr:nth-of-type(n + 2) {
    margin-top: 20px;
}

.btn-page {
    width: 100%;
    height: 47px;
    background: #33343f;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 0 auto;
    margin-top: 30px;
}

@media all and (min-width: 1280px) {
    .btn-page:hover {
        opacity: 0.8;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
}

@media all and (max-width: 639px) {
    .btn-page {
        margin-top: 20px;
        font-size: 16px;
    }
}

.cl-red {
    color: #ff0000;
}

/* naviga */
.navstate_hide .header_nav .nav-list-item a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    padding: 10px 25px;
    position: relative;
}

.navstate_hide .header_nav .nav-list-item a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #000000;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: -1;
}

@media all and (min-width: 1280px) {
    .navstate_hide .header_nav .nav-list-item a:hover {
        color: #ffffff;
    }
    .navstate_hide .header_nav .nav-list-item a:hover::before {
        width: 100%;
        bottom: 0;
        margin: auto;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
}

@media all and (max-width: 1024px) {
    .navstate_hide .header_nav .nav-list-item a {
        padding: 10px 15px;
    }
}

.navstate_hide .header_nav {
    position: relative;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
    opacity: 1;
    visibility: visible;
}

.navstate_hide .header_nav.type1:before {
    display: none;
}

.header .header_top .header_nav_inside {
    padding: 0;
}

.navstate_hide .header_nav .nav-list-item {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin: 0;
}

.header_top_icon {
    max-width: 700px;
}

.navstate_hide .header_nav .nav-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media all and (max-width: 639px) {
    .header .icon-hamburger {
        background: #33343f;
    }
    .header_top {
        position: relative;
    }
    .navstate_hide .header_nav.type1 {
        position: absolute;
        width: 100%;
        padding-top: 70px;
        left: -100%;
        background: #33343f;
    }
    .nav-list {
        padding: 0;
    }
    .navstate_hide .header_nav .nav-list-item a {
        padding: 15px;
        background: #33343f;
        color: #ffffff;
        border-bottom: 1px solid #dadada;
    }
    .navstate_hide .header_nav .nav-list-item:last-child a {
        border-bottom: none;
    }
    .header .icon {
        margin-left: 0;
    }
    .navstate_hide .header_nav.type1.show {
        left: 0;
        top: 0;
    }
    .header .icon-hamburger.active {
        background: #ffffff;
        right: initial !important;
        top: initial !important;
    }
    .header .header_top_logo a span {
        margin-left: 5px;
    }
    .header .icon-img,
    .header .icon-bar {
        width: 60%;
    }
    .header .icon-hamburger.active .icon-bar span {
        background: #33343f;
    }
    .header .icon-hamburger.active .icon-bar span:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(-225deg);
        -ms-transform: translateY(7px) rotate(-225deg);
        transform: translateY(7px) rotate(-225deg);
    }
    .header .icon-hamburger.active .icon-bar span:nth-child(2) {
        -webkit-transform: translateY(0) rotate(225deg);
        -ms-transform: translateY(0) rotate(225deg);
        transform: translateY(0) rotate(225deg);
    }
    .header .icon-hamburger.active .icon-bar span:nth-child(3) {
        opacity: 0;
    }
}

/* section */
.section01 .block-text,
.section02,
.section03,
.section04 {
    padding: 100px 0;
}

@media all and (max-width: 1024px) {
    .section01 .block-text,
    .section02,
    .section03,
    .section04 {
        padding: 60px 0;
    }
}

@media all and (max-width: 639px) {
    .section01 .block-text,
    .section02,
    .section03,
    .section04 {
        padding: 35px 0;
    }
}

@media all and (max-width: 639px) {
    .section01 {
        padding-top: 35px;
    }
}

.section01 .container {
    max-width: 100%;
}

@media all and (max-width: 1024px) {
    .section01 .container {
        padding: 0;
    }
}

@media all and (max-width: 639px) {
    .section01 .container {
        padding: 0px 3%;
    }
}

.section01 .sec1-block .av-container {
    height: 380px;
    overflow: hidden;
    position: relative;
    width: calc(100% / 3);
}

@media all and (max-width: 1366px) {
    .section01 .sec1-block .av-container {
        height: 270px;
    }
}

@media all and (max-width: 820px) {
    .section01 .sec1-block .av-container {
        height: 200px;
    }
}

@media all and (max-width: 639px) {
    .section01 .sec1-block .av-container {
        width: 100%;
    }
    .section01 .sec1-block .av-container:nth-of-type(n + 2) {
        margin-top: 10px;
    }
}

.section01 .sec1-block .item {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section01 .sec1-block .item figure {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.section01 .sec1-block .item figure img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section01 .sec1-block .item p {
    color: #fff;
}

@media all and (min-width: 1280px) {
    .section01 .sec1-block .item:hover {
        border-right: none !important;
    }
    .section01 .sec1-block .item:hover img {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.section01 .sec1-tit {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.8;
    text-shadow: 0 0 10px #000;
}

.section01 .sec1-tit span {
    font-family: "Roboto", sans-serif;
    display: block;
    font-weight: 500;
    text-shadow: 0 0 10px #000;
}

@media all and (max-width: 820px) {
    .section01 .sec1-tit {
        line-height: 1.6;
        font-size: 20px;
    }
}

.section01 .sec1-text {
    margin: 20px 0 20px;
    text-shadow: 0 0 10px #000;
}

@media all and (max-width: 820px) {
    .section01 .sec1-text {
        margin: 10px 0 10px;
    }
}

.section01 .block-text {
    text-align: center;
    font-size: 20px;
}

@media all and (max-width: 820px) {
    .section01 .block-text {
        font-size: 18px;
    }
}

@media all and (max-width: 639px) {
    .section01 .block-text {
        font-size: 16px;
    }
}

.section02 {
    background: #f7f7f7;
}

.section02 .sec2-block dl dt {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}

@media all and (max-width: 820px) {
    .section02 .sec2-block dl dt {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

@media all and (max-width: 639px) {
    .section02 .sec2-block dl dt {
        font-size: 18px;
    }
}

.section02 .sec2-block dl dd {
    font-size: 18px;
}

@media all and (max-width: 820px) {
    .section02 .sec2-block dl dd {
        font-size: 16px;
    }
}

@media all and (max-width: 639px) {
    .section02 .sec2-block dl dd {
        font-size: 14px;
    }
}

.section02 .sec2-block dl:nth-of-type(n + 2) {
    margin-top: 50px;
}

@media all and (max-width: 820px) {
    .section02 .sec2-block dl:nth-of-type(n + 2) {
        margin-top: 40px;
    }
}

@media all and (max-width: 639px) {
    .section02 .sec2-block dl:nth-of-type(n + 2) {
        margin-top: 20px;
    }
}

.section03 {
    background: #33343f;
    color: #ffffff;
}

@media all and (max-width: 639px) {
    .section03 {
        padding-top: 0;
    }
}

.section03 p {
    color: #ffffff;
}

.section03 .sec3-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section03 .sec3-block h3 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 70px;
}

@media all and (max-width: 820px) {
    .section03 .sec3-block h3 {
        font-size: 38px;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 639px) {
    .section03 .sec3-block h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.section03 .sec3-block p.table-note {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 50px;
}

@media all and (max-width: 820px) {
    .section03 .sec3-block p.table-note {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 639px) {
    .section03 .sec3-block p.table-note {
        margin-bottom: 0px;
    }
}

.section03 .sec3-block .item {
    width: calc(100% - 460px);
}

@media all and (max-width: 1024px) {
    .section03 .sec3-block .item {
        width: calc(100% - 400px);
    }
}

@media all and (max-width: 820px) {
    .section03 .sec3-block .item {
        width: calc(100% - 250px);
    }
}

@media all and (max-width: 639px) {
    .section03 .sec3-block .item {
        width: 100%;
    }
}

.section03 .sec3-block table {
    width: 100%;
}

.section03 .sec3-block table th {
    width: 25%;
}

@media all and (max-width: 639px) {
    .section03 .sec3-block table th {
        width: 100%;
    }
}

.section03 .sec3-block table td {
    width: 75%;
}

@media all and (max-width: 639px) {
    .section03 .sec3-block table td {
        width: 100%;
    }
}

.section03 .sec3-block table th,
.section03 .sec3-block table td {
    text-align: left;
    padding: 15px 0;
    line-height: 2;
}

.section03 .sec3-block table .paddingtopzero th,
.section03 .sec3-block table .paddingtopzero td {
    padding-top: 0;
}

@media all and (max-width: 639px) {
    .section03 .sec3-block table {
        display: block;
    }
    .section03 .sec3-block table tbody,
    .section03 .sec3-block table tr,
    .section03 .sec3-block table th,
    .section03 .sec3-block table td {
        display: block;
        width: 100%;
    }
    .section03 .sec3-block table td {
        padding: 0;
    }
    .section03 .sec3-block table th {
        padding-top: 15px;
        padding-bottom: 5px;
    }
}

@media all and (max-width: 1024px) {
    .section03 .sec3-block figure {
        width: 400px;
    }
}

@media all and (max-width: 820px) {
    .section03 .sec3-block figure {
        width: 250px;
    }
}

@media all and (max-width: 639px) {
    .section03 .sec3-block figure {
        width: 60%;
        margin: 0 auto;
    }
}

.section04 .container {
    max-width: 940px;
}

@media all and (max-width: 1024px) {
    .section04 .container {
        max-width: 100%;
    }
}

/* animation */
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fadeInUp.fade1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.fadeInUp.fade2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeInUp.fade3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeInUp.fade4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeInUp.fade5 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.fadeInUp.fade6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fadeInDown.fade1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.fadeInDown.fade2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeInDown.fade3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeInDown.fade4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeInDown.fade5 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.fadeInDown.fade6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fadeInRight.fade1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.fadeInRight.fade2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeInRight.fade3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeInRight.fade4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeInRight.fade5 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.fadeInRight.fade6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fadeInLeft.fade1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.fadeInLeft.fade2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeInLeft.fade3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeInLeft.fade4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeInLeft.fade5 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.fadeInLeft.fade6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/* responsive */

.myHeadings p {
    color: #fff;
    margin-top: 8px;
}

.myHeadings p:first-child {
    margin-top: 0;
}

.bttncontact a {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    border: 2px solid #fff;
}

.bttncontact a:hover {
    background: #333;
    color: #fff;
    /* border: 2px solid #fff; */
}

.customLogo {
    width: 60px !important;
    height: 60px !important;
}

.customHeadImage {
    width: 248px !important;
    height: 56px !important;
}

.speechOwner{
    margin-left: 37% !important;
}

.customSectionThreeImage {
    width: 460px !important;
    height: 461px !important;
}

@media only screen and (max-width: 600px) {
    .customSectionThreeImage {
      width: unset !important;
      height: unset !important;
      object-fit: contain !important;
    }
}