*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-feature-settings: "palt";
}

body {
    margin: 0;
}

main {
    display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

[type="search"] {
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type="number"] {
    -moz-appearance: textfield;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable]:focus {
    outline: auto;
}

table {
    border-color: inherit;
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}
/*リセット　ここまで*/
@font-face {
    font-family: "Phenomena";
    src: url(../font/Phenomena-Black.ttf);
    font-style: normal;
}

html,
body {
    min-width: 360px;
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

.medium {
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.bold {
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.alternate {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.phenomena {
    font-family: "Phenomena";
}

.din {
    font-family: "urw-din", sans-serif;
    font-weight: 500;
    font-style: normal;
}

a,
button {
    transition: all 0.3s;
}

a:hover,
button:hover {
    opacity: 0.6;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 500;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
}

header .header_content {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 23px 20px 28px;
    gap: 10px;
}

header .header_content .logo {
    width: 548px;
}

header .header_content .logo img {
    width: 100%;
}

header .header_content .sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

header .header_content .sns a {
    width: 40px;
}

header .header_content .sns a img {
    width: 100%;
}

header .header_content .g_navi {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

header .header_content .g_navi a {
    padding: 0 2px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    text-indent: 1px;
}

header .header_content .biz_link {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

header .header_content .biz_link a {
    display: flex;
    align-items: center;
    gap: 7px;
}

header .header_content .biz_link a img {
    width: 19px;
}

header .header_content .biz_link a p {
    font-size: 14px;
    line-height: 1;
}

header .header_content .ham_btn,
header .header_content .ham_menu {
    display: none;
}

footer {
    background-color: #e95b00;
}

footer .footer_content {
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 55px 5% 65px;
}

footer .foot_text {
    text-align: center;
    font-size: 26px;
    color: white;
    letter-spacing: 5px;
    text-indent: 5px;
    line-height: 1;
}

footer .foot_text span {
    display: inline-block;
    padding: 0 50px 10px;
    border-bottom: solid 1.5px white;
}

footer .copyright {
    font-size: 16px;
    color: white;
    line-height: 1;
    text-align: center;
    margin: 25px auto 0;
    letter-spacing: 2px;
    text-indent: 2px;
}

footer .foot_text2 {
    font-size: 16px;
    line-height: 1;
    color: white;
    text-align: center;
    margin: 15px auto 0;
    letter-spacing: 2px;
    text-indent: 2px;
}

footer .mikyan {
    position: absolute;
    width: 315px;
    top: -120px;
    left: 10%;
}

footer .page_top {
    width: 100px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 50;
    display: none;
}

footer .page_top a,
footer .page_top a img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1210px) {
    header .header_content .logo {
        width: 350px;
    }

    header .header_content .sns a {
        width: 36px;
    }

    header .header_content .g_navi {
        gap: 25px;
    }

    footer .mikyan {
        width: 240px;
        top: -75px;
    }
}

@media screen and (max-width: 1000px) {
    header .header_content .menu_block {
        display: none;
    }

    header .header_content {
        padding: 20px 5%;
    }

    header .header_content .ham_btn {
        display: block;
        width: 40px;
        cursor: pointer;
    }

    header .header_content .ham_menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100dvh;
        background-color: white;
        z-index: 1000;
        display: none;
        max-width: 450px;
        padding: 100px 20px 20px;
    }

    header .header_content .ham_menu .ham_close {
        width: 32px;
        position: absolute;
        top: 41px;
        right: calc(5vw + 4px);
    }

    header .header_content .ham_menu .ham_logo {
        width: 200px;
        display: block;
        margin: 0 auto;
    }

    header .header_content .ham_menu .ham_navi {
        margin-top: 25px;
    }

    header .header_content .ham_menu .ham_navi .nav_item {
        display: flex;
        justify-content: center;
    }

    header .header_content .ham_menu .ham_navi .nav_item + .nav_item {
        margin-top: 20px;
    }

    header .header_content .ham_menu .ham_navi .nav_item a {
        font-size: 14px;
        letter-spacing: 1px;
        text-indent: 1px;
    }

    header .header_content .ham_menu .sns {
        display: flex;
        margin-top: 35px;
        justify-content: center;
        gap: 15px;
    }

    header .header_content .ham_menu .sns a {
        width: 30px;
    }

    header .header_content .ham_menu .biz_link {
        display: flex;
        justify-content: center;
        margin-top: 35px;
    }

    header .header_content .ham_menu .biz_link a {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    header .header_content .ham_menu .biz_link a img {
        width: 16px;
    }

    header .header_content .ham_menu .biz_link a p {
        font-size: 13px;
        line-height: 1;
    }

    footer .footer_content {
        padding: 40px 5% 45px;
        max-width: 700px;
    }

    footer .foot_text {
        font-size: 24px;
    }

    footer .foot_text span {
        padding: 0 35px 10px;
    }

    footer .copyright,
    footer .foot_text2 {
        font-size: 14px;
        letter-spacing: 1px;
        text-indent: 1px;
    }

    footer .mikyan {
        width: 180px;
        top: -90px;
        left: 5%;
    }

    footer .page_top {
        width: 80px;
    }
}

@media screen and (max-width: 600px) {
    header .header_content .logo {
        width: 240px;
    }

    header .header_content .ham_btn {
        width: 30px;
    }

    header .header_content .ham_menu .ham_close {
        width: 24px;
        top: 34px;
        right: calc(5vw + 3px);
    }

    footer .mikyan {
        width: 150px;
    }

    footer .foot_text {
        font-size: 20px;
        letter-spacing: 3px;
        text-indent: 3px;
    }

    footer .copyright {
        font-size: 12px;
        letter-spacing: 0;
        text-indent: 0;
    }

    footer .page_top {
        width: 65px;
        bottom: 50px;
        right: 10px;
    }
}
