@charset "utf-8";
/*
Theme Name: Asahi_tools
Author: groworks
Version: 1.0.0
*/

/*---------- reset ----------*/
html {
    height: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    height: 100%;
    position: relative;
    letter-spacing: 0.06em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

header,
main,
article,
section,
nav,
footer {
    display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input,
textarea,
select,
button {
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
select,
button {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

form input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/*-------------------------------------------------------------
    Page related
-------------------------------------------------------------*/
#wrapper {
    position: relative;
}

#content_wrap {
    position: relative;
}

img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.inner {
    max-width: 1300px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.inner1100 {
    max-width: 1100px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.sp_size {
    display: none !important;
}

[href^="tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none !important;
}

::selection {
    background: #007CCF;
    color: #fff;
}

/*-------------------------------------------------------------
    header
-------------------------------------------------------------*/
#header_wrap {
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    transition: transform .5s ease;
}

#header_wrap.hide {
    transform: translate3d(0, -100%, 0);
}

#header_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
    padding: 18px 40px;
}

.header_brand {
    display: flex;
    align-items: center;
}

#logo a,
#logo img {
    display: block;
    max-width: 220px;
    width: 100%;
    height: auto;
}

.header_recruit_txt {
    display: block;
    margin: 0 0 0 35px;
    max-width: 230px;
    height: auto;
}

.menu_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #373737;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .3s ease;
}

.menu_toggle:hover {
    background: #333;
}

.menu_toggle_icon {
    position: relative;
    display: block;
    width: 50px;
    height: 11px;
}

.menu_toggle_line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: transform .3s ease, top .3s ease, bottom .3s ease;
}

.menu_toggle_line:first-child {
    top: 0;
}

.menu_toggle_line:last-child {
    bottom: 0;
}

.menu_toggle.is-open .menu_toggle_line:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
}

.menu_toggle.is-open .menu_toggle_line:last-child {
    bottom: 50%;
    transform: translateY(50%) rotate(-30deg);
}

.menu_overlay {
    position: fixed;
    inset: 0;
    z-index: 900;
    visibility: hidden;
    pointer-events: none;
}

.menu_overlay.is-open {
    visibility: visible;
    pointer-events: auto;
}

.menu_overlay_backdrop {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    transition: opacity .45s ease;
}

.menu_overlay.is-open .menu_overlay_backdrop {
    opacity: 1;
}

.menu_panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(400px, 88vw);
    height: 100%;
    background: #F6F6F6;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform .45s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.08);
}

.menu_overlay.is-open .menu_panel {
    transform: translateX(0);
}

.menu_nav {
    position: relative;
    z-index: 2;
    padding: 110px 36px 60px;
}

.menu_list {
    list-style: none;
}

.menu_item {
    border-top: 1px solid #d5d0c8;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity .4s ease, transform .4s ease;
}

.menu_item:first-child {
    border-top: none;
}

.menu_overlay.is-open .menu_item {
    opacity: 1;
    transform: translateX(0);
}

.menu_overlay.is-open .menu_item:nth-child(1) {
    transition-delay: .12s;
}

.menu_overlay.is-open .menu_item:nth-child(2) {
    transition-delay: .18s;
}

.menu_overlay.is-open .menu_item:nth-child(3) {
    transition-delay: .24s;
}

.menu_overlay.is-open .menu_item:nth-child(4) {
    transition-delay: .3s;
}

/* .menu_item:last-child {
    border-bottom: 1px solid #d5d0c8;
} */

.menu_link {
    display: block;
    padding: 24px 0;
    color: #333 !important;
    text-decoration: none;
    transition: opacity .3s ease;
}

.menu_link_body {
    display: block;
}

.menu_link:hover {
    opacity: .7;
}

.menu_link_head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.menu_link_ja {
    display: block;
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    font-weight: 600;
    line-height: 1.4;
}

.menu_link_en {
    display: block;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #0071BD;
}

.menu_link_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #333;
    border-radius: 50%;
}

