@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@900&display=swap');
/* global */
:root {
    --yel: #e6c573;
    --blue: #00192c;
    --trans1: all 400ms;
    /* color: var(--yel); */
}
body {
	font-family: "Noto Serif TC", serif;
    color: var(--yel);
	font-size: 1rem;
	line-height: 1.2;
    overflow-x: hidden;
    background-color: var(--blue);
    letter-spacing: 1px;
}
*, *:before, *:after {
    box-sizing: border-box;
	 -webkit-box-sizing: border-box;
}
*:focus { 
    outline: none; 
}
table {
    width: 100%;
}
a {
    text-decoration: none;
    transition: var(--trans1);
    color: var(--yel);
}
a:hover {
/*    text-decoration: underline;*/
}
.link {
    color: #007dc5;
    display: inline-block;
}
.link:hover {
    text-decoration: underline;
}
p, .p {
    margin: 1rem 0;
	line-height: 1.5;
/*    letter-spacing: 1px;*/
}
.hidden {
    overflow: hidden;
}
.clear:after {
	content: '';
	display: table;
	clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.inner {
	max-width: 1000px;
	margin: auto;
}
main {
	min-height: 850px;
}
section {
	
}
.video_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 0;
}
.max100 {
    max-width: 100%;
}
.ebayimg {
    width: 1000px;
}
.full {
    width: 100%;
}
.contactlink {
    padding: 0 1rem;
}
.r {
    position: relative;
}
.flex {
    display: flex;
}
.flex_1 {
    flex: 1;
}

/* title & font-size */
h3 {
    margin-bottom: 20px;
}
h4 {
    
}
h5 {
    
}
big {
	
}
small {
    font-size: 85%;
}

/* breed */
.bread {
    margin-bottom: 40px;
}
.bread a {
    position: relative;
    padding-right: 30px;
}
.bread a:hover {
    text-decoration: underline;
}
.bread a:not(:last-of-type):after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #EEA71B;
}

/* btn */
button {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    border: none;
    cursor: pointer;
    font-size: 20px;
}
.btns > *[class^='btn'] {
    float: none;
    margin-right: 20px;
    width: 180px;
}
.btns > *[class^='btn']:last-child {
    margin-right: 0;
}
.align_center .btn1 {
    margin-top: 15px;
}
.btn {
	background-color: transparent;
	padding: 0;
}
.btn1 {
    font-family: "Noto Serif TC", serif;
    display: block;
    background-color: var(--yel);
    color: var(--blue);
    transition: var(--trans1);
    width: 100%;
    font-size: 1rem;
    height: 55px;
    line-height: 1;
    letter-spacing: 1px;
    line-height: 55px;
    text-align: center;
    max-width: 330px;
    margin: auto;
}
.btn1:hover {
    opacity: 0.8;
}

/* form */
.form_wrap {
    margin-bottom: 1rem;
}
.form_wrap > label {
    display: block;
    color: var(--yel);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
textarea {
	width: 100%;
	resize: none;
	padding: 1rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #6d6655;
    color: var(--yel);
    font-size: 1rem;
    line-height: 1.5;
}

/* input */
.input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0; /* must! */
    width: 100%;
    padding: 0 10px;
    border: 1px solid var(--yel);
    height: 55px;
    box-shadow: none;
    margin: 0;
    color: #fff;
    min-width: 330px;
    background-color: rgb(0 25 44 / 60%);
    text-align: center;
    letter-spacing: 1px;
}
.input::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 1rem;
/*    letter-spacing: 1px;*/
}
.input[disabled] {
    background: #D1D1D1;
    -webkit-text-fill-color: #acacac;
    color: #acacac;
    opacity: 1;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.input-group > * {
    display: table-cell;
    vertical-align: top;
}
.input-group input {
/*    color: #999999;*/
}

/* select */
select::-ms-expand {
    display: none;
}
.select1 {
    position: relative;
}
.select1 select {
    width: 100%;
    padding: 0 10px;
    padding-right: 3rem;
    border: 1px solid #cccccc;
    height: 55px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    font-size: 1.125rem;
    color: var(--blue);
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background: #ffffff;
    background-color: var(--yel);
    letter-spacing: 1px;
    min-width: 170px;
    text-align: center;
}
.select1 .arrow {
/*    border-radius: 0 3px 3px 0;*/
    position: absolute;
    right: 2rem;
    top: 50%;
    margin-top: -5px;
    pointer-events: none;
    
    background-image: url(../img/icon-arrow-02.png);
    width: 10px;
    height: 9px;
}
/*
.select1 .arrow:before {
    position: absolute;
    content: '';
    border: solid #000000;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -1px;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
}
*/

/* radio */
.radio_wrap {
    position: relative;
    padding: 0 25px;
    padding-bottom: 30px;
    font-size: 18px;
}
.radio_wrap input[type='radio'] {
    display: none;
}
.radio_wrap input[type='radio'] + label {
    height: 20px;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    display: inline-block;
} 
.radio_wrap input[type='radio'] + label:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 2px solid #555555;
    top: 8px;
    left: 0;
}
.radio_wrap input[type='radio']:checked + label {
    color: #259bb1;
}
.radio_wrap input[type='radio']:checked + label:before {
    border-color: #259bb1;
}
.radio_wrap input[type='radio']:checked + label:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #259bb1;
    top: 12px;
    left: 4px;
}

