@charset "utf-8";
/*====================================
 General
=====================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: unset;
    padding: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
    font-size: 16px;
    line-height: 2;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #F4F4F0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

main:not(.top) {
    width: 90%;
    max-width: 1280px;
    margin: auto;
    padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
    main:not(.top) {
        width: unset;
        margin: 0;
    }    
}

/* main:not(.top) section {
    width: 100%;
} */

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    line-height: inherit;
    cursor: pointer;
}

a,
a:hover,
a:visited,
a:active {
    color: initial;
    color: #000;
    text-decoration: none;
}

ul li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle
}

img {
    width: 100%;
    vertical-align: bottom;
}
  
sup {
    font-size: 50%;
    vertical-align: top;
    vertical-align: text-top
}

h1 {
    margin-bottom: 20px;
}

/* フォントサイズ共通指定 */
h2 {
    /* font-size: 40px; */
    font-size: clamp(32px, 10vw, 40px);
    font-weight: bold;
    margin-bottom: 1rem;
}
h3 {
    /* font-size: 32px; */
    font-size: clamp(20px, 9vw, 32px);
    font-weight: bold;
}
h4 {
    /* font-size: 24px; */
    font-size: clamp(18px, 14vw, 24px);
    font-weight: bold;
    line-height: 1.7;
}
.fs_40 {
    /* font-size: 40px; */
    font-size: clamp(32px, 10vw, 40px);
    font-weight: bold;
    line-height: 1.8;
}
.fs_32 {
    /* font-size: 32px; */
    font-size: clamp(20px, 9vw, 32px);
    font-weight: bold;
    line-height: 1.5;
}
.fs_24 {
    /* font-size: 20px; */
    font-size: clamp(18px, 8.5vw, 24px);
    font-weight: bold;
    line-height: 1.7;
}
.fs_20 {
    /* font-size: 20px; */
    font-size: clamp(16px, 8vw, 20px);
    font-weight: bold;
    line-height: 3.2;
}
.fs_16 {
    /* font-size: 16px; */
    font-size: clamp(14px, 7vw, 16px);
    font-weight: 500;
    line-height: 2;
}
h1,
.fs_120_noto,
.uq_titlearea h1 {
    /* font-size: 120px; */
    font-size: clamp(60px, 10vw, 120px);
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.05em;
    /* font-family: "Noto Sans", "Helvetica Neue", "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}
.fs_40_noto {
    /* font-size: 40px; */
    font-size: clamp(32px, 10vw, 40px);
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.05em;
    /* font-family: "Noto Sans", "Helvetica Neue", "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}
.fs_20_noto {
    font-size: clamp(16px, 5vw, 20px);
    font-weight: bold;
    letter-spacing: -0.05em;
    /* font-family: "Noto Sans", "Helvetica Neue", "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}
._annotation {
    font-size: 0.8em;
}
@media screen and (max-width: 768px) {
    h2,
    .fs_40 {
        font-size: clamp(20px, 4vw, 32px);
        line-height: 1.25;
    }
    h3,
    .fs_32 {
        font-size: clamp(18px, 3.8vw, 24px);
        line-height: 1.4;
    }
    h4,
    .fs_24 {
        font-size: clamp(16px, 3.6vw, 20px);
        line-height: 1.4;
    } 
    .fs_20 {
        font-size: clamp(12px, 3.2vw, 16px);
        line-height: 2;
    }
    .fs_16 {
        font-size: clamp(12px, 3vw, 14px);
        line-height: 2.28;
    }
    h1,
    .fs_120_noto,
    .uq_titlearea h1 {
        /* font-size: 60px; */
        font-size: clamp(36px, 10vw, 60px);
        line-height: 1;
    }  
    .fs_40_noto {
        /* font-size: 28px; */
        font-size: clamp(14px, 5vw, 28px);
        line-height: 1.2;
    } 
    .fs_20_noto {
        /* font-size: 16px; */
        font-size: clamp(12px, 3.2vw, 16px);
    }
}

