@charset "UTF-8";
/*-------------------------*/
/* $Font import 
---------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900|Roboto:100,300,400,500,700,900");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200&display=swap');

@font-face {
    font-family: 'Univers-Condensed';
    src: url('../../../webfonts/webfonts/Univers-Condensed.woff') format("woff"),
        url('../../../webfonts/webfonts/Univers-Condensed.ttf') format("truetype"),
        url('../../../webfonts/webfonts/Univers-Condensed.woff2') format('woff2'),
        url('../../../webfonts/webfonts/Univers-Condensed.eot') format("embedded-opentype");
}

body {
    margin-top: -68px;
    /*background-color: #faf8f8;*/
    font-family: "Noto Sans TC", "Noto Sans SC", "Microsoft Yahei", "Microsoft Jhenghei", "Roboto", "Roboto Condensed", "Univers-Condensed", "Noto Sans JP", "Helvetica Neue", Arial, Helvetica, "Font Awesome 5 Free", "Font Awesome 5 Pro", sans-serif;
}

body, html {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

:root:lang(zh-TW) {
    /* 1rem = 16px */
    --font-size-h1: clamp(2.00rem, 1.50rem + 2.0vw, 4.125rem); /* 32px ~ 40px (縮放感強) */
    --font-size-h2: clamp(1.75rem, 1.40rem + 1.5vw, 2.25rem); /* 28px ~ 36px */
    --font-size-h3: clamp(1.50rem, 1.30rem + 1.0vw, 1.85rem); /* 24px ~ 30px */
    --font-size-h4: clamp(1.25rem, 1.20rem + 0.5vw, 1.50rem); /* 20px ~ 24px (縮放感弱) */
    --font-size-h5: clamp(1.10rem, 1.05rem + 0.3vw, 1.25rem); /* 17.6px ~ 20px */
    --font-size-h6: 1rem; /* H6 通常不需縮放 */
    --font-size-p: 1rem; /* 內文固定大小對閱讀最友善 */
    /* 行高變數：建議大標題緊湊一點，內文鬆散一點 */
    --lh-tight: 1.2; /* 適用於 H1, H2 */
    --lh-normal: 1.4; /* 適用於 H3, H4 */
    --lh-loose: 1.6; /* 適用於 P (內文閱讀最舒適) */
}

:root:lang(en-US) {
    /* 1rem = 16px */
    --font-size-h1: clamp(2.00rem, 1.50rem + 2.0vw, 4.125rem); /* 32px ~ 40px (縮放感強) */
    --font-size-h2: clamp(1.75rem, 1.40rem + 1.5vw, 2.25rem); /* 28px ~ 36px */
    --font-size-h3: clamp(1.50rem, 1.30rem + 1.0vw, 1.85rem); /* 24px ~ 30px */
    --font-size-h4: clamp(1.25rem, 1.20rem + 0.5vw, 1.50rem); /* 20px ~ 24px (縮放感弱) */
    --font-size-h5: clamp(1.10rem, 1.05rem + 0.3vw, 1.25rem); /* 17.6px ~ 20px */
    --font-size-h6: 1rem; /* H6 通常不需縮放 */
    --font-size-p: 1rem; /* 內文固定大小對閱讀最友善 */
    /* 行高變數：建議大標題緊湊一點，內文鬆散一點 */
    --lh-tight: 1.2; /* 適用於 H1, H2 */
    --lh-normal: 1.4; /* 適用於 H3, H4 */
    --lh-loose: 1.6; /* 適用於 P (內文閱讀最舒適) */
}

h1 {
    font-size: var(--font-size-h1);
    line-height: var(--lh-tight);
    margin-bottom: 0.5em;
    font-weight: 500;
}

h2 {
    font-size: var(--font-size-h2);
    line-height: var(--lh-tight);
    margin-bottom: 0.5em;
    font-weight: 500;
}

h3 {
    font-size: var(--font-size-h3);
    line-height: var(--lh-normal);
    margin-bottom: 0.5em;
    font-weight: 500;
}

h4 {
    font-size: var(--font-size-h4);
    line-height: var(--lh-normal);
    margin-bottom: 1rem;
    font-weight: 500;
}

h5 {
    font-size: var(--font-size-h5);
    line-height: var(--lh-loose);
    font-weight: 500;
}

h6 {
    font-size: var(--font-size-h6);
    line-height: var(--lh-loose);
    line-height: 1.875rem
}

p {
    font-size: var(--font-size-p);
    line-height: var(--lh-loose);
}

ul li, ol li {
    font-size: var(--font-size-h5);
    line-height: var(--lh-loose);
    font-weight: 500;
    margin-bottom: 16px;
}

.ft-SGS {
    text-transform: uppercase;
    font-family: "Univers-Condensed", sans-serif;
}

.ft-en {
    font-family: 'Roboto', sans-serif;
}

input {
    font: initial;
}

.footer {
    padding-top: 0;
}

.ft-orange {
    color: #f60;
}

.ft-green {
    color: #71be43;
}

.bg-orange {
    background-color: rgba(255, 102, 0, .05);
}

.inno-idea.row,
.row-clear {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.inno-idea [class*=col-],
.row-clear [class*=col-],
.form-horizontal {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.form-control,
.form-control[readonly] {
    padding: 10px 12px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    height: 42px;
    border-radius: 4px;
    color: #666;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.form-control[readonly] {
    cursor: pointer;
}

.form-control:focus {
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
}

.form-control::-moz-placeholder {
    color: #aaa;
}

.form-control::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.form-control[disabled],
.fieldset[disabled] .form-control {
    border-color: #ccc;
    background-color: #e6e6e6;
    color: #999;
    cursor: not-allowed;
    opacity: .7;
}

select.form-control::-ms-expand {
    display: none;
}

.form-control:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
    padding: 8px 16px;
    display: inline-block;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
    background-color: inherit;
    color: #fefefe;
}

.form textarea {
    resize: none;
}

.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form textarea:focus {
    outline: 0;
    border: 1px solid #e881a7;
}

.form label {
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    color: #fefefe;
}

.form__btn-group {
    margin-top: 32px;
}

.form-horizontal label {
    font-size: 16px;
}

.radio input {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #aaa;
    color: #f00;
}

input[type="submit"] {
    font-family: 'Noto Sans TC', 'Microsoft YaHei', 'Roboto', sans-serif;
}

input[type="button"] {
    font-family: 'Noto Sans TC', 'Microsoft YaHei', 'Roboto', sans-serif;
}

/*tip*/
.tip {
    font-size: 14px;
    color: #ef7a70;
}


/* link */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #363636;
    text-decoration: none;
    transition: all .3s;
}

a:hover,
a:active,
a:focus {
    color: #ff6600;
    text-decoration: none;
}

a.agree {
    color: #337ab7;
}

a.agree:hover {
    color: #1e5b91;
}

.btn-orange {
    background-color: #f60;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
    background-color: #f4a638;
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-orange:active {
    color: #fff;
    background-color: #f4a638;
    border-color: #f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-del {
    background-color: #e7511e;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-del:hover,
.btn-del:focus {
    color: #fff;
    background-color: #e7511e;
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-del:active {
    color: #fff;
    background-color: #e7511e;
    border-color: #f60;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-hov {
    -webkit-transition: .5s;
    -webkit-transform: scale(1);
    cursor: pointer;
}

.btn-hov:hover {
    -webkit-transform: scale(0.95);
}

/* i */
label i {
    /*width: 25px;*/
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    color: #666;
    text-align: center;
    padding-right: 6px;
}

/* list */
/*ul {
    list-style: none;
    margin: 0;
    padding: 0;
}*/

.text-danger {
    color: #ef7a70 !important;
}

.text-danger2 {
    color: #ef7a70 !important;
    font-size: 14px !important;
    font-weight: 400;
}


.imgbox {
    width: 100%;
    overflow: hidden;
}

.imgbox-inner {
    width: 100%;
    padding-top: calc(100% * 2 / 3);
    height: 0;
    position: relative;
}

.imgbox .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-lg {
    -webkit-transition: .5s;
    -webkit-transform: scale(1);
    cursor: pointer;
}

.img-lg:hover {
    -webkit-transform: scale(1.2);
    opacity: 0.6;
}

.form-horizontal .control-label {
    text-align: left;
}

.site-logo .img-logo {
    max-width: 60px;
    margin: 6px 0;
}

.site-logo .img-logo img {
    max-width: 100%;
}

.feature-cover {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
}

.mark {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    /*overflow: hidden;
    position: relative;*/
    justify-content: center;
    align-items: center;
    opacity: .3;
}

@media (min-width: 320px) {
    .wrp-scroll {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        left: 50%;
        height: 0px;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .txt-scroll {
        /*-webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;*/
        height: 40px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400 !important;
        color: #fff;
        font-size: 16px;
        letter-spacing: 0.06em;
        margin-top: -82px;
    }

    .txt-scroll {
        font-size: 12px !important;
    }

    .bd-scroll {
        width: 12px;
        height: 50px;
        overflow: hidden;
        position: absolute;
        top: -50px;
        left: 2.6em;
    }

    .bd-scroll:before,
    .bd-scroll:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 1px;
        height: 100%;
        content: '';
    }

    .bd-scroll:before {
        z-index: 10;
        -ms-animation: scroll 2.4s infinite normal;
        -moz-animation: scroll 2.4s infinite normal;
        -webkit-animation: scroll 2.4s infinite normal;
        -o-animation: scroll 2.4s infinite normal;
        animation: scroll 2.4s infinite normal;
        background: #fff;
    }

    .bd-scroll:after {
        background: #000;
    }


    @-o-keyframes scroll {
        0% {
            -o-transform: translate3d(0, -100%, 0)
        }

        15% {
            -o-transform: translate3d(0, -98%, 0)
        }

        85% {
            -o-transform: translate3d(0, 98%, 0)
        }

        100% {
            -o-transform: translate3d(0, 100%, 0)
        }
    }

    @-moz-keyframes scroll {
        0% {
            -moz-transform: translate3d(0, -100%, 0)
        }

        15% {
            -moz-transform: translate3d(0, -98%, 0)
        }

        85% {
            -moz-transform: translate3d(0, 98%, 0)
        }

        100% {
            -moz-transform: translate3d(0, 100%, 0)
        }
    }

    @-webkit-keyframes scroll {
        0% {
            -webkit-transform: translate3d(0, -100%, 0)
        }

        15% {
            -webkit-transform: translate3d(0, -98%, 0)
        }

        85% {
            -webkit-transform: translate3d(0, 98%, 0)
        }

        100% {
            -webkit-transform: translate3d(0, 100%, 0)
        }
    }

    @keyframes scroll {
        0% {
            transform: translate3d(0, -100%, 0)
        }

        15% {
            transform: translate3d(0, -98%, 0)
        }

        85% {
            transform: translate3d(0, 98%, 0)
        }

        100% {
            transform: translate3d(0, 100%, 0)
        }
    }

}
.nav .inno-idea {
    margin-top: 70px;
  }
  .nav .inno-idea #header-global {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    margin-top: -70px;
    z-index: 100;
  }
  .nav .inno-idea #header-global .cont-header {
    max-width: 1320px;
    margin: 0 auto;
  }
  .nav .inno-idea #header-global .cont-header .logo {
    width: 117px;
    height: 70px;
    position: absolute;
    top: 0;
    z-index: 10;
  }
  .nav .inno-idea #header-global .cont-header .logo img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block;
  }
  .nav .inno-idea #header-global .cont-header .h1 {
    position: absolute;
    top: 20px;
    z-index: 10;
    font-size: 19px;
    color: #fff;
    margin: 0 0 0 140px;
    line-height: 1.5em;
    letter-spacing: 0px;
  }
  
  .navbar-orange {
    background-color: #ec5c2e;
  }
  
  @media (max-width: 1140px) {
    .nav .inno-idea #header-global .cont-header .h1 {
      top: 21px;
      font-size: 17px;
    }
  }
  @media (max-width: 992px) {
    .nav .inno-idea #header-global .cont-header .h1 {
      font-size: 16px;
    }
  }
  @media (min-width: 769px) {
    .inno-idea .cont-header {
      min-width: 1160px;
    }
  }
  @media (min-width: 320px) and (max-width: 576px) {
    .nav .inno-idea #header-global .cont-header .logo {
      width: 70px;
    }
    .nav .inno-idea #header-global .cont-header .h1 {
      line-height: 1.8;
      margin-left: 88px;
    }
  }