/* checkbox */
.checkbox_wrap {
    margin: 1.5rem 0;
    text-align: center;
}
.checkbox_wrap input[type='checkbox'] {
    display: none;
}
.checkbox_wrap input[type='checkbox'] + label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    display: inline-block;
}
.checkbox_wrap input[type='checkbox'] + label:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid var(--yel);
    top: 50%;
    margin-top: -10px;
    left: 0;
}
.checkbox_wrap input[type='checkbox']:checked + label:before {
    background: #259bb1;
}
.checkbox_wrap input[type='checkbox']:disabled + label {
    color: #999999;
}
.checkbox_wrap input[type='checkbox']:disabled + label:before {
    border-color: #999999;
}
.checkbox_wrap input[type='checkbox']:checked + label:before {
    background: var(--yel);
}

/* elements */
.box1 {
    max-width: 1300px;
    margin: auto;
    padding: 0 1rem 3rem;
}
.box2 {
    background-color: rgb(0 25 44 / 60%);
/*    min-height: 600px;*/
    padding: 2rem 3rem;
}
.box2.none {
    padding: 0;
    margin-bottom: 1.5rem;
}
.bar1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#259bb1+0,01b6ad+83,01b6ad+100 */
    background: #259bb1;
    /* Old browsers */
    background: -moz-linear-gradient(left, #259bb1 0%, #01b6ad 83%, #01b6ad 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #259bb1 0%, #01b6ad 83%, #01b6ad 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #259bb1 0%, #01b6ad 83%, #01b6ad 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#259bb1', endColorstr='#01b6ad', GradientType=1);
    /* IE6-9 */
    color: #ffffff;
    padding: 15px;
    position: relative;
}

/* tab */
.tab {
	
}
.tab_btn {
	display: flex;
}
.tab_btn > * {
	padding: 0 2px;
	position: relative;
	z-index: 1;
	padding: 10px;
	text-align: center;
	border: 1px solid #cccccc;
	cursor: pointer;
    flex: 1;
}	
.tab_btn > *:not(:last-of-type) {
    border-right: 0;
}
.tab_btn > *:last-of-type {
    border-right: 1px solid #cccccc;
}
.tab_con {
	border: 1px solid #cccccc;
	border-top: none;
}
.tab_con > div {
	opacity: 0;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
	display: none;
	padding: 10px;
}
.tab_con > div.show {
	display: block;
}
.tab_con > div.fade {
	opacity: 1;
}
.tab_con .inner {
	padding: 0 94px;
}

/* acc */
.acc_con {
    display: none;
}


/* list */
.no_list {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.list1 {
    background: #ffffff;
    border-radius: 10px;
}
.list1 tr {
    border-bottom: 1px solid #c33333;
    padding: 10px 20px;
}
.list1 tr:last-child {
    border-bottom: 0;
}
.list1 td {
    padding: 10px 20px;
    vertical-align: middle;
}
.list1 td:first-child {
    padding-right: 5px;
}
.list1 td:last-child {
    padding-left: 5px;
    width: 110px;
}

/* pagers */
.pagers {
    text-align: center;
    margin: 50px auto;
}
.pagers .num {
    color: #666666;
    padding: 6px;
    min-width: 30px;
    display: inline-block;
    box-sizing: border-box;
}
.pagers .num.cur,
.pagers .num:hover {
    background: #e5e5e5;
}
.pagers .btn {
    padding: 6px;
    min-width: 30px;
    display: inline-block;
    box-sizing: border-box;
}

/* owl-carousel */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    font-size: 0px;
    background: url(../img/arrow-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 28px;
    height: 47px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
}
.owl-nav button.owl-prev {
    left: 15px;
}
.owl-nav button.owl-next {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    filter: FlipH;
    right: 15px;
}
.owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 1rem;
    position: absolute;
    bottom: 18vw;
    width: 100%;
}
.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background: #6d6655;
    display: inline-block;
    border-radius: 100px;
}
.owl-dots button.owl-dot {
    transition: all .3s;
}
.owl-dots button.owl-dot.active, .owl-dots button.owl-dot:hover {
	background-color: var(--yel);
}

