@charset "UTF-8";



body {
    background-color: #ffffff;
    font-size: 14px;
    font-family: "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.loadingOverflow,
body.overflow,
body.popwinOverflow {
    overflow: hidden;
}
*,
:after,
:before {
    outline: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.text-center {
    text-align: center;
}
.btnBox {
    padding-top: 20px;
}
.btn_cis {
    display: inline-block;
    max-width: 285px;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 1.3px;
    line-height: 1;
    text-align: center;
    padding: 24px 10px;
    background-image: linear-gradient(41deg, rgb(36, 80, 101), rgb(36, 80, 101), rgb(36, 80, 101), rgb(36, 80, 101));
    background-size: 300% 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}
.btn_cis .arrow {
    position: absolute;
    right: 34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.btn_cis .arrow svg {
    width: 5px;
    height: 9px;
}
.btn_cis:hover {
    color: #ffffff;
    background-position: 100% 0;
}
.btn_back {
    width: 134px;
    height: 132px;
    position: absolute;
    right: 40px;
    top: 120px;
    z-index: 10;
    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;
}
.btn_back:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    -webkit-animation: rotate 50s linear forwards;
    animation: rotate 50s linear forwards;
}
.btn_back .circle {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.07);
    box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.07);
    margin: auto;
    position: relative;
}
.btn_back .circle .arrow {
    width: 28px;
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn_back .circle .arrow:after,
.btn_back .circle .arrow:before {
    position: absolute;
    top: 6px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #1f20ce;
}
.btn_back .circle .arrow:before {
    right: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_back .circle .arrow:after {
    left: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn_back .circle .line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 29px;
    background-color: #1f20ce;
    display: block;
}
@media (max-width: 1180px) {
    .btn_back {
        display: none;
    }
}
.icon_earth {
    width: 19px;
    height: 19px;
    color: #00b39d;
}
.icon_arrowDown,
.icon_arrowUp {
    width: 11px;
    height: 6px;
    color: #ffffff;
}
.icon_arrowLeft,
.icon_arrowRight {
    width: 6px;
    height: 11px;
    color: #ffffff;
}
.icon_fb {
    width: 11px;
    height: 22px;
    color: #ffffff;
}
.icon_line {
    width: 23px;
    height: 22px;
    color: #ffffff;
}
.icon_ig {
    width: 23px;
    height: 23px;
    color: #ffffff;
}
.icon_yt {
    width: 22px;
    height: 16px;
    color: #ffffff;
}
.icon_marker {
    width: 11px;
    height: 16px;
    color: #ffffff;
}
.icon_phone {
    width: 17px;
    height: 14px;
    color: #ffffff;
}
.icon_close {
    width: 43px;
    height: 25px;
    color: #ffffff;
}
.icon_marker_line {
    width: 11px;
    height: 15px;
    fill: none;
    stroke: #4f4f4f;
    stroke-width: 0.5851;
    stroke-linecap: square;
    stroke-miterlimit: 10;
}
.icon_tel {
    width: 17px;
    height: 14px;
    fill: none;
    stroke: #4f4f4f;
    stroke-width: 0.6681;
    stroke-linecap: square;
    stroke-miterlimit: 10;
}
.icon_fax {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #4f4f4f;
    stroke-width: 0.694;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.icon_search {
    width: 22px;
    height: 22px;
    color: #0001c8;
}
.icon_arrowLineRight {
    width: 12px;
    height: 11px;
    color: #000000;
}
address {
    font-style: normal;
}
a {
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover {
    color: #6dbc8f;
}
div.titan {
    display: none;
}
[class*="col-"] {
    float: left;
}
.col-1 {
    width: 100%;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: 33.33%;
}
.col-4 {
    width: 25%;
}
.col-5 {
    width: 20%;
}
@media (max-width: 480px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5 {
        float: none;
        width: 100%;
    }
}
.btn_color1 {
    color: #fff;
    background-color: #6dbc8f;
}
.btn_color1:hover {
    background-color: #00b39d;
}
.btn_color2 {
    color: #fff;
    background-color: #a0a0a0;
}
.btn_color2:hover {
    background-color: #999;
}
.btn1.center {
    text-align: center;
}
.btn1.full a {
    width: 100%;
    margin: 0;
}
.btn1 a {
    min-width: 190px;
    background-color: #0e0e0e;
    border: 1px solid #0e0e0e;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.01em;
    margin: 5px;
    padding: 13px 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.btn1 a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #6dbc8f;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
    border-color: #6dbc8f;
}
.btn1 a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}
.btn1 a.white {
    background-color: #ffffff;
    border: 1px solid #68a9b1;
    color: #68a9b1;
}
.btn1 a.white:after {
    background-color: #68a9b1;
}
.btn1 a.white:hover {
    color: #ffffff;
}
button,
input[type="password"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    padding: 0;
    margin: 0;
}
textarea {
    resize: vertical;
}
.outerWrap {
    padding-top: 80px;
    position: relative;
}
@media (max-width: 1180px) {
    .outerWrap {
        padding-top: 70px;
        padding-bottom: env(safe-area-inset-bottom);
    }
}
.wrap {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}