/*slick*/
@media(min-width: 768px){
    .slick-dots {
        bottom: 0;
        right: 0px;
    }

    .slick-dots li {
        display: block;
        margin: 10px;
    }

    .slick-dots li button:before {
        color: #fff;
        opacity: 1;
    }
}

@media(max-width: 767px){
    .slick-dots {
        bottom: inherit;
    }
}

.notices{
    margin-bottom: 20px;
}

.notices > ul{
    list-style: disc;
    margin-left: 36px;
}

.hr {
    font-family: "Noto Sans TC", "Microsoft Jhenghei", "Roboto Condensed", Roboto, "Open Sans", 新細明體, Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(219, 219, 219);
}
.hr_w100 {
    display: inline-block;
    border-bottom: 1px solid #f60;
    margin-bottom: -1px;
}
.hr h1 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #484848;
    padding: 15px 10px 0px 10px;
    font-weight: 500;
}

.jumbotron {
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
    /*background-position: center top;*/
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.zindex {
    z-index: 4;
}

.bg {
    box-shadow: 20px 20px 40px rgba(133, 87, 74, 0.2);
}

.image img {
    border-radius: 5px;
}

.sec-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

@media(max-width: 991px) {
    .sec-col {
        padding: 20px;
    }

    .sec-row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
    }
}

