@charset "utf-8";

@font-face {
    font-family: delasukogothic;
    src: url(../fonts/DelaSukoGothicOne.woff) format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: corporatelogobold;
    src: url(../fonts/Corporate-Logo-Rounded-Bold.woff) format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: perfetto;
    src: url(../fonts/perfetto.woff) format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: YujiSyuku;
    src: url(../fonts/YujiSyuku.woff) format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
div {
    margin: 0;
    padding: 0;
    font-size: unset;
    font-weight: unset;
}

html,
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    font-weight: 500;
    color: rgb(51, 51, 51);
}

ol,
ul {
    list-style: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.aline-left {
    text-align: left;
}

.aline-right {
    text-align: right;
}

a {
    text-decoration: none;
}

a :hover {
    opacity: 0.7;
}

.bg-lightblue {
    background-color: rgb(182, 233, 251);
}

.bg-navy {
    background-color: rgb(50, 98, 134);
}

.bg-yellow {
    background-color: rgb(255, 225, 0);
}

.bg-pink {
    background-color: rgb(255, 202, 202);
}

.bg-wh {
    background-color: rgb(255, 255, 255);
}

img {
    max-width: 100%;
}

.color-navy {
    color: rgb(50, 98, 134);
}

.color-wh {
    color: rgb(255, 255, 255);
}

.color-yellow {
    color: rgb(255, 225, 0);
}

.color-light-yellow {
    color: rgb(255, 244, 157);
}

.font-delasukogo {
    font-family: delasukogothic, sans-serif;
}

.font-corporate {
    font-family: corporatelogobold, sans-serif;
}

.font-perfetto {
    font-family: perfetto, sans-serif;
}

.font-YujiSyuku {
    font-family: YujiSyuku, serif;
}

.font-bold {
    font-weight: bold;
}

.site-container {
    padding: 10% 0;
}

.inner {
    width: 70%;
    margin: 0 auto;
}

.sp-only {
    display: none;
}

@media screen and (max-width:1200px) {
    .inner {
        width:80%;
    }
}

@media screen and (max-width:1023px) {
    .site-container {
        padding: 20% 0;
    }

    .inner {
        width: 90%;
    }

    .sp-only {
        display: block;
    }
}