.font_noto {
    /* font-family: "Noto Sans", "Helvetica Neue", "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
    font-weight: bold;
    letter-spacing: -0.05em;
}

.font_bold {
    font-weight: bold;
}

._sp {
    display: none;
}
._sp460 {
    display: none;
}
@media screen and (max-width: 768px) {
    ._pc {
        display: none;
    }
    ._sp {
        display: block;
    }
}
@media screen and (max-width: 460px) {
    ._sp460 {
        display: block;
    }
}

.header_area,
.header_area ul,
.header_area .pc_nav .nav_item:hover .nav_sub_menu,
.header_area .pc_nav .nav_item .nav_sub_menu ul,
.footer_area .container,
.footer_area .container .nav_area,
.footer_area .container .logo_area .sns_logo {
    display: flex;
    flex-direction: row;
    /* justify-content: flex-start; */
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
    .header_area ul,
    .footer_area .container,
    .footer_area .container .nav_area,
    .header_area .pc_nav .nav_item .nav_sub_menu,
    .header_area .pc_nav .nav_item .nav_sub_menu ul {
        display: block;
    }
    .footer_area .container .logo_area .sns_logo {
        justify-content: center;
        margin-bottom: 0;
    }
}

.uq_bread_area {
    margin-top: 24px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .uq_bread_area {
        margin-left: clamp(20px, 1.5vw, 40px);
    }    
}

.uq_cat_title {
    font-size: clamp(20px, 3.3vw, 40px);
    font-weight: bold;
    line-height: 1.7;
    padding: 0;
}
.uq_cat_title .uq_cat_title_inner {
    background-color: #000;
    color: #fff;
    padding: 0.2em 1em;
}
@media screen and (max-width: 768px) {
    .uq_cat_title {
        font-size: clamp(18px, 3.8vw, 24px);
    }    
}

.uq_column {
    margin-top: 40px;
    background-color: #d1d1c5;
}

.uq_column .uq_column_title {
    padding: 1rem;
    text-align: center;
}

.uq_column .uq_column_txt {
    padding: 40px;
}

@media screen and (max-width: 768px) {
    .uq_column .uq_column_txt {
        padding-left: clamp(20px, 5vw, 40px);
        padding-right: clamp(20px, 5vw, 40px);
    }
}

.link_scale img {
    vertical-align: bottom;
}

.arrow_link {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 3rem;
    border-bottom: #000 2px solid;
    font-weight: bold;
    line-height: 1.5;
}
.arrow_link::after {
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 14px;
    content: "";
    border-bottom: #000 2px solid;
    transition: right 0.5s cubic-bezier(0.355, 0.005, 0.14, 1);
}
.arrow_link::before {
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    content: "";
    border-bottom: #000 2px solid;
    border-right: #000 2px solid;
    transition: right 0.5s cubic-bezier(0.355, 0.005, 0.14, 1);
}

.arrow_link.col_white,
.arrow_link.col_white::after {
    color: #fff;
    border-bottom: #fff 2px solid;
}
.arrow_link.col_white::before {
    border-bottom: #fff 2px solid;
    border-right: #fff 2px solid;
}

.entry_btn {
    position: relative;
    border-radius: 999px;
    text-align: center;
    transition: all 0.1s ease-in-out 0.3s;
}
.entry_btn::before {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    border-radius: 50%;
    background-color: #25b469;
    z-index: 1;
    transform: translateY(-50%);
    transition: left 0.5s ease-in-out;
}
.entry_btn:hover::before {
    left: calc(100% - 25px);
}
.entry_btn .entry_btn_txt {
    position: relative;
    color: #000;
    text-align: center;
    z-index: 2;
}

@media screen and (min-width:768px) {
    .link_scale img {
        scale: 1;
        transition: scale 0.5s cubic-bezier(0.355, 0.005, 0.14, 1);
    }
    .link_scale:hover img {
        scale: 1.05;
    }
    .link_scale:hover .arrow_link::before,
    .link_scale:hover .arrow_link::after,
    .arrow_link:hover::before,
    .arrow_link:hover::after {
        right: -10px;
    }
    .entry_btn:hover::before {
        left: 5px;
    }
}

