@charset "utf-8";

@import url("setting.css");

a{ color: var(--color-10); text-decoration:none; transition: 0.2s all;}
a:hover{ color: var(--color-02); text-decoration: none;}
a:focus{ text-decoration: none;}

p{ line-height: 1.5em; }

main{ margin: 10px; background: var(--color-12); border-radius: 20px; }

.container{ max-width: 1440px; padding: 0 20px; }
.container.w2{ max-width: 1031px; }
.container.w3{ max-width: 808px; }

/* .row{ margin-right: -12px !important; margin-left: -12px !important; } */

/*** PRELOAD ***/
#overlayer {
  width:100%;
  height:100%;
  position:absolute;
  z-index:99990;
  background:#fff;
}
.loader_wrap{ width: 100%; height: 100%; position: absolute; z-index: 99991; display: flex; align-items: center; justify-content: center; }
.loader_wrap .loading_img{ width: 45px; height: 45px; background: url('../../img/ico-loading.png') center center no-repeat; background-size: cover; }
/*** PRELOAD ***/

/*** HEADER ***/
header{ width: 100%; height: 110px; padding: 20px 10px; border-top-right-radius: 20px; border-top-left-radius: 20px; }

.logo{ float: left; margin: 0; padding: 0; background: url('../../img/pic-logo.webp') center center no-repeat; background-size: cover; text-indent: -9999px;}
.logo a{ width: 203px; height: 70px; display: block; }

/*ul.menu{ float: right; margin: 20px 0 0 0; padding: 0; list-style: none;}
ul.menu li{ float: left; margin: 0 0 0 30px; font-size: 1.25em; font-weight: 700; }
ul.menu li a{ color: var(--colo-10); }
ul.menu li a:hover{ color: var(--color-02); }
ul.menu li a.current{ color: var(--color-01); }*/

.dropdown-menu{ text-align: center; }

/*.dropbtn { margin:-10px 0; padding:10px 0; color: #333; font-weight: 500; background: none; border: 0; }
.dropdown { position: relative; display: inline-block;}
.dropdown .dropdown-toggle{ padding: 10px 15px; background: var(--color-bg); border: 1px solid #ccc; border-radius: 5px; }
.dropdown .dropdown-toggle::after{ display: none; }
.dropdown-content { font-size: .813em; display: none; position: absolute; top: 35px; background-color: #fff; min-width: 130px; box-shadow: 5px 5px 16px rgba(0,0,0,0.2); z-index: 99;}
.dropdown-content a { padding: 8px 15px; font-weight: 400; text-align: left; text-decoration: none; display: block;}
.dropdown-content a:hover { color: #fff !important; background-color: var(--color-01);}
.dropdown:hover .dropdown-content {display: block;}
.dropdown .dropbtn { text-decoration:none; transition:0.2s all; -webkit-transition:0.2s all; -moz-transition:0.2s all; -o-transition:0.2s all; -ms-transition:0.2s all;}
.dropdown:hover .dropbtn { color: var(--color-01);}*/