.menu_link_icon img {
    display: block;
    width: 7px;
    height: auto;
    filter: brightness(0);
}

body.menu_open {
    overflow: hidden;
}

/*-------------------------------------------------------------
    arrow btn
-------------------------------------------------------------*/
.arrow_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #333;
}

.arrow_btn img {
    display: block;
    width: 8px;
    height: auto;
}

.arrow_btn--ne img {
    transform: rotate(-45deg);
}

/*-------------------------------------------------------------
    view more btn
-------------------------------------------------------------*/
.view_more {
    margin: 0;
    text-align: center;
}

.view_more_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: clamp(22rem, 20vw, 26.5rem);
    max-width: 100%;
    min-height: clamp(5rem, 6vw, 6.4rem);
    padding: clamp(1.4rem, 1.6vw, 1.6rem) clamp(4.8rem, 5vw, 5.6rem) clamp(1.4rem, 1.6vw, 1.6rem) clamp(2rem, 2.4vw, 2.4rem);
    border: 1px solid #333;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.view_more_link:hover {
    opacity: 0.7;
}

.view_more_arrow {
    position: absolute;
    top: 50%;
    right: clamp(1.8rem, 2vw, 2.4rem);
    width: 2.5rem;
    height: 1px;
    background: #333;
    transform: translateY(-50%);
}

.view_more_arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translate(0, -51%) rotate(45deg);
    transform-origin: center;
    box-sizing: border-box;
}

.view_more_arrow--inline {
    position: relative;
    top: auto;
    right: auto;
    flex-shrink: 0;
    transform: none;
}

.view_more_arrow--white {
    background: #fff;
}

.view_more_arrow--white::after {
    border-top-color: #fff;
    border-right-color: #fff;
}

/* サイズ・余白などの調整は各ページ専用CSS（css/home.css 等）で行う */

.view_more_txt {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #333;
}

.view_more_link {
    color: #333;
}

.view_more_link:visited {
    color: #333;
}

/*-------------------------------------------------------------
    footer
-------------------------------------------------------------*/
#footer_wrap {
    position: relative;
    color: #333;
    overflow: hidden;
}

.footer_bg {
    position: absolute;
    inset: 0;
    background: url(img/f_bg.png) no-repeat center / cover;
    pointer-events: none;
}

.footer_container {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.footer_entry,
.footer_content {
    position: relative;
    z-index: 1;
}

.footer_entry {
    color: #fff;
}

.footer_entry_inner {
    position: relative;
    padding: 190px 0 165px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 65px;
}

.footer_entry_ttl {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(4.8rem, 8vw, 9rem);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.footer_entry_sub {
    font-size: clamp(1.4rem, 2vw, 2rem);
    margin-bottom: 40px;
}

.footer_entry_catch {
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.09em;
    color: #fff;
}

.footer_entry_r {
    flex-shrink: 0;
}

.footer_entry_txt {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    line-height: 1.8;
    margin-bottom: 60px;
}

.footer_entry_btns {
    display: flex;
    gap: 20px;
}

.entry_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 430px;
    min-height: 64px;
    padding: 28px 25px 28px 60px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 2.2rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .3s ease;
}

.entry_btn:hover {
    opacity: .85;
}

.entry_btn--newgrad {
    background: #FF7200;
}

.entry_btn--career {
    background: #303F5D;
}

.entry_btn_icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    position: relative;
}

.entry_btn_icon::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 14px;
    height: 11px;
    margin: auto;
    background-color: #FF7200;
    mask: url(img/arrow_w.svg) center / contain no-repeat;
    -webkit-mask: url(img/arrow_w.svg) center / contain no-repeat;
}

.entry_btn--newgrad .entry_btn_icon {
    border: 2px solid #FF7200;
}

.entry_btn--newgrad .entry_btn_icon::after {
    background-color: #FF7200;
}

.entry_btn--career .entry_btn_icon {
    border: 2px solid #303F5D;
}

.entry_btn--career .entry_btn_icon::after {
    background-color: #303F5D;
}