.fade_box {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.355, 0.005, 0.14, 1);
}
.fade_box.fade_in {
    opacity: 1;
    transform: translateY(0);
}

.space_nowrap {
    white-space: nowrap;
}


/*====================================
 Header
=====================================*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 68px;
    z-index: 9999;
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
}
header.header-hide {
    transform: translateY(-68px);
}
header.header-hide:has(.is-open) {
    transform: translateY(0);
}

.header_area,
.header_area ul {
    align-items: center;
}

.header_area {
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}

.header_area ._logo {
    width: clamp(160px, 30vw, 240px);
    margin-left: 15px;
    padding-right: 15px;
}

.header_area ._logo img {
    display: block;
}

.header_area nav,
.header_area nav .pc_nav,
.header_area nav .pc_nav .nav_item {
    height: 100%;
    vertical-align: middle;
    margin: 0 7px;
}

.header_area ul > li {
    color: #fff;
}

.header_area .pc_nav .nav_item {
    font-size: clamp(12px, 1.5vw, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_area .pc_nav .nav_item span {
    cursor: pointer;
    line-height: 1.2;
    text-align: center;
}
.header_area .pc_nav .nav_item a span {
    color: #fff;
}
.header_area .pc_nav .nav_item a.not_children::after {
    display: none;
}
/* .header_area .pc_nav .nav_item span:hover {
    opacity: .6;
} */

.header_area .pc_nav .nav_item > a {
    position: relative;
    line-height: 1;
}
.header_area .pc_nav .nav_item:not(:last-child) > a::after {
    width: 0;
    height: 1.5px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: width 0.5s ease-in-out;
}
.header_area .pc_nav .nav_item:hover > a::after {
    width: 100%;
}
@media screen and (min-width: 960px) {
    .header_area .pc_nav .nav_item > span br {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header_area .pc_nav .nav_item:hover > a::after {
        width: 0;
    }
    .header_area .pc_nav .nav_item > span br {
        display: none;
    }
}

.header_area .pc_nav .nav_item .nav_sub_menu {
    display: flex;
    position: fixed;
    top: 68px;
    left: 0;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    margin: auto;
    padding-top: 20px;
    background-color: #333;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.355, 0.005, 0.14, 1);
    transform-origin: center top;
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
}
.header_area .pc_nav .nav_item:hover .nav_sub_menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;

}
.header_area .pc_nav .nav_item .nav_sub_menu p {
    width: 30%;
    padding-left: 10px;
    line-height: 1;
    font-size: 48px;
}
.header_area .pc_nav .nav_item .nav_sub_menu ul {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 68%;
}
.header_area .pc_nav .nav_item .nav_sub_menu li {
    width: 40%;
}
.header_area .pc_nav .nav_item .nav_sub_menu li a {
    display: block;
    padding-left: 20px;
}
.header_area .pc_nav .nav_item .nav_sub_menu li a .arrow_link {
    font-size: clamp(16px, 2vw, 18px);
}
.header_area .pc_nav .nav_item .nav_sub_menu li img {
    scale: 1;
    transition: scale 0.5s ease-in-out;
}
.header_area .pc_nav .nav_item .nav_sub_menu li:hover img {
    scale: 1.05;
}

.header_area ul li .entry_btn {
    width: 90px;
    /* height: 34px; */
    height: 100%;
    aspect-ratio: 3 / 1;
    font-size: 16px;
    margin-left: 10px;
    padding: 8px;
    background-color: #fff;
}
.header_area ul li .entry_btn:hover {
    background-color: #25b469;
}
.header_area ul li .entry_btn::before {
    left: 5px;
    width: 28px;
    height: 28px;
}
.header_area ul li .entry_btn:hover::before {
    left: calc(100% - 28px);
}
.header_area ul li .entry_btn .entry_btn_txt {
    position: relative;
    color: #000;
    text-align: center;
    z-index: 2;
    transition: color 0.5s ease-in-out 0.3s;
}
.header_area ul li .entry_btn:hover .entry_btn_txt {
    color: #fff;
}