@media(max-width: 320px) {
    .sec-row {
        display: block;
    }
}


/*.sec-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

@media(max-width: 768px) {
    .sec-col {
        padding: 20px;
    }

    .sec-row {
        flex-direction: column;
    }
}*/

.global {
    /*background-color: rgba(255, 102, 0, .05);*/
    height: 403px;
    padding-top: 41px;
    padding-bottom: 10px;

    position: relative;
    z-index: 20;
}

.bg-anim {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 80px;
}

.-reverse::before {
    left: auto;
    right: 0;
}

@media(max-width: 767px) {
    .bg-anim::before {
        width: 100%;
    }
}


.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #444141;
}

.br-3 {
    border-radius: 10px;
    padding: 10px;
    /*border: 6px solid #fff;*/
    background-color: rgba(255, 255, 255, 0.1);
}

.typ>span {
    opacity: 0;
    white-space: nowrap;
    display: inline-block;
}

#sec02 h1.ft-SGS {
  font-size: var(--font-size-h1);
  line-height: var(--lh-tight);
}

#sec02 .item {
    position: relative;
}

/*.num {
    position: absolute;
    left: 42%;
    top: -20px;
}*/

.bg-num {
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-num:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 6px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.bg-num.is-c1 {
    background: #71be43;
    color: #fff;
}

.bg-num.is-c1:before {
    border-top-color: #71be43;
    border-right-color: #71be43;
}

/*@media screen and (min-width: 1299px) {*/
    .bg-num {
        width: 39px;
        height: 39px;
        /*-webkit-box-shadow: -10px 10px 0 0 rgba(27, 161, 230, 0.2);
        box-shadow: -10px 10px 0 0 rgba(27, 161, 230, 0.2);*/
    }
/*}*/

.mb30{
    margin-bottom: 30px;
}

.mt80{
    margin-top: 80px;
}

.list .num {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: rgba(113, 190, 67, 1);
  color: #fff;
  border-radius: 50%;
  margin-right: 1rem;
}

/*sec01*/
#sec01{
    position: relative;
}