/* popup */
.p_layout {
    position: relative;
    background: #fff;
    padding: 3vw;
    background-image: url(../img/bg-02.jpg);
    background-size: cover;
/*    font-size: 0.9vw;*/
    min-height: 50vh;
    margin: 10vw;
}
.mfp-container {
    padding: 0;
}
.mfp-bg {
    background: rgba(0,0,0,.75);
}
button.mfp-close {
/*
    background-image: url(../img/closed.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    font-size: 0px;
    width: 4vw;
    height: 4vw;
*/
    right: 2vw;
    top: 2vw;
}
.mfp-close:active {
    top: 2vw;
}

/* scrollbar */
.scroll_con {
    height: 80vh;
    padding-right: 3vw;
}
.mCSB_scrollTools .mCSB_draggerRail {
/*	width: 18px;*/
	background: none;
/*	height: calc( 100% - 100px );*/
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 10px;
/*	width: 18px;*/
	background: #f098bc;
/*	border: 4px solid #fff;*/
}
/*
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:after {
	position: absolute;
	content: '';
	left: 0;
	top: calc( 70% - 4px );
	width: 100%;
	height: 4px;
	background: #fff;
}
*/
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #f098bc;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: #f098bc;
}
.mCSB_outside + .mCSB_scrollTools {
	right: 20px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	top: 50px;
	bottom: 50px;
}
.mCSB_scrollTools .mCSB_dragger {
/*	height: calc( 100% - 100px ) !important;*/
}

/* header */
header {
    padding: 0 5%;
    border-bottom: 2px solid var(--yel);
}
.h_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav {
	display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.125rem;
}
nav a {
    display: block;
}
.nav_btn {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 40px;
    cursor: pointer;
}
.nav_menu {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0 1.5rem;
    border: 1px solid var(--yel);
    border-top-width: 2px;
    background-color: var(--blue);
    z-index: 2;
    
    display: none;
}
.nav_menu a {
    display: block;
    padding: 2rem 0;
}
.nav_menu a:hover {
    opacity: .8;
}
.nav_menu li:not(:last-of-type) {
    border-bottom: 1px solid var(--yel);
}


/* footer */
footer {
	border-top: 2px solid var(--yel);
    text-align: center;
    font-size: 12px;
    padding: 2rem 1rem;
/*    letter-spacing: 1px;*/
    line-height: 1.5;
    margin-top: 5rem;
}

/* home */
.home_banner_wrap {
    margin-bottom: 2rem;
}
.home_banner .bg {
    height: 90vh;
    background-position: center;
    display: flex;
    justify-content: center;
}
.home_banner .bg1 {
    height: 90vh;
    background-position: center;
    display: flex;
    justify-content: center;
}
.home_banner .b_tit {
    padding-top: 5vw;
    max-width: 70%;
}
.home_banner .b_tit1 {
    padding-top: 15vw;
    max-width: 65%;
}
.home_banner .b_tit2 {
    padding-top: 15vw;
    max-width: 50%;
}
.btn_scroll {
    display: flex;
    gap: 12px;
    border: 1px solid var(--yel);
    padding: 1rem;
    line-height: 1;
    max-width: 200px;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.btn_scroll:hover {
    opacity: .8;
}
.scroll_wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.scroll_wrap .line {
    height: 3vw;
    width: 1px;
    background-color: var(--yel);
}
.deco_wrap {
    background-image: url(../img/bg-01.png);
    background-position: center;
    height: 475px;
    display: flex;
    justify-content: center;
    align-items: center;
/*    margin: 5rem 0;*/
}
.deco_wrapebay {
    
    display: flex;
    justify-content: center;
    align-items: center;
   margin: 2rem 0;
}
.deco_wrap .img {
    max-width: 900px;
}
.deco_wrapebay .img {
    max-width: 900px;
}
#steps_wrap {
    padding: 5rem 0;
}
#steps_wrap1 {
    padding: 3rem 3rem;
    justify-content: center;
    display: flex;
}
#contact {
    
    text-align: center;
}
.steps_list {
    max-width: 1080px;
    margin: auto;
}
.steps_list .deco {
    position: absolute;
}
.steps_list .d1 {
    left: 101%;
    top: 10%;
}
.steps_list .d2 {
    left: -38%;
    top: 35%;
}
.steps_list .d3 {
    left: 104%;
    top: 70%;
}
.steps_item {
    background-image: url(../img/bg-02.png);
    /* height: 254px; */
    margin-bottom: 3rem;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}