/* nav現在地とホバー時のアニメーション */
body.dir1_aboutus #menu-about,
body.dir1_ourchallenge #menu-challenge,
body.dir1_challengestories #menu-stories,
body.dir1_environment #menu-environment,
body.dir1_recruit #menu-recruit {
    border-bottom: 7px solid #00AF64;
}
.header_area .pc_nav .nav_item {
    border-bottom: 7px solid #000;
    transition: all 0.5s cubic-bezier(0.355, 0.005, 0.14, 1);
}
.header_area .pc_nav .nav_item:not(#menu-entry):hover {
    border-bottom: 7px solid #00AF64;
}

/* SP Menu */
.header_area nav .sp_nav {
    display: none;
    position: relative;
    width: 68px;
    height: 68px;
    padding: 9px;
    cursor: pointer;
}

.header_area nav .sp_nav span {
    display: block;
    position: absolute;
    left: calc(50% - 25px);
    width: 50px;
    height: 4px;
    background: #fff;
    transition: all 0.5s ease-in-out;
}
.header_area nav .sp_nav span._top {
    top: calc(50% - 8px);
}
.header_area nav .sp_nav span._bottom {
    top: calc(50% + 8px);
}
.header_area nav .sp_nav.is-open span._top {
    top: 50%;
    transform: rotate(-45deg);
}
.header_area nav .sp_nav.is-open span._bottom {
    top: 50%;
    transform: rotate(45deg);
}

.header_area nav .sp_nav_item {
    position: absolute;
    top: 68px;
    right: -200vw;
    display: block;
    width: 100vw;
    height: calc(100vh - 68px);
    padding: 10px 10px 30px 25px;  
    background-color: #000;
    overflow-y: scroll;
    transition: right 0.5s ease-in-out;
}
.header_area nav .sp_nav_item.is-open {
    right: 0;
}
.header_area nav .sp_nav_item::-webkit-scrollbar {
    width: 10px;
    height: 100%;
}
.header_area nav .sp_nav_item::-webkit-scrollbar-thumb {
    background: #25b469;
    border-radius: 5px;
}
.header_area nav .sp_nav_item::-webkit-scrollbar-track {
    width: 10px;
    border-radius: 5px;
    background: #000; 
}

.header_area nav .sp_nav_item ul {
    margin-bottom: 0.5rem;
    padding: 20px 10px 20px 20px;
    border-radius: 10px;
    color: #000;
    line-height: 2rem;
    font-size: clamp(24px, 6vw, 32px);
}

.header_area nav .sp_nav_item ul li {
    margin-top: 1rem;
    font-size: clamp(16px, 4vw, 20px);
    line-height: 1.5;
}
.header_area nav .sp_nav_item ul li:not(:last-child) {
    margin-bottom: 0.5em;
}

.header_area nav .sp_nav_item .sp_nav_entry {
    width: 100%;
    padding: 60px 0;
    border-radius: 10px;
}

.header_area nav .sp_nav_item .sp_nav_entry .text_area {
    margin: 0 auto 40px;
    padding: 20px;
}
.header_area nav .sp_nav_item .sp_nav_entry .entry_btn {
    position: relative;
    width: 360px;
    height: 120px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #000;
    font-size: clamp(30px, 6vw, 40px);
    transition: all 0.1s 0.3s;

    /* position: relative;
    width: 90%;
    margin: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #000;
    font-size: 64px;
    transition: all 0.1s 0.3s; */
}
.header_area nav .sp_nav_item .sp_nav_entry .entry_btn::before {
    left: 15px;
    width: 90px;
    height: 90px;
/* 
    position: absolute;
    top: calc(50% - 48px);
    left: 15px;
    display: block;
    content: "";
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #25b469;
    z-index: 1;
    transition: left 0.5s; */
}
.header_area nav .sp_nav_item .sp_nav_entry .entry_btn span {
    color: #fff;
    text-align: center;
    vertical-align: initial;
    z-index: 5;
    font-size: 48px;
}