#sec01 .wrap {
    position: relative;
    margin: 0 auto;
    height: 100vh;
    z-index: 1;
}

#sec01 .scope{
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    height: 100vh;
    min-height: 100vh;
}

#sec01 .jumbotron {
    background-image: url('../../SEMI_ISO14644-14/_images/bg_sec01.jpg');
    background-position: center top;
    border-radius: 0;
}

#sec01 .sub{
  display: flex;
  flex-flow: column;
  align-self: center;
  justify-content: center;
  height: 100vh;
  -ms-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

#sec01 h1{
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;                    
}


#sec01 .scope p{
    font-size: var(--font-size-h5);
    line-height: var(--lh-loose);
    color: #fff;
    font-weight: 500;
}

#sec01 small{
    font-size: 4.2rem;
    font-weight: 600;
    color: #fff;
    padding-right: 10px;
}

@media(max-width: 768px){
    #sec01 h1{
        font-size: 3.2rem;
        line-height: 4.5rem;
    }
    #sec01 small{
        font-size: 2.2rem;
    }
}
/*#sec02*/
@media(min-width: 768px){
    #sec04 h1,
    #sec06 h1{
        text-align: center;
    }
}


#sec02 .item {
    margin-top: 40px;
}

#sec02 .num {
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background: rgba(113, 190, 67, 1);
    color: #fff;
    border-radius: 50%;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
}

#sec02 .txt {
    text-align: center;
    line-height: 1.5;
    padding-top: 20px;
    font-size: 2rem;
    font-weight: 500;
}

#sec02 ul.list {
    margin-top: 20px;
    list-style: disc;
    list-style-position: inside;
}

#sec02 ul.list li::marker {
    color: #f60;
}

#sec02 ul.list li {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.sub {
    position: relative;
    margin-bottom: 80px;
}

.underline::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    left: calc(50% - 12px);
    /*background-color: #ff6600;*/
    background: #f60;
    width: 30px;
    height: 3px;
}