.steps_item .flex {
    padding-top: 1rem;
    padding-left: 100px;
    gap: 50px;
}
.steps_item .num {
    display: flex;
    font-size: 32px;
    color: #fff;
    font-family: 'Times New Roman';
    align-items: baseline;
    position: relative;
    line-height: 1;
    margin-top: -1rem;
}
.steps_item .num:before {
    position: absolute;
    left: 0;
    top: -1rem;
    content: 'STEP';
    color: #fff;
    opacity: 0.08;
/*    font-size: 62px;*/
}
.steps_item .num .light {
/*    font-size: 145px;*/
    font-size: 200%;
    color: var(--yel);
}
.steps_item .s_tit {
    font-size: 1.5rem;
    margin: 0;
    letter-spacing: 4px;
}
.steps_item p {
    color: #fff;
}

/* page */
main.page {
    background-image: url(../img/bg-03.png);
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
}
main.page:before {
    position: absolute;
    content: '';
    background-image: url(../img/img-line-01.png);
    width: 814px;
    height: 112px;
    left: calc((100vw - 1920px) / 2);
    top: 10%;
}
main.page:after {
    position: absolute;
    content: '';
    background-image: url(../img/img-line-02.png);
    width: 807px;
    height: 111px;
    right: calc((100vw - 1920px) / 2);
    bottom: 10%;
}
main.page + footer {
    margin-top: 0;
}
.form_tit {
    text-align: center;
    font-size: 2.25rem;
    letter-spacing: 4px;
    text-shadow: 0 0 20px rgba(0,0,0,0.5), 0 0 20px rgba(0,0,0,0.5), 0 0 20px rgba(0,0,0,0.5);
}
.form_link {
    display: flex;
    gap: 0.5rem;
    color: #fff;
    justify-content: center;
    margin: 1.5rem 0;
}
.form_link a {
    color: #fff;
}
.form_link a:hover {
    opacity: .8;
}
main.page2 {
    background-image: url(../img/bg-04.png);
    background-position: center top;
    min-height: 1087px;
    padding-top: 100px;
}
main.page2 + footer {
    margin-top: 0;
}
main.page2 .form_link {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 3rem;
}
.sub_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}
.num_wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: 1rem;
}
.num_wrap .input {
    min-width: 50px;
    width: 180px;
    color: var(--yel);
}
.table1 {
    border-collapse: collapse;
}
.table1 th {
    font-size: 1.125rem;
    border-bottom: 1px solid var(--yel);
    padding: 1rem;
    white-space: nowrap;
}
.table1 td {
    padding: 0 10px;
    height: 55px;
    text-align: center;
    color: #fff;
}
.table1 tr:not(:last-of-type) td {
    border-bottom: 1px solid #fff;
}
.table1 input {
    font-family: "Noto Serif TC", serif;
    font-size: 1rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
/*    padding: 0 10px;*/
    height: 55px;
    box-shadow: none;
    margin: 0;
    color: #fff;
    background-color: #ffffff0f;
    text-align: center;
    letter-spacing: 1px;
    border: none; 
    box-sizing: border-box;
    width: 100%;
}
.table_scroll {
    overflow-x: auto;
    margin-bottom: 2rem;
}
.a_wrap {
    padding: 0 2rem 2rem;
}
.a_wrap label {
    font-size: 1.125rem;
    padding: 0 0 1rem 1rem;
    display: block;
}
.a_flex {
    align-items: stretch;
    gap: 1.5rem;
}
.table1.t2 th {
    padding: 2rem 1rem;
}
.table1.t2 td {
    white-space: nowrap;
    width: 20%;
    padding: 2rem 10px;
}
.textarea_txt {
    padding: 1rem;
    border: 1px solid #fff;
    color: #fff;
    min-height: 100px;
    line-height: 1.5;
    width: 100%;
}
.btn_fixed {
    position: fixed;
    right: 0;
    top: 31vw;
    z-index: 9999;
    background: var(--yel);
    padding: 25px 15px;
    overflow: hidden; /* 防止掃光超出按鈕範圍 */
}

/* 文字樣式 */
.btn_fixed a {
    color: #00192c;
    font-size: 1.5rem;
    writing-mode: vertical-lr;
    display: block;
    font-weight: bold;
}

