*,
::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;
}
/*リセット　ここまで*/
html,
body {
    min-width: 375px;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #222228;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

.effect01,
.effect01_2,
.effect01_3,
.effect01_4 {
    visibility: hidden;
}

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

header .header_content {
    max-width: 1020px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* justify-content: center; */
}

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

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

header .header_content .gnav {
    display: flex;
    align-items: center;
    gap: 25px;
}

header .header_content .gnav .nav_item p {
    font-size: 17px;
    letter-spacing: 1px;
    text-indent: 1px;
    color: #00a199;
}

header .header_content .gnav .apply_btn {
    width: 170px;
    transition: all 0.3s;
}
header .header_content .gnav .apply_btn:hover {
    opacity: 0.6;
}

header .header_content .gnav .apply_btn img {
    width: 100%;
}

header .ham_btn {
    display: none;
}

header .ham_menu {
    position: absolute;
    max-width: 0;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    background-color: transparent;
    z-index: -1;
    display: none;
    visibility: hidden;
}

footer {
    padding: 50px 0 20px;
    background-color: #00a199;
}

footer .footer_content {
    max-width: 1020px;
    width: 90%;
    margin: 0 auto;
}

footer .footer_content .name {
    font-size: 25px;
    line-height: 40px;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
}

footer .footer_content .tel {
    margin-top: 25px;
    font-size: 30px;
    line-height: 41px;
    color: white;
    text-align: center;
}

footer .footer_content .info {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: white;
    margin-top: 5px;
}

footer .footer_content .mail_btn {
    max-width: 340px;
    height: 60px;
    background-color: white;
    border: solid 3px #00a199;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    position: relative;
    margin: 20px auto 0;
    border-radius: 10px;
}

footer .footer_content .mail_btn .icon {
    width: 38px;
}

footer .footer_content .mail_btn p {
    font-size: 16px;
    color: #00a199;
}

footer .footer_content .mail_btn .arrow {
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

footer .footer_content .policy {
    font-size: 14px;
    line-height: 1;
    color: white;
    text-align: center;
    margin-top: 55px;
}

@media screen and (max-width: 1000px) {
    header {
        height: 80px;
    }

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

    header .header_content .gnav {
        gap: 15px;
    }

    header .header_content .gnav .nav_item p {
        font-size: 15px;
    }

    header .header_content .gnav .apply_btn {
        width: 150px;
    }

    footer .footer_content .name {
        font-size: 20px;
        line-height: 35px;
    }

    footer .footer_content .name span {
        display: inline-block;
    }

    footer .footer_content .tel {
        font-size: 22px;
        line-height: 32px;
    }

    footer .footer_content .tel a {
        display: inline-block;
    }

    footer .footer_content .info {
        font-size: 16px;
        line-height: 24px;
    }

    footer .footer_content .info span {
        display: inline-block;
    }

    footer .footer_content .mail_btn .icon {
        width: 34px;
    }
}

@media screen and (max-width: 800px) {
    header .header_content .gnav .nav_item {
        display: none;
    }

    header .ham_btn {
        display: flex;
        width: 35px;
        height: 25px;
        align-items: center;
        position: relative;
        z-index: 5000;
    }

    header .ham_btn span {
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #00a199;
        transition: all 0.3s;
    }

    header .ham_btn::before,
    header .ham_btn::after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        background-color: #00a199;
        position: absolute;
        left: 0;
        transition: all 0.3s;
    }

    header .ham_btn::before {
        top: 0;
    }
    header .ham_btn::after {
        bottom: 0;
    }

    header .ham_btn.active span {
        opacity: 0;
    }

    header .ham_btn.active::before {
        transform: rotate(45deg);
        bottom: 0;
        right: 0;
        margin: auto;
    }

    header .ham_btn.active::after {
        transform: rotate(-45deg);
        top: 0;
        right: 0;
        margin: auto;
    }

    header .ham_menu {
        position: fixed;
        max-width: 500px;
        width: 100%;
        height: 100dvh;
        top: 0;
        right: 0;
        background-color: rgba(230, 245, 240, 0.95);
        backdrop-filter: blur(5px);
        z-index: 1000;
        display: none;
        padding-top: 90px;
        visibility: visible;
    }

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

    header .ham_menu .ham_nav {
        width: calc(100% - 110px);
        margin: 55px auto 0;
    }

    header .ham_menu .ham_nav .hn_item {
        font-size: 18px;
        line-height: 1;
        text-align: center;
        color: #00a199;
        letter-spacing: 1px;
        text-indent: 1px;
    }

    header .ham_menu .ham_nav .hn_item + .hn_item {
        margin-top: 25px;
    }

    header .ham_menu .ham_apply {
        width: 185px;
        display: none;
        margin: 30px auto 0;
    }

    header .ham_menu .ham_apply img {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    header {
        height: 65px;
    }

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

    header .header_content .gnav .apply_btn {
        display: none;
    }

    header .ham_menu .ham_apply {
        display: block;
    }

    footer {
        padding: 35px 0 20px;
    }

    footer .footer_content .name {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        text-indent: 0;
    }

    footer .footer_content .tel {
        font-size: 18px;
        line-height: 28px;
        margin-top: 15px;
    }

    footer .footer_content .info {
        font-size: 14px;
        line-height: 22px;
    }

    footer .footer_content .mail_btn {
        padding: 0 10px;
        height: 50px;
        max-width: 290px;
    }

    footer .footer_content .mail_btn p {
        font-size: 14px;
    }

    footer .footer_content .mail_btn .arrow {
        width: 7px;
        right: 10px;
    }

    footer .footer_content .mail_btn .icon {
        width: 30px;
    }

    footer .footer_content .policy {
        margin-top: 40px;
    }
}

header,
footer {
    display: none;
}
