@charset "utf-8";

@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap";

/* CSS Document */

body { font-family: "Noto Sans JP", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", 'MS PGothic', 'ＭＳ Ｐゴシック', 'MS Gothic', sans-serif; font-size: 16px; margin: 0px; text-align: center; background-color: #fff; line-height: 1.8em; color: #354659; word-wrap: break-word; -webkit-text-size-adjust: none; image-rendering: -webkit-optimize-contrast; font-weight: 400; }

p, form { margin: 0px; padding: 0px; }
img { border: none; margin: 0px; padding: 0px; backface-visibility: hidden; -webkit-backface-visibility: hidden; max-width: 100%; height: auto; vertical-align: top; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
a:hover img { opacity: 0.75; }
a, a img, input, textarea, button { transition: all 0.15s ease-in-out; outline: none; }
input, textarea, select, button { outline: none; }
h1, h2, h3, h4, ul, dl, dt, dd { margin: 0px; padding: 0px; font-weight: 400; list-style: none; }
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.lf { float: left; }
.rh { float: right; }
.clr { clear: both; }
.cf:after { content: " "; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
.sp { display: none; }

/* Header */

header { position: relative; height: 0px; }
header .cont { position: absolute; top: 0px; left: 0px; width: 100%; }
header .cont .cf { width: 1200px; max-width: 100%; padding: 30px 20px; margin: 0 auto; }
header .logo { float: left; padding-top: 5px; }

header nav { float: right; position: relative; padding-top: 10px; }
header nav li { float: left; position: relative; padding-left: 30px; margin-left: 30px; }
header nav li:first-child { padding-left: 0px; margin-left: 0px; }
header nav li:before { content: ''; border-left: #fff dotted 1px; height: 18px; top: 50%; left: 0px; transform: translateY(-50%); position: absolute; }
header nav li:first-child:before { display: none; }
header nav li a { color: #fff; display: inline-block; position: relative; padding: 8px 0px; }
header nav li a:after { content: ''; width: 100%; position: absolute; bottom: 0px; left: 0px; background-color: #fff; height: 1px; transform: scaleX(0); transition: all 0.15s ease-in-out; }
header nav li a:hover { text-decoration: none; }
header nav li a:hover:after { transform: scaleX(1); }

header nav div { text-align: right; font-size: 12px; line-height: 20px; color: #ccc; position: absolute; top: -15px; right: 0px; }
header nav div a, header nav div span { display: inline-block; color: #fff; vertical-align: top; }
header nav div a { text-decoration: underline; }
header nav div a:hover { text-decoration: none; }
header nav div i { font-size: 22px; color: #fff; vertical-align: top; line-height: 20px; margin: 0px 10px 0px 0px; }

/* Content */

.mainbnr { min-height: 420px; background: url(../images/wl/mainbnr.jpg) no-repeat center; background-size: cover; padding: 100px 0px 20px 0px; overflow: hidden; }
.mainbnr .cont { width: 1200px; max-width: 100%; padding: 0px 20px; margin: 0 auto; text-align: left; }
.mainbnr h1 { float: left; font-size: 96px; line-height: 1.2em; color: #fff; width: 45%; display: flex; align-items: center; min-height: 300px; text-shadow: rgb(39, 39, 39) 2px 2px 15px; font-weight: bold; }
.mainbnr h1 span { color: #fffc00; }
.lang_en .mainbnr h1 { font-size: 50px; }
.lang_en .mainbnr h1 span { font-size: 60px; }
.lang_en .mainbnr h1 span:nth-child(1) { font-size: 73px; }
@media screen and (max-width: 1150px) {
	.mainbnr h1 { font-size: 90px; }
	.lang_en .mainbnr h1 { font-size: 40px; }
	.lang_en .mainbnr h1 span { font-size: 50px; }
	.lang_en .mainbnr h1 span:nth-child(1) { font-size: 63px; }
}
@media screen and (max-width: 1050px) {
	.mainbnr h1 { font-size: 80px; }
	.lang_en .mainbnr h1 { font-size: 40px; }
	.lang_en .mainbnr h1 span { font-size: 50px; }
	.lang_en .mainbnr h1 span:nth-child(1) { font-size: 63px; }
}

.mainbnr .rh { width: calc(57% - 30px); position: relative; }
.mainbnr .rh:after { content: ''; width: 430px; height: 385px; background: url(../images/wl/girl.png) no-repeat right bottom; position: absolute; bottom: -58px; left: 250px; pointer-events: none; }
.mainbnr .rh > div { display: flex; align-items: center; min-height: 300px; }
.mainbnr .rh .cn { float: left; width: 380px; }
.mainbnr .rh .cta { background-color: #34364b; color: #fff; padding: 20px 25px 15px 25px; text-align: center; }
.mainbnr .cta .tel a { display: block; color: #fff; font-size: 34px; line-height: 1em; font-weight: bold; position: relative; letter-spacing: 0.1em; padding-left: 50px; pointer-events: none; }
.mainbnr .cta .tel a span { font-weight: normal; font-size: 16px; line-height: 1.2em; color: #fffc00; display: block; letter-spacing: 0.5em; }
.mainbnr .cta .tel a i { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: #fff; }
.mainbnr .cta .mail { padding-top: 16px; }
.mainbnr .cta .mail a { font-size: 20px; color: #34364b; background-color: #fff; font-weight: bold; position: relative; padding: 15px 20px 15px 60px; display: block; border-radius: 3px; }
.mainbnr .cta .mail a i { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); font-size: 34px; }
.mainbnr .cta .mail a:hover { text-decoration: none; background-color: aqua;}
.mainbnr .cta p { padding-top: 0px; font-size: 17px; }
.mainbnr .cta p span { color: #fffc00; }
.lang_en .mainbnr .cta .tel a span { font-size: 15px; }
.lang_en .mainbnr .cta p { font-size: 14px; }

.mainbnr .tx { background-color: #fff; margin-top: 10px; padding: 10px; }
.mainbnr .tx p { background: url(../images/wl/ic1.png) no-repeat 10px center; border: #34364b solid 1px; font-size: 18px; color: #34364b; padding: 10px 20px 10px 110px; }
.mainbnr .tx p span { font-size: 24px; color: #d11414; font-weight: bold; }
.lang_en .mainbnr .tx p { font-size: 16px; }
.lang_en .mainbnr .tx p span { font-size: 22px; }

.pos { border: none; background: none; position: relative; z-index: -1; padding: 0px; margin: 0px; display: block; }

.c1cont { background: url(../images/wl/bg1.jpg) repeat-x center bottom; }
.c1 { max-width: 1200px; margin: 0 auto; padding: 50px 20px; overflow: hidden; }
.c1 h2 { font-size: 36px; font-weight: bold; margin-bottom: 70px; line-height: 1.4em; }
.c1 .tabs { font-size: 0px; border-bottom: #32bbc2 solid 5px; margin-bottom: 50px; }
.c1 .tabs li { font-size: 24px; line-height: 1.4em; width: calc(25% - 10px); display: inline-block; vertical-align: top; margin: 0px 5px; }
.c1 .tabs li span { display: flex; align-items: center; justify-content: center; height: 3em; transition: all 0.15s ease-in-out; cursor: pointer; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.c1 .tabs li span:hover { opacity: 0.75; }
.c1 .tabs li.on span { background-color: #32bbc2; color: #fff; pointer-events: none; }
.c1 .tabs li:first-child span { margin-left: -5px; }
.c1 .tabs li:last-child span { margin-right: -5px; }

.c1 .tabcont > div { display: none; }
.c1 .tabcont > div:nth-child(1) { display: block; }
.c1 .tabcont > div > .cf { margin: 0px -40px; }
.c1 .tabcont > div > .cf > div { float: left; width: calc(33.33% - 80px); margin: 0px 40px 50px 40px; }
.c1 .tabcont > div > .cf > div:nth-child(3n + 1) { clear: both; }
.c1 .tabcont .tm { border: 1px solid #219095; background-color: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); font-size: 14px; line-height: 1.6em; transition: all 0.3s ease-in-out; cursor: pointer; }
.c1 .tabcont .tm:hover { box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); transform: scale(1.02); }
.c1 .tabcont .tm img { width: 96%; padding-top: 5px; }
.c1 .tabcont .tm h3 { font-size: 14px; color: #899099; padding: 25px 20px 0px 20px; }
.c1 .tabcont .tm .p { font-size: 28px; font-weight: bold; line-height: 1.4em; padding: 15px 20px 0px 20px; }
.c1 .tabcont .tm .t { color: #899099; padding: 5px 20px 0px 20px; }
.c1 .tabcont .tm p { color: #219095; padding: 15px 20px 25px 20px; }
.c1 .tabcont .tm span { display: inline-block; vertical-align: top; line-height: 20px; color: #fff; background-color: #f9782b; padding: 8px 30px; border-radius: 5px; margin: -18px 0px; position: relative; z-index: 1; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); transition: all 0.3s ease-in-out; }
.c1 .tabcont .tm:hover span { text-decoration: none; color: #f9782b; background-color: #fff; }

.c1cont .dt { display: flex; position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.2); transition: all 1s cubic-bezier(.23, 1, .32, 1); z-index: 2000; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); align-items: center; justify-content: center; visibility: hidden; opacity: 0; padding: 20px; pointer-events: none; }
.c1cont .dt.on { visibility: visible; opacity: 1; pointer-events: all; }
.c1cont .dt .cn { max-height: 100%; max-width: 100%; display: flex; transition: all 1s cubic-bezier(.23, 1, .32, 1); position: relative; transform: translateY(-30px); }
.c1cont .dt.on .cn { transform: translateY(0px); }
.c1cont .dt .cn > span { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background-color: #37bdc3; border-radius: 50%; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); cursor: pointer; transition: all 0.15s ease-in-out; }
.c1cont .dt .cn > span:before, .c1cont .dt .cn > span:after { content: ''; width: 16px; height: 2px; background-color: #fff; position: absolute; left: 7px; top: 14px; transition: all 0.15s ease-in-out; }
.c1cont .dt .cn > span:before { transform: rotate(45deg); }
.c1cont .dt .cn > span:after { transform: rotate(-45deg); }
.c1cont .dt .cn > span:hover { background-color: #fff; }
.c1cont .dt .cn > span:hover:before, .c1cont .dt .cn > span:hover:after { background-color: #37bdc3; }
.c1cont .dt .cn > span:hover:before { transform: rotate(135deg); }
.c1cont .dt .cn > span:hover:after { transform: rotate(45deg); }
.c1cont .dt .cn2 { overflow: auto; max-height: 100%; max-width: 100%; }
.c1cont .dt .bx { display: block; background-color: #fff; width: 1200px; max-width: 100%; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); padding: 30px; }
.c1cont .dt .lf, .c1cont .dt .rh { width: calc(50% - 15px); }
.c1cont .dt .imgs .mn { margin-bottom: 10px; position: relative; }
.c1cont .dt .imgs .mn span { position: absolute; top: 50%; transform: translateY(-50%); background-color: #f9782b; color: #fff; text-align: center; width: 40px; padding: 10px 0px; opacity: 0.5; transition: all 0.15s ease-in-out; cursor: pointer; }
.c1cont .dt .imgs .mn span:hover { opacity: 1; }
.c1cont .dt .imgs .mn span i { font-size: 20px; line-height: 1em; display: block; }
.c1cont .dt .imgs .mn span.pv { left: 0px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.c1cont .dt .imgs .mn span.nx { right: 0px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.c1cont .dt .imgs ul { margin: 0px -5px; }
.c1cont .dt .imgs li { width: calc(20% - 10px); margin: 10px 5px 0px 5px; float: left; cursor: pointer; position: relative; overflow: hidden; }
.c1cont .dt .imgs li:nth-child(5n + 1) { clear: both; }
.c1cont .dt .imgs li img { width: 100%; height: 60px; object-fit: cover; transition: all 0.3s ease-in-out; opacity: 0.5; }
.c1cont .dt .imgs .mn:before, .c1cont .dt .imgs li:before { content: ''; border: #fff solid 1px; width: calc(100% - 2px); height: calc(100% - 2px); position: absolute; left: 1px; top: 1px; transition: all 0.3s ease-in-out; transform: scale(0.8); opacity: 0; z-index: 1; pointer-events: none; }
.c1cont .dt .imgs li.on { pointer-events: none; }
.c1cont .dt .imgs li.on:before, .c1cont .dt .imgs li:hover:before, .c1cont .dt .imgs .mn:before { opacity: 1; transform: scale(1); }
.c1cont .dt .imgs li.on img, .c1cont .dt .imgs li:hover img { opacity: 1; }
.c1cont .dt h4 { color: #f9782b; font-size: 20px; font-weight: bold; line-height: 1.4em; text-align: center; padding: 10px 10px 25px 10px; margin-bottom: 20px; border-bottom: #ccc dotted 1px; }
.c1cont .dt table { widows: 100%; border-collapse: collapse; }
.c1cont .dt th, .c1cont .dt td { border-bottom: #ccc dotted 1px; text-align: left; font-size: 14px; padding: 15px 10px; line-height: 1.5em; }
.c1cont .dt tr:first-child th, .c1cont .dt tr:first-child td { padding-top: 0px; }
.c1cont .dt tr:last-child th, .c1cont .dt tr:last-child td { padding-bottom: 0px; border-bottom: none; }
.c1cont .dt th { width: 15%; color: #2592a6; }
.c1cont .dt td .mp { background-color: #f9782b; padding: 5px 20px; display: inline-block; border-radius: 3px; color: #fff; }
.c1cont .dt td .mp:hover { opacity: 0.75; text-decoration: none; }
.c1cont .dt td .mp i { margin: 0px 10px 0px -5px; transition: all 0.3s ease-in-out; }
.c1cont .dt td .mp:hover i { transform: translateX(5px); }
.c1cont .dt .bt { margin-top: 20px; padding-top: 20px; border-top: #ccc dotted 1px; }
.c1cont .dt .bt a { display: inline-block; vertical-align: top; line-height: 20px; color: #fff; background-color: #f9782b; padding: 8px 30px; border-radius: 5px; position: relative; z-index: 1; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); width: 200px; max-width: 100%; }
.c1cont .dt .bt a:hover { text-decoration: none; color: #f9782b; background-color: #fff; }
.c1cont .dt .bt .p { font-size: 28px; font-weight: bold; line-height: 1.4em; padding: 5px 0px 0px 0px; }
.c1cont .dt .bt .t { font-size: 14px; color: #899099; padding: 5px 0px 0px 0px; }

.c1cont .bot { margin-top: -30px; padding-bottom: 100px; }
.c1cont .bot p { font-size: 25px; color: #00fff9; font-weight: bold; line-height: 1.6em; margin-bottom: 30px; }
.c1cont .bot p span { font-size: 35px; color: #ffef00; display: block; line-height: 1.6em; }
.c1cont .bot a { display: inline-block; font-size: 30px; color: #ffef00; border: #ffef00 solid 1px; border-radius: 10px; padding: 15px 25px; min-width: 190px; }
.c1cont .bot a:hover { background-color: #ffef00; color: #333; text-decoration: none; }

.cmpgn { padding-bottom: 100px; }
.cmpgn > a { display: inline-block; vertical-align: top; background-color: #fff; }
.cmpgn > p { color: #fff;  }

.hot_forex {padding-bottom: 100px; }

.cmpcont.c3 { background-image: none; background-color: #fff; padding: 30px; }
.cmpcont.c3 form { padding-top: 30px; max-width: 700px; margin: 0 auto; }
.cmpcont.c3 form > div > span { color: #fff; text-align: left; }
.cmpcont.c3 input, .cmpcont.c3 textarea { border-color: #b4b4b4; }
.cmpcont.c3 form .nav button { color: #FFF; border-color: #ff9100; background-color: #ff9100; }
.cmpcont.c3 form .nav button:hover { background-color: #FFF; border-color: #b4b4b4;}
.cmpcont.c3 form .nav button.loader:after { border-top-color: #b4b4b4; }
.cmpcont.c3 p.sent { color: #ffef00; }

.c2 { background: url(../images/wl/bg2.jpg) no-repeat right bottom; }
.c2 .cont { max-width: 1200px; margin: 0 auto; padding: 100px 20px; }
.c2 h2 { font-size: 36px; font-weight: bold; line-height: 1.4em; margin-bottom: 70px; }
.c2 .cf { max-width: 920px; counter-reset: flow; padding: 20px 0px 150px 0px; }
.c2 .cf ol { float: left; width: 50%; list-style: none; text-align: left; position: relative; padding: 0px; margin: 0px; }
.c2 .cf ol:before { content: ''; width: 4px; height: 100%; background-color: #32bbc2; position: absolute; top: 10px; left: 28px; z-index: 1; }
.c2 .cf li { max-width: 340px; position: relative; counter-increment: flow; padding: 0px 0px 20px 80px; text-shadow: 0px 0px 3px #fff; }
.c2 .cf li:before { content: counter(flow); font-size: 32px; font-weight: bold; color: #32bbc2; line-height: 36px; border: #a5a5a5 solid 2px; border-radius: 50%; position: absolute; width: 60px; padding: 10px 0px; text-align: center; background-color: #fff; z-index: 2; left: 0px; top: 0px; }
.c2 .cf dt { font-size: 22px; font-weight: bold; line-height: 1.4em; padding: 15px 0px 10px 0px; }

.c3 { background: url(../images/wl/bg3.jpg) no-repeat center; background-size: cover; }
.c3 .cont { max-width: 1200px; margin: 0 auto; padding: 80px 20px; text-align: left; color: #fff; }
.c3 .ti { margin-bottom: 50px; }
.c3 .ti h2 { font-size: 18px; color: #00fff9; font-weight: bold; line-height: 1.6em; }
.c3 .ti p { font-size: 35px; font-weight: bold; line-height: 1.4em; }
.c3 .rh { max-width: calc(45% - 30px); width: 450px; }
.c3 .rh .tx1 { color: #00fff9; margin-bottom: 25px; }
.c3 .rh .tx2 { font-size: 18px; margin-bottom: 25px; }
.c3 .rh .tx2 span { color: #ffef00; font-size: 14px; }
.c3 .rh .tx3 { font-size: 14px; margin-bottom: 25px; }
.c3 .rh .tx3 span { color: #00fff9; }
.c3 .rh .n div { margin-bottom: 10px; }
.c3 .rh .n span, .c3 .rh .n a { display: inline-block; font-size: 28px; line-height: 1.2em; font-weight: bold; color: #fff; pointer-events: none; padding-left: 45px; position: relative; }
.c3 .rh .n i { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); font-size: 28px; }

.c3 .lf { width: 55%; }
.c3 form { margin: 0px -10px; }
.c3 form > div { margin: 0px 10px 20px 10px; clear: both; }
.c3 form > div.w2 { width: calc(50% - 20px); float: left; clear: none; }
.c3 form > div > span { font-size: 12px; color: #ffb1b1; padding-top: 5px; display: block; }
.c3 input, .c3 textarea { appearance: none; -webkit-appearance: none; width: 100%; border: #9a9eac solid 1px; background-color: rgba(52, 54, 75, 0.5); font-family: inherit; font-size: 14px; line-height: 1.5em; padding: 10px; color: #fff; resize: none; border-radius: 0px; margin: 0px; vertical-align: top; }
.c3 input, .c3 textarea { appearance: none; -webkit-appearance: none; width: 100%; border: #9a9eac solid 1px; background-color: rgba(52, 54, 75, 0.5); font-family: inherit; font-size: 14px; line-height: 1.5em; padding: 10px; color: #fff; resize: none; border-radius: 0px; margin: 0px; vertical-align: top; }
.c3 input:focus, .c3 textarea:focus { border-color: #fff; }
.c3 textarea { height: 150px; }

.c3 ::placeholder { color: #ccc; opacity: 1; }  
.c3 :-ms-input-placeholder { color: #ccc; }
.c3 ::-ms-input-placeholder { color: #ccc; }

.c3 form > div.nav { margin: 0px 10px; }
.c3 form .nav button { appearance: none; -webkit-appearance: none; border-radius: 10px; width: 100%; border: rgba(0, 255, 249, 0.5) solid 1px; background-color: rgba(52, 54, 75, 0.5); color: #00fff9; font-weight: bold; font-size: 22px; line-height: 1.4em; padding: 10px; cursor: pointer; position: relative; }
.c3 form .nav button:hover { background-color: #00fff9; color: #333; }
.c3 form .nav button.loader { pointer-events: none; color: rgba(0, 0, 0, 0); }
.c3 form .nav button.loader:after { content: ''; position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; border-radius: 50%; border: 3px solid rgba(0, 255, 249, 0.3); border-top-color: #00fff9; animation: spinner .6s linear infinite; }
@keyframes spinner { to { transform: rotate(360deg); } }

.c3 p.res { color: #ffb1b1; font-weight: bold; text-align: center; padding-top: 20px; display: none; }
.c3 p.sent { color: #00fff9; }






.c4 { background-color: #fff;}
.c4 .cont { max-width: 1200px; margin: 0 auto; padding: 80px 20px; text-align: left; color: #fff; }
.c4 .ti { margin-bottom: 50px; }
.c4 .ti h2 { font-size: 18px; color: #00fff9; font-weight: bold; line-height: 1.6em; }
.c4 .ti p { font-size: 35px; font-weight: bold; line-height: 1.4em; }
.c4 .rh { max-width: calc(45% - 30px); width: 450px; }
.c4 .rh .tx1 { color: #00fff9; margin-bottom: 25px; }
.c4 .rh .tx2 { font-size: 18px; margin-bottom: 25px; }
.c4 .rh .tx2 span { color: #ffef00; font-size: 14px; }
.c4 .rh .tx3 { font-size: 14px; margin-bottom: 25px; }
.c4 .rh .tx3 span { color: #00fff9; }
.c4 .rh .n div { margin-bottom: 10px; }
.c4 .rh .n span, .c4 .rh .n a { display: inline-block; font-size: 28px; line-height: 1.2em; font-weight: bold; color: #fff; pointer-events: none; padding-left: 45px; position: relative; }
.c4 .rh .n i { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); font-size: 28px; }

.c4 .lf { width: 55%; }
.c4 form { margin: 30px -10px; }
.c4 form > div { margin: 0px 10px 20px 10px; clear: both; }
.c4 form > div.w2 { width: calc(50% - 20px); float: left; clear: none; }
.c4 form > div > span { font-size: 12px; color: #ffb1b1; padding-top: 5px; display: block; }
.c4 input, .c4 textarea { appearance: none; -webkit-appearance: none; width: 100%; border: #9c9c9c solid 1px; background-color: rgb(255, 255, 255); font-family: inherit; font-size: 14px; line-height: 1.5em; padding: 10px; color: rgb(37, 37, 37); resize: none; border-radius: 0px; margin: 0px; vertical-align: top; }
.c4 input:focus, .c4 textarea:focus { border-color: rgb(29, 29, 29); }
.c4 textarea { height: 150px; }

.c4 ::placeholder { color: #ccc; opacity: 1; }  
.c4 :-ms-input-placeholder { color: #ccc; }
.c4 ::-ms-input-placeholder { color: #ccc; }

.c4 form > div.nav { margin: 0px 10px; }
.c4 form .nav button { appearance: none; -webkit-appearance: none; border-radius: 10px; width: 100%; border:  rgb(255, 153, 0) solid 1px; background-color: rgb(255, 153, 0); color: #fff; font-weight: bold; font-size: 22px; line-height: 1.4em; padding: 10px; cursor: pointer; position: relative; }
.c4 form .nav button:hover { background-color: #fff; color: #333; border: #9c9c9c solid 1px; }
.c4 form .nav button.loader { pointer-events: none; color: rgba(27, 27, 27, 0); }
.c4 form .nav button.loader:after { content: ''; position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; border-radius: 50%; border: 3px solid rgba(0, 255, 249, 0.3); border-top-color: #00fff9; animation: spinner .6s linear infinite; }
@keyframes spinner { to { transform: rotate(360deg); } }

.c4 p.res { color: #ffb1b1; font-weight: bold; text-align: center; padding-top: 20px; display: none; }
.c4 p.sent { color: #00fff9; }








.custom-select select {     -webkit-appearance: none;
    width: 100%;
    border: #9c9c9c solid 1px;
	background: url(../images/down1.png) no-repeat right 18px;
	background-color: rgba(255, 255, 255, 0.5);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px;
    color: rgb(37, 37, 37);
    resize: none;
    border-radius: 0px;
    margin: 0px;
	vertical-align: top;

}

/* Footer */

footer { background-color: #353854; border-top: #484b65 solid 1px; color: #fff; }
footer .cf { max-width: 1200px; margin: 0 auto; padding: 15px 20px; font-size: 12px; }
footer address { float: left; font-style: normal; font-weight: bold; }
footer address span { color: #00fff9; }
footer .rh a { color: #fff; }
footer .rh span { margin: 0px 10px; }

.ptop { position: fixed; right: 24px; bottom: 23px; z-index: 90; transition: all 0.4s ease-in-out; opacity: 0; visibility: hidden; pointer-events: none; }
.ptop a { background: url(../images/wl/ptop.png) no-repeat 0px 0px; width: 62px; height: 62px; text-indent: -9999px; display: block; }
.ptop a:hover { opacity: 0.75; }
.ptop.up { bottom: 23px; right: 95px; opacity: 1; visibility: visible; pointer-events: all; }

@media screen and (max-width: 760px) {

body { font-size: 14px; min-width: 0px; image-rendering: auto; overflow-x: hidden; }
a:hover { text-decoration: none; }
a:hover img { opacity: 1; }
img { max-width: 100%; height: auto; backface-visibility: initial; -webkit-backface-visibility: initial; }

.sp { display: block; }
.pc { display: none; }

/* Header */

header { position: fixed; height: 50px; width: 100%; top: 0px; left: 0px; background-color: #fff; z-index: 1000; }
header .cont { position: unset; }
header .cont .cf { padding: 0px; }
header .logo { float: none; background-color: #fff; padding: 12px 0px 0px 10px; height: 50px; text-align: left; position: relative; z-index: 10; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
header .logo img { filter: brightness(10%); width: 144px; }

header .spm { width: 60px; height: 50px; background-color: #fff; position: absolute; top: 0px; right: 0px; z-index: 11; }
header .spm i { position: absolute; display: block; height: 22px; width: 30px; border-top: #34364b solid 2px; border-bottom: #34364b solid 2px; left: 15px; top: 14px; transition: all 0.15s ease-in-out; }
header .spm:before, header .spm:after { content: ''; position: absolute; width: 30px; height: 2px; left: 15px; background-color: #34364b; top: 24px; transition: all 0.15s ease-in-out; }
.menu_on header .spm i { opacity: 0; }
.menu_on header .spm:before { transform: rotate(45deg); }
.menu_on header .spm:after { transform: rotate(-45deg); }

header .fader { background-color: rgba(0, 0, 0, 0.2); position: fixed; top: 0px; left: 0px; width: 100%; height: 150%; transition: all 1s cubic-bezier(.23, 1, .32, 1); visibility: hidden; opacity: 0; z-index: 1; backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
.menu_on header .fader { visibility: visible; opacity: 1; }

header nav { float: none; background-color: #fff; position: absolute; top: 40px; opacity: 0; visibility: hidden; width: 100%; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); padding: 0px; transition: all .5s cubic-bezier(.23, 1, .32, 1); z-index: 2; }
header nav ul { padding: 5px 20px 20px 20px; }
header nav li { float: none; padding: 0px; margin: 0px; border-bottom: #ccc dotted 1px; }
header nav li:before { display: none; }
header nav li a { color: #34364b; display: block; padding: 12px 0px; }
header nav li a:after { display: none; }

header nav div { text-align: center; position: static; padding-bottom: 20px; }
header nav div a, header nav div span { color: #34364b; }
header nav div i { color: #34364b; }

.menu_on header nav { top: 50px; opacity: 1; visibility: visible; }

/* Content */

main { padding-top: 50px; }

.mainbnr { min-height: 205px; background: url(../images/wl/mainbnr.jpg) no-repeat center; background-size: cover; padding: 10px 0px; overflow: hidden; }
.mainbnr .cont { padding: 0px 10px; }
.mainbnr h1 { float: none; font-size: 28px; line-height: 1.4em; color: #fff; width: auto; display: block; min-height: unset; text-align: center; padding-bottom: 20px; }
.lang_en .mainbnr h1 { font-size: 16px; }
.lang_en .mainbnr h1 span { font-size: 24px; line-height: 1.2em; }
.lang_en .mainbnr h1 span:nth-child(1) { font-size: 29px; display: block; }

.mainbnr .rh { width: auto; float: none; position: relative; max-width: 300px; margin: 0 auto; }
.mainbnr .rh:after { content: ''; width: 200px; height: 200px; background-size: 200px auto; position: absolute; bottom: -25px; left: auto; right: -30px; }
.mainbnr .rh > div { display: block; min-height: unset; }
.mainbnr .rh .cn { float: none; width: calc(100% - 100px); }
.mainbnr .rh .cta { padding: 10px; }
.mainbnr .cta .tel a { font-size: 17px; letter-spacing: 0.1em; padding-left: 30px; pointer-events: all; }
.mainbnr .cta .tel a span { font-size: 9px; letter-spacing: 0.3em; }
.mainbnr .cta .tel a i { left: 5px; }
.mainbnr .cta .mail { padding-top: 10px; }
.mainbnr .cta .mail a { font-size: 11px; padding: 7px 10px 7px 35px; }
.mainbnr .cta .mail a i { left: 10px; font-size: 20px; }
.mainbnr .cta p { padding-top: 0px; font-size: 9px; line-height: 1.5em; }
.lang_en .mainbnr .cta .tel a span { font-size: 10px; padding-bottom: 3px; }
.lang_en .mainbnr .cta p { font-size: 8px; padding-top: 3px; }

.mainbnr .tx { margin-top: 10px; padding: 5px; }
.mainbnr .tx p { background-position: 5px center; background-size: 45px auto; font-size: 9px; padding: 6px 10px 6px 55px; line-height: 1.5em; }
.mainbnr .tx p span { font-size: 12px; }
.lang_en .mainbnr .tx p { font-size: 9px; }
.lang_en .mainbnr .tx p span { font-size: 12px; }

.pos { padding: 50px 0px 0px 0px; margin: -50px 0px 0px 0px; }

.c1cont { background-size: auto 300px; }
.c1 { padding: 20px 10px; }
.c1 h2 { font-size: 24px; margin-bottom: 40px; }
.c1 .tabs { border-bottom-width: 3px; margin-bottom: 20px; }
.c1 .tabs li { font-size: 12px; width: calc(25% - 4px); margin: 0px 2px; }
.c1 .tabs li:first-child span { margin-left: -2px; }
.c1 .tabs li:last-child span { margin-right: -2px; }

.c1 .tabcont > div > .cf { margin: 0px -5px; }
.c1 .tabcont > div > .cf > div { width: calc(100% - 10px); margin: 0px 5px 20px 5px; float: none; }
.c1 .tabcont .tm { font-size: 14px; line-height: 1.6em; padding: 9px; min-height: unset !important; }
.c1 .tabcont .tm h3 { font-size: 16px; line-height: 1.4em; padding: 10px 0px 0px 0px; }
.c1 .tabcont .tm .p { font-size: 28px; padding: 15px 0px 0px 0px; }
.c1 .tabcont .tm .t { padding: 5px 0px 0px 0px; font-size: 14px; line-height: 1.4em; }
.c1 .tabcont .tm p { padding: 10px 0px; font-size: 14px; line-height: 1.6em; }
.c1 .tabcont .tm span { padding: 8px 15px; margin: -14px 0px; font-size: 18px; }

.c1cont .dt { padding: 10px; }
.c1cont .dt .cn > span { top: -5px; right: -5px; z-index: 2; }
.c1cont .dt .cn2 { -webkit-overflow-scrolling: touch; }
.c1cont .dt .bx { padding: 15px; }
.c1cont .dt .lf, .c1cont .dt .rh { width: auto; float: none; }
.c1cont .dt .imgs .mn { margin-bottom: 1px; }
.c1cont .dt .imgs .mn span { width: 30px; padding: 5px 0px; }
.c1cont .dt .imgs .mn span:hover { opacity: 0.5; }
.c1cont .dt .imgs .mn span i { font-size: 14px; line-height: 20px; }
.c1cont .dt .imgs ul { margin: 0px -2px; }
.c1cont .dt .imgs li { width: calc(20% - 4px); margin: 4px 2px 0px 2px; }
.c1cont .dt .imgs li img { height: 40px; }
.c1cont .dt h4 { font-size: 16px; padding: 0px 0px 15px 0px; margin-bottom: 15px; }
.c1cont .dt th, .c1cont .dt td { font-size: 12px; padding: 10px 0px; }
.c1cont .dt th { width: 25%; }
.c1cont .dt td .mp { padding: 3px 15px; }
.c1cont .dt td .mp i { margin: 0px 5px 0px -5px; }
.c1cont .dt td .mp:hover i { transform: translateX(0px); }
.c1cont .dt .bt { margin-top: 15px; padding: 15px 0px; }
.c1cont .dt .bt .p { padding: 10px 0px 0px 0px; }
.c1cont .dt .bt .t { padding: 5px 0px 0px 0px; }

.c1cont .bot { padding: 20px 0px 50px 0px; }
.c1cont .bot p { font-size: 13px; margin-bottom: 30px; }
.c1cont .bot p span { font-size: 17px; }
.c1cont .bot a { font-size: 17px; padding: 10px 25px; }

.cmpgn { padding-bottom: 50px; }
.cmpcont.c3 { padding: 5px; }
.cmpcont.c3 form { padding-top: 20px; padding-bottom: 10px; }

.c2 { background-size: 300px auto; }
.c2 .cont { padding: 40px 10px; }
.c2 h2 { font-size: 24px; margin-bottom: 40px; }
.c2 .cf { padding: 0px 10px 150px 10px; }
.c2 .cf ol { float: none; width: auto; }
.c2 .cf ol:before { width: 2px; left: 14px; }
.c2 .cf li { max-width: unset; padding: 0px 0px 10px 40px; }
.c2 .cf li:before { font-size: 16px; line-height: 16px; width: 30px; padding: 5px 0px; }
.c2 .cf dt { font-size: 14px; padding: 6px 0px 10px 0px; }
.c2 .cf dd { font-size: 12px; line-height: 1.5em; }

.c3 .cont { padding: 40px 10px; }
.c3 .ti { margin-bottom: 30px; padding: 0px 10px; }
.c3 .ti h2 { font-size: 14px; }
.c3 .ti p { font-size: 24px; }
.c3 .rh { float: none; max-width: unset; width: auto; padding: 0px 10px 15px 10px; }
.c3 .rh .tx1 { font-size: 12px; line-height: 1.5em; margin-bottom: 15px; }
.c3 .rh .tx2 { font-size: 14px; line-height: 1.6em; margin-bottom: 15px; }
.c3 .rh .tx2 span { font-size: 12px; }
.c3 .rh .tx3 { font-size: 12px; line-height: 1.5em; margin-bottom: 15px; }
.c3 .rh .tx3 span { color: #00fff9; }
.c3 .rh .n div { text-align: center; }
.c3 .rh .n span, .c3 .rh .n a { pointer-events: all; padding-left: 40px; }
.c3 .rh .n div.tm { margin-top: -10px; }
.c3 .rh .n .tm span { line-height: 1.4em; padding: 0px; font-size: 10px; color: #ffef00; font-weight: normal; }

.c3 .lf { width: auto; float: none; }
.c3 form > div { margin: 0px 10px 15px 10px; }
.c3 form > div.w2 { width: auto; float: none; }
.c3 form > div > span { font-size: 10px; line-height: 1.5em; }
.c3 input, .c3 textarea { font-size: 12px; padding: 8px 10px; }
.c3 textarea { height: 120px; }

.c3 form .nav button { border-radius: 5px; font-size: 16px; }

.c3 p.res { font-size: 12px; line-height: 1.5em; }

/* Footer */

footer .cf { padding: 12px 10px; font-size: 10px; line-height: 1.6em; }
footer address { float: none; }
footer .rh { float: none; padding-top: 5px; }

.ptop { bottom: 0px; left: 20px; transition: all 0.2s ease-in-out; }
.ptop a { width: 40px; height: 40px; background-size: 100% 100%; }
.ptop.up { bottom: 24px; left: 20px; }

}