.footer_content {
    padding-left: 140px;
}

.footer_inner {
    background: rgba(255, 255, 255, 0.88);
    padding: 80px 0 40px;
}

.footer_inner .footer_container {
    margin-left: auto;
    margin-right: 0;
    padding: 0 40px;
}

.footer_main {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
}

.footer_brand {
    flex-shrink: 0;
    width: 38%;
}

.footer_brand_head {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}

.footer_logo a,
.footer_logo img {
    display: block;
    max-width: 200px;
    width: 100%;
    height: auto;
}

.footer_recruit_txt {
    display: block;
    margin: 0 0 0 45px;
    max-width: 230px;
    height: auto;
}

.footer_corporate_link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 50px;
    color: #333 !important;
    font-size: clamp(1.6rem, 2vw, 2rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    transition: opacity .3s ease;
}

.footer_corporate_link_txt {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.footer_corporate_link:hover {
    opacity: .7;
}

.footer_corporate_link .arrow_btn {
    width: 32px;
    height: 32px;
}

.footer_corporate_link .arrow_btn img {
    width: 12px;
}

.footer_sns_list {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

.footer_sns_link {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    transition: opacity .3s ease;
}

.footer_sns_link:hover {
    opacity: .7;
}

.footer_sns_link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_nav_wrap {
    flex: 1;
    max-width: 560px;
}

.footer_nav_list {
    list-style: none;
    width: 100%;
    max-width: 360px;
}

.footer_nav_item {
    border-bottom: 1px solid #ccc;
}

.footer_nav_link {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
    color: #333 !important;
    text-decoration: none;
    transition: opacity .3s ease;
}

.footer_nav_link:hover {
    opacity: .7;
}

.footer_nav_body {
    flex: 1;
}

.footer_nav_en {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 1.2vw, 1.3rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #888;
    margin-bottom: 6px;
}

.footer_nav_ja {
    display: block;
    font-size: clamp(1.4rem, 1.8vw, 1.6rem);
    font-weight: 600;
    line-height: 1.5;
}

.footer_copy {
    text-align: center;
    font-size: clamp(1.1rem, 1.3vw, 1.2rem);
    color: #888;
}

#return a {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 50%;
    font-size: 0;
    z-index: 10;
}

#return a::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}

/*-------------------------------------------------------------
    fixed page common
-------------------------------------------------------------*/
#content_h {
    position: relative;
    padding-top: 86px;
}

#h_area {
    position: relative;
    z-index: 2;
}

#h_area h1 {
    font-size: clamp(3rem, 5vw, 4rem);
    font-weight: 600;
}

#h_area h1::before {
    content: attr(data-txt);
    display: block;
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    letter-spacing: 0.05em;
}

.content_area {
    padding: 80px 0;
}

.sec_ttl_h2 {
    font-size: clamp(2.4rem, 3.5vw, 3.2rem);
    font-weight: 600;
    margin-bottom: 30px;
}

.sec_ttl_h2::before {
    content: attr(data-txt);
    display: block;
    font-size: clamp(1.4rem, 1.8vw, 1.6rem);
    margin-bottom: 6px;
}

.sec_ttl_h3 {
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 600;
    margin-bottom: 30px;
}

.sec_ttl_h3::before {
    content: attr(data-txt);
    display: block;
    font-size: clamp(1.3rem, 1.6vw, 1.5rem);
    margin-bottom: 6px;
}

.center {
    text-align: center;
}

/* 流れる文字（マーキー） */
.flow_marquee {
    overflow: hidden;
}

.flow_marquee_viewport {
    overflow: hidden;
    padding-block: clamp(1rem, 2vw, 2rem);
}

.flow_marquee_track {
    display: flex;
    width: max-content;
    align-items: center;
    animation: flow_marquee 60s linear infinite;
}

