body,
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
}

html {
    overflow-y: scroll
}

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

ol,
ul {
    list-style: none
}

fieldset,
img {
    border: 0
}

img {
    max-width: 100%;
    vertical-align: bottom
}

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

caption,
th {
    text-align: left
}

a {
    text-decoration: none;
    color: #000
}

a:focus {
    outline: none
}

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

* {
    box-sizing: border-box
}

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0
}

.company_detail_section {
    margin-bottom: min(100px, 7.321%);
    margin-top: 30px
}

.company_detail_list li {
    border-bottom: 1px solid #acabab;
    display: flex
}

.company_detail_list li ul li {
    border: none;
    padding: 10px 0
}

.company_detail_list li ul li:first-child {
    border: none
}

.company_detail_list li:first-child {
    border-top: 1px solid #acabab
}

.company_detail_list li .left {
    width: max(220px, 31.2%);
    padding: 1rem 2.375rem;
    background-color: #F6F8FB
}

.company_detail_list li .right {
    width: min(calc(100% - 220px), calc(100% - 31.2%));
    padding: 1rem 2.375rem;
    flex-grow: 1
}

@media (max-width:768px) {
    .company_detail_list li .left {
        width: 150px;
        padding: 10px;
        background-color: #F6F8FB;
        display: flex;
        align-items: center
    }

    .company_detail_list li .right {
        width: calc(100% - 150px);
        padding: 10px
    }
}

@media (max-width:480px) {
    .company_detail_list li {
        display: block
    }

    .company_detail_list li .left {
        width: 100%
    }

    .company_detail_list li .right {
        width: 100%
    }
}

.greeting_section {
    margin-bottom: min(100px, 7.321%)
}

.greeting_section .greeting_2column {
    display: flex;
    justify-content: space-between
}

.greeting_section .greeting_2column .left {
    width: 45.7%
}

.greeting_section .greeting_2column .right .sectiontitle {
    margin: min(77px, 17.47%) 0;
    margin-left: -6.5%
}

.greeting_section .greeting_2column .right .middleText {
    margin-bottom: 6%
}

.greeting_section .greeting_2column .right .bottomText {
    margin-bottom: 8%;
    line-height: 2.0
}

.greeting_section .greeting_2column .right .signature .f14 {
    margin-right: 3.5%
}

@media (max-width:768px) {
    .greeting_section .greeting_2column {
        display: block
    }

    .greeting_section .greeting_2column .left {
        width: 100%
    }

    .greeting_section .greeting_2column .right {
        width: 100%;
        margin: 0;
        margin-top: 30px
    }

    .greeting_section .greeting_2column .right p,
    .greeting_section .greeting_2column .right span {
        font-size: 16px
    }

    .greeting_section .greeting_2column .right .signature {
        text-align: right
    }
}

@media (max-width:480px) {
    .greeting_section {
        margin: 50px 0
    }

    .greeting_section .container .sectiontitle {
        margin-bottom: 20px
    }

    .greeting_section .container .sectiontitle .title {
        font-size: 20px;
        line-height: 1;
        font-weight: 700
    }
}

.access_section {
    margin-bottom: min(104px, 7.7%)
}

.access_section .sectiontitle {
    margin-bottom: 5.18%
}

.access_section .access_list li {
    margin-bottom: 5%
}

.access_section .access_list li:last-child {
    margin-bottom: 0
}

.access_section .access_list li .top {
    margin-bottom: 1.73%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.access_section .access_list li .top .mapButton img {
    height: 19px;
    margin-right: 4px;
    width: auto;
    object-fit: contain
}

.access_section .access_list li .top .title {
    display: block;
    align-items: center span;
    display: block;
    background-color: #cbc6c0;
    width: 10px;
    height: 48px;
    border-radius: 100px;
    margin-right: 1rem
}

.access_section .access_list li .top .mapButton {
    display: flex;
    align-items: center;
    background-color: #cbc6c0;
    padding: 0.75rem 1.625rem;
    background-color: #d9d9d9;
    border-radius: 100px
}

.access_section .access_list li .bottom {
    height: 490px
}

.access_section .access_list li .bottom iframe {
    width: 100% !important;
    height: 100% !important
}

@media (max-width:768px) {
    .access_section .sectiontitle .f24 {
        font-size: 20px;
        font-weight: 700
    }

    .access_section .access_list li .bottom {
        height: 350px
    }
}

@media (max-width:480px) {
    .access_section .access_list li .top .mapButton {
        padding: 0.4rem 1rem;
        margin: 20px 0;
        margin-left: auto;
        padding: 0.5rem 1rem
    }

    .access_section .access_list li .bottom {
        height: 250px
    }
}

.name_2column {
    display: flex;
    justify-content: space-around
}

.name-right {
    width: 50%;
    line-height: 2.0
}

.name_section {
    margin-bottom: min(100px, 7.321%)
}

.flow_item {
    grid-template-columns: 1fr 1fr;
    counter-increment: number;
    align-items: center;
    padding-left: 0;
    border-top: solid 1px #616477;
    border-top: solid 1px var(--clr-main);
    position: relative;
    margin: 60px auto;
    width: 70%;
}


@media (max-width:480px) {
    .flow_item {
        display: block
    }

    .item--lft {
        width: 40%;
        height: auto;
        margin-bottom: 6%
    }
}

.staff_sec .inner .flow_item .item--rgt .ttl {
    padding-bottom: 20px
}

/*.flow_item .num {
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #616477;
    color: #616477;
    color: var(--clr-main);
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    margin-right: 3.75rem;
}

.flow_item .num::before {
    content: "STEP";
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-family: "Outfit", sans-serif;
    font-family: var(--font-en2);
    font-weight: 600;
}

.flow_item .num::after{    content: counter(number, decimal-leading-zero);
    font-size: 2rem;
    letter-spacing: 0.08em;
    line-height: 1;
    font-family: "Cormorant", serif;
    font-family: "Cormorant Infant", serif;
    font-family: var(--font-en3);
    font-weight: 600;
}*/
.item--lft {
    width: 80%;
    align-items: center;
}

.recruit_btnwrapper {
    padding: 50px 0;
}

.works_sec .inner .content_wrapper .text_box p {
    text-align: center;
    line-height: 2.5;
}

.works_sec .inner .content_wrapper .btn_wrapper .more_btn {
    margin-top: 70px;
}