/* 掃光效果 */
.btn_fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80px; /* 掃光的寬度，讓它更明顯 */
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
    animation: scan-light 1.5s infinite linear;
    pointer-events: none;
}

/* 掃光動畫 */
@keyframes scan-light {
    0% {
        left: -120%;
    }
    100% {
        left: 120%;
    }
}
 
/* pc & mobile */
.pc {
	display: initial;
}
.mo {
	display: none;
}

@media only screen and (max-width: 1680px) { /* 125% */
    
}

@media only screen and (max-width: 1280px) { /* 150% */
    .steps_list .deco {
        display: none;
    }
    .home_banner .bg {
        height: 100vw;
        background-size: auto 100%;
    }
    .home_banner .bg1 {
        height: 60vw;
        background-size: auto 100%;
    }
    .steps_item .flex {
        padding-left: 2rem;
    }
}

@media only screen and (max-width: 1024px) {
    .steps_item .txt {
        flex: 1;
    }
    .steps_item .flex {
        padding-right: 8rem;
        gap: 1rem;
    }
    .steps_item .num {
        font-size: 5vw;
    }
    .steps_item .s_tit {
        font-size: 1.3rem;
    }
    main.page2 {
        padding-top: 50px;
    }
    main.page2 .form_link {
        position: relative;
        padding-right: 0;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 769px) {
    header {
        padding: 0 1rem;
        padding-right: 0;
    }
    .logo {
        max-width: 48px;
    }
    .social_icon {
        max-width: 24px;
    }
    nav {
        gap: 1rem;
        font-size: 1rem;
    }
    .nav_btn {
        padding: 1.5rem;
    }
    .nav_ga {
        width: 40px;
    }
    .nav_menu {
        padding: 0 1rem;
    }
    .nav_menu a {
        padding: 1.5rem 0;
    }
    .owl-dots {
        bottom: 40vw;
    }
    .btn_scroll {
        font-size: 12px;
    }
    #steps_wrap {
        padding: 3rem 0;
    }
    #steps_wrap1 {
        padding: 3rem 0;
        justify-content: center;
        display: grid;
    }
    #contact {
       
    }
    .steps_item br {
        display: none;
    }
    .steps_item {
        height: auto;
        background-position: left;
        margin-bottom: 2rem;
    }
    .steps_item .flex {
        padding: 3rem 1rem 1rem;
    }
    .steps_item p {
        margin: 0.5rem 0;
    }
    .deco_wrap {
        height: 50vw;
        background-size: auto 100%;
    }
    main.page:before, main.page:after {
        opacity: 0;
    }
    main.page {
        min-height: 100vh;
        align-items: flex-start;
        padding: 5rem 0;
    }
    .form_tit {
        font-size: 2rem;
    }
    .box2 {
        padding: 2rem;
    }
    .sub_menu {
        flex-wrap: wrap;
    }
    .select1 {
        flex-basis: calc(50% - 0.5rem);
    }
    .num_wrap {
        justify-items: flex-end;
        margin-left: auto;
    }
    .form_wrap > label {
        padding-left: 0;
        font-size: 1.25rem;
    }
    .table1 th {
        font-size: 1rem;
    }
    
	.menu_wrap {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
        z-index: 3;
	}

	.menu_icon,
	.menu_icon:before,
	.menu_icon:after {
		position: absolute;
		height: 4px;
		width: 32px;
		background: #fff;
		box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
	}

	.menu_icon {
		display: inline-block;
		right: 10px;
		top: 13px;
	}

	.menu_icon:before {
		content: '';
		top: 9px;
		right: 0;
	}

	.menu_icon:after {
		content: '';
		top: 18px;
		right: 0;
	}

	.menu {
		top: 51px;
		position: absolute;
		background: #3c91cf;
		right: 0;
		width: 60%;
		color: #ffffff;
/*		letter-spacing: 1px;*/
		text-shadow: 0 0 3px #fff;
        z-index: 2;
	}
    .mask.show {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        background: rgba(0,0,0,.8);
    }
    .a_flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .pc {
    	display: none;
    }
    .mo {
    	display: initial;
    }
    .home_banner .b_tit{
        max-width: 65%;
    }
    .home_banner .b_tit1{
        max-width: 65%;
    }
    .home_banner .b_tit2{
        max-width: 65%;
    }
    .contactlink {
        padding: 0 1rem;
        width: 20%;
    }
.btn_fixed {
        top: 120vw;
         right: 0px;
         width: 52px;
    }
}
.btn_fixed a  {
	font-size: 1.2rem;
}

}

@media only screen and (max-width: 480px) {
    .select1 {
        flex-basis: 100%;
    }
}