.sub p {
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 5px;
    margin: 0 0 8px;
    letter-spacing: 1px;
}

.sub h1 {
    margin-top: 0;
}

.sub-line {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #71be43;
}

.sub-line::after {
    content: '';
    display: block;
    height: 1px;
    width: 8rem;
    margin-left: 1rem;
    background-color: #71be43;
}

#sec01 .sub-line::after {
    background-color: #fff;
}


#sec04 .item {
    position: relative;
    padding: 0 20px;
}
#sec04 .sub{
    margin-top: -30px;
}
/*#sec04 h3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@media(min-width: 992px) {
    #sec04 .col-xs-9.col-xs-offset-2.col-sm-9.col-sm-offset-2.col-md-6.col-md-offset-0+.col-xs-9.col-xs-offset-2.col-sm-9.col-sm-offset-2.col-md-6.col-md-offset-0:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-image: url(../../SEMI_ISO14644-14/_images/arrow--down.png);
        background-size: 39px 40px;
        background-repeat: no-repeat;
        width: 39px;
        height: 40px;
        margin-bottom: .5rem;
        z-index: 1;
    }
}
@media (max-width: 991.98px){
    #sec04 .col-xs-9.col-xs-offset-2.col-sm-9.col-sm-offset-2.col-md-6.col-md-offset-0+.col-xs-9.col-xs-offset-2.col-sm-9.col-sm-offset-2.col-md-6.col-md-offset-0:before {
        content: "";
        display: inline-block;
        position: relative;
        background-image: url(../../SEMI_ISO14644-14/_images/arrow--down.png);
        background-size: 39px 40px;
        background-repeat: no-repeat;
        width: 39px;
        height: 40px;
        margin-bottom: .5rem;
        top:50%;
        left: 50%;
        transform: translate(-50%, 20%);

    }
}*/
/*sec05*/
#sec05 h1 {
    margin-bottom: 10px;
}

#sec05 h2 {
    margin-top: 0px;
}

#sec05 .sub{
    margin-bottom: 0px;
}

.car {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.car img {
    border-radius: 4px;
}

/*#sec05 .car {
    padding-top: 35px;
}

#sec05 .car figure {
    transform: skewX(-16deg);
    overflow: hidden;
}

#sec05 .car figure img {
    transform: skewX(16deg);
    max-width: none;
    display: block;
    width: calc(100% + 189px);
    margin: 0 -96px;
}

#sec05 .car::before {
    content: '';
    display: block;
    width: 190px;
    height: 600px;
    position: absolute;
    top: 0;
    left: -10px;
    transform: skewX(-15.9deg);
    z-index: -1;
}

#sec05 .car::before {
    background: rgba(255, 102, 0, 1);
    z-index: 0;
}*/
.tag {
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    border: 1px solid rgba(255, 102, 0, 1);
    text-align: center;
    -webkit-box-shadow: 5px 5px 0 0 rgba(255, 102, 0, 0.3);
    box-shadow: 5px 5px 0 0 rgba(255, 102, 0, 0.3);
}

.tag01 {
    position: absolute;
    bottom: 30%;
    left: -3%;
    z-index: 1;
}

.tag02 {
    position: absolute;
    bottom: 57%;
    left: 9%;
    z-index: 1;
}

.tag03 {
    position: absolute;
    bottom: 75%;
    left: 34%;
    z-index: 1;
}

.tag04 {
    position: absolute;
    bottom: 80%;
    right: 46%;
    z-index: 1;
}

.tag05 {
    position: absolute;
    bottom: 70%;
    right: 15%;
    z-index: 1;
}

.tag06 {
    position: absolute;
    bottom: 56%;
    right: -3%;
    z-index: 1;
}

@media(max-width: 992px){
    .tag01 {
        bottom: 42%;
        left: 2%;
    }
    .tag02 {
        bottom: 60%;
    }
    .tag05{
        bottom: 74%;
    }
    .tag06 {
        bottom: 58%;
        right: 4%;
    }
}

@media(max-width: 768px){
    .tag01,
    .tag02,
    .tag03,
    .tag04,
    .tag05,
    .tag06{
        position: static;
    }
}

#sec05 .inr {
    background-color: #fff;
    border: 1px solid #f60;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
/*booking-hint*/
.about-list {
    width: 100%;
    margin: 0;
    padding: 0;
    column-count: 2;
    column-rule: 1px solid #eee;
}

.about-list ul{
    list-style: disc;
    padding-left: 15px;
    margin-left: 10px;
}

.about-list li{
    margin-bottom: 10px;
}

.booking-hint .critical-info:last-of-type {
    position: relative;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .about-list {
        column-count: 1;
        column-rule: inherit;
    }
}

/*sec06*/
#sec06 {
    overflow: hidden;
}

