*,
::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: 360px;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3c3736;
}

.medium {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.sb {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.bold {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.eb {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.black {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.rs_regular {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: normal;
}

.rs_medium {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-style: normal;
}

.rs_semibold {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-style: normal;
}

.rs_bold {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-style: normal;
}

.ws_medium {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.main_bg {
    background-image: url(../img/main_bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

header .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 130px;
    padding: 0 2.34%;
}

header .header_content .head_logo {
    width: 450px;
    height: 80px;
    border-radius: 40px;
    /* background-color: white; */
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background-color: rgba(255, 255, 255, 0.37);
    border: solid 1px white;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

header .header_content .head_logo h1 {
    width: 100%;
}

header .header_content .head_logo img {
    width: 386px;
}

header .header_content .navi_wrap {
    display: flex;
    gap: 15px;
}

header .header_content .navi_wrap .page_navi {
    width: 630px;
    height: 80px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background-color: rgba(241, 245, 255, 0.37);
    border: solid 1px white;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}

header .header_content .navi_wrap .page_navi .pn_item {
    font-size: 16px;
    letter-spacing: 1px;
    text-indent: 1px;
    line-height: 1;
    transition: all 0.3s;
    cursor: default;
}
/* header .header_content .navi_wrap .page_navi .pn_item:hover {
    opacity: 0.6;
} */

.submenu {
    display: none;
    padding-top: 50px;
    z-index: 1000;
}

.submenu .menu_content {
    width: 330px;
    padding: 35px 40px 40px;
    border: solid 1.5px white;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 30px 30px 30px;
    position: relative;
    backdrop-filter: blur(6px);
}

.submenu .menu_content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 30px 30px 30px;
    background-color: #f1f5f9;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 6px 6px 6px rgba(138, 163, 212, 0.56);
    opacity: 0.37;
}

/* .submenu {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 50px;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity 0.18s ease, transform 0.18s ease,
        visibility 0s linear 0.18s;
}

.submenu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s;
}

.submenu .menu_content {
    width: 330px;
    padding: 35px 40px 40px;
    border: solid 1.5px #fff;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 30px 30px 30px;
    position: relative;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    will-change: opacity, transform, backdrop-filter;
}

.submenu .menu_content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0 30px 30px 30px;
    background-color: #f1f5f9;

    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);

    box-shadow: 6px 6px 6px rgba(138, 163, 212, 0.56);
    opacity: 0.37;
    pointer-events: none;
} */

.submenu .menu_content .s_item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    position: relative;
    z-index: 1;
}

.submenu .menu_content .s_item + .s_item {
    margin-top: 25px;
}

.submenu .menu_content .s_item::before {
    content: "";
    width: 9px;
    height: 2px;
    background-color: #007260;
    margin-top: 7px;
}

.submenu .menu_content .s_item a {
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s;
}
.submenu .menu_content .s_item a:hover {
    opacity: 0.6;
}

/* .submenu .menu_content::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 0 30px 30px 30px;
    background-color: rgba(138, 163, 212, 0.56);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 0 6px rgba(138, 163, 212, 0.56);
    opacity: 0.37;
}

.submenu .menu_content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 30px 30px 30px;
    background-color: rgba(241, 245, 249, 0.37);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
} */

header .header_content .navi_wrap .btn_wrap {
    display: flex;
    gap: 5px;
}

header .header_content .navi_wrap .btn_wrap a {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
}

header .header_content .navi_wrap .btn_wrap a:hover {
    box-shadow: none;
}

header .header_content .navi_wrap .btn_wrap a.bg_r {
    background-image: url(../img/btn_bg_red.svg);
}
header .header_content .navi_wrap .btn_wrap a.bg_b {
    background-image: url(../img/btn_bg_blue.svg);
}
header .header_content .navi_wrap .btn_wrap a.bg_g {
    background-image: url(../img/btn_bg_gray.svg);
}

header .header_content .navi_wrap .btn_wrap a.bg_r:hover {
    background-image: url(../img/btn_bg_red_hov.svg);
}
header .header_content .navi_wrap .btn_wrap a.bg_b:hover {
    background-image: url(../img/btn_bg_blue_hov.svg);
}

header .header_content .navi_wrap .btn_wrap a .icon_box {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header_content .navi_wrap .btn_wrap a.logout .icon_box img {
    width: 21px;
}
header .header_content .navi_wrap .btn_wrap a.login .icon_box img {
    width: 21px;
}
header .header_content .navi_wrap .btn_wrap a.member .icon_box img {
    width: 20px;
}
header .header_content .navi_wrap .btn_wrap a.member_g .icon_box img {
    width: 20px;
}
header .header_content .navi_wrap .btn_wrap a.search .icon_box img {
    width: 25px;
}

header .header_content .navi_wrap .btn_wrap a p {
    font-size: 11px;
    color: white;
}

header .header_content .sp_navi {
    display: none;
}

header .ham_menu {
    display: none;
}

main {
    position: relative;
    z-index: 10;
    padding-bottom: 160px;
}

.c_btn {
    width: 350px;
    height: 80px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 6px 6px 7px rgba(138, 163, 212, 0.5);
    overflow: hidden;
    transition: all 0.3s;
    background-color: #f1f5f9;
    padding-left: 100px;
}
.c_btn:hover {
    box-shadow: none;
}

.c_btn p {
    font-size: 22px;
    line-height: 25px;
    color: #007260;
}

.c_btn .arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    transition: all 0.3s;
}
.c_btn:hover .arrow {
    right: 5px;
}

.c_btn .arrow::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    mix-blend-mode: multiply;
    position: absolute;
    top: 5px;
    left: 5px;
    filter: blur(2px);
}

.c_btn .arrow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.page_head {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
}

.page_head .head_block {
    max-width: 1300px;
    width: 90%;
    position: relative;
    padding: 145px 50px 75px 0;
    margin: 0 auto;
}

.page_head .head_block::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px;
    box-shadow: 5px 5px 10px rgba(138, 163, 212, 0.6);
    background-color: white;
    border-radius: 0 0 80px 0;
}

.pan_wrap {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    padding-top: 145px;
}

.pan_list {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.pan_list p {
    font-size: 14px;
    line-height: 1;
    position: relative;
}

.pan_list p + p::before {
    content: url(../img/pan_arrow.svg);
    width: 6px;
    display: block;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}

.pan_list p a {
    white-space: nowrap;
}

/* .pan_list .ellipsis {
    display: block; 
    max-width: 300px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.pan_list .ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pan_list p a {
    transition: all 0.3s;
}

.pan_list p a:hover {
    opacity: 0.6;
}

.page_head .head_block .page_ttl {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 20px 30px;
    padding-right: 10px;
    flex-wrap: wrap;
}

.page_head .head_block .page_ttl p {
    font-size: 80px;
    line-height: 1;
    color: #007260;
    font-weight: 700;
}

.page_head .head_block .page_ttl .ttl_img {
    height: 58px;
    display: block;
}

.page_head .head_block .page_ttl h1 {
    font-size: 22px;
    color: #007260;
    padding-bottom: 8px;
}

footer {
    width: 100%;
    padding: 25px 0 105px;
    position: relative;
    z-index: 10;
}

footer a {
    transition: all 0.3s;
}

footer a:hover {
    opacity: 0.6;
}

footer .footer_content {
    max-width: 1620px;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    background-image: url(../img/footer_bg.png);
    background-size: cover;
    background-position: center;
    padding: 80px 20px 35px;
    overflow: hidden;
    position: relative;
}

footer .footer_content::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

footer .footer_content .footer_logo {
    display: block;
    width: 418px;
    margin: 0 auto;
    position: relative;
}

footer .footer_content .footer_logo img {
    width: 100%;
}

footer .footer_content .foot_navi {
    display: flex;
    justify-content: space-between;
    margin: 85px auto 0;
    gap: 25px;
    max-width: 1060px;
    width: 100%;
    position: relative;
}

footer .foot_navi .navi_block .navi_link01 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

footer .foot_navi .navi_block .navi_link01 + .navi_link01,
footer .foot_navi .navi_block .navi_link01 + .navi_link02,
footer .foot_navi .navi_block .navi_link02 + .navi_link01 {
    margin-top: 18px;
}

footer .foot_navi .navi_block .navi_link01::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8aa3d4;
    margin: 7.5px 0 0;
}

footer .foot_navi .navi_block .navi_link01 a,
footer .foot_navi .navi_block .navi_link01 p {
    font-size: 18px;
    line-height: 25px;
}

footer .foot_navi .navi_block .navi_link02 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

footer .foot_navi .navi_block .navi_link02 + .navi_link02 {
    margin-top: 15px;
}

footer .foot_navi .navi_block .navi_link02::before {
    content: "";
    width: 7.5px;
    height: 1px;
    background-color: #8aa3d4;
    margin: 7.5px 0 0 4px;
}

footer .foot_navi .navi_block .navi_link02 a {
    font-size: 14px;
    line-height: 16px;
}

footer .other {
    max-width: 1525px;
    width: 100%;
    margin: 90px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

footer .other .b_link {
    display: flex;
    align-items: center;
}

footer .other .b_link a {
    font-size: 14px;
    line-height: 17px;
    padding: 0 15px;
    color: #969696;
}

footer .other .b_link a + a {
    border-left: solid 1.5px #969696;
}

footer .other .copy {
    font-size: 12px;
    color: #969696;
    line-height: 15px;
}

.login_wrap {
    width: 100%;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.58);
    z-index: 5000;
    padding: 50px 0;
    display: none;
}

.login_wrap .login_block {
    max-width: 410px;
    width: 90%;
    max-height: 100%;
    padding: 40px 20px;
    border-radius: 20px;
    background-color: white;
}

.login_wrap .login_block .login_head {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #007260;
}

.login_wrap .login_block .input_block {
    margin: 40px auto 0;
    max-width: 320px;
}

.login_wrap .login_block .input_block + .input_block {
    margin-top: 25px;
}

.login_wrap .login_block .input_block p {
    font-size: 16px;
    line-height: 1;
}

.login_wrap .login_block .input_block input {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #e8f0fe;
    border: solid 1.5px #ccc;
    padding: 0 10px;
    margin-top: 10px;
}

.login_wrap .login_block .forgot {
    margin: 10px auto 0;
    max-width: 320px;
    font-size: 14px;
    line-height: 1;
    color: #007260;
    text-decoration: underline;
    text-align: right;
}

.login_wrap .login_block button {
    max-width: 320px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    background-color: #007260;
    border: solid 1.5px #ccc;
    transition: all 0.3s;
}

.login_wrap .login_block button:hover {
    opacity: 0.6;
}

.login_wrap .login_block .apply {
    max-width: 350px;
    width: 100%;
    height: 80px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 60px;
    margin: 45px auto 0;
    box-shadow: 5px 5px 6px rgba(138, 163, 212, 0.6);
    overflow: hidden;
    transition: all 0.3s;
    background-color: #f1f5ff;
}

.login_wrap .login_block .apply:hover {
    box-shadow: none;
}

.login_wrap .login_block .apply p {
    font-size: 22px;
    line-height: 25px;
    color: #007260;
}

.login_wrap .login_block .apply img {
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    transition: all 0.3s;
}

.login_wrap .login_block .apply:hover img {
    right: 5px;
}

.login_wrap .login_block .note {
    max-width: 320px;
    margin: 15px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.login_wrap .login_block .note p {
    font-size: 14px;
    line-height: 20px;
    color: #007260;
}

.pagination {
    width: 90%;
    margin: 100px auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
}

.pagination .pn_item,
.pagination .arrow {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: white;
    border: solid 1.5px #007260;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #007260;
}
.pagination .pn_item.active {
    background-color: #007260;
    color: white;
}

.pagination .arrow.disabled {
    display: none;
}

.pagination .arrow a {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .arrow img {
    width: 7.8px;
}

.pagination .arrow.prev img {
    transform: rotate(180deg);
}

.pagination .dot {
    color: #007260;
}

@media screen and (max-width: 1500px) {
    /* footer .footer_content .navi_wrap {
        flex-wrap: wrap;
        gap: 35px 0;
        max-width: 900px;
        margin: 0 auto;
        justify-content: flex-start;
    }

    footer .footer_content .navi_wrap .navi_block {
        width: calc(100% / 3);
        min-width: 0;
    } */
}

@media screen and (max-width: 1400px) {
    header .header_content {
        width: 96.5%;
        height: 80px;
        border-radius: 40px;
        backdrop-filter: blur(7px) brightness(0.95);
        -webkit-backdrop-filter: blur(7px);
        background-color: rgba(241, 245, 255, 0.37);
        border: solid 1px white;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
        margin: 25px auto 0;
        padding: 0 5%;
    }

    header .header_content .head_logo {
        background-color: transparent;
        padding: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: none;
        height: auto;
    }

    header .header_content .navi_wrap {
        display: none;
    }

    header .header_content .sp_navi {
        display: flex;
        align-items: center;
        /* gap: 15px; */
        gap: 25px;
    }

    header .header_content .sp_navi .sp_navi_link {
        /* height: 34px; */
        height: 55px;
    }

    header .header_content .sp_navi .sp_navi_link img {
        width: auto;
        height: 100%;
    }

    header .header_content .sp_navi .ham_btn {
        width: 40px;
    }

    header .header_content .sp_navi .ham_btn img {
        width: 100%;
    }

    header .ham_menu {
        position: fixed;
        max-width: 330px;
        width: calc(100% - 30px);
        height: calc(100dvh - 45px);
        top: 15px;
        right: 15px;
        background-color: #f1f5f9;
        z-index: 1000;
        display: none;
        box-shadow: 6px 6px 6px rgba(138, 163, 212, 0.56);
        padding: 90px 0 25px;
        border-radius: 20px;
    }

    header .ham_menu .ham_close {
        width: 35px;
        position: absolute;
        top: 30px;
        right: 30px;
    }

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

    header .ham_menu .ham_navi {
        margin: 0 auto;
        max-width: 295px;
        width: 90%;
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        overflow-y: scroll;
        padding: 0 10px 10px;
    }

    header .ham_menu .ham_navi .menu_wrap {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }

    header .ham_menu .ham_navi .hn_item {
        font-size: 20px;
        line-height: 1;
        margin-top: 35px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .ham_menu .ham_navi .hn_item:first-of-type {
        margin-top: 0;
    }

    header .ham_menu .ham_navi .hn_item .toggle_btn {
        width: 25px;
    }

    header .ham_menu .ham_navi .hn_item .toggle_btn img {
        width: 100%;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
    }

    header .ham_menu .ham_navi .hn_item .toggle_btn .close {
        display: none;
    }

    header .ham_menu .ham_navi .sub_item {
        margin-top: 35px;
        display: none;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
    }

    header .ham_menu .ham_navi .sub_item a {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 14px;
        line-height: 1;
        margin-left: 5px;
    }

    header .ham_menu .ham_navi .sub_item a + a {
        margin-top: 20px;
    }

    header .ham_menu .ham_navi .sub_item a::before {
        content: "";
        width: 7px;
        height: 3px;
        background-color: #007260;
        margin-top: 5.5px;
    }

    header .ham_menu .btn_wrap {
        width: 100%;
        margin-top: 55px;
    }

    header .ham_menu .btn_wrap a {
        width: 100%;
        height: 55px;
        border-radius: 27.5px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 5px 5px 6px rgba(138, 163, 212, 0.56);
    }

    header .ham_menu .btn_wrap a + a {
        margin-top: 15px;
    }

    header .ham_menu .btn_wrap a.logout,
    header .ham_menu .btn_wrap a.login,
    header .ham_menu .btn_wrap a.member {
        background-color: #ed81a5;
    }

    header .ham_menu .btn_wrap a.member_g {
        background-color: #969696;
    }

    header .ham_menu .btn_wrap a .icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        margin: auto;
    }

    header .ham_menu .btn_wrap a.logout .icon {
        width: 21px;
    }

    header .ham_menu .btn_wrap a.login .icon {
        width: 21px;
    }

    header .ham_menu .btn_wrap a.member .icon {
        width: 20px;
    }

    header .ham_menu .btn_wrap a.member_g .icon {
        width: 20px;
    }

    header .ham_menu .btn_wrap a p {
        font-size: 16px;
        color: white;
    }

    header .ham_menu .btn_wrap a .arrow {
        width: 9px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25px;
        margin: auto;
    }

    .page_head .head_block {
        padding: 145px 25px 75px 0;
    }

    .page_head .head_block::before {
        right: 25px;
    }

    .page_head .head_block .page_ttl .ttl_img {
        height: 45px;
    }

    .page_head .head_block .page_ttl p {
        font-size: 62px;
    }

    .page_head .head_block .page_ttl h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px) {
    footer .footer_content .foot_navi {
        flex-wrap: wrap;
        gap: 30px;
        max-width: 600px;
    }

    footer .foot_navi .navi_block {
        width: calc(calc(100% - 30px) / 2);
    }

    footer .other {
        gap: 15px;
        flex-wrap: wrap;
    }

    footer .other .copy {
        margin-left: auto;
    }
}

@media screen and (max-width: 700px) {
    .main_bg {
        background-image: url(../img/main_bg_sp.png);
        width: 100dvw;
        height: 100dvh;
    }

    header .header_content {
        height: 55px;
        border-radius: 27.5px;
    }

    header .header_content .head_logo,
    header .header_content .head_logo img {
        width: 220px;
    }

    header .header_content .sp_navi {
        gap: 12px;
    }

    header .header_content .sp_navi .sp_navi_link {
        height: 34px;
    }

    header .header_content .sp_navi .ham_btn {
        width: 26px;
    }

    header .ham_menu .ham_close {
        width: 20px;
    }

    main {
        padding-bottom: 75px;
    }

    .c_btn {
        width: 320px;
        height: 55px;
        border-radius: 27.5px;
        padding-left: 0;
        justify-content: center;
    }

    .c_btn p {
        font-size: 16px;
    }

    .c_btn .arrow {
        width: 42px;
        height: 42px;
        right: 12px;
    }
    .page_head .head_block {
        padding: 105px 25px 25px 0;
    }

    .page_head .head_block::before {
        right: 0;
    }

    .pan_wrap {
        padding-top: 105px;
    }

    .pan_list {
        gap: 22px;
    }

    .pan_list p {
        font-size: 12px;
    }

    .pan_list p + p::before {
        width: 3.5px;
        left: -15px;
    }

    .page_head .head_block .page_ttl {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 15px;
        padding-right: 0;
    }

    .page_head .head_block .page_ttl p {
        font-size: 42px;
    }

    .page_head .head_block .page_ttl .ttl_img {
        height: 30px;
    }

    .page_head .head_block .page_ttl h1 {
        width: 100%;
        font-size: 16px;
    }

    footer {
        padding: 25px 0 0;
    }

    footer .footer_content {
        width: 90%;
        border-radius: 20px;
        padding: 50px 8% 45px;
        margin: 0 auto 20px;
        background-image: url(../img/footer_bg_sp.png);
    }

    footer .footer_content::before {
        display: none;
    }

    footer .footer_content .footer_logo {
        max-width: 303px;
        width: 100%;
        margin: 0 auto;
    }

    footer .footer_content .foot_navi {
        gap: 20px;
        max-width: 285px;
        margin-top: 45px;
    }

    footer .foot_navi .navi_block {
        width: 100%;
    }

    footer .other {
        margin-top: 50px;
        justify-content: center;
        gap: 20px;
    }

    footer .other .b_link {
        width: 100%;
        justify-content: center;
    }

    footer .other .copy {
        font-size: 10px;
        text-align: center;
        margin: 0;
    }

    footer .other .copy span {
        display: block;
    }

    .login_wrap {
        padding: 35px 0;
    }

    .login_wrap .login_block {
        overflow-y: scroll;
    }

    .login_wrap .login_block .login_head {
        font-size: 20px;
        line-height: 24px;
    }

    .login_wrap .login_block .input_block {
        margin-top: 30px;
    }

    .login_wrap .login_block .input_block p {
        font-size: 14px;
    }

    .login_wrap .login_block .input_block input {
        height: 45px;
    }

    .login_wrap .login_block .forgot {
        font-size: 13px;
    }

    .login_wrap .login_block button {
        height: 40px;
        margin-top: 20px;
    }

    .login_wrap .login_block .apply {
        margin-top: 30px;
        padding-left: 50px;
        height: 60px;
        border-radius: 30px;
    }

    .login_wrap .login_block .apply p {
        font-size: 18px;
        line-height: 22px;
    }

    .login_wrap .login_block .apply img {
        width: 45px;
        right: 12px;
    }

    .pagination {
        gap: 5px;
        margin-top: 65px;
    }

    .pagination .pn_item,
    .pagination .arrow {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        font-size: 18px;
    }

    .pagination .arrow a {
        border-radius: 5px;
    }
}

@media screen and (max-width: 400px) {
    footer .foot_navi .navi_block .navi_link01 a,
    footer .foot_navi .navi_block .navi_link01 p {
        font-size: 16px;
    }
    footer .foot_navi .navi_block .navi_link02 a {
        font-size: 13px;
    }

    footer .other .b_link a {
        font-size: 13px;
        padding: 0 12px;
    }

    header .header_content .head_logo,
    header .header_content .head_logo img {
        width: 200px;
    }

    header .header_content .sp_navi .sp_navi_link {
        height: 30px;
        margin-top: 2px;
    }

    header .header_content .sp_navi .ham_btn {
        width: 22px;
    }
}

@media screen and (max-width: 370px) {
    .main_bg {
        width: 100%;
    }
    .page_head .head_block::before {
        width: 150%;
    }
}
