@charset "utf-8";

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');



html {position: relative; height: 100%; min-height: 100%; margin: 0; -webkit-text-size-adjust:none;}
body {position: relative; width: 100%; height: auto; min-height: 100%; font-family: 'Montserrat', 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif'; letter-spacing: 0;overflow-x:hidden;}
*, *::before, *::after {padding:0; margin:0; box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-family: 'Montserrat', 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif'; word-break: keep-all;}
input,button,textarea,select{font-family: 'Montserrat', 'Pretendard', 'Apple SD Gothic Neo', 'sans-serif'; }
ul {list-style-type: none; padding-inline-start: 0;}
a {text-decoration: none;}
table{padding:0; border:0; border-spacing:0px; border-collapse:collapse;}
th, td{padding:0;}
button {border: none; background:none; cursor: pointer;}
input:focus, select:focus, option:focus, textarea:focus, button:focus{outline: none;}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
textarea {font-size: 20px; resize: none;}
textarea:focus {outline:none;}
textarea::placeholder {color:#999;}
form .hidden {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;}

input {border:none; border-bottom: 1px solid #ddd; font-size: 17px; font-weight: 400; height: 60px;}
input::placeholder {font-weight: 400; color:#999;}
select {border: none; border-bottom: 1px solid #ddd; font-size: 17px; height: 60px; background: url('../../images/jpn/select_arrow_x3.png') transparent no-repeat right 25px center / 18px 10px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; padding: 0 20px; color:#222;}
textarea {font-size: 18px; resize: none;border: none; border: 1px solid #ddd; height: 300px; width: 100%; padding: 20px;}
input[type="radio"]:checked {accent-color: #eaeaea;}

.radio_box {display: flex;}
.radio_box label {display: flex; cursor: pointer; align-items: center;}
.radio_box input[type="radio"] {width: 30px; height: 30px; accent-color: #eaeaea;}
.radio_box input[type="radio"]:checked {accent-color: #222;}

.image100 img {width: 100%;}
.wrapper1 {width: 100%; max-width: 1492px; padding: 0 16px; margin: 0 auto; position: relative;}
.wrapper2 {width: 100%; padding: 0 80px; margin: 0 auto; position: relative;}
.txt_b span {display: block;}

.josefinsans {font-family:'Josefin Sans', 'sans-serif';}



/** Table **/
.tb {margin-top: 40px;}
table {width: 100%; border-top: 1px solid #000;}
table tbody th {font-size: 18px; font-weight: 600; background: #f8fafe; border-bottom: 1px solid #ccc; padding: 23px 6px; color: #000;}
table tbody td {font-size: 16px; font-weight: 500; line-height: 24px; text-align: center; border-bottom: 1px solid #ccc; padding: 20px 6px; word-break: keep-all; vertical-align: middle; color:#333; background: #fff; letter-spacing: -0.5px;}
table tbody th:last-child, table tbody td:last-child {border-right: 0;}


/** Search Bar **/
.searchform {}
.searchform fieldset {display: flex;}
.searchform select {width: calc(25% - 13px); margin-right: 13px;}
.searchform input {width: 100%; font-weight: 500;}
.searchform .search_con {position: relative; display: inline-block; width: 50%;}
.searchform button {position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
.searchform button img {max-width: 27px;}


/** Pagination**/
.pagination {text-align: center; display: flex; align-items: center; justify-content: center; margin-top: 40px;}
.pagination span {margin: 0 10px; display: flex; align-items: center; justify-content: center;}
.pagination a {font-size: 18px; color:#ccc; font-weight: 600; width: 10px; margin: 0 6px; line-height: 22px; display: inline-block; vertical-align: top; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; transition: all 0.3s;}
.pagination a:hover, .pagination a.on {color:#000; transition: all 0.3s;}
.pagination a.prev {background: url('../../images/jpn/pagination_prev.png') no-repeat center / 17px 15px;}
.pagination a.next {background: url('../../images/jpn/pagination_next.png') no-repeat center / 17px 15px;}
.pagination a.prev, .pagination a.next {font-size: 0; width: 16px; border: 2px solid #000; width: 42px; height: 42px;}
.pagination a.prev:hover {background: #eee url('../../images/jpn/pagination_prev.png') no-repeat center / 17px 15px; transition: all 0.3s;}
.pagination a.next:hover {background: #eee url('../../images/jpn/pagination_next.png') no-repeat center / 17px 15px; transition: all 0.3s;}
.pagination a.prev {margin-right: 30px;}
.pagination a.next {margin-left: 30px;} 
.pagination a.move {width: 13px; margin: 0 10px; flex-shrink: 0;}
.pagination a.move:hover {border: none;}


/** font **/
.f80, .f70, .f68, .f66, .f64, .f60, .f56, .f54, .f52, .f46, .f48, .f44, .f42, .f40, .f38, .f37, .f36, .f32, .f30, .f28, .f26, .f24, .f22, .f20, .f19, .f18, .f17, .f16 .f15, .f14, .f13, .f12 {color:#000; letter-spacing: -0.5px; word-break: break-all; overflow-wrap: break-word;}

.f140 {font-size: 140px; font-weight: 500; line-height: 150px; letter-spacing: -3px;}
.f138 {font-size: 138px; font-weight: 700; line-height: 148px; letter-spacing: -3px;}
.f120 {font-size: 120px; font-weight: 600; line-height: 130px; letter-spacing: -3px;}
.f110 {font-size: 110px; font-weight: 600; line-height: 120px; letter-spacing: -3px;}
.f95 {font-size: 95px; font-weight: 700; line-height: 105px; letter-spacing: -3px;}
.f90 {font-size: 90px; font-weight: 700; line-height: 100px; letter-spacing: 0;}
.f80 {font-size: 80px; font-weight: 700; line-height: 90px; letter-spacing: -3px;}
.f74 {font-size: 74px; font-weight: 700; line-height: 84px; letter-spacing: -1px;}
.f72 {font-size: 72px; font-weight: 700; line-height: 82px; letter-spacing: -2px;}
.f70 {font-size: 70px; font-weight: 700; line-height: 80px; letter-spacing: -2px;}
.f68 {font-size: 68px; font-weight: 700; line-height: 78px; letter-spacing: -1px;}
.f66 {font-size: 66px; font-weight: 700; line-height: 76px; letter-spacing: -1px;}
.f64 {font-size: 64px; font-weight: 700; line-height: 74px; letter-spacing: -1px;}
.f60 {font-size: 60px; font-weight: 700; line-height: 70px; letter-spacing: -1px;}
.f56 {font-size: 56px; font-weight: 700; line-height: 72px;}
.f54 {font-size: 54px; font-weight: 700; line-height: 70px;}
.f52 {font-size: 52px; font-weight: 700; line-height: 62px;}
.f50 {font-size: 50px; font-weight: 700; line-height: 60px;}
.f48 {font-size: 48px; font-weight: 600; line-height: 58px;}
.f46 {font-size: 46px; font-weight: 600; line-height: 56px;}
.f44 {font-size: 44px; font-weight: 700; line-height: 56px;}
.f42 {font-size: 42px; font-weight: 600; line-height: 52px;}
.f40 {font-size: 40px; font-weight: 600; line-height: 50px;}
.f38 {font-size: 38px; font-weight: 600; line-height: 48px;}
.f37 {font-size: 37px; font-weight: 400; line-height: 46px;}
.f36 {font-size: 36px; font-weight: 400; line-height: 46px;}
.f34 {font-size: 34px; font-weight: 400; line-height: 44px;}
.f32 {font-size: 32px; font-weight: 500; line-height: 42px;}
.f30 {font-size: 30px; font-weight: 600; line-height: 40px;}
.f28 {font-size: 28px; font-weight: 800; line-height: 38px;}
.f26 {font-size: 26px; font-weight: 500; line-height: 36px;}
.f24 {font-size: 24px; font-weight: 500; line-height: 34px;}
.f22 {font-size: 22px; font-weight: 400; line-height: 34px;}
.f20 {font-size: 20px; font-weight: 400; line-height: 34px;}
.f19 {font-size: 19px; font-weight: 500; line-height: 29px;}
.f18 {font-size: 18px; font-weight: 500; line-height: 28px;}
.f17 {font-size: 17px; font-weight: 400; line-height: 27px;}
.f16 {font-size: 16px; font-weight: 400; line-height: 26px;}
.f15 {font-size: 15px; font-weight: 400; line-height: 25px;}
.f14 {font-size: 14px; font-weight: 400; line-height: 22px;}
.f13 {font-size: 13px; font-weight: 400; line-height: 21px;}
.f12 {font-size: 12px; font-weight: 400; line-height: 20px;}


/** Header **/
.header {width: 100%; position: fixed; z-index: 999; transition: all 0.3s; top: 0;}
.header_con {width:100%; z-index: 5; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s; height: 100px;}
.header_con .hd_inner {width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 59px;}
.header_con .contents_wrapper {display: flex; justify-content:space-between; align-items: center;}
.header_con .logo {z-index: 9999; background: url('../../images/jpn/logo.png') no-repeat center / cover; width: 290px; height: 41px; transition: all 0.3s;}
.header_con .logo a {display: inline-block;}
.header_con .logo a img {width: 100%; max-width: 127px;}
.header_con .navigator {display: flex; align-items: center;}
.header_con .navigator .header-menu {display: inline-block; vertical-align: middle;}
.header_con .navigator .header-menu li {display: inline-block; padding: 0 37px; vertical-align: top; position: relative; cursor: pointer; overflow: hidden; text-align: center;}
.header_con .navigator .header-menu li.on:hover {overflow: initial;}
.header_con .navigator .header-menu li a {font-size: 18px; font-weight: 500; line-height: 18px; letter-spacing: 0; padding: 27px 0; color: #000;}
.header_con .navigator .header-menu li.on .sub_menu {opacity: 0; background-color: #000; width: 220px; position: absolute; left: 50%; margin-top: 12px; box-shadow: 0 8px 20px rgb(0 0 0 / 20%); transform: translate(-50%, 10px); text-align: left; border-radius: 6px; border-top-right-radius: 30px; border-bottom-left-radius: 30px; padding: 16px 0; transition: opacity 300ms ease, transform 600ms ease;}
.header_con .navigator .header-menu li.on:hover .sub_menu {opacity: 1; visibility: visible;  transform: translate(-50% , 0px);}
.header_con .navigator .header-menu li .sub_menu li.depth_on {position: relative; font-size: 15px; font-weight: 500; color: #2a3781;}
.header_con .navigator .header-menu li .sub_menu li.depth_on span {display: inline-block; width: 0; height: 0; border-left: 5px solid #2a3782; border-bottom: 3px solid transparent; border-top: 3px solid transparent; margin-left: 8px; vertical-align: middle;}
.header_con .navigator .header-menu li .sub_menu li .third_depth {opacity: 0; display: inline-block; position: absolute; z-index: 9999; top: 0; left: 150px; background-color: #fff; box-shadow: 2px 3px 10px rgb(0 0 0 / 3%); width: 150px;}
.header_con .navigator .header-menu li .sub_menu li.depth_on:hover{overflow: initial;}
.header_con .navigator .header-menu li .sub_menu li.depth_on:hover .third_depth {opacity: 1; visibility: visible; transition: opacity 200ms ease, transform 400ms ease;}
.header_con .navigator .header-menu li .sub_menu li .third_depth a::after {display: none;}
.fixed .header_con .navigator .header-menu li.on .sub_menu {margin-top: -1px;}
.header_con .navigator .header-menu li.on .sub_menu li {display: block; padding: 11px 16px; line-height: 18px;}
.header_con .navigator .header-menu li.on .sub_menu li a {font-size: 15px; font-weight: 400; color:#fff; text-align: center;}
.header_con .navigator .header-menu li.on .sub_menu li:hover a{color:#999;}
.header_con .navigator .util_menu {display: inline-block; margin-left: 30px; vertical-align: middle; float: right;}
.header_con .navigator .util_menu li {display: inline-block; padding: 0 12px; line-height: 21px;}
.header_con .navigator .util_menu li a {display: inline-block; width: 21px; height: 28px;}
.header_con .right_menu {display: flex; align-items: center; margin-left: 35px;}
.header_con .right_menu .box {display: flex; align-items: center; justify-content: center;}
.header_con .right_menu .box.all_menu_box {cursor: pointer; transition: all 0.3s; display: none; margin-left: 20px;} 
.header_con .right_menu .all_menu {display: inline-block; position: relative; width: 25px; height: 18px; vertical-align: middle;}
.header_con .right_menu .all_menu span {display: block;position: absolute; right: 0; width: 100%; height: 2px; background: #000; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; transition: all 0.30s ease-in-out;}
.header_con .right_menu .all_menu span:nth-child(1) {top: 0;}
.header_con .right_menu .all_menu span:nth-child(2) {top: 8px; width: 60%;}
.header_con .right_menu .all_menu span:nth-child(3) {top: 16px;}
.header_con .right_menu .hd_sns {display: flex;}
.header_con .right_menu .hd_sns li {margin: 0 6px; flex-shrink: 0;}
.header_con .right_menu .hd_sns .icon {display: flex;}
.header_con .right_menu .hd_sns .icon img {width: 100%; max-width: 20px;}
.header_con .right_menu .lang {display: inline-block; position: relative; padding: 20px 0; cursor: pointer; margin: 0;}
.header_con .right_menu .lang .active {color:#222; position: relative; font-weight: 700; display: flex; align-items: center;}
.header_con .right_menu .lang .active .f14 {color:#fff; font-weight: 500; letter-spacing: 0;}
.header_con .right_menu .active .icon {display: inline-block; background: url('../../images/jpn/lang_ic.png') no-repeat center / cover; width: 25px; height: 24px; margin-left: 15px;}
.header_con .right_menu .lang .lang_menu {display:none; background-color: #fff;  width: 100px; position: absolute; left: -25px; top: 60px; box-shadow: 4px -2px 19px rgb(0 0 0 / 14%); text-align: center; z-index: 9; border-radius: 10px; padding: 10px 13px;}
.header_con .right_menu .lang .lang_menu a {font-size: 15px; font-weight: 600; color:#222; display: block; padding: 7px 6px; margin-bottom: 5px;}
.header_con .right_menu .lang .lang_menu a:last-child {margin-bottom: 0;}
.header_con .right_menu .lang .lang_menu a:hover, .header_con .lang .lang_menu a.active {color: #fff; font-weight: 600; background-color: #000; border-radius: 8px;}
.header_con.on {height: 380px; background-color: #fff; transition: all 0.7s ease-in-out;}
.header_con.on .hd_inner {border-bottom: 1px solid #e6e6e6; transition: all 0.5s ease;}
.header_con.on .navigator .header-menu li {color:#111; transition: all 0.3s ease-in-out;}
.header_con.on .right_menu .all_menu span {background: #222;}
.header_con.active {background-color: #fff;}
.header_con.active .hd_inner {border-bottom: 1px solid #e6e6e6; transition: all 0.5s ease;}
.header_con.active .navigator .header-menu li {color:#111; transition: all 0.3s ease-in-out; }
.header_con.active .right_menu .all_menu span {background: #222;}
.header.untop {background: rgb(255, 255, 255, 0.8); transition: all 0.3s;}
.header.untop .header_con .logo {width: 220px; height: 30px; transition: all 0.3s;}
.header.untop .header_con {margin: 13px 0; transition: all 0.3s; height: 50px;}
.header.untop .header_con .navigator .header-menu li a {color:#222; font-size: 19px; transition: all 0.3s;}
.header.untop .header_con .right_menu .box {transition: all 0.3s;}

.header .modal .mobile {display: none;}
.header .modal {display: none; position: fixed; width: 100%; max-width: 780px; height: 100vh; top: 0; right: 0; bottom: 0; z-index: 999999; background:#fff; box-shadow: -10px 10px 40px 0px rgb(0 0 0 / 20%);}
.header .modal .max_w {padding: 63px 60px 55px 110px; height: 100%; display: flex; flex-flow: column; justify-content: space-between;}
.header .modal .modal_top {display: flex; justify-content: space-between;}
.header .modal .right_menu {display: flex; align-items: center; margin-left: 35px;}
.header .modal .right_menu .all_menu_box {background: #54ac7f; cursor: pointer;} 
.header .modal .right_menu .all_menu {display: inline-block; position: relative; width: 25px; height: 5px; vertical-align: middle;}
.header .modal .right_menu .all_menu span {display: block;position: absolute; right: 0; width: 100%; height: 2px; background: #fff; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; transition: all 0.30s ease-in-out;}

.header .modal .right_menu .box {width: 70px; height: 70px; display: inline-block; display: flex; align-items: center; justify-content: center;}
.header .modal .header_close_btn {display: inline-block; width: 24px; height: 24px;  position: absolute; right: 20px;  top: 40px; cursor: pointer; z-index: 1;}
.header .modal .header_close_btn span { display: inline-block; background: #323e7a; height: 37px; position: relative; width: 3px; transform: rotate( 135deg); left: 10px;}
.header .modal .header_close_btn span:after {content: ""; background: #323e7a; height: 3px; position: absolute; top: 17px;  left: -17px; width: 37px;}

.header .modal .mobile {display: none; position: fixed; width: 100%; height: 100vh; top: 0; right: 0; bottom: 0; z-index: 999; background:#000;}
.header .modal .mobile .header_close_btn {display: inline-block; width: 24px; height: 24px;  position: absolute;  right: 20px;  top: 24px; cursor: pointer; z-index: 1;}
.header .modal .mobile .header_close_btn span { display: inline-block; background: #fff; height: 24px;  position: relative; width: 1px; transform: rotate( 135deg); left: 10px;}
.header .modal .mobile .header_close_btn span:after {content: ""; background: #fff; height: 1px; position: absolute; top: 12px;  left: -11px; width: 24px;}
.header .modal .mobile .container {height: 100vh; padding-top: 0;}
.header .modal .mobile ul#myMenu {position: relative; top: 50%; transform: translateY(-52%); text-align: center;}
.header .modal .mobile li {white-space: nowrap;}
.header .modal .mobile li.category {margin-bottom: 20px; cursor: pointer; line-height: 30px;}
.header .modal .mobile li.category a.cate_txt {font-size: 24px; font-weight: 600; color: #fff;} 
.header .modal .mobile ul.sub_menu {margin-top: 6px; display: none;}
.header .modal .mobile ul.sub_menu li {padding: 3px 0;}
.header .modal .mobile ul.sub_menu li a {font-size: 16px; font-weight: 500; color:#ccc; line-height: 28px; display: inline-block; position: relative;}
.header .modal .mobile ul.sub_menu li .depth {margin-bottom: 10px;}
.header .modal .mobile ul.sub_menu li .depth li a {color:#a4c6d9; font-weight: 400; font-size: 15px;}
.header .modal .mobile li a span {display: inline-block;  z-index: 1;  height: 3px; width: 0%;  background-color: #fff; position: absolute; bottom: 1px; left: 0;}
.header .modal .mobile li a:hover {color:#fff; transition: all 0.8s;} 
.header .modal .mobile li a:hover span { width: 100%; transition: all 0.8s;} 
.header .modal .mobile li a .circle {display: inline-block;  width: 12px; height: 12px; background-color: #ec6617; border-radius: 50%; position: absolute; right: -30px; top: 0; opacity: 0; }
.header .modal .mobile li a:hover .circle {opacity: 1; transition: all 0.8s;}
.header .modal .mobile li.sns {margin-top: 40px;}
.header .modal .mobile li.sns a.icon {margin: 0 8px;}
.header .modal .mobile li.sns a.icon img {width: 100%; max-width: 20px;}
/** Header **/









/** Footer **/
.footer {position: relative; background: #0e0e0e;}
.footer .quick {display: flex; flex-flow: column; align-items: center; position: fixed; right: 40px; bottom: 40px; z-index: 99;}
.footer .quick .rv {display: none;}
.footer .quick .q_inquiry {display: flex; justify-content: center; align-items: center; background: #000; width: 70px; height: 70px; border-radius: 10px; transition: all 0.2s;}
.footer .quick .q_inquiry:hover {background: #333; transition: all 0.2s;}
.footer .quick .q_inquiry img {width: 100%; max-width: 34px;}
.footer .quick .top_btn {display: flex; align-items: center; margin-top: 5px;}
.footer .quick .top_btn .image {margin-right: 4px; display: flex;}
.footer .quick .top_btn .image img {width: 100%; max-width: 10px;}
.footer .quick .top_btn .f13 {color:#000; font-weight: 500; transition: all 0.2s;}
.footer .quick .top_btn:hover .f13 { font-weight: 700; transition: all 0.2s;}
.footer .quick.reversal {}
.footer .quick.reversal .q_inquiry {background: #fff;}
.footer .quick.reversal .rr {display: none;}
.footer .quick.reversal .rv {display: flex;}
.footer .quick.reversal .top_btn .f13 {color:#fff;}
.footer .inner {display: flex; flex-flow: column; align-items: center; padding: 50px 0 40px;}
.footer .inner .ft_logo {margin-bottom: 30px; width: 100%; max-width: 382px;}
.footer .inner .ft_logo img {width: 100%;}
.footer .inner .f14 {color:#666; text-align: center; font-weight: 500; letter-spacing: 0;}
.footer .inner ul {display: flex; margin-top: 8px;}
.footer .inner ul li {}
.footer .inner ul li::after {content: ''; display: inline-block; height: 10px; width: 2px; background: #666; margin: 0 12px;}
.footer .inner ul li:last-child::after {content: none;}
.footer .inner .copyright {padding-top: 50px;}
.footer .ft_sns {position: absolute; top: 50px; right: 35px;}
.footer .ft_sns li {text-align: right; margin-bottom: 5px;}
.footer .ft_sns li .f24 {color: #fff; transition: all 0.2s;}
.footer .ft_sns li .f24:hover {color: #aaa; transition: all 0.2s;}

/** Footer **/











@media (max-width: 1600px) {
   .f138 {font-size: 110px; line-height: 120px;}
   .f120 {font-size: 100px; line-height: 110px;}
   .f110 {font-size: 105px; line-height: 115px;}
   .f95 {font-size: 80px; line-height: 90px;}
   .f90 {font-size: 75px; line-height: 85px;}
   .f80 {font-size: 70px; line-height: 80px;}
   .f74 {font-size: 64px; line-height: 74px;}
   .f72 {font-size: 62px; line-height: 72px;}
   .f70 {font-size: 60px; line-height: 70px;}
   .f66 {font-size: 56px; line-height: 66px;}
   .f64 {font-size: 54px; line-height: 64px;}
   .f60 {font-size: 50px; line-height: 60px;}
   .f56 {font-size: 46px; line-height: 56px;}
   .f54 {font-size: 44px; line-height: 54px;}
   .f52 {font-size: 42px; line-height: 52px;}
   .f50 {font-size: 40px; line-height: 50px;}
   .f48 {font-size: 40px; line-height: 50px;}
   .f46 {font-size: 40px; line-height: 50px;}
   .f44 {font-size: 38px; line-height: 48px;}
   .f42 {font-size: 36px; line-height: 46px;}
   .f40 {font-size: 34px; line-height: 44px;}
   .f38 {font-size: 32px; line-height: 42px;}
   .f37 {font-size: 30px; line-height: 40px;}
   .f36 {font-size: 30px; line-height: 40px;}
   .f34 {font-size: 30px; line-height: 40px;}
   .f32 {font-size: 29px; line-height: 39px;}
   .f30 {font-size: 28px; line-height: 38px;}

   .header_con {}
   .header_con .hd_inner {padding: 0 16px;}
   .header_con .right_menu .lang .lang_menu {left: -55px;}
   .header .modal .max_w {padding: 38px 59px 55px 60px;}

   .footer .quick {right: 20px; bottom: 20px;}
   .footer .quick .q_inquiry {width: 60px; height: 60px;}

}


@media (max-width: 1480px) { 
   .section4 .row {padding: 0 16px;}
}

@media (max-width: 1440px) { 
   .f140 {font-size: 120px; line-height: 130px;}
   .f138 {font-size: 90px; line-height: 100px;}
   .f120 {font-size: 80px; line-height: 90px;}
   .f110 {font-size: 90px; line-height: 100px;}
   .f95 {font-size: 70px; line-height: 80px;}
   .f90 {font-size: 65px; line-height: 75px;}
   .f80 {font-size: 60px; line-height: 70px;}
   .f74 {font-size: 56px; line-height: 66px;}
   .f72 {font-size: 55px; line-height: 65px;}
   .f70 {font-size: 54px; line-height: 64px;}
   .f68 {font-size: 52px; line-height: 62px;}
   .f66 {font-size: 50px; line-height: 60px;}
   .f64 {font-size: 48px; line-height: 58px;}
   .f60 {font-size: 45px; line-height: 55px;}
   .f56 {font-size: 42px; line-height: 52px;}
   .f54 {font-size: 41px; line-height: 51px;}
   .f52 {font-size: 40px; line-height: 50px;}
   .f50 {font-size: 39px; line-height: 49px;}
   .f48 {font-size: 38px; line-height: 48px;}
   .f46 {font-size: 36px; line-height: 46px;}
   .f44 {font-size: 35px; line-height: 45px;}
   .f42 {font-size: 34px; line-height: 44px;}
   .f40 {font-size: 32px; line-height: 42px;}
   .f38 {font-size: 30px; line-height: 40px;}
   .f37 {font-size: 29px; line-height: 39px;}
   .f36 {font-size: 29px; line-height: 39px;}
   .f34 {font-size: 28px; line-height: 38px;}
   .f32 {font-size: 28px; line-height: 38px;}
   .f30 {font-size: 27px; line-height: 37px;}



   
   .header .modal .max_w {padding: 28px 16px 45px 40px;}
   .header_con .navigator .header-menu li {padding: 0 22px;}
   .header_con .right_menu {margin-left: 15px;}

   select {background: url('../../images/jpn/select_arrow_x3.png') transparent no-repeat right 15px center / 11px 7px;}


   .footer .inner .ft_logo {max-width: 340px;}

}




@media (max-width: 1199px) { 
   .f138 {font-size: 75px; line-height: 85px;}
   .f120 {font-size: 70px; line-height: 80px;}
   .f110 {font-size: 80px; line-height: 90px;}
   .f95 {font-size: 60px; line-height: 70px;}
   .f90 {font-size: 58px; line-height: 68px;}
   .f80 {font-size: 54px; line-height: 64px;}
   .f74 {font-size: 48px; line-height: 58px;}
   .f72 {font-size: 46px; line-height: 56px;}
   .f70 {font-size: 44px; line-height: 54px;}
   .f68 {font-size: 42px; line-height: 52px;}
   .f66 {font-size: 40px; line-height: 50px;}
   .f64 {font-size: 38px; line-height: 48px;}
   .f60 {font-size: 37px; line-height: 47px;}
   .f56 {font-size: 36px; line-height: 46px;}
   .f54 {font-size: 34px; line-height: 44px;}
   .f52 {font-size: 33px; line-height: 43px;}
   .f50 {font-size: 32px; line-height: 42px;}
   .f48 {font-size: 31px; line-height: 41px;}
   .f46 {font-size: 31px; line-height: 41px;}
   .f44 {font-size: 31px; line-height: 41px;}
   .f42 {font-size: 30px; line-height: 40px;}
   .f40 {font-size: 29px; line-height: 39px;}
   .f38 {font-size: 27px; line-height: 37px;}
   .f37 {font-size: 27px; line-height: 37px;}
   .f36 {font-size: 27px; line-height: 37px;}
   .f34 {font-size: 26px; line-height: 36px;}
   .f32 {font-size: 26px; line-height: 36px;}
   .f30 {font-size: 26px; line-height: 36px;}
   .f28 {font-size: 24px; line-height: 34px;}
   .f26 {font-size: 23px; line-height: 33px;}
   .f24 {font-size: 22px; line-height: 32px;}
   .f22 {font-size: 20px; line-height: 30px;}
   .f20 {font-size: 18px; line-height: 28px;}
   .f19 {font-size: 18px; line-height: 28px;}


   .header_con {height: 80px;}
   .header_con .right_menu {margin-left: 10px;}
   .header_con .logo, .header.untop .header_con .logo {width: 220px; height: 30px;}
   .header_con .navigator .header-menu li {padding: 0 20px;}
   .header_con .navigator .header-menu li a {font-size: 16px;}

   input, select {height: 54px;}
   .searchform button img {max-width: 21px;}
   textarea {height: 240px;}

   table tbody th {padding: 16px 10px;}
	table tbody td {padding: 16px 6px;}

   .footer .ft_sns {right: 20px;}

   


}



@media (max-width: 1024px) { 
   .f140 {font-size: 100px; line-height: 110px; letter-spacing: -1px;}
   .f138 {font-size: 60px; line-height: 70px; letter-spacing: -1px;}
   .f120 {font-size: 55px; line-height: 65px; letter-spacing: -1px;}
   .f110 {font-size: 60px; line-height: 70px; letter-spacing: -1px;}
   .f95 {font-size: 48px; line-height: 58px; letter-spacing: -1px;}
   .f90 {font-size: 47px; line-height: 57px;}
   .f80 {font-size: 45px; line-height: 55px; letter-spacing: -1px;}
   .f74 {font-size: 40px; line-height: 50px; letter-spacing: -1px;}
   .f72 {font-size: 38px; line-height: 48px; letter-spacing: -1px;}
   .f70 {font-size: 36px; line-height: 46px; letter-spacing: -1px;}
   .f68 {font-size: 35px; line-height: 45px; letter-spacing: -1px;}
   .f66 {font-size: 34px; line-height: 44px; letter-spacing: -1px;}
   .f64 {font-size: 32px; line-height: 42px; letter-spacing: -1px;}
   .f60 {font-size: 31px; line-height: 41px; letter-spacing: -1px;}
   .f56 {font-size: 30px; line-height: 40px;}
   .f54 {font-size: 29px; line-height: 39px;}
   .f52 {font-size: 28px; line-height: 38px;}
   .f50 {font-size: 27px; line-height: 37px;}
   .f48 {font-size: 26px; line-height: 36px;}
   .f46 {font-size: 26px; line-height: 36px;}
   .f44 {font-size: 26px; line-height: 36px;}
   .f42 {font-size: 26px; line-height: 36px;}
   .f40 {font-size: 25px; line-height: 35px;}
   .f38 {font-size: 24px; line-height: 34px;}
   .f37 {font-size: 22px; line-height: 32px;}
   .f36 {font-size: 22px; line-height: 32px;}
   .f34 {font-size: 21px; line-height: 31px;}
   .f32 {font-size: 21px; line-height: 31px;}
   .f30 {font-size: 20px; line-height: 28px;}
   .f28 {font-size: 19px; line-height: 27px;}
   .f26 {font-size: 19px; line-height: 27px;}
   .f24 {font-size: 18px; line-height: 26px;}
   .f22 {font-size: 18px; line-height: 26px;}
   .f20 {font-size: 17px; line-height: 25px;}
   .f19 {font-size: 17px; line-height: 25px;}
   .f18 {font-size: 16px; line-height: 24px;}
   .f17 {font-size: 16px; line-height: 24px;}
   .f16 {font-size: 15px; line-height: 23px;}
   .f15 {font-size: 14px; line-height: 22px;}



   table tbody th {font-size: 16px; padding: 16px 10px;}
	table tbody td {font-size: 15px; line-height: 25px; padding: 10px 6px;}

   input, select, textarea {font-size: 16px;}

   .radio_box input[type="radio"] {width: 22px; height: 22px;}
   

   .header_con {height: 70px;}
   .header .modal .mobile {display: block;}
   .header .modal .modal_top img {max-width: 70px;}
   .header .modal .right_menu .box {width: 50px; height: 50px;}
   .header .modal .con .modal_menu li .modal_sub_menu {margin-top: 10px;}
   .header .modal .con .modal_menu .f40 {padding-bottom: 30px; margin-bottom: 30px;}
   .header .modal .con .modal_menu li .modal_sub_menu li a {font-size: 16px;}
   .header .modal .con {padding-right: 0;}
   .header .modal .con .modal_menu .f40 {color:#54ac7f}
   .header_con .right_menu .hd_sns {display: none;}
   .header_con .navigator .header-menu {display: none;}
   .header_con .right_menu .box.all_menu_box {display: flex;}
   .header_con .right_menu .lang .lang_menu {left: -25px;}

   .footer .inner .ft_logo {max-width: 300px;}
   .footer .quick .q_inquiry {width: 50px; height: 50px;}
   .footer .quick .q_inquiry img {max-width: 26px;}

}



@media (max-width: 959px) { 
   .footer .inner .right .quick_menu ul li {width: 170px;}
   .header .modal .max_w {padding: 65px 60px 55px;}

}



@media (max-width: 767px) {
   .f138 {font-size: 50px; line-height: 60px;}
   .f120 {font-size: 44px; line-height: 54px;}
   .f110 {font-size: 50px; line-height: 60px;}
   .f95 {font-size: 38px; line-height: 48px;}
   .f90 {font-size: 36px; line-height: 46px;}
   .f80 {font-size: 35px; line-height: 45px;}
   .f74 {font-size: 32px; line-height: 42px;}
   .f72 {font-size: 31px; line-height: 41px;}
   .f70 {font-size: 30px; line-height: 40px;}
   .f68 {font-size: 29px; line-height: 39px;}
   .f66 {font-size: 28px; line-height: 38px;}
   .f64 {font-size: 26px; line-height: 36px;}
   .f60 {font-size: 25px; line-height: 35px;}
   .f56 {font-size: 23px; line-height: 31px;}
   .f54 {font-size: 23px; line-height: 31px;}
   .f52 {font-size: 22px; line-height: 30px;}
   .f50 {font-size: 22px; line-height: 30px;}
   .f48 {font-size: 21px; line-height: 29px;}
   .f46 {font-size: 21px; line-height: 29px;}
   .f44 {font-size: 21px; line-height: 29px;}
   .f42 {font-size: 21px; line-height: 29px;}
   .f40 {font-size: 20px; line-height: 28px;}
   .f38 {font-size: 20px; line-height: 28px;}
   .f37 {font-size: 20px; line-height: 28px;}
   .f36 {font-size: 20px; line-height: 28px;}
   .f34 {font-size: 20px; line-height: 28px;}
   .f32 {font-size: 19px; line-height: 27px;}
   .f30 {font-size: 19px; line-height: 27px;}
   .f28 {font-size: 19px; line-height: 27px;}
   .f26 {font-size: 18px; line-height: 26px;}
   .f24 {font-size: 18px; line-height: 26px;}
   .f22 {font-size: 17px; line-height: 25px;}
   .f20 {font-size: 17px; line-height: 25px;}
   .f19 {font-size: 16px; line-height: 24px;}


   
   textarea {height: 200px;}
   .radio_box {flex-flow: wrap;}
   .tb {overflow-x: scroll; margin-top: 30px;}
   table tbody th {font-size: 15px; white-space:nowrap;}
   table tbody td {font-size: 14px; line-height: 23px; padding: 10px 2px;}


   .header_con .logo, .header.untop .header_con .logo {width: 220px; height: 30px;}
   .header_con .right_menu .lang .lang_menu {top: 52px;}
   .footer_wrap .ft_con .right .top_btn {bottom: auto; top: 25px;}
   .footer .inner {padding: 50px 0 30px;}
   .footer .inner .ft_logo {max-width: 240px; margin-bottom: 20px;}
   .footer .inner .copyright {padding-top: 20px;}
   .footer .quick {right: 10px; bottom: 10px;}
   .footer .ft_sns {position: static; padding-bottom: 40px;}
   .footer .ft_sns li {text-align: center;}
   .footer .ft_sns li .f24 {font-size: 15px;}
   .pagination a {font-size: 16px;}
   .pagination a.prev, .pagination a.next {width: 34px; height: 34px;}
   .pagination a.prev {margin-right: 20px;}
   .pagination a.next {margin-left: 20px;}
   
}



@media (max-width: 640px) {
   .f138 {font-size: 40px; line-height: 50px;}
   .f80 {font-size: 36px; line-height: 44px;}



   .searchform fieldset {flex-wrap: wrap;}
   .searchform select {flex: 1 1 calc(50% - 10px); margin-right: 10px;}
   .searchform select:nth-child(2) {margin-right: 0;}
   .searchform .search_con {width: 100%; margin-top: 8px;}

   .footer .inner {padding: 40px 16px 25px;}
   .footer .inner ul {flex-flow: column;}
   .footer .inner ul li::after {display: none;}

}





@media (max-width: 479px) {
   .f138 {font-size: 30px; line-height: 40px;}
   .f120 {font-size: 40px; line-height: 50px;}
   .f110 {font-size: 42px; line-height: 52px;}
   .f95 {font-size: 38px; line-height: 48px;}
   .f90 {font-size: 36px; line-height: 46px;}
   .f80 {font-size: 35px; line-height: 45px;}
   .f74 {font-size: 32px; line-height: 42px;}
   .f72 {font-size: 25px; line-height: 35px;}
   .f70 {font-size: 25px; line-height: 35px;}
   .f68 {font-size: 24px; line-height: 34px;}
   .f66 {font-size: 23px; line-height: 33px;}
   .f64 {font-size: 23px; line-height: 33px;}
   .f60 {font-size: 22px; line-height: 32px;}
   .f56 {font-size: 21px; line-height: 29px;}
   .f54 {font-size: 21px; line-height: 29px;}
   .f52 {font-size: 21px; line-height: 29px;}
   .f50 {font-size: 21px; line-height: 29px;}
   .f48 {font-size: 20px; line-height: 28px;}
   .f46 {font-size: 20px; line-height: 28px;}
   .f44 {font-size: 20px; line-height: 28px;}
   .f42 {font-size: 20px; line-height: 28px;}
   .f40 {font-size: 20px; line-height: 28px;}
   .f38 {font-size: 20px; line-height: 28px;}
   .f37 {font-size: 19px; line-height: 27px;}
   .f36 {font-size: 19px; line-height: 27px;}
   .f34 {font-size: 19px; line-height: 27px;}


   .header_con .logo, .header.untop .header_con .logo {width: 185px; height: 26px;}
   .header_con .right_menu .all_menu {width: 22px;}
   .header_con .right_menu .box.all_menu_box {margin-left: 14px;}




   .pagination a {margin: 0 4px; width: 30px; height: 30px;}
   .pagination a.first, .pagination a.prev, .pagination a.next, .pagination a.last {margin: 0 6px;}
   .pagination a.prev {margin-right: 20px;}
   .pagination a.next {margin-left: 20px;}

   .footer .inner .ft_logo {max-width: 200px;}
   

}



@media (max-width: 374px) {
   .f80 {font-size: 26px; line-height: 34px;}

   .pagination a.prev {margin-right: 14px;}
   .pagination a.next {margin-left: 14px;}

}