.btn_float_form a{ width: 76px ; height: 76px; padding: 11px; color: #fff; font-size: 1.25em; line-height: 1.25em; color: var(--color-12); background: var(--color-01); border-radius: 50%; position: fixed; right: 10px; bottom: 10px; z-index: 99; text-align: center; }
.btn_float_form a:hover{ color: var(--color-12); background: var(--color-02); box-shadow: 0 0 10px rgba(0, 0, 0, .5); }
.btn_float_form i{ margin-right: 5px; display: none; }
/*** /HEADER ***/

/*** BNR ***/
.carousel-item img{ width: 100%; height: auto; }
/* .bnr{ width: 100%; height: 700px; background:#ecf9fe url('../../img/bg-bnr.jpg') center bottom no-repeat; background-size: cover; position: relative; display: table; text-align: center; overflow: hidden; }
.bnr img{ width: 100%; height: auto; }
.bnr_slogan{ display: table-cell; vertical-align: middle; }
.bnr_slogan span{ font-size: 3.75em; font-weight: 700; letter-spacing: 26px; text-indent: 26px; }
.bnr_slogan span:nth-child(2){ color: var(--color-01); }
.bnr_slogan p{ margin: 17px 0; color: #666; font-size: 2.75em; letter-spacing: 13px; text-indent: 13px; }
.bnr_slogan p br{ display: none; }
.bnr_slogan p i{ font-style: normal; }
.bnr_plane{ width: 546px; height: auto; position: absolute; top: 82px; right: 180px; }
.bnr_building_01{ width: 453px; height: auto; position: absolute; bottom: 0px; left: 426px; z-index: 3; }
.bnr_building_02{ width: 380px; height: auto; position: absolute; bottom: 0px; right: 300px; z-index: 2; }
.bnr_building_03{ width: 247px; height: auto; position: absolute; bottom: 0px; left: 197px; z-index: 1; } */
/*** /BNR ***/

/*** SIDEBAR ***/
.btn_toggle{ display: none; }
/*** /SIDEBAR ***/

/*** CNT ***/
section{ padding: 75px 0; position: relative; }
section h2{ margin-bottom: 40px; margin-left: 10px; color: #352f2d; font-weight: 700; line-height: 1.325em; letter-spacing: 10px; text-align: center; }
section h2 .subtitle{ margin-top: 10px; color: var(--color-01); font-size: .6em; font-weight: 400; line-height: 1.5em; display: block; }

.iframe-container{ width: 100%; height: 0; margin: 0 auto; padding-bottom: 56.25%; position: relative; }
.iframe-container iframe{ width: 100%; height: 100%; position: absolute; top:0; left: 0;}
iframe{ width: 100%; height: auto; aspect-ratio: 16 / 9; }

.box_wrap{ margin: 0px 0px; background: #fff; position: relative; transition:0.2s all; }
.box_wrap.bordered{ padding: 10px; border: 1px solid #ccc; border-radius: 10px; }
.box_img_wrap{ border-radius: 10px; position: relative; overflow: hidden; -webkit-transform: perspective(0);}
.box_overlay{ width: 100%; height: 100%; position: absolute; z-index: 1; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0); transition:0.2s all; }
.box_overlay i{ color: #fff; font-size: 3em; opacity: 0; transition:0.2s all; }
.box_img{ transition:0.2s all; }
.box_img img{ width: 100%; height: auto; }
.box_txt_wrap{ padding: 30px; background: #fff; }
.box_txt_wrap b{ margin: 0 0 20px 5px; font-size: 2em; line-height: 1em; letter-spacing: 5px; display: block; }
.box_txt{ max-width: 270px; margin: 0 auto; }
.box_txt.w-100{ max-width: 100%; margin: 0 auto; }
.box_txt h5{ line-height: 1.325em; }
.box_txt span{ display: inline-block; }
.box_txt span:after{ content: '、'; }
.box_txt span:last-child:after{ content: ''; }
.box_txt button{ margin: 20px 0 0 0; }
a:hover .box_wrap{ box-shadow: 0 0 10px rgba(0, 0, 0, .45); }
a:hover .box_wrap .box_img{ transform: scale(1.1, 1.1); }
a:hover .box_wrap .box_overlay{ background: rgba(0, 0, 0, .5); }
a:hover .box_wrap .box_overlay i{ opacity: 1; }
a:hover .box_wrap .box_txt h5{ color: var(--color-02); }
a:hover .box_wrap .box_txt button{ color: var(--color-01) !important; background: #fff !important; border-color: var(--color-01) !important; }

#index_01 .ico_wrap{ margin: 20px; }
#index_01 .ico_wrap .ico_img_wrap .ico_img{ text-align: center; }
#index_01 .ico_wrap .ico_img_wrap .ico_img i{ font-size: 5em; text-align: center; }
#index_01 .ico_wrap .ico_img_wrap .ico_img img{ width: 180px; }
#index_01 .ico_txt{ margin: 15px 0 0 0; }
#index_01 .ico_txt p{ font-size: 1.625em; font-weight: 700; text-align: center; }
#index_01 a i{ color: var(--color-01); transition: 0.2s all; }
#index_01 a p{ color: var(--color-10); transition: 0.2s all; }
#index_01 a:hover p, #index_01 a:hover i{ color: var(--color-02); }
#index_01 a .ico_img img{ transition:0.2s all;}
#index_01 a:hover .ico_img img{ transform: scale(1.05);}

#index_01 .ser_wrap{ position: relative; display: flex; align-items: stretch; justify-content: center; overflow: hidden; }
#index_01 .ser_wrap .ser_txt_wrap{ width: 100%; height: 100%; position: absolute; z-index: 1; display: flex; align-items: center; justify-content: center; }
#index_01 .ser_wrap .ser_txt_wrap .ser_txt{ font-size: 2em; font-weight: 700; }
#index_01 a .ser_wrap .ser_txt_wrap .ser_txt p{ color: var(--color-10); font-weight: 700; position: relative; font-weight: bold;}
#index_01 a .ser_wrap .ser_txt_wrap .ser_txt p::before{ position: absolute; z-index: -1; -webkit-text-stroke: 5px #fff; content: attr(data-stroke); }
#index_01 a:hover .ser_wrap .ser_txt_wrap .ser_txt p{ color: var(--color-02);}
#index_01 .ser_wrap .ser_img_wrap{ width: 100%; height: 100%; transition: 0.2s all; }
#index_01 .ser_wrap .ser_img_wrap img{ width: 100%; height: auto; }
#index_01 .ser_wrap:hover .ser_img_wrap{ transform: scale(1.05); }


.shadow_01{ box-shadow: 5px 10px 10px rgba(0, 0, 0, .55); }
.rounded-bottom{ border-bottom-left-radius: 20px !important; border-bottom-right-radius: 20px !important; }

.subcap{ width: 100%; margin: 0 0 0 5px; padding: 0 0 10px 0; color: var(--color-01); font-size: 1.5em; letter-spacing: 5px; background: url('../../img/bg-subcap.png') center bottom no-repeat; text-align: center; display: block; }

.btn_price{ max-width: 400px; margin: 50px auto; padding: 0 20px; font-size: 2em; text-align: center; }
.btn_price a{ height: 100px; line-height: 82px; position: relative; display: block; }
.btn_price a span{ padding-bottom: 5px; border-bottom: 2px solid #352f2d; transition:0.2s all;}
.btn_price a:hover span{ color: #ffa618; border-color: #ffa618; }
.btn_price a svg { width: 120%; height: 140%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1;}
.btn_price a svg path { fill: transparent; stroke-width: 5px; stroke: #ffa618; stroke-dasharray: 1210.709716796875; stroke-dashoffset: -1210.709716796875; transition: stroke-dashoffset 0.5s cubic-bezier(0.29, 0.68, 0.74, 1.02);}
.btn_price a:hover svg path, .btn_price a:focus svg path { stroke-dashoffset: 0;}

#bg-line01{ width: 90%; height: 100vh; position: absolute; top: 15%; left: -30%; z-index: -1; opacity: .75; }
#bg-line01 path{ fill: transparent; stroke-dasharray: 2250; stroke-dashoffset: 0; background: #000; }
#bg-line01 path{ animation: 15s linear forwards infinite bg-line01; }

#bg-line02{ width: 50%; height: 100vh; position: absolute; bottom: -30%; right: -17%; z-index: -1; opacity: .75; }
#bg-line02 path{ fill: transparent; stroke-dasharray: 2250; stroke-dashoffset: 0; background: #000; }
#bg-line02 path{ animation: 10s linear forwards infinite bg-line02; }

@keyframes bg-line01 {
	0%{ stroke-dashoffset: 4500; }
	50%{stroke-dashoffset: 2250;}
	100%{stroke-dashoffset: 0;}
}
@keyframes bg-line02 {
	0%{ stroke-dashoffset: 4500; }
	50%{stroke-dashoffset: 2250;}
	100%{stroke-dashoffset: 0;}
}

#index_02{ background: var(--color-01); }
#index_02 h2{ color: var(--color-12); }

#index_03 .row_flex{ display: flex; align-items: center; }
#index_03 .row_flex .col_flex{ }
#index_03 .row_flex .col_flex img{ max-width: 400px !important; }
.btn_form_submit_wrap{ float: right; margin-top: 10px; }

form label{ margin-bottom: 5px; text-align: left !important; }

#inquiryModal .captcha_wrap, #inquiryModal .refresh a, #inquiryModal .btn_form_submit_wrap{ margin-top: 0; }

#bg-line03{ width: 100%; height: 100vh; position: absolute; bottom: -50%; left: -15%; z-index: -1; }
#bg-line03 path{ fill: transparent; stroke-dasharray: 2250; stroke-dashoffset: 0; background: #000; }
#bg-line03 path{ animation: 15s linear forwards infinite bg-line01; }

#bg-line04{ width: 10%; height: 100vh; position: absolute; top: -35%; right: -5%; z-index: -1; }
#bg-line04 path{ fill: transparent; stroke-dasharray: 2250; stroke-dashoffset: 0; background: #000; }
#bg-line04 path{ animation: 10s linear forwards infinite bg-line02; }

@keyframes bg-line03 {
	0%{ stroke-dashoffset: 0; }
	50%{stroke-dashoffset: 2250;}
	100%{stroke-dashoffset: 4500;}
}
@keyframes bg-line04 {
	0%{ stroke-dashoffset: 0; }
	50%{stroke-dashoffset: 2250;}
	100%{stroke-dashoffset: 4500;}
}

.inner article{ margin-bottom: 80px; }
.inner article:last-child{ margin-bottom: 0; }
.inner h1{ margin-bottom: 30px; line-height: 1.5em; }
.inner p{ line-height: 1.875em; }
.inner .box_wrap{ margin: 0px 0px;}
.inner ul, .inner ol{ margin: 0; padding: 0; }
.inner ul{ list-style-type: disc; }
.inner ol{ list-style-type: decimal; }
.inner li{ margin-left: 24px;}

h3.t1, .term h3{ padding: 20px 0 20px 56px; background: url('../../img/ico-h3t1.png') 0 center no-repeat; background-size: 40px auto; display: inline-block; }
h3.t2{ margin: 0 0 0px 0; padding: 0 0 4px 20px; line-height: 1em; border-left: 10px solid var(--color-01); }

.syncing{ max-width: 880px;}
.syncing-nav{ max-width: calc(100% - 20px); }
.syncing-nav .box_wrap{ cursor: pointer; }

.equip_sort_wrap{ margin-bottom: 40px; white-space: nowrap; text-align: center; }
.equip_sort{ margin: 0 50px; display: inline-block; }
.equip_ico{ width: 100px; height: 100px; margin: 0 auto; border-radius: 50%; transition:0.2s all; }
.equip_ico.e1{ background: url('../../img/ico-equip01.png') center center no-repeat; background-size: cover; }
.equip_ico.e2{ background: url('../../img/ico-equip02.png') center center no-repeat; background-size: cover; }
.equip_ico.e3{ background: url('../../img/ico-equip03.png') center center no-repeat; background-size: cover; }
.equip_ico.e4{ background: url('../../img/ico-equip04.png') center center no-repeat; background-size: cover; }
.equip_ico.e5{ background: url('../../img/ico-equip05.png') center center no-repeat; background-size: cover; }
.equip_sort p{ margin-top: 10px; line-height: 1em; text-align: center; }
.equip_sort:hover .equip_ico{ box-shadow: 0 0 10px rgba(0, 0, 0, .45); }
.equip_sort.current .equip_ico{ box-shadow: none; }
.equip_sort.current .equip_ico.e1{ background: url('../../img/ico-equip01x.png') center center no-repeat; background-size: cover; }
.equip_sort.current .equip_ico.e2{ background: url('../../img/ico-equip02x.png') center center no-repeat; background-size: cover; }
.equip_sort.current .equip_ico.e3{ background: url('../../img/ico-equip03x.png') center center no-repeat; background-size: cover; }
.equip_sort.current .equip_ico.e4{ background: url('../../img/ico-equip04x.png') center center no-repeat; background-size: cover; }
.equip_sort.current .equip_ico.e5{ background: url('../../img/ico-equip05x.png') center center no-repeat; background-size: cover; }
.equip_sort.current p{ color: var(--color-01); font-weight: 700; }

.equip_sort_scroll{ /*max-width: 716px;*/ width: 100%; margin: 0 auto; padding: 10px 0 0 0; overflow-x: scroll; }
.equip_sort_scroll::-webkit-scrollbar { width: 0 !important; opacity: 0; }
.btn_scroll{ display: none; }

.equip_wrap{ background: #fff; border: 1px solid #ccc; border-radius: 10px; overflow: hidden; display: flex; transition:0.2s all; }
.equip_img_wrap{ overflow: hidden; flex-basis: 45%; position: relative; }
.equip_overlay{ width: 100%; height: 100%; position: absolute; z-index: 1; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0); transition:0.2s all; }
.equip_overlay i{ color: #fff; font-size: 3em; opacity: 0; transition:0.2s all; }
.equip_img{ width: 100%; height: 100%; transition:0.2s all; }
.equip_txt_wrap{ height: 200px; flex-basis: calc(100% - 45%); padding: 30px; position: relative; }
.equip_txt_wrap .equip_txt h5{ line-height: 1.25em; }
.equip_txt_wrap .equip_txt span{ margin: 10px 0 0 0; color: #333; display: block; }
.equip_txt_wrap .equip_txt_ico{ width: 50px; height: 50px; position: absolute; bottom: 10px; right: 10px; }
.equip_txt_ico.e1{ background: url('../../img/ico-equip01.png') center center no-repeat; background-size: cover; }
.equip_txt_ico.e2{ background: url('../../img/ico-equip02.png') center center no-repeat; background-size: cover; }
.equip_txt_ico.e3{ background: url('../../img/ico-equip03.png') center center no-repeat; background-size: cover; }
.equip_txt_ico.e4{ background: url('../../img/ico-equip04.png') center center no-repeat; background-size: cover; }
.equip_txt_ico.e5{ background: url('../../img/ico-equip05.png') center center no-repeat; background-size: cover; }
.equip_wrap:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .45); }
.equip_wrap:hover .equip_img{ transform: scale(1.1, 1.1); }
.equip_wrap:hover .equip_overlay{ background: rgba(0, 0, 0, .5); }
.equip_wrap:hover .equip_overlay i{ opacity: 1; }
.equip_wrap:hover .equip_txt h5{ color: var(--color-01); }
.equip_wrap:hover .equip_txt span{ color: #333; }
.equip_wrap:hover .equip_txt button{ color: var(--color-01) !important; background: #fff !important; border-color: var(--color-01) !important; }

.info{ margin: 0 0 20px 0; padding: 10px 20px; font-size: 1.25em; border: 1px solid var(--color-01); border-radius: 10px; box-shadow: 0 0 5px rgba(0, 0, 0, .5); }
.info:last-child{ margin: 0;}
.info p{ margin-right: 10px; display: block; }
.info span{ /*font-size: .75em;*/ display: block; }
.info a{ color: #fff; }
.info.t1{ background: #fff; }
.info.t2{ color: #fff; background: var(--color-01); }
.info.t3{ padding: 0; color: #fff; background: #feae01; border-color: #feae01;}
.info.t3 a{ padding: 10px 20px; color: #fff; border-color: #feae01; display: block;}

.news_wrap{ margin: 0 0 40px 0; padding: 0 0 40px 0; border-bottom: 1px solid #f15a24; overflow: hidden; display: flex; transition:0.2s all; }
.news_box_border:last-child .news_wrap{ /*border: 0;*/ margin: 0; }
.news_img_wrap{ overflow: hidden; flex-basis: 400px; position: relative; }
.news_overlay{ width: 100%; height: 100%; position: absolute; z-index: 1; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0); transition:0.2s all; }
.news_overlay i{ color: #fff; font-size: 3em; opacity: 0; transition:0.2s all; }
.news_img{ width: 100%; height: 300px; transition: 0.2s all; }
.news_txt_wrap{ padding: 0 30px; flex-basis: calc(100% - 400px); align-items: center; position: relative; }
.news_txt_wrap .news_txt{ text-align: left; }
.news_txt_wrap .news_txt h3{ overflow: hidden; }
.news_txt_wrap .news_txt h3 p{ float: left; width: calc(100% - 85px); padding-right: 20px; line-height: 1.5em; display: inline-block; }
.news_txt_wrap .news_txt h3 span.date{ float: right; width: 85px; color: #666; font-size: .65em; display: inline-block; }
.news_txt_wrap .news_txt span{ margin: 10px 0 0 0; color: #333; display: block; }
.news_txt_wrap .news_txt span.type{ margin-bottom: 10px; padding: 5px 15px; color: #fff; font-size: .875em; background: var(--color-01); border-radius: 10px; display: inline-block; }
.news_txt_wrap .news_txt .quote{ margin-top: 10px; color: #777; line-height: 1.5em; }
.news_txt_wrap .news_txt .quote_2{ height: 48px; }
.news_wrap:hover{ }
.news_wrap:hover .news_img{ transform: scale(1.1, 1.1); }
.news_wrap:hover .news_overlay{ background: rgba(0, 0, 0, .5); }
.news_wrap:hover .news_overlay i{ opacity: 1; }
.news_wrap:hover .news_txt h3{ color: var(--color-01); }
.news_wrap:hover .news_txt p{}

.einfo_wrap{ margin: 0 0 40px 0; padding: 40px; background: #fff; border: 1px solid #ccc; overflow: hidden; display: flex; transition:0.2s all; }
.einfo_box_border:last-child .einfo_wrap{ /*border: 0;*/ margin: 0; }
.einfo_img_wrap{ overflow: hidden; flex-basis: 400px; position: relative; }
.einfo_overlay{ width: 100%; height: 100%; position: absolute; z-index: 1; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0); transition:0.2s all; }
.einfo_overlay i{ color: #fff; font-size: 3em; opacity: 0; transition:0.2s all; }
.einfo_img{ width: 100%; height: 300px; transition: 0.2s all; }
.einfo_txt_wrap{ padding: 0 30px; flex-basis: calc(100% - 400px); align-items: center; position: relative; }
.einfo_txt_wrap .einfo_txt{ text-align: left; }
.einfo_txt_wrap .einfo_txt h3{ overflow: hidden; }
.einfo_txt_wrap .einfo_txt h3 p{ line-height: 1.5em; display: inline-block; }
/* .einfo_txt_wrap .einfo_txt span{ margin: 10px 0 0 0; color: #333; display: block; } */
.einfo_txt_wrap .einfo_txt span.type{ margin-bottom: 10px; padding: 0 5px; color: #333; font-size: .875em; border-radius: 0; display: inline-block; }
.einfo_txt_wrap .einfo_txt span.type{
background: -moz-linear-gradient(top,  rgba(214,166,167,0) 55%, rgba(214,166,167,1) 55%, rgba(214,166,167,1) 100%);
background: -webkit-linear-gradient(top,  rgba(214,166,167,0) 55%,rgba(214,166,167,1) 55%,rgba(214,166,167,1) 100%);
background: linear-gradient(to bottom,  rgba(214,166,167,0) 55%,rgba(214,166,167,1) 55%,rgba(214,166,167,1) 100%);
}
.einfo_txt_wrap .einfo_txt span.date{ width: 85px; color: #666; font-size: .875em; display: inline-block; }
.einfo_txt_wrap .einfo_txt .quote{ margin-top: 10px; color: #777; line-height: 1.5em; }
.einfo_txt_wrap .einfo_txt .quote_2{ height: 48px; }
.einfo_wrap:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .45);}
.einfo_wrap:hover .einfo_img{ transform: scale(1.1, 1.1); }
.einfo_wrap:hover .einfo_overlay{ background: rgba(0, 0, 0, .5); }
.einfo_wrap:hover .einfo_overlay i{ opacity: 1; }
.einfo_wrap:hover .einfo_txt h3{ color: var(--color-01); }
.einfo_wrap:hover .einfo_txt p{}

.events_wrap{ margin: 0px 0; padding: 20px !important; background: #fff; position: relative; transition:0.2s all; }
.events_wrap.bordered{ padding: 10px; border: 1px solid #ccc; }
.events_img_wrap{ border-radius: 10px; position: relative; overflow: hidden; -webkit-transform: perspective(0);}
.events_overlay{ width: 100%; height: 100%; position: absolute; z-index: 1; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0); transition:0.2s all; }
.events_overlay i{ color: #fff; font-size: 3em; opacity: 0; transition:0.2s all; }
.events_img{ transition:0.2s all; }
.events_img img{ width: 100%; height: auto; }
.events_txt_wrap{ margin-top: 20px; padding: 0 10px; background: #fff; }
.events_txt_wrap b{ margin: 0 0 20px 5px; font-size: 2em; line-height: 1em; letter-spacing: 5px; display: block; }
.events_txt{ margin: 0 auto; }
.events_txt.w-100{ max-width: 100%; margin: 0 auto; }
.events_txt h5{ line-height: 1.325em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.events_txt span{ display: inline-block; }
.events_txt button{ margin: 20px 0 0 0; }
.events_wrap:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .45); }
.events_wrap:hover .events_img{ transform: scale(1.1, 1.1); }
.events_wrap:hover .events_overlay{ background: rgba(0, 0, 0, .5); }
.events_wrap:hover .events_overlay i{ opacity: 1; }
.events_wrap:hover .events_txt h5{ color: var(--color-01); }
.events_wrap:hover .events_txt span, .events_wrap:hover .events_txt p{ color: #333; }

.events_cap_wrap{ margin: 0; display: flex; align-items: stretch; }
.events_cap_item:nth-child(1){ flex-basis: 100px; }
.events_cap_item:nth-child(2){ flex-basis: 160px; padding: 0 30px; color: var(--color-01); font-size: 1.5em; line-height: 1em; justify-content: center; }
.events_cap_item:nth-child(3){ flex-basis: calc(100% - 260px); }
.events_cap_item{ display: flex; align-items: center; }
.events_cap_item div{ width: 100%; height: 2px; background: var(--color-01); }

.events_info_wrap{ margin: 30px 0; padding: 0; list-style: none; }
.events_info_wrap li{ margin: 10px 0; overflow: hidden; }
.events_info_wrap li i{ float: left; width: 30px; margin-right: 10px; font-size: 1.875em; text-align: center; }
.events_info_wrap li p{ float: left; width: calc(100% - 40px);}

.dnp_wrap{ margin: 20px 0 0 0; padding: 10px 0 0 0; list-style: none; border-top: 1px solid #ccc; }
.dnp_wrap li{ margin: 10px 0 0 0; color: #333; overflow: hidden; }
.dnp_wrap li span{ float: left; margin: 0 10px 0 0; padding: 0 10px 0 0; line-height: 1em; border-right: 2px solid #333; }
.dnp_wrap li p{ float: left; line-height: 1em; display: inline-block; }

.func_wrap, .func_wrap li{ margin: 0; padding: 0; list-style: none; }
.func_wrap > li:first-child{ float: left; }
.func_wrap > li:last-child{ float: right; }
.share_wrap{ float: right; margin: 0; padding: 0; list-style: none; }
.share_wrap li{ float: left; margin-left: 10px; }
.share_wrap li a img{ width: 31px;  }

.quote_1{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.quote_2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
h5.quote_1{ height: 26px; }
h6.quote_1{ height: 18px; margin-top: 8px; color: #777; }

span.type{ margin-bottom: 10px; padding: 5px 15px; color: #fff; font-size: .875em; background: var(--color-01); border-radius: 10px; display: inline-block; }
span.type.t2{ margin-bottom: 10px; padding: 0 5px; color: #333; font-size: .875em; border-radius: 0; display: inline-block; }
span.type.t2{
background: -moz-linear-gradient(top,  rgba(214,166,167,0) 55%, rgba(214,166,167,1) 55%, rgba(214,166,167,1) 100%);
background: -webkit-linear-gradient(top,  rgba(214,166,167,0) 55%,rgba(214,166,167,1) 55%,rgba(214,166,167,1) 100%);
background: linear-gradient(to bottom,  rgba(214,166,167,0) 55%,rgba(214,166,167,1) 55%,rgba(214,166,167,1) 100%);
}
span.date{ width: 85px; margin-left: 10px; color: #666; font-size: .875em; display: inline-block; }

/* #equiplist .accordion_header{ height: 70px; background: #352f2d; } */
#equiplist .accordion{ }
#equiplist .accordion-item{ margin-bottom: 10px; padding: 0; border: 0; border-radius: 0; }
#equiplist .accordion-item:last-child{ margin-bottom: 0; }
#equiplist .accordion-header{ margin: 0; border: 0; border-radius: 0; }
#equiplist .accordion-collapse{ border: 0; }
#equiplist .accordion-body{ padding: 30px; background: #fff; }
#equiplist .accordion-button{ color: #fff; border: 0; border-radius: 0 !important; box-shadow: none; }
#equiplist .accordion-button[aria-expanded="false"]{ color: #fff; background: #6f6d6c;}
#equiplist .accordion-button[aria-expanded="true"]{ color: #fff; background: var(--color-01);}
#equiplist .accordion-button[aria-expanded="false"]:after { background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;}
#equiplist .accordion-button[aria-expanded="true"]:after { background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;}

#equiplist .equip_table_warp{ display: flex; }
#equiplist .equip_table_warp .equip_table_item{ padding: 20px; background: #f3f3f3; }
#equiplist .equip_table_warp .equip_table_item:first-child{ flex-basis: calc(100% - 200px); border-right: 1px solid rgba(255, 255, 255, .5); }
#equiplist .equip_table_warp .equip_table_item:last-child{ flex-basis: 200px; }
#equiplist .equip_table_warp:first-child .equip_table_item{ color: #fff; background: #352f2d; }
#equiplist .equip_table_warp:nth-child(2n) .equip_table_item{ background: #ddd; }

#location a{ display: inline-block; }

.period_wrap{ margin: 0; padding: 30px 50px; background: rgba(255, 255, 255, .5); border: 1px solid #000; border-radius: 10px; display: flex; justify-content: space-between; }
.period_wrap .period_box{ text-align: center; }
.period_wrap .period_box h4{ padding-bottom: 10px; font-size: 1.5em; font-weight: 700; background: url('../../img/bg-stroke_01.png') center bottom no-repeat; background-size: 110px auto; }
.period_wrap .period_box span{ margin: 10px 0; line-height: 1em; display: block; }
.period_wrap .period_box span span{ margin: 0; display: inline; }
.period_wrap .period_box span span:nth-child(2){ margin: 0 5px; }
.period_wrap .period_box span span:nth-child(3){ margin: 5px 0 9px 0; display: none; }
.period_wrap .period_box p{ color: var(--color-01); font-size: 2em; font-weight: 700; line-height: 1em; }
.period_wrap.t1{ border: 1px solid var(--color-01); }
.period_wrap.t1 .period_box h4{ font-weight: 700; background: url('../../img/bg-stroke_02.png') center bottom no-repeat; background-size: 110px auto; }

.pinfo_wrap{ display: flex; justify-content: flex-start; }
.pinfo_wrap .pinfo_box:first-child{ padding: 0 50px 0 0; flex-basis: calc(100% - 500px); }
.pinfo_wrap .pinfo_box:last-child{ padding: 0 0 0 50px; flex-basis: 500px; background: url('../../img/bg-stroke_03.png') left top no-repeat; background-size: auto 115px; }
.pinfo_wrap .pinfo_txt{ margin: 10px 0; overflow: hidden; }
.pinfo_wrap .pinfo_txt span{ float: left; width: 100px; margin: 0 20px 0 0; padding: 0 20px 1px 0; line-height: 1.5em; text-align-last: justify; border-right: 2px solid #333; }
.pinfo_wrap .pinfo_txt p{ float: left; width: calc(100% - 120px); line-height: 1.5em; }

.pinfo_wrap.single .pinfo_box:last-child{ background: none; }

.nav-tabs{ max-width: 978px; margin: 0 auto !important; border: 0; }
.nav-tabs li{ margin: 0; padding: 0; list-style: none;}
.nav-tabs .nav-item{ width: calc(100% / 3);}
.nav-tabs .nav-item .nav-link { width: 100%; margin: 0; padding: 0; background: rgba(204, 204, 204, .5); border: 1px solid #333; border-radius: 0; }
.nav-tabs .nav-item .nav-link.active{ background: var(--color-01); }
.nav-tabs .nav-item .nav-link p{ padding: 30px 90px; color: #333;  font-size: 1.25em; line-height: 1em; text-align: center; }
.nav-tabs .nav-item .nav-link.active p{ color: #fff; }
.nav-tabs .nav-item:nth-child(1) .nav-link{ border-right: 0; border-top-left-radius: 50px; border-bottom-left-radius: 50px; }
.nav-tabs .nav-item:nth-child(1) .nav-link p{ border-right: 1px solid var(--color-01); }
.nav-tabs .nav-item:nth-child(2) .nav-link{ border-right: 0; border-left: 0; }
.nav-tabs .nav-item:nth-child(2) .nav-link p{ border-right: 1px solid var(--color-01); border-left: 1px solid var(--color-01); }
.nav-tabs .nav-item:nth-child(3) .nav-link{ border-left: 0; border-top-right-radius: 50px; border-bottom-right-radius: 50px; }
.nav-tabs .nav-item:nth-child(3) .nav-link p{ border-left: 1px solid var(--color-01); }
.tab-content{ margin-top: 20px; }
.tab-content .tab-pane{ padding: 50px; background: rgba(204, 204, 204, .5); border: 1px solid #333; }
/*.tab-content .tab-pane h4{ margin-bottom: 20px; padding: 0 0 2px 10px; color: #333; border-left: 10px solid #333; }
.tab-content .tab-pane h4 span{ margin-left: 10px; color: var(--color-01); font-size: .75em; }*/
.tab-content .tab-pane .tab_item{ display: inline-block; }
.tab-content .tab-pane .tab_item a{ padding: 20px 20px; border-radius: 10px; display: inline-block; }
.tab-content .tab-pane .tab_item a:hover{ color: #333; background: #ccc; }
.tab-content .tab-pane .tab_item .tab_item_box{ height: 50px; padding-left: 60px; display: flex; align-items: center; }

.tab_item_wrap{ margin: 0 auto; text-align: center; }
.tab_item_wrap .tab_item{ display: inline-block; }
.tab_item_wrap .tab_item_box{ width: 200px; margin: 0 20px; padding: 110px 0 0 0 !important; }
.tab_item_wrap .tab_item_box.t201{ background: url('../../img/ico-tab_02_01.png') center top no-repeat; background-size: 84px auto; }
.tab_item_wrap .tab_item_box.t202{ background: url('../../img/ico-tab_02_02.png') left 10px top no-repeat, url('../../img/ico-tab_02_03.png') right 10px top no-repeat; background-size: 84px auto; }
.tab_item_wrap .tab_item_box.t203{ background: url('../../img/ico-tab_02_04.png') center top no-repeat; background-size: 84px auto; }
.tab_item_wrap .tab_item_box p{ width: 100%; text-align: center; }

.tab_item a.nohover:hover{ color: #333; background: transparent !important; cursor: default; }

#prop .nav-tabs{ max-width: 100%; text-align: center; overflow: hidden; }
#prop .nav-tabs li{ display: inline-block;}
#prop .nav-tabs .nav-item{ margin: 0 10px;}
#prop .nav-tabs.nav-w1 .nav-item{ width: calc((100% / 1) - 20px);}
#prop .nav-tabs.nav-w2 .nav-item{ width: calc((100% / 2) - 20px);}
#prop .nav-tabs.nav-w3 .nav-item{ width: calc((100% / 3) - 20px);}
#prop .nav-tabs.nav-w4 .nav-item{ width: calc((100% / 4) - 20px);}
#prop .nav-tabs.nav-w5 .nav-item{ width: calc((100% / 5) - 20px);}
#prop .nav-tabs.nav-w6 .nav-item{ width: calc((100% / 6) - 20px);}
#prop .nav-tabs .nav-item .nav-link { width: 100%; height: 100px; margin: 0; padding: 0; background: rgba(204, 204, 204, .5); border: 1px solid #333; }
#prop .nav-tabs .nav-item .nav-link.active{ background: var(--color-01); }
#prop .nav-tabs .nav-item .nav-link i{ margin-bottom: 10px; color: #333; font-size: 2em; }
#prop .nav-tabs .nav-item .nav-link p{ padding: 0; color: #333;  font-size: 1.25em; line-height: 1em; text-align: center; }
#prop .nav-tabs .nav-item .nav-link.active i, #prop .nav-tabs .nav-item .nav-link.active p{ color: #fff; }
#prop .nav-tabs .nav-item .nav-link{ border: 0; border-radius: 10px; }
#prop .nav-tabs .nav-item .nav-link p{ border: 0; }

.contact_staff{ float: right; margin-top: 10px; padding: 10px 20px 12px 20px; border: 1px solid var(--color-01); border-radius: 40px; }

.btn_rent_term_wrap button{ box-shadow: 0 0 5px rgba(0, 0, 0, .5);}

.more_cases_wrap{ margin: 35% 0 0 0; display: flex; align-items: center; }
.more_cases_wrap p{ color: #3462bc; font-size: 1.5em; font-weight: 700; display: inline-block; }
.more_cases_wrap span{ width: 50px; margin: 0 5px; }

form[name="form_inquiry"]{ text-align: left !important;}
form[name="form_inquiry"] label{ color: #333; }

.main_pic img{ width: 100%; max-width: 1000px !important; box-shadow: 5px 5px 10px rgba(0, 0, 0, .5); }
.main_pic a{ max-width: 1000px; display: block; }

#about .main_pic{ width: 100%; max-width: 1000px !important; border: 10px solid #292929; }
#about .txt{ text-align: center; }
#about p{ font-size: 1.25em; font-weight: 500; line-height: 2em; }

.dot01, .dot02, .dot03{ padding-left: 22px; position: relative; }
.dot01 i{ width: 15px; height: 15px; background: #f5b65c; border-radius: 50%; position: absolute; top: 8px; left: 0; }
.dot02 i{ width: 15px; height: 15px; background: #07387d; border-radius: 50%; position: absolute; top: 8px; left: 0; }
.dot03 i{ width: 15px; height: 15px; background: var(--color-01); border-radius: 50%; position: absolute; top: 8px; left: 0; }

.list_upperalpha{ margin: 0; padding: 0; }
.list_upperalpha li{ margin: 0 0 0 45px; padding: 0 0 0 10px; list-style-type: upper-alpha; }

.align-middle{ display: flex; align-items: center; justify-content: center; }
.align-middle h2 span{ margin: 10px 0 0 0; color: var(--color-01); font-size: .813em; display: block; }
.align-middle h2 span:first-child{ margin: 30px 0 0 0;}
/*** /CNT ***/

/*** LIST ***/
/*** /LIST ***/

/*** BREADCRUMB ***/
nav[aria-label="breadcrumb"]{ padding:5px 20px 5px 20px; font-size: .875em; color: #333; }
nav[aria-label="breadcrumb"] br{ display: none; }
ol.breadcrumb{ margin: 10px 0 0 0; padding: 0; display: block;}
.breadcrumb-item{ display: inline-block; }
.breadcrumb-item:before{ color: #999 !important; }
.breadcrumb-item.active{ color: var(--color-10); font-weight: 700; }
ol.breadcrumb a{ color: var(--color-10); }
ol.breadcrumb a:hover{ color: var(--color-02); }
/*** /BREADCRUMB ***/

/*** ABOUT ***/
/*** /ABOUT ***/

/*** PRODUCT ***/
/*** /PRODUCT ***/

/*** CONTACT ***/
.gmap{ width: 100%; height: 433px; margin-top: 10px; }
/*** /CONTACT ***/

/*** PAGINATION ***/
.pagination_wrap{ margin: 40px 0 0 0; }
nav[aria-label="Page navigation example"]{ overflow: hidden; }
.pagination{ float: left; margin: 0px !important; }
.pagination .page-item{ margin: 0; padding: 0; list-style: none; }
.pagination a{ width: 38px; height: 38px; margin: 0 5px; padding-right: 0; padding-left: 0; color: #666; border-radius: 50% !important; text-align: center; }
.pagination a:hover{ color: var(--color-01); background: #fff; }
/* .pagination a i{ line-height: 22px; } */
.pagination .page-link{ line-height: 22px;}
.pagination .active .page-link{ background: var(--color-01); border-color: #dee2e6; }

.pagination_jump{ float: right; margin: 0 10px 18px 10px; padding: 0; list-style: none; display: none; }
.pagination_jump select.form-select{ width: auto; min-height: 38px; margin: 0 5px; padding: 0 35px 0 10px; background-color: #fff; border: 1px solid #dee2e6; border-radius: 3px; display: inline-block; cursor: pointer; }
/*** /PAGINATION ***/

/*** FOOTER ***/
footer{ padding: 40px 20px; background: #f3f3f3; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; overflow: hidden; }
footer .f_wrap{ font-size: 1.25em; font-weight: 500; display: flex; align-items: center; }
footer .f_item{ padding: 0 20px; }
footer .f_item b{ margin-bottom: 20px; display: block; }
footer .f_item p{ margin: 10px 0; font-size: 1.25em; }
footer .f_item p span{ margin-right: 10px; }

footer .f_item:nth-child(1){ width: calc(100% - 640px); }
footer .f_item:nth-child(2){ width: 400px; }
footer .f_item:nth-child(1) img{ max-width: 430px !important; }
footer .f_item:nth-child(3) { text-align: center; }
footer .f_item:nth-child(3) img{ max-width: 160px !important; }
/*footer .f_item:nth-child(2) a{ flex-basis: calc(100% / 3); text-align: center; }
footer .f_item:nth-child(3) p{ width: 100%; line-height: 1.75em; }
footer .f_item:nth-child(3) .f_cont{ margin: 0px 0 0 0; flex-basis: 50%; }
footer .f_item:nth-child(3) .f_cont b{ color: var(--color-01); font-weight: 500; }
footer .f_item:nth-child(3) .f_cont p{ margin: 10px 0; padding: 0; line-height: 1em; overflow: hidden; }
footer .f_item:nth-child(3) .f_cont span{ width: 45px; margin-right: 10px; border-right: 2px solid var(--color-01); display: inline-block; }*/

/*** /FOOTER ***/

/*** CAPTCHA ***/
.captcha_wrap{ float: left; margin: 10px 0 0 20px; }
.captcha_wrap2{ overflow: hidden; }
#captcha_code{ float: left; width: 100px; }

.refresh a{ float: left; width: 46px; height: 46px; margin: 10px 0 0 5px; font-weight: 700; font-size: 1.8em; line-height: 1.45em; border: 1px solid #ccc; border-radius: 5px; display: inline-block; text-align: center; }
/*** /CAPTCHA ***/

/*** BTN ***/
.btn{ padding: 13px 30px 15px 30px; font-weight: 700; line-height: 1em; border-width: 1px; border-radius: 10px; }
.btn_wrap{ width: 100%; margin:30px 0 0 0; }

.btn-primary{ background: var(--color-01); border-color: var(--color-01); }
.btn-primary:hover, .btn-primary:focus{ color: var(--color-12) !important; background: var(--color-02) !important; border-color: var(--color-02) !important; }
.btn-primary:disabled{ background: #ccc; border-color: #ccc; }

.btn-warning{ color: #fff; background: #ffa618; border-color: #ffa618; }
.btn-warning:hover, .btn-warning:focus{ color: #ffa618 !important; background: #fff !important; border-color: #ffa618 !important; }

.btn-outline-primary{ color: var(--color-01); background: #fff; border-color: var(--color-01); }
.btn-outline-primary:hover, .btn-outline-primary:focus{ color: #fff !important; background: var(--color-01); border-color: var(--color-01); }

.btn-outline-light{ color: #fff; background: none; border-color: #fff; }
.btn-outline-light:hover, .btn-outline-light:focus{ color: #fff !important; background: var(--color-01); border-color: var(--color-01); }

#q_btn button:hover, #q_btn button:focus{ background: var(--color-01) !important; border-color: var(--color-01) !important;}

.btn_wrap.chk .btn{ margin: 5px 10px; }
/*** /BTN ***/

/*** COLOR ***/
.color01{ color: var(--color-01); }
.color02{ color: #ff6500; }
.color03{ color: #f5b65c; }
.color04{ color: #07387d; }
.color_note, .color_note a{ color: var(--color-note); }
.color_note a:hover{ text-decoration: underline; }

.border_red_r{ margin-right: 10px; padding-right: 10px; border-right: 2px solid var(--color-01); }
/*** /COLOR ***/

/*** FORM ***/
/*** /FORM ***/

/*** MARGIN PADDING ***/
.mt-0{ margin-top: 0; }
.mt-10{ margin-top: 10px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.mt-50{ margin-top: 50px; }

.mb-0{ margin-bottom: 0; }
.mb-10{ margin-bottom: 10px; }
.mb-20{ margin-bottom: 20px; }
.mb-30{ margin-bottom: 30px; }

.pl-0{ padding-left: 0; }
.pr-0{ padding-right: 0; }
/*** /MARGIN PADDING ***/

/*** POPOVER ***/
[data-bs-toggle="popover"]{ cursor: pointer; }
.popover{ padding:5px; border: 5px solid #ccc; border-radius: 10px; }
.popover-arrow{ display: none !important; }
/*** /POPOVER ***/

/*** MODAL ***/
.modal-header{ color: #fff; background: var(--color-01); }
.modal-body{ padding: 30px; }
.modal-body input, .modal-body select{ margin: 0 0 10px 0 !important; border-radius: 5px; }
.modal-body article{ margin-bottom: 40px; }
.modal-body article:last-child{ margin-bottom: 0px; }
.modal-open{ padding-right: 0 !important; }
.modal { z-index: 1031 !important;}
.modal-backdrop { z-index: 1030 !important;}

.modal_cap{ margin-bottom: 10px; padding: 0 0 2px 10px; font-weight: 700; border-left: 5px solid #333; }

/* .modal .slick_wrap{ opacity: 1; } */
/*** /MODAL ***/


@media screen and (-webkit-min-device-pixel-ratio:0) { /* Chrome */
}

@media all and (-ms-high-contrast:none){ /* IE 11 */
     *::-ms-backdrop, .label_name{ }
}

@supports (display:-ms-grid) { /* Edge */
}