@media screen and (max-width: 768px) {
    .header_area ._logo {
        width: clamp(200px, 45vw, 360px);
    }
    .header_area nav .pc_nav {
        display: none;
    }
    .header_area nav .sp_nav {
        display: block;
    }
}
@media screen and (max-width: 460px) {
    .header_area nav .sp_nav_item .sp_nav_entry .entry_btn {
        width: 240px;
        height: 80px;
    }
    .header_area nav .sp_nav_item .sp_nav_entry .entry_btn::before {
        width: 60px;
        height: 60px;
        left: 10px;
    }
    .header_area nav .sp_nav_item .sp_nav_entry .entry_btn .entry_btn_txt {
        font-size: 44px;
    }
}
/* @media screen and (max-width: 400px) {
    .header_area nav .sp_nav_item .sp_nav_entry .entry_btn {
        width: 95%;
        font-size: 48px;
    }
    .header_area nav .sp_nav_item .sp_nav_entry {
        padding: 30px 0;
    }
    .header_area nav .sp_nav_item .sp_nav_entry .entry_btn::before {
        top: calc(50% - 39px);
        width: 78px;
        height: 78px;
    }
} */

/*====================================
 Footer banner
=====================================*/
.bnr_area .link_bnr {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 158 / 45;
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}
.bnr_area .link_bnr .link_scale::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    scale: 1;
    transition: scale 0.5s cubic-bezier(0.355, 0.005, 0.14, 1);
    z-index: -1;
}
.bnr_area .link_bnr .link_scale:hover::before {
    scale: 1.1;
}

.bnr_area .link_bnr > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 40px;
    color: #fff;
}

.bnr_area .link_bnr .bnr_icon {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 50px;
    height: 50px;
    scale: 1;
    transform: translateY(-50%);
    transition: scale ease 0.5s;
}
.bnr_area .link_bnr .link_scale:hover .bnr_icon {
    scale: 1.1;
}
@media screen and (max-width: 768px) {
    .bnr_area .link_bnr {
        aspect-ratio: 92 / 45;
        padding: 20px;
    }
    .bnr_area .link_bnr .link_scale {
        padding: 8px;
    }
    .bnr_area .link_bnr .bnr_icon {
        width: 40px;
        height: 40px;
        right: 20px;
    }
}

/*====================================
 Footer
=====================================*/
.footer_area {
    margin-top: 60px;
}

.footer_area .container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 5% 0;
    justify-content: space-between;
    align-items: stretch;
}

.footer_area .container .logo_area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 33%; */
    /* max-width: 340px; */
    width: 340px;
    margin-left: auto;
    margin-right: auto;
}

.footer_area .container .corp_logo,
.footer_area .entry_btn {
    /* padding-bottom: calc(100% * 0.33 * 0.25); */
    margin-right: 25px;
    margin-bottom: 30px;
    width: 300px;
}

