/* COLOR */
:root {
    --orange-color: #EB6300;
    --green-color: #38B498;
    --yellow-color: #FFFDED;
}

/* FONT SETTING */

@font-face {
    font-family: "note_b";
    src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "note_m";
    src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "note_r";
    src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "roboto_r";
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

html {
    font-family: "note_m";
    scroll-behavior: smooth;
}

section.form {
    padding-bottom: 100px;
    padding-top: 100px;
}

h1.section-title,
h1.section-title {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #FFFF00 30%);
    display: block;
    margin: 0 auto;
    width: max-content;
    font-family: "note_b";
}

h2.section-h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--orange-color);
}

span.almax {
    position: relative;
}
.d-flex {
    display: flex;
}
.nowrap {
    white-space: nowrap; 
}
.fz20 {
   font-size: 20px !important;
   line-height: 1.1 !important;
}

/* span.almax::after {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 10px;
    content: "メタレックス";
    width: max-content;
} */

img.sp,
svg.sp,
br.sp {
    display: none;
}



.con-btn {
    position: fixed;
    bottom: 20px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: .3s;
}

.con-btn img {
    width: 100%;
    max-width: 275px;
}

.con-btn.active {
    transition: .3s;
    opacity: 1;
    visibility: visible;
}

section.form p.form-text {
    font-size: 20px;
    margin-top: 45px;
    text-align: center;
    color: var(--orange-color);
    position: relative;
}

/* section.form p.form-text::after {
    content: "※ are required.";
    font-size: 16px;
    font-family: "roboto_r";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
} */

section.thanks,
section.form form.h-adr,
section.confirm {
    margin: 0 auto;
    margin-top: 80px;
    max-width: 712px;
    width: 100%;
}

section.confirm {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}


section.form form.h-adr dl.form-list {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.confirm dl.form-list {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

section.form form.h-adr dl.form-list dt.form-list_name,
section.confirm div.h-adr dl.form-list dt.form-list_name {
    display: flex;
    width: 200px;
}

section.form form.h-adr dl.form-list dt.form-list_name p,
section.confirm div.h-adr dl.form-list dt.form-list_name p {
    font-size: 16px;
    color: #000;
    margin-right: 10px;
    height: fit-content;
    position: relative;
}

section.form form.h-adr dl.form-list dt.form-list_name p::after,
section.confirm div.h-adr dl.form-list dt.form-list_name p::after {
    content: "";
    font-size: 14px;
    font-family: "roboto_r";
    position: absolute;
    bottom: -27px;
    left: 0;
    width: max-content;
}

section.confirm div.h-adr dl.form-list dt.form-list_name p::after {
    bottom: -20px;
}
/* 
section.form form.h-adr dl.form-list:nth-child(1) dt.form-list_name p::after,
section.confirm div.h-adr dl.form-list:nth-child(1) dt.form-list_name p::after {
    content: "Company Name";
}

section.confirm div.h-adr dl.form-list:nth-child(3) dt.form-list_name p::after,
section.form form.h-adr dl.form-list:nth-child(3) dt.form-list_name p::after {
    content: "Your Name";
}

section.confirm div.h-adr dl.form-list:nth-child(5) dt.form-list_name p::after,
section.form form.h-adr dl.form-list:nth-child(5) dt.form-list_name p::after {
    content: "Company Location";
}

section.confirm div.h-adr dl.form-list:nth-child(7) dt.form-list_name p::after,
section.form form.h-adr dl.form-list:nth-child(7) dt.form-list_name p::after {
    content: "Website URL";
}

section.confirm div.h-adr dl.form-list:nth-child(9) dt.form-list_name p::after,
section.form form.h-adr dl.form-list:nth-child(9) dt.form-list_name p::after {
    content: "Telephone Number";
}

section.confirm div.h-adr dl.form-list:nth-child(11) dt.form-list_name p::after,
section.form form.h-adr dl.form-list:nth-child(11) dt.form-list_name p::after {
    content: "E-mail";
}

section.confirm div.h-adr dl.form-list:nth-child(13) dt.form-list_name p::after,
section.form form.h-adr dl.form-list:nth-child(13) dt.form-list_name p::after {
    content: "Booth Size";
}

section.confirm div.h-adr dl.form-list:nth-child(15) dt.form-list_name p::after,
section.form form.h-adr dl.form-list:nth-child(15) dt.form-list_name p::after {
    content: "Budget";
}

section.confirm div.h-adr dl.form-list:nth-child(17) dt.form-list_name p::after,
section.form form.h-adr dl.form-list:nth-child(17) dt.form-list_name p::after {
    content: "Exhibited Product";
}

section.confirm div.h-adr dl.form-list:nth-child(19) dt.form-list_name p::after,
section.form form.h-adr dl.form-list:nth-child(19) dt.form-list_name p::after {
    content: "Inquiry";
} */

section.confirm dd.form-list_content {
    width: 80%;
    overflow-wrap: anywhere
}

section.form form.h-adr dl.form-list dt.form-list_name span.form-required_icon {
    color: var(--orange-color);
}

section.form form.h-adr dl.form-list dd.form-list_content {
    width: calc(100% - 200px);
}

section.form form.h-adr dl.form-list dd.form-list_content div.access-box input.p-postal-code {
    width: 166px;
}

section.form form.h-adr dl.form-list dd.form-list_content div.access-box div.select-style {
    width: 198px;
    height: auto;
    position: relative;
    margin: 10px 0;
}

section.form form.h-adr dl.form-list dd.form-list_content div.access-box div.select-style::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(131deg);
}

section.form form.h-adr dl.form-list dd.form-list_content div.access-box select.p-region {
    border-radius: 10px;
    border: 1px solid #707070;
    background-color: #F5F5F5;
    width: 198px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}

section.form form.h-adr dl.form-list dd.form-list_content input {
    border-radius: 10px;
    border: 1px solid #707070;
    background-color: #F5F5F5;
    padding-left: 20px;
    height: 50px;
    width: 100%;
    font-size: 16px;
}

section.form form.h-adr dl.form-list:nth-child(13) dd.form-list_content input {
    width: 88px;
}

section.form form.h-adr dl.form-list dd.form-list_content input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

section.form form.h-adr dl.form-list dd.form-list_content textarea {
    border-radius: 10px;
    border: 1px solid #707070;
    background-color: #F5F5F5;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 10px;
    width: 510px;
    height: 210px;
    resize: none;
}

section.form form.h-adr div.form-privacy_box {
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
}

section.form form.h-adr div.form-privacy_box input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 5px;
}