.flow_marquee_item {
    margin: 0;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(4rem, 10vw, 14rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}

@keyframes flow_marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.table_no_bg table {
    width: 100%;
}

.table_no_bg th,
.table_no_bg td {
    padding: 18px 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}

.table_no_bg th {
    width: 25%;
    font-weight: 600;
}

/*-------------------------------------------------------------
    file link
-------------------------------------------------------------*/
.file_link {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    text-decoration: underline;
}

.file_link::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.file_link[href$=".pdf"]::after {
    background-image: url(img/icon_pdf.svg);
}

.file_link[href$=".xls"]::after,
.file_link[href$=".xlsx"]::after {
    background-image: url(img/icon_excel.svg);
}

.file_link[href$=".doc"]::after,
.file_link[href$=".docx"]::after {
    background-image: url(img/icon_word.svg);
}

.blank_link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 0.35em;
    background: url(img/icon_popup.svg) no-repeat center / contain;
    flex-shrink: 0;
}

/*-------------------------------------------------------------
    responsive
-------------------------------------------------------------*/
@media (min-width: 768px) {
    body {
        min-width: 1300px;
    }
}

@media screen and (max-width: 767px) {
    img {
        width: auto;
        height: auto !important;
        max-width: 100%;
    }

    .pc_size {
        display: none !important;
    }

    .sp_size {
        display: block !important;
    }

    [href^="tel:"] {
        pointer-events: all;
        text-decoration: underline;
    }

    .inner {
        width: calc(100% - 40px);
    }

    #content_h {
        padding-top: 70px;
    }

    #header_area {
        padding: 12px 20px;
    }

    .header_brand {
        flex: 1;
        min-width: 0;
        gap: 10px;
    }

    #logo {
        flex-shrink: 1;
        min-width: 0;
        max-width: 130px;
    }

    #logo img {
        max-width: 100%;
    }

    .header_recruit_txt {
        flex-shrink: 1;
        min-width: 0;
        max-width: 130px;
        margin: 0;
    }

    .menu_toggle {
        width: 44px;
        height: 44px;
    }

    .menu_toggle_icon {
        width: 22px;
        height: 8px;
    }

    .menu_panel {
        width: min(360px, 90vw);
    }
	
    .menu_panel .footer_corporate_link {
        margin-left: 0;
    }

    .menu_nav {
        padding: 80px 24px 48px;
    }

    #header_wrap {
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        transition: transform .5s ease, background .3s ease, backdrop-filter .3s ease, -webkit-backdrop-filter .3s ease;
        will-change: transform;
    }

    #header_wrap.smallhead {
        backdrop-filter: blur(10px) brightness(1.21);
        -webkit-backdrop-filter: blur(10px) brightness(1.21);
    }

    .menu_link {
        padding: 20px 0;
    }

    .content_area {
        padding: 50px 0;
    }

    #footer_wrap .footer_container {
        padding: 0 20px;
    }
	
	.footer_bg {
        background: url(img/f_bg_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .footer_content {
        padding-left: 0;
    }

    .footer_inner {
        padding: 60px 0 32px;
        background-color: #e7e8e9;
    }

    .footer_inner .footer_container {
        margin-left: auto;
        margin-right: auto;
    }

    .footer_entry_inner {
        padding: 60px 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer_entry_r {
        width: 100%;
        max-width: none;
    }

    .footer_entry_btns {
        flex-direction: column;
        align-items: center;
    }

    .entry_btn {
        width: 100%;
        max-width: 430px;
        padding: 20px 25px 20px 60px;
        font-size: 1.8rem;
    }

    .footer_main {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }

    .footer_brand,
    .footer_nav_wrap {
        width: 100%;
        max-width: none;
    }

    .footer_brand_head {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer_recruit_txt {
        margin: 0;
        max-width: 190px;
    }

    .footer_corporate_link {
        display: flex;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .footer_sns_list {
        justify-content: center;
    }

    .footer_nav_link {
        padding: 15px 0;
    }

    .footer_nav_list {
        margin-left: auto;
        margin-right: auto;
    }

    .footer_copy {
        text-align: center;
    }
}