.footer_area .entry_btn {
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 999px;
    font-size: 48px;
    line-height: 1.8;
    transition: all 0.1s 0.3s;
    /* 3:1対応 */
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer_area .entry_btn:hover {
    background-color: #25b469;
}
.footer_area .entry_btn::before {
    left: 10px;
    width: 80px;
    height: 80px;
}
.footer_area .entry_btn:hover::before {
    left: calc(100% - 111px);
}

.footer_area .entry_btn .entry_btn_txt {
    text-align: center;
    vertical-align: middle;
    z-index: 5;
    transition: color 0.5s cubic-bezier(0.355, 0.005, 0.14, 1) 0.3s;
}
.footer_area .entry_btn:hover .entry_btn_txt {
    color: #fff;
}

.footer_area .container .nav_area {
    width: 66%;
    justify-content: space-between;
    gap: 10px;
}

.footer_area .container .nav_area > ul {
    display: grid;
    width: 50%;
}

.footer_area .sns_logo span {
    margin-right: 10px;
}

.footer_area .sns_logo span a:hover {
    opacity: .8;
}

.footer_area .link_area a {
    display: block;
    margin-bottom: 0.5rem;
    color: #666;
}
.footer_area .link_area a:hover {
    opacity: .6;
}

.footer_area .copy_area {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    padding-right: 5px;
}

.footer_area .corp_link_sp {
    display: none;
    width: 80%;
    max-width: 768px;
    margin: 0 auto;
    line-height: 2;
}
.footer_area .corp_link_sp .link_area a {
    margin-bottom: 0;
}
.footer_area .corp_link_sp .copy_area {
    margin-top: 20px;
    padding-bottom: 40px;
}

.footer_area .nav_area > ul::after {
    clear: both;
}

.footer_area .nav_area > ul > li {
    margin-bottom: 10px;
    padding: 40px 20px 30px;
    font-size: clamp(24px, 2.5vw, 32px);
    /* font-weight: 700; */
    border-radius: 10px;
    line-height: 1;
}

.footer_area .nav_area > ul > li a {
    position: relative;
    line-height: 1.2;
}
.footer_area .nav_area > ul > li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.5s ease-in-out;
}
.footer_area .nav_area > ul > li a:hover::after {
    width: 100%;
}

.footer_area .nav_area > ul > li > ul > li {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 960px) {
    .footer_area .container .logo_area {
        width: 260px;
    }
    .footer_area .container .corp_logo,
    .footer_area .entry_btn {
        width: 240px;
    }
    .footer_area .entry_btn {
        height: 80px;
    }
    .footer_area .entry_btn::before {
        width: 60px;
        height: 60px;
    }
    .footer_area .entry_btn .entry_btn_txt {
        font-size: 44px;
    }
}
@media screen and (max-width: 768px) {
    .footer_area .container .logo_area,
    .footer_area .container .nav_area,
    .footer_area .container .nav_area > ul {
        width: 100%;
    }
    .footer_area .container .logo_area {
        width: 95%;
        margin: unset;
        margin: 0 auto 40px;
    }
    .footer_area .container .corp_logo {
        width: 360px;
        margin: 40px auto;
    }
    .footer_area .entry_btn {
        width: 360px;
        margin: 30px auto;
    }
    .footer_area .entry_btn {
        height: 120px;
    }
    .footer_area .entry_btn::before {
        width: 100px;
        height: 100px;
    }
    .footer_area .entry_btn:hover {
        background-color: #fff;
        /* background-color: #000; */
    }
    .footer_area .entry_btn:hover::before {
        left: 10px;
    }
    .footer_area .entry_btn .entry_btn_txt {
        font-size: 56px;
    }
    .footer_area .entry_btn:hover .entry_btn_txt {
        color: #000;
    }
    .footer_area .sns_logo span {
        margin-right: 20px;
    }
    .footer_area .sns_logo span:last-child {
        margin-right: 0;
    }
    .footer_area .sns_logo span a:hover,
    .footer_area .link_area a:hover {
        opacity: unset;
    }
    .footer_area .container .corp_link_pc {
        display: none;
    }
    .footer_area .corp_link_sp {
        display: block;
    }
    .footer_area .nav_area > ul > li {
        padding: 20px;
        font-size: clamp(24px, 6vw, 32px);
    }
    .footer_area .nav_area > ul > li a:hover::after {
        width: 0;
    }
    .footer_area .nav_area > ul > li > ul > li {
        margin-top: 0.5rem;
        font-size: clamp(16px, 4vw, 20px);
    }
    .footer_area .nav_area > ul > li > ul > li:first-child {
        margin-top: 1rem;
    }
}
@media screen and (max-width: 460px) {
    .footer_area .container .corp_logo,
    .footer_area .entry_btn {
        width: 240px;
        margin: 25px auto;
    }
    .footer_area .entry_btn {
        height: 80px;
    }
    .footer_area .entry_btn::before {
        width: 60px;
        height: 60px;
        left: 10px;
    }
    .footer_area .entry_btn .entry_btn_txt {
        font-size: 44px;
    }    
    /* .footer_area .nav_area > ul > li > ul > li {
        line-height: 1.2;
    } */
}