section.form form.h-adr div.form-privacy_box a {
    text-decoration: underline;
}

section.confirm div.h-adr input[type="submit"],
section.form form.h-adr input[type="submit"] {
    width: 250px;
    height: 60px;
    color: white;
    font-size: 18px;
    background-color: gray;
    border-radius: 10px;
    text-align: center;
    margin: 50px auto 0;
    display: block;
    pointer-events: none;
}

section.confirm div.h-adr input[type="submit"].confirm-btn.go {
    margin: 0;
}

input:checked~input#sbbtn {
    pointer-events: fill;
    background-color: var(--green-color);
}

section.confirm div.h-adr input[type="submit"] {
    pointer-events: fill;
    background-color: var(--green-color);
}

section.confirm div.h-adr .confirm-btn:hover,
section.form form.h-adr input#sbbtn:hover {
    background-color: #2d967d;
}

section.form hr,
section.confirm hr {
    color: #EAEAEA;
}

section.form p.msg {
    color: var(--orange-color);
    font-size: 12px;
}

form.conf-form {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

form.conf-form a.f-back-btn {
    width: 250px;
    height: 60px;
    color: white;
    font-size: 18px;
    background-color: var(--green-color);
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

form.conf-form a.f-back-btn:hover {
    opacity: .8;
}

section.thanks {
    margin-bottom: 100px;
}

section.thanks .thanks-text {
    font-size: 16px;
    color: #000;
    line-height: 1.75;
    margin-top: 100px;
    text-align: center;
}

/* ==============header================= */
header.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: var(--yellow-color);
}

header.header .logo {
    margin-right: 54px;
}

nav.navi {
    display: flex;
}

nav.navi a.navi-link {
    font-size: 16px;
    display: flex;
    align-items: center;
}

nav.navi a.navi-link::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(132deg);
    margin-left: 10px;
}

nav.navi a.navi-link:nth-child(2) {
    margin: 0 50px;
}

