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, 12.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: #f3f2ef;
        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, 12.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.2;
    text-align: left;
    width: 80%;
    margin: 0 auto
}

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

.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 .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
    }
}

.policy_section {
    margin-bottom: min(100px, 12.321%)
}

.policy_section .policy_2column .right .middleText {
    margin: 3% auto;
    display: table;
}

.impor_section {
    margin-bottom: min(100px, 12.321%)
}

.impor_section .impor_2column .right .impor-table tbody tr td.td-lft {
    padding-right: 50px
}

.impor_section .impor_2column .right .impor-table tbody tr td {
    padding: 10px 0
}

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

.policy_section .policy_2column .right .policy-det {
    margin: 2% 0
}

.policy-det h4 {
    margin-bottom: 1%
}

.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 .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;
   right: 1rem
}

.access_section .access_list li .top .mapButton {
    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 {
        display: inline-block;
        margin-top: 10px;
        padding: 0.55rem 1.025rem
    }

    .access_section .access_list li .top {
        display: block
    }

    .access_section .access_list li .top .mapButton {
        padding: 0.4rem 1rem;
        margin: 20px 0;
        margin-left: auto;
        padding: 0.5rem 1rem;
        display: inline-block;
    }

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

.name_2column {
    display: flex;
    justify-content: space-around;
    margin-top: 6%;
    align-items: center
}

.name-right {
    width: 60%;
    line-height: 2.0;
    margin-left: 5%;
}

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

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

    .name-right {
        width: 100%;
        margin-left: 0;
        padding-top: 20px;
    }
}

.impor_2column {
    display: table;
    margin: 0 auto;
}

.access-desc {
    margin: 40px 0;
}

.policy_2column {
    display: table;
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

.map-pin {
    border: solid 1px #333;
    padding: 10px;
    border-radius: 30px;
}
.map-flex {
    --lh: 1.75;
border-top: 1px solid rgba(34, 34, 34, .1);
display: flex
;
gap: 1.9rem;
padding: 1.4em 0;
font-size: 1.2rem;
}


.title_en::before {
  content: "";
display: block;
flex-shrink: 0;
width: 8px;
height: 8px;
margin-top: 3px;
border-radius: 50%;
background-color: #00138C;
}
.title_en {
display: flex;
align-items: center;
gap: 11px;
}
.sectiontitle {
display: flex;
  gap: 0 14px;
}