/*====================================
 Body
=====================================*/
.bg_black {
    background-color: #000;
    color: #fff;
}

.bg_beige {
    background-color: #F4F4F0;
    color: #000;
}

.bg_white {
    background-color: #fff;
    color: #000;
}

.bg_dkbeige {
    background-color: #d1d1c5;
    color: #000;
}

.ta_center {
    text-align: center;
}
.ta_right {
    text-align: right;
}
.ta_left {
    text-align: left;
}

.icon_cat {
    width: fit-content;
    padding: 0 10px;
    border-radius: 999px;
    background-color: #25b469;
    color: #fff;
    font-weight: bold;
}

.uq_titlearea {
    padding: 40px 0 60px;
    background-color: #F4F4F0;
}
@media screen and (max-width: 768px) {
    .uq_titlearea {
        padding-left: clamp(20px, 1.5vw, 40px);
    }
}

.contents_sec {
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
}

.contents_sec_inner {
    padding: 40px;
    border-radius: 10px;
    background-color: #F4F4F0;
    color: #000;
}
@media screen and (max-width: 768px) {
    .contents_sec,
    .contents_sec_inner {
        padding-left: clamp(8px, 3vw, 24px);
        padding-right: clamp(8px, 3vw, 24px);
    }
}

.txt_area > p {
    margin-bottom: 1.5rem;
    line-height: 2;
}
/* SPサイズ時非表示 */
@media screen and (max-width: 768px) {
    .sp_none {
        display: none;
    }
}
/* PCサイズ時非表示 */
@media screen and (min-width: 768px) {
    .pc_none {
        display: none;
    }
}

@media screen and (min-width: 400px) {
    .br_400 {
        display: none;
    }
}

@media screen and (min-width: 500px) {
    .br_500 {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .br_600 {
        display: none;
    }
}

@media screen and (min-width: 700px) {
    .br_700 {
        display: none;
    }
}

@media screen and (min-width: 800px) {
    .br_800 {
        display: none;
    }
}

@media screen and (min-width: 900px) {
    .br_900 {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .br_1000 {
        display: none;
    }
}

@media screen and (min-width: 1100px) {
    .br_1100 {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .br_1200 {
        display: none;
    }
}

@media screen and (min-width: 1300px) {
    .br_1300 {
        display: none;
    }
}
/* SPサイズ時余白調整 */
@media screen and (max-width: 1200px) {
    .space_1200 {
        display: inline-block;
        content: " ";
        width: 1em;
        height: 1em;
    }
}
@media screen and (max-width: 1000px) {
    .space_1000 {
        display: inline-block;
        content: " ";
        width: 1em;
        height: 1em;
    }
}
@media screen and (max-width: 900px) {
    .space_900 {
        display: inline-block;
        content: " ";
        width: 1em;
        height: 1em;
    }
}
@media screen and (max-width: 700px) {
    .space_700 {
        display: inline-block;
        content: " ";
        width: 1em;
        height: 1em;
    }
}
@media screen and (max-width: 600px) {
    .space_600 {
        display: inline-block;
        content: " ";
        width: 1em;
        height: 1em;
    }
}
@media screen and (max-width: 500px) {
    .space_500 {
        display: inline-block;
        content: " ";
        width: 1em;
        height: 1em;
    }
}
@media screen and (max-width: 400px) {
    .space_400 {
        display: inline-block;
        content: " ";
        width: 1em;
        height: 1em;
    }
}

/*====================================
  Component
=====================================*/

/* Next Contents */
.c-nextContent__wrap {
    position: relative;
}
.c-nextContent__img {
    border-radius: 10px;
}
.c-nextContent__text-area {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    position: absolute;
    color: #fff;
}
.c-nextContent__next-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}