/* -----------------main view---------------------- */
section.mv {
    width: 100%;
    /* height: calc(100vh - 115px - 70px); */
    height: 581px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

section.mv::after {
    content: "";
    /* width: 92.5%; */
    width: 100%;
    height: 100%;
    background-color: var(--yellow-color);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-bottom-right-radius: 30px;
}

section.mv div.mv-text_box {
    /* width: calc(100% - 47.95vw); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin-right: 2%;
}

section.mv div.mv-text_box div.mv-text-box_top {
    display: flex;
    justify-content: center;
    width: 100%;
}

section.mv div.mv-text_box p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

section.mv div.mv-text_box p span.mv-text_sizec {
    font-size: 50px;
    font-weight: bold;
    position: relative;
}

/* section.mv div.mv-text_box p span.mv-text_sizec::before {
    content: "メタレックス";
    font-size: 14px;
    position: absolute;
    top: -10px;
    color: #000;
    left: 50px;
} */

section.mv div.mv-text_box h1.mv-title {
    font-size: 45px;
    font-weight: bold;
    color: var(--orange-color);
    text-align: center;
    margin-top: 10px;
}
@media screen and (max-width: 1100px) {
    section.mv div.mv-text_box h1.mv-title {
        font-size: 45px;
    }
}

section.mv div.mv-text_box h1.mv-title img {
    margin-right: 10px;
}

section.mv div.mv-text_box h2.mv-sb-title {
    font-size: 25px;
    font-weight: bold;
    color: var(--orange-color);
    margin-top: 10px;
}
@media screen and (max-width: 1100px) {
    section.mv div.mv-text_box h2.mv-sb-title  {
        font-size: 25px;
    }
}

section.mv div.mv-text_box div.mv-flex {
    display: flex;
    margin-top: 20px;
}

section.mv div.mv-text_box div.mv-flex div.mv-flex-text {
    border-radius: 24px;
    border: 2px solid var(--orange-color);
    background-color: #FFFF00;
    padding: 0 20px;
    height: 47px;
    color: var(--orange-color);
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
@media screen and (max-width: 1100px) {
    section.mv div.mv-text_box div.mv-flex div.mv-flex-text {
        font-size: 18px;
    }  
}

section.mv div.mv-text_box a.mv-text_box-link {
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green-color);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
}

section.mv div.mv-text_box a.mv-text_box-link img {
    margin-right: 5px;
}

section.mv .mv-right-block {
    /* width: 47.95vw;
    height: 36.31vw; */
    width: 656px;
    height: 496px;
    position: relative;
    border-radius: 0 0 0 30px;
    margin-left: 2%;
}

section.mv .mv-right-block::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--orange-color);
    position: absolute;
    bottom: -20px;
    left: -20px;
    display: block;
    border-radius: 0 0 0 30px;
}


section.mv .mv-right-block div.mv-right_change-img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0 0 0 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: opacity 1s;
}

section.mv .mv-right-block div.mv-right_change-img.n01 {
    background-image: url(../img/mv-s-03@2x.png);
}

section.mv .mv-right-block div.mv-right_change-img.n02 {
    background-image: url(../img/mv-s-02@2x.png);
}

section.mv .mv-right-block div.mv-right_change-img.n03 {
    background-image: url(../img/mv-s-01@2x.png);
}


/* =============== worries section =============== */
section.worries {
    padding-top: 30px;
}


section.worries p.worries-p {
    margin-top: 50px;
    font-size: 18px;
    color: #000;
    text-align: center;
}

section.worries p.worries-p span {
    position: relative;
}

/* section.worries p.worries-p span::after {
    content: "メタレックス";
    position: absolute;
    top: -10px;
    font-size: 10px;
    left: 10px;
} */

section.worries div.worries-block {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    margin-top: 50px;
}

section.worries div.worries-block div.worries-block-content {
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1.75;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 10px;
    border: 2px solid var(--orange-color);
    position: relative;
    background-color: #fff;
}

section.worries div.worries-block div.worries-block-pipo:nth-child(even) div.worries-block-content {
    padding-left: 50px;
    padding-right: 30px;
}

section.worries div.worries-block div.worries-block-content::after {
    content: "";
    width: 2px;
    height: 17px;
    background-color: white;
    position: absolute;
    display: block;
}

section.worries div.worries-block div.worries-block-pipo:nth-child(even) div.worries-block-content::after {
    top: 51%;
    right: -2px;
    transform: translateY(-50%);
}

section.worries div.worries-block div.worries-block-pipo:nth-child(odd) div.worries-block-content::after {
    top: 51%;
    left: -2px;
    transform: translateY(-50%);
}

section.worries div.worries-block div.worries-block-pipo {
    margin-bottom: 0;
    position: relative;
}

section.worries div.worries-block div.worries-block-pipo:not(:last-child) {
    margin-bottom: 20px;
}

section.worries div.worries-block div.worries-block-content span.color-orange {
    color: var(--orange-color);
}

.worries-block-content-items {
    width: 42px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

section.worries div.worries-block div.worries-block-pipo:nth-child(even) .worries-block-content-items {
    background-image: url(../img/worries/line-pass.svg);
    right: -38px;
}

section.worries div.worries-block div.worries-block-pipo:nth-child(odd) .worries-block-content-items {
    background-image: url(../img/worries/line-pass-left.svg);
    left: -38px;
}

section.worries div.worries-block div.worries-block-pipo:nth-child(even) {
    transform: translateX(50px);
}

section.worries div.worries-block div.worries-block-pipo:nth-child(odd) {
    transform: translateX(-50px);
}

section.worries div.worries-block div.worries-block-pipo::after {
    content: "";
    width: 97px;
    height: 97px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

section.worries div.worries-block div.worries-block-pipo:nth-child(1)::after {
    background-image: url(../img/worries/worries-img01.svg);
    left: -130px;
}

section.worries div.worries-block div.worries-block-pipo:nth-child(2)::after {
    background-image: url(../img/worries/worries-img02.svg);
    right: -130px;
}

section.worries div.worries-block div.worries-block-pipo:nth-child(3)::after {
    background-image: url(../img/worries/worries-img03.svg);
    left: -130px;
}

section.worries div.worries-block div.worries-block-pipo:nth-child(4)::after {
    background-image: url(../img/worries/worries-img04.svg);
    right: -130px;
}

/* ----------- work section ---------------- */
section.work {
    width: 92.5%;
    background-color: var(--yellow-color);
    margin-left: auto;
    margin-right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 120px;
    position: relative;
}

section.work img.work-img {
    margin-top: 45px;
    width: 90%;
}

/* ---------------------- about section ----------------------- */
section.about {
    width: 100%;
    background-color: var(--orange-color);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

section.about::after {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: var(--orange-color);
    display: block;
    z-index: -1;
}

section.about div.about-head {
    max-width: 1166px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

section.about div.about-head div.about-head-left {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.about div.about-head div.about-head-left h2.about-title {
    color: white;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
}

section.about div.about-head div.about-head-left h2.about-title span {
    position: relative;
}
/* 
section.about div.about-head div.about-head-left h2.about-title span::after {
    content: "メタレックス";
    font-size: 14px;
    color: white;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
} */

section.about div.about-head div.about-head-left img.about-logo01 {
    margin-top: 100px;
    max-width: 475px;
    width: 100%;
}

section.about div.about-head div.about-head-left img.about-logo02 {
    margin-top: 50px;
    max-width: 475px;
    width: 100%;
}

section.about div.about-head div.about-head-right {
    flex-basis: 50%;
}

section.about div.about-head div.about-head-right p {
    font-size: 16px;
    font-weight: 500;
    color: white;
    line-height: 1.75;
}

section.about div.about-head div.about-head-right p span {
    position: relative;
}
/* 
section.about div.about-head div.about-head-right p span::after {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 10px;
    content: "メタレックス";
    color: white;
} */

div.about-footer {
    border-radius: 20px;
    background-color: #fff;
    max-width: 1166px;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    margin-top: 50px;
}

div.about-footer p.about-footer-text {
    width: fit-content;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
    padding: 0 5%;
}

div.about-footer p.about-footer-text span {
    color: var(--orange-color);
}

div.about-footer div.about-footer-flex {
    display: flex;
    justify-content: center;
}

div.about-footer div.about-footer-flex div.about-footer-img {
    width: 400px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
    position: relative;
}

div.about-footer div.about-footer-flex div.about-footer-img:nth-child(1) {
    margin-right: 30px;
}

div.about-footer div.about-footer-flex div.about-footer-img::after {
    font-size: 16px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
}

div.about-footer div.about-footer-flex div.about-footer-img:nth-child(1)::after {
    content: "Wide pathway";
}

div.about-footer div.about-footer-flex div.about-footer-img:nth-child(2)::after {
    content: "Narrow pathway";
}

/* ------------------- section reason ----------------------- */
section.reason {
    padding-top: 100px;
    padding-bottom: 100px;
}

div.reason-block01-flex {
    max-width: 1062px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 100px;
}

div.reason-block01-flex img.reason-block01-flex-img {
    display: none;
}

div.reason-block01-flex div.eason-block01-flex-left {
    max-width: 526px;
    width: 100%;
}

div.reason-block01-flex div.eason-block01-flex-left p {
    font-size: 16px;
    color: #000;
    line-height: 1.75;
    margin-top: 30px;
}

div.reason-block01-flex div.eason-block01-flex-left img {
    width: 100%;
    margin-top: 20px;
}

div.reason-block01-flex div.reason-block01-flex-right {
    max-width: 482px;
    width: 100%;
}

div.section-reason-items_box {
    border: 2px solid var(--orange-color);
    background-color: var(--yellow-color);
    width: 100%;
    border-radius: 20px;
    padding: 30px;
}

div.reason-block01-flex div.reason-block01-flex-right div.section-reason-items_box:nth-child(2) {
    margin: 20px 0;
}

div.section-reason-items_box p.section-reason-items_box-num {
    font-size: 20px;
    font-family: "roboto_r";
    color: var(--orange-color);
}

div.section-reason-items_box h3.section-reason-items_box-title {
    margin-top: 7px;
    color: var(--orange-color);
    font-size: 22px;
    font-weight: bold;
}

div.section-reason-items_box p.section-reason-items_box-p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.75;
}

div.reason-block02 {
    max-width: 1062px;
    width: 100%;
    margin: auto;
    margin-top: 80px;
}

div.reason-block02 div.seftion-block02-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

div.reason-block02 div.seftion-block02-flex div.section-reason-items_box {
    width: 32%;
}

div.reason-block02 div.seftion-block02-flex div.section-reason-items_box p.section-reason-items_box-num span {
    font-size: 16px;
    margin-left: 5px;
    line-height: 1.4;
    display: flex;
}

div.reason-block03 {
    max-width: 1062px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 100px;
}

div.reason-block03 p {
    max-width: 703px;
    width: 100%;
    font: 16px;
    line-height: 1.75;
}


/* -----------------section voice------------------ */
section.voice {
    width: 100%;
    background-image: url(../img/voice/voice-back@2x.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

section.voice div.voice-block {
    max-width: 1126px;
    width: 100%;
    margin: auto;
}

.slick-list {
    max-width: 1126px !important;
}

section.voice img.voice-icon {
    display: block;
    height: 45px;
    width: 60px;
    margin: 0 auto;
}

section.voice h1.voice-title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

section.voice p.voice-text {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

section.voice div.myslide {
    margin-top: 50px;
}

section.voice div.myslide a {
    width: 320px;
}

section.voice div.myslide a:hover {
    opacity: 0.8;
}

section.voice div.myslide a img {
    width: 100%;
    height: 100%;
}

section.voice div.myslide a p {
    color: white;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

section.voice div.myslide a div {
    margin: 0 5px;
}

section.voice a.voice-link {
    width: 250px;
    height: 60px;
    background-color: #FFFF00;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 10px;
}

section.voice a.voice-link img {
    display: block;
    margin-left: 5px;
    margin-top: 3px;
}

.slick-next.slick-arrow.a-lf,
.slick-prev.slick-arrow.a-ri {
    width: 50px;
    height: 50px;
    z-index: 10;
    top: 45%;
}

/* ================section flow================= */
section.flow {
    padding-top: 100px;
}

.arrow_box {
    position: relative;
    width: fit-content;
    height: 67px;
    background: #FFFFFF;
    padding: 10px;
    text-align: center;
    border: 1px solid #000000;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0 auto;
    margin-top: 40px;
}

.arrow_box:after,
.arrow_box:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 49%;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    border-top-color: #FFFFFF;
}

.arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 23px;
    border-bottom-width: 23px;
    border-left-width: 13px;
    border-right-width: 13px;
    margin-left: -13px;
    margin-top: 1px;
    border-top-color: #000000;
}

.flow-img-map {
    max-width: 1166px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.flow-img-map img {
    width: 100%;
}

section.flow div.flow-box {
    max-width: 712px;
    width: 100%;
    height: 156px;
    background-color: var(--yellow-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

section.flow div.flow-box h2.flow-box-text {
    font-size: 32px;
    color: #FF0000;
    font-weight: bold;
}

section.flow div.flow-box h2.flow-box-text span {
    font-size: 42px;
}

section.flow p.flow-p {
    margin: 0 auto;
    margin-top: 50px;
    line-height: 1.75;
    max-width: 710px;
    width: 100%;
}

.arrow_box02 {
    position: relative;
    width: fit-content;
    background: #FEFDEB;
    padding: 15px 45px;
    color: #FF0200;
    border: 1px solid #FF5050;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* display: flex;
    align-items: center; */
    font-weight: bold;
    margin-right: -60px;
    margin-left: auto;
    margin-top: 30px;
    text-align: center;
}

.arrow_box02 span {
    font-size: 18px;
    line-height: 1.75;
    margin-right: 5px;
}

.arrow_box02-big-text {
    font-size: 30px;
    font-family: "";
    font-family: 'Roboto';
    font-weight: bold;
}

.arrow_box02:after,
.arrow_box02:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 49%;
}

.arrow_box02:after {
    border-color: rgba(255, 80, 80, 0);
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    border-bottom-color: #FEFDEB;
}

.arrow_box02:before {
    border-color: rgba(255, 80, 80, 0);
    border-top-width: 23px;
    border-bottom-width: 23px;
    border-left-width: 13px;
    border-right-width: 13px;
    margin-left: -13px;
    margin-bottom: 1px;
    border-bottom-color: #FF5050;
}

div.flow-green-box {
    max-width: 92.5%;
    background-color: var(--green-color);
    height: 980px;
    margin: auto;
    margin-left: calc(50% - 50vw);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-right: calc((50% - 50vw) * -1);
    position: initial;
}

.flow-cover {
    z-index: 1;
    padding-top: 100px;
}

div.flow-green-box span.flow-green-box-title {
    font-size: 32px;
    font-weight: bold;
    color: var(--green-color);
    height: 90px;
    width: 330px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFF00;
    margin: auto;
    transform: translateY(-35px);
    text-align: center;
}

div.flow-green-box div.flow-in-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

div.flow-in-box {
    width: 660px;
    margin: auto;
}

div.flow-green-box div.flow-in-box div.flow-in-box-text {
    color: #FFFF00;
    font-size: 20px;
    margin-top: 15px;
}

div.flow-green-box div.flow-in-box dl.flow-in-box-price_box {
    display: flex;
}

div.flow-green-box div.flow-in-box dl.flow-in-box-price_box:first-of-type {
    margin-top: 64px;
}

div.flow-green-box div.flow-in-box dl.flow-in-box-price_box:not(:last-of-type) {
    margin-bottom: 10px;
}

div.flow-green-box div.flow-in-box dl.flow-in-box-price_box dt {
    background-color: #fff;
    width: 242px;
    margin-right: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.flow-green-box div.flow-in-box dl.flow-in-box-price_box:first-of-type dt:after {
    content: "Booth size";
    font-size: 16px;
    font-weight: 500;
    color: white;
    top: -26px;
    left: 0;
    position: absolute;
}

div.flow-green-box div.flow-in-box dl.flow-in-box-price_box dd {
    background-color: #fff;
    width: 405px;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

div.flow-green-box div.flow-in-box dl.flow-in-box-price_box:first-of-type dd:after {
    content: "Design and Decoration price target (Excluding tax)";
    font-size: 16px;
    font-weight: 500;
    color: white;
    top: -26px;
    left: 0;
    position: absolute;
    display: block;
}

.flow-in-box-white-tet {
    line-height: 1.75;
    font-size: 16px;
    color: white;
    margin-top: 20px;
    display: flex;
}


div.flow-orange-box {
    width: 92.5%;
    height: 1000px;
    margin-left: auto;
    margin-right: 0;
    background-color: var(--orange-color);
    padding: 50px 0;
    border-radius: 0 0 0 20px;
    position: initial;
    margin-top: -355px;
    z-index: -1;
}

div.flow-orange-box div.flow-in-box {
    position: absolute;
    left: 50%;
    top: 395px;
    transform: translateX(-50%);
}

div.flow-orange-box div.flow-in-box div.orange-titile {
    font-size: 20px;
    color: #FFFF00;
    margin-bottom: 30px;
}

div.flow-orange-box div.flow-in-box dl.flow-orange-dl {
    display: flex;
    margin-bottom: 10px;
}

div.flow-orange-box div.flow-in-box dl.flow-orange-dl dd,
div.flow-orange-box div.flow-in-box dl.flow-orange-dl dt {
    width: 48%;
    text-align: center;
    background-color: #fff;
    font-size: 20px;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: 500;
}

div.flow-orange-box div.flow-in-box dl.flow-orange-dl dt {
    margin-right: 1%;
}

div.flow-orange-box div.flow-in-box dl.flow-orange-dl dd {
    margin-left: 1%;
}

div.flow-orange-box div.flow-in-box dl.flow-orange-dl.chmod dd,
div.flow-orange-box div.flow-in-box dl.flow-orange-dl.chmod dt {
    background-color: unset;
    border: #fff dotted 2px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}


div.flow-orange-box div.flow-in-box p.flow-orange-white:first-of-type {
    margin-top: 50px;
}

div.flow-orange-box div.flow-in-box p.flow-orange-white {
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
    /* width: max-content; */
}

/* ============section company info================ */
section.company {
    width: 100%;
    background-color: var(--yellow-color);
    padding-top: 100px;
    padding-bottom: 100px;
}

section.company div.company-box {
    max-width: 712px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    line-height: 1.6;
}

section.company h1.company-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

section.company dl.company-info-list {
    display: flex;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 10px;
}

section.company dl.company-info-list:not(:last-child) {
    margin-bottom: 10px;
}

section.company dl.company-info-list dt {
    width:  25%;
    font-size: 16px;
    font-weight: bold;
}

section.company dl.company-info-list dd {
    font-size: 16px;
    width: 75%;
}

/* ============footer============== */
footer {
    width: 100%;
    background-color: var(--yellow-color);
    padding-bottom: 30px;
}

small {
    font-size: 16px;
    text-align: center;
    display: block;
    font-family: "roboto_r";
}

/* ---------------ThanksPage style-------------- */
.back-btn {
    width: 250px;
    height: 60px;
    background-color: var(--green-color);
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 10px;
}


/* --------------- language --------------- */
.header .left {
    display: flex;  
}
.header .right {
 padding-right: 3%;
 margin-top: 26px;
 width: 20%;
 display: flex;  
 justify-content: end;
}
.header .left a {
    display: block;
    position: relative;
    padding-top: 25px;
  }
  @media only screen and (max-width: 1100px) {
    .header .left a {
      padding-top: 13px;
    }
  }
  .header .left a span {
    position: absolute;
    top: 0;
    z-index: 8;
    width: 100%;
    font-size: 15px;
    line-height: 14px;
    font-family: "note_b";
    /* font-weight: 600; */
    text-align: left;
    white-space: nowrap;
  }
  @media only screen and (max-width: 1100px) {
    .header .left a span {
      font-size: 8.5px;
      line-height: 7.5px;
    }
  }
  .header .left a img {
    width: auto;
    height: 66px;
  }
  @media only screen and (max-width: 1100px) {
    .header .left a img {
      height: 36px;
    }
  }
.language {
    margin-left: 3.5%;
    margin-right: 3.5%;
    font-size: 14px;
    line-height: 1.8px;
    font-family: "note_b";
    position: relative;
    border: 1px solid #000;
    padding: 15px 10px 15px 30px;
    border-radius: 5px;
  }
  .language::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    bottom: 0;
    z-index: 8;
    display: table;
    margin-top: auto;
    margin-bottom: auto;
    width: 18px;
    height: 25px;
    background-image: url("../img/world-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 25px;
  }
  /* .language.active::before {
    background-image: url("../img/header-menu-top-arrow-active.svg");
  } */
  .language-box {
    position: absolute;
    top: 80px;
    right: 3%;
    z-index: 10;
    background-color: #F4F5F5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .language-box.active {
    top: 95px;
    opacity: 1;
    visibility: visible;
  }
  .language-box .content {
    position: relative;
    width: 125px;
    padding: 20px 25px;
  }
  .language-box .content::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    z-index: 8;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
    height: 6px;
    background-color: #F4F5F5;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .language-box .content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.6px;
    font-weight: 500;
  }
  .language-box .content a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .language-box .content a + a {
    margin-top: 12px;
  }
  .language-box .content a .flag {
    margin-right: 10px;
  }
  .language-box .content a .flag img {
    width: 16px;
    height: auto;
  }