#sec06 .item h4 {
    position: relative;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

/*sec10*/
#sec10{
    color: #fff;
}

#sec02 p{
  font-size: var(--font-size-p);
  line-height: var(--lh-loose);
}

#sec06 img, 
#sec07 img,
#sec08 img, 
#sec09 img {
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}


.lg-service-c-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.lg-service-c-section .c-section__bg {
    background-color: rgba(255, 102, 0, .05);
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -10;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

@media screen and (max-width: 767px) {
    .lg-service-c-section {
        padding: 50px 0;
    }

    .lg-service-c-section .c-section__bg {
        -webkit-transform: initial;
        transform: initial;
        width: 100%;
        left: 0;
    }
}

.lg-service-c-section .c-section__bg::after,
.lg-service-c-section .c-section__bg::before {
    width: 50%;
    height: 28px;
    position: absolute;
    background-color: #faf8f8;
    content: "";
}

.lg-service-c-section .c-section__bg::before {
    display: block;
    bottom: 0;
    left: -1.7%;
    -webkit-transform: none;
    transform: none;
}

@media screen and (max-width: 767px) {
    .lg-service-c-section .c-section__bg::before {
        display: none;
    }
}

.lg-service-c-section .c-section__bg::after {
    display: block;
    top: 0;
    right: -1.7%;
    -webkit-transform: none;
    transform: none;
}

@media screen and (max-width: 767px) {
    .lg-service-c-section .c-section__bg::after {
        display: none;
    }
}

#sec04 .item {
    padding-top: 35px;
}

#sec04 .item figure {
    transform: skewX(-16deg);
    overflow: hidden;
}

#sec04 .item figure img {
    transform: skewX(16deg);
    max-width: none;
    display: block;
    width: calc(100% + 102px);
    margin: 0 -51px;
}

#sec04 .item h3 {
    font-size: 4rem;
    font-weight: 500;
    font-style: italic;
    white-space: nowrap;
    /*margin: -106px 0 0 143px;*/
}

#sec04 .item::before {
    content: '';
    display: block;
    width: 190px;
    height: 420px;
    position: absolute;
    top: 0;
    left: -10px;
    transform: skewX(-15.9deg);
}

#sec04 .item::before {
    background: rgba(113, 190, 67, 1);
}

#sec04 .col-xs-9.col-xs-offset-2.col-sm-9.col-sm-offset-2:nth-child(2) .item::before {
    background: rgba(0, 113, 187, 1);
}

#sec04 .c-page-home__our-goal-title {
    width: 155px;
    background: #000;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 500;
    transform: skewX(-17deg);
    margin: -4px 0 0 150px;
    padding: 1px 23px;
    letter-spacing: .03em;
    z-index: 1;
}

#sec04 .c-page-home__our-goal-title.w254 {
    width: 254px;
}

#sec04 .c-page-home__our-goal-title p {
    display: block;
    transform: skewX(17deg);
}


@media(min-width: 769px) and (max-width: 1199px){
    #sec04 .item::before {
        height: 362px;
    }

}
@media (max-width: 768px){
    .sub {
        margin-bottom: 0px;
    }
    #sec04 .item{
        padding-top: 15px;
    }
    #sec04 .item::before{
        width: 88px;
        height: 256px;
    }
    #sec04 .item figure{
        /*padding-left: 72px*/
    }
    #sec04 .item figure img{
        width: calc(100% + 80px);
        margin: 0 -55px;
        position: relative;
        left: 16px;
    }
    #sec04 .c-page-home__our-goal-title{
        width: 138px;
        font-size: 1.6rem;
        margin: -4px 0 0 121px;
    }
    #sec04 .c-page-home__our-goal-title.w254{
        width: 207px;
    }
}
@media (max-width: 480px){
    #sec04 .item{
        padding-top: 15px;
    }
    #sec04 .item::before{
        width: 80px;
        height: 173px;
    }
    #sec04 .item figure{
        padding-left: 14px;
    }
    #sec04 .item figure img{
        width: calc(100% + 80px);
        margin: 0 -55px;
        position: relative;
        left: 16px;
    }
    #sec04 .c-page-home__our-goal-title{
        width: 115px;
        font-size: 1.3rem;
        margin: -4px 0 0 23px;
    }
    #sec04 .c-page-home__our-goal-title.w254{
        width: 175px;
    }
}

.l-main-visual__thumb{
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*box-shadow: 0 32px 59px -10px rgba(77,18,12,.4);*/
    overflow: hidden;
    position: absolute;
    z-index: 0;
}

.l-main-visual__thumb:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../../SEMI_ISO14644-14/_images/p-cover.png");
    -webkit-background-size: 2px 2px;
    background-size: 2px 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.p-top-about{
    position: relative;
    margin: 0px auto 92px;
}

.p-top-about::before {
    width: 100%;
    height: 368px;
    background-color: rgba(255, 102, 0, .05);
    bottom: -120px;
    right: 0;
    left:0;
    margin: auto;
    display: block;
    z-index: 0;
    position: absolute;
    content: '';
}

.p-top-about__text{
    width: 48%;
    width: 530px;
    margin: 0% 0 70px 0;
    position: relative;
    z-index: 5;
}
.p-top__about-title__unit{
    padding-top: 20px;
    padding-left: 64px;
}

.p-top-about__text h1{
    margin: .2em 0;
}

.p-top-about__thumb{
    width: 100%;
    height: auto;
}
.p-top-about__thumb-inner{
    position: relative;
}
.p-top__about-read__unit {
    background-color: #FFF;
    z-index: 5;
    width: 100%;
    padding: 25px 64px 20px 64px;
    position: relative;
    text-align: justify;
    text-justify:inter-ideograph;
}
.about-thumb01{
    width: 100%;
    z-index: 3;
    position: relative;
    overflow: hidden;
}
.about-inner-thumb01{
    height: 435px;
    background-repeat: no-repeat;
    background-size: cover;
}
.b-rds{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.about-thumb02{
    width: 65%;
    position: absolute;
    bottom: -90px;
    right: -70px;
    overflow: hidden;
    z-index: 2;
}
.about-inner-thumb02 {
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
}
.p-top-business{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.p-top-business__bg{
    width: 100%;
    display: block;
    position: absolute;
    top: -278px;
    left: 0;
    overflow: hidden;
}
.p-top-business__bg-inner{
    width: 100%;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 355px;
    background-image: url(../../SEMI_ISO14644-14/_images/pic_05.jpg);
}
.p-top-business__body{
    width: 100%;
    margin: 360px auto 0;
    position: relative;
    z-index:2;
}

.p-top-event{
    width: 100%;
    position: relative;
    padding: 0% 7%;
    margin: 0 auto;
}

.banner-section{
    margin: 5% auto 0;
    position:relative;
}

.banner-section::before {
    width: 100%;
    height: 346px;
    background-color: rgba(255, 102, 0, .05);
    top: 160px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    z-index: 0;
    position: absolute;
    content: '';
}
.banner-thumb{
    width: 100%;
    max-width: 1400px;
    padding: 0;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.banner-bg{
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.banner-bg-inner{
    width: 100%;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    height: 380px;
    background-repeat: no-repeat;
    background-image: url(../../SEMI_ISO14644-14/_images/pic_06.jpg);
}
.pl8 {
    padding-left: 8.3333%;
}

.pr8 {
    padding-right: 8.3333%;
}

@media screen and (max-width: 991px){
    .p-top-cont{
        padding: 0 2% 0 2%;
    }
}

@media screen and (max-width: 1024px){
    .about-inner-thumb01 {
        height: 365px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 60%;
    }
}
@media screen and (max-width: 959px){
    .p-top-about__body {
        padding: 0;
        display: block;
    }
    .p-top-about .p-top-msk {
        top: -60px;
    }
    .p-top-about__text {
        width: 100%;
        margin: 0px 0 10px 0;
        text-align: center;
    }
    .p-top__about-title__unit{
        padding-left: 0;
    }
    .about-inner-thumb01 {
        height: 365px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .about-thumb02 {
        width: 65%;
        bottom: -50px;
        right: -60px;
    }
}

.items-center{
    align-items: center;
}

.colBS5 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 360px;
}

.p-numCard__inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 70px 20px 80px;
    border: 4px solid #fff7f2;
    border-radius: 10px;
    line-height: inherit;
}

.p-numCard__index {
    position: absolute;
    left: 27px;
    top: 25px;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0;
    font-weight: 200;
    font-size: 3rem;
    line-height: 32px;
    color: #f60;
}

.p-numCard__icon{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-size: contain;
}

/*.p-numCard__icon--comment{
    width: 100px;
    height: 100px;
    background-image: url("../../../SEMI_ISO14644-14/_images/svg/14f5a02.svg");
    background-repeat: no-repeat;
    background-position: left top;
}*/

.p-numCard__label{
    /*padding-top: 30px;*/
    margin: 0;
}

.p-title-sans-serif--fz20 {
  text-align: center;
}
@media (max-width: 991px) {
  .p-numCard {
    min-height: auto;
  }
  .p-numCard__inner {
    position: relative;
    padding: 56px 30px 66px;
    border: 3px solid #fff7f2;
    border-radius: 10px;
  }
  .p-numCard__index {
    font-size: 2.5rem;
    line-height: 27px;
  }
  .p-numCard--plus .p-numCard__inner:before {
    right: -3px;
    bottom: -3px;
    width: 55px;
    height: 55px;
    border: 3px solid #fff7f2;
    border-radius: 10px;
  }

  #sec02 h1{
        margin-top: .3em;
    }
}

@media screen and (max-width: 768px) {
    .pr4 .num {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1.5rem;
    }

    .business-post__unit {
        padding: 0 10% 0% 10%;
        margin-top: 10%;
    }
}

@media screen and (min-width: 60em) {
    .db-l {
        display: block;
    }
}

.business-post__unit ul {
    text-align: unset;
    list-style-type: disc;
    padding-left: 20px;
}

.business-post__unit li {
    margin-bottom: 6px;
}

.business-post__unit .colBS5::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    background-image: url(../../SEMI_ISO14644-14/_images/arrow--down.png);
    background-size: 39px 40px;
    background-repeat: no-repeat;
    width: 39px;
    height: 40px;
    margin-bottom: .5rem;
    z-index: 1;
}

.business-post__unit .colBS5.active::before {
    display: none;
}

@media (max-width: 992px) {
    .business-post__unit .colBS5::before {
        content: "";
        display: inline-block;
        position: relative;
        background-image: url(../../SEMI_ISO14644-14/_images/arrow--down.png);
        background-size: 39px 40px;
        background-repeat: no-repeat;
        width: 39px;
        height: 40px;
        margin-bottom: .5rem;
    }

    .mt30 {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .business-post__unit .colBS5::before {
        content: "";
        display: inline-block;
        position: relative;
        top: 0px;
        left: 48%;
        transform: initial;
        background-image: url(../../SEMI_ISO14644-14/_images/arrow--down.png);
        background-size: 39px 40px;
        background-repeat: no-repeat;
        width: 39px;
        height: 40px;
        margin-bottom: .5rem;
    }
}

@media (max-width: 768px) {
    .business-post__unit .colBS5::before {
        left: 45%;
    }
}

.p-numCard__text{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec06 {
    color: #fff;
    padding: 30px 0;
}

#sec06 .sec-col {
    padding: 20px;
}

#sec06 .flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*flex-wrap: nowrap;*/
    /*height: 180px;*/
    margin-top: 1rem;
    padding: 1rem;
    justify-content: flex-start;
}

#sec06 .item{
    flex-grow: 1;
}

#sec06 .item:nth-child(2) {
    padding-left: 15px;
}

#sec06 .item-1{
    flex-grow: 2;
}

#sec06 .txt{
  font-size: clamp(2rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

#sec06 .small{
    font-size: 1.3rem;
}

#sec06 .h2 {
    font-weight: 700;
    text-align: center;
    margin: 30px 0 40px;
}

#sec06 .h5{
    letter-spacing: 1px;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #444141;
}

.br-3 {
    border-radius: 10px;
    /*border: 6px solid #fff;*/
    background-color: rgba(255, 255, 255, 0.1);
}

.p-top-msk{
    position: static;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    min-height: 100px;
    z-index: 0;

    /*margin-top: -80px;*/
}

#sec03 .sec-row .sub{
    margin-bottom: 0;
}

.-mt-20{
    margin-top: -20px;
}

@media(max-width: 480px){
    #sec06 .flex{
        display: flex;
        flex-direction: column;
        justify-content: initial;
        align-items: initial;
    }
    #sec06 .item:nth-child(2){
        padding-left: 0;
    }
    #sec06 .item.w-75{
        margin-top: 16px;
        width: 100% !important;
    }
}

:lang(en-US) .inr li{
  font-size: var(--font-size-p);
  line-height: var(--lh-loose);
}

:lang(en-US) .p-numCard__inner{
    padding: 38px 20px 80px;
}
:lang(en-US) .business-post__unit li{
    margin-bottom: 4px;
}