*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-size:100%}:where([hidden]:not([hidden=until-found])){display:none !important}@supports not (min-block-size: 100dvb){:where(html){block-size:100%}}@media(prefers-reduced-motion: no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){block-size:100%;block-size:100dvb;line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role=button],[role=option]){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(button){border-style:solid}:where(a){text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + .5rem)}:where(hr){border:none;-webkit-border-before:1px solid;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(:focus-visible){outline:2px solid var(--focus-color, Highlight);outline-offset:2px}:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)){-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;width:1px !important;overflow:hidden !important;position:absolute !important;white-space:nowrap !important;border:0 !important}a{text-decoration:none}h2,h3,h4,h5,h6,p,ul,ol{margin-bottom:1rem}html{overflow-x:hidden}iframe{width:100%;height:400px}.fadeIn{opacity:0}.fadeIn.isAnime{-webkit-animation:fadeIn .5s .2s forwards;animation:fadeIn .5s .2s forwards}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeInUp{opacity:0}.fadeInUp.isAnime{-webkit-animation:fadeInUp .9s .2s forwards;animation:fadeInUp .9s .2s forwards}@-webkit-keyframes fadeInUp{0%{transform:translateY(50px)}100%{transform:translateY(0);opacity:1}}@keyframes fadeInUp{0%{transform:translateY(50px)}100%{transform:translateY(0);opacity:1}}.zoomIn{opacity:0}.zoomIn.isAnime{-webkit-animation:zoomIn .9s .2s forwards;animation:zoomIn .9s .2s forwards}@-webkit-keyframes zoomIn{0%{transform:scale(0.9);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes zoomIn{0%{transform:scale(0.9);opacity:0}100%{transform:scale(1);opacity:1}}.slideInLeft{opacity:0}.slideInLeft.isAnime{-webkit-animation:slideInLeft 1s forwards;animation:slideInLeft 1s forwards}@-webkit-keyframes slideInLeft{0%{transform:translateX(-50px)}100%{transform:translateX(0);opacity:1}}@keyframes slideInLeft{0%{transform:translateX(-50px)}100%{transform:translateX(0);opacity:1}}.slideInRight{opacity:0}.slideInRight.isAnime{-webkit-animation:slideInRight 1s forwards;animation:slideInRight 1s forwards}@-webkit-keyframes slideInRight{0%{transform:translateX(50px)}100%{transform:translateX(0);opacity:1}}@keyframes slideInRight{0%{transform:translateX(50px)}100%{transform:translateX(0);opacity:1}}.fuwa{-webkit-animation:float 2s infinite;animation:float 2s infinite}@-webkit-keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(10px)}100%{transform:translateY(0px)}}@keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(10px)}100%{transform:translateY(0px)}}:root{--primary-color: #0073B1;--secondary-color: #E74C3C;--font-color: #283239;--bg: #f4f4f4;--white: #fff;--check: #da1e1e;--sans: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;--serif: "Shippori Mincho B1", serif;--fa: "Font Awesome 5 Free";--en: "Oswald", sans-serif;--h: "Poppins", sans-serif}.form-block .form-item{display:grid;grid-template-columns:300px 1fr;padding:20px 0;border-bottom:1px solid var(--primary-color)}@media screen and (max-width: 486px){.form-block .form-item{grid-template-columns:1fr}}.form-block .form-item:first-child{border-top:1px solid var(--primary-color)}.form-block .form-item dt{position:relative;padding-left:70px}@media screen and (max-width: 486px){.form-block .form-item dt{margin-bottom:15px}}.form-block .form-item dt::before,.form-block .form-item dt::after{color:#fff;position:absolute;left:0;font-size:12px;padding:.2rem 1rem;top:2px}.form-block .form-item dt.required::before{content:"必須";background-color:red}.form-block .form-item dt.optional::before{content:"任意";background-color:#2e2e2e}.form-block .form-item .name-block{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media screen and (max-width: 486px){.form-block .form-item .name-block{gap:10px}}.form-block .wpcf7-checkbox{display:flex;flex-wrap:wrap;gap:15px}.form-block .wpcf7-checkbox .wpcf7-list-item{margin:0}.form-block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{position:relative;padding-left:35px}.form-block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before{content:"";position:absolute;width:26px;height:26px;border:1px solid #000;left:0;top:50%;transform:translateY(-50%)}.form-block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after{content:"";position:absolute;width:20px;height:20px;border-right:4px solid var(--check);border-bottom:4px solid var(--check);left:2px;top:36%;transform:translateY(-50%) rotate(20deg);opacity:0}.form-block .wpcf7-checkbox .wpcf7-list-item input{display:none}.form-block .wpcf7-checkbox .wpcf7-list-item input:checked+span::after{opacity:1}.form-block .wpcf7-radio{display:flex;flex-wrap:wrap;gap:15px}.form-block .wpcf7-radio .wpcf7-list-item{margin-left:0}.form-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{position:relative;padding-left:25px}.form-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before{content:"";position:absolute;width:20px;height:20px;border:1px solid var(--primary-color);border-radius:50%;left:0;top:50%;transform:translateY(-50%)}.form-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);background-color:var(--check);width:12px;height:12px;border-radius:50%;opacity:0}.form-block .wpcf7-radio .wpcf7-list-item input{display:none}.form-block .wpcf7-radio .wpcf7-list-item input:checked+span::before{border:1px solid var(--check)}.form-block .wpcf7-radio .wpcf7-list-item input:checked+span::after{opacity:1}.form-block .wpcf7-select{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-right:3rem}.form-block .wpcf7-acceptance .wpcf7-list-item{margin:0}.form-block .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{position:relative;padding-left:35px}.form-block .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before{content:"";position:absolute;width:26px;height:26px;border:1px solid #000;left:0;top:50%;transform:translateY(-50%)}.form-block .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after{content:"";position:absolute;width:20px;height:20px;border-right:4px solid var(--check);border-bottom:4px solid var(--check);left:2px;top:36%;transform:translateY(-50%) rotate(20deg);opacity:0}.form-block .wpcf7-acceptance .wpcf7-list-item input{display:none}.form-block .wpcf7-acceptance .wpcf7-list-item input:checked+span::after{opacity:1}.form-block .file-btn{display:inline-block;background-color:var(--primary-color);color:#fff;border-radius:4px;padding:.5rem 1rem;position:relative;cursor:pointer}@media screen and (max-width: 486px){.form-block .file-btn{font-size:.8rem;padding:.2rem .5rem}}.form-block .file-btn .wpcf7-form-control-wrap{position:static}.form-block .file-btn .wpcf7-form-control-wrap input{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.form-block .file-name{font-size:.8rem;padding-left:1.5rem}.form-block .p-postal-code,.form-block .p-region{width:160px}.form-block .acceptance{margin-top:40px;display:flex;flex-direction:column;align-items:center}.form-block .acceptance .wpcf7-list-item-label{margin-right:0 !important}.form-block .acceptance a{text-decoration:underline}.form-block .acceptance a:hover{text-decoration:none}.form-block .submit-block{margin-top:40px}.form-block .submit-block input[type=submit]{border:none;display:flex;justify-content:center;background-color:var(--primary-color);color:#fff;width:300px;margin:0 auto;cursor:pointer;height:60px;border-radius:60px}.form-block .submit-block input[type=submit]:disabled{cursor:not-allowed;background-color:#a8a8a8}.form-block .submit-block .wpcf7-spinner{margin:50px auto 0}.page-register .container{max-width:1000px}.page-register .wpcf7{border:1px solid #ccc;padding:50px}:root{--primary-color: #040000;--secondary-color: #007ac0;--white: #fff;--fa: "Font Awesome 5 Free"}.post-wrap{width:96%;max-width:1200px;margin:0 auto;padding:150px 0 60px;display:grid;grid-template-columns:1fr 320px;gap:50px}@media screen and (max-width: 768px){.post-wrap{grid-template-columns:1fr;width:90%}}#post-entry{border:1px solid rgba(0,0,0,.1);border-radius:6px;box-shadow:0 0 10px rgba(0,0,0,.1);padding:40px;font-size:16px}@media screen and (max-width: 768px){#post-entry{padding:20px}}#post-entry .article-header{border-bottom:1px solid #ccc;margin-bottom:40px;padding-bottom:15px}#post-entry .article-header h2{font-size:clamp(1.5rem,.511rem + 1.82vw,1.875rem);margin-bottom:20px}#post-entry .article-header .meta{display:flex;align-items:center;margin-bottom:10px;gap:15px;color:#a5aaaf;font-size:.8rem}#post-entry .article-header .meta .pubdate{position:relative}#post-entry .article-header .meta .pubdate::before{content:"";font-family:var(--fa);font-weight:900;margin-right:5px}#post-entry .article-header .meta .update{position:relative}#post-entry .article-header .meta .update::before{content:"";font-family:var(--fa);font-weight:900;margin-right:5px}#post-entry .article-header .tags-list{display:flex;flex-wrap:wrap}#post-entry .article-header .tags-list li{margin-right:5px}#post-entry .article-header .tags-list li a{background-color:#eee;font-size:13px;border-radius:4px;padding:0 1rem}#post-entry .entry-content p,#post-entry .entry-content .wp-block-group p:last-child{margin-bottom:2.2rem}#post-entry .entry-content p a,#post-entry .entry-content .wp-block-group p:last-child a{color:#007ac0;text-decoration:underline}#post-entry .entry-content p a:hover,#post-entry .entry-content .wp-block-group p:last-child a:hover{text-decoration:none}#post-entry .entry-content strong{font-weight:bold}#post-entry .entry-content .wp-block-image{margin-bottom:2.2rem}#post-entry .entry-content ul{margin-bottom:1.5rem;border-radius:6px;padding:1rem 1rem 1rem 2.5rem;border:2px solid #eee}#post-entry .entry-content ul li{list-style:disc}#post-entry .entry-content ol{margin-left:1.1rem;margin-bottom:1rem}#post-entry .entry-content ol li{list-style:decimal}#post-entry .entry-content h2{font-size:clamp(1rem,.511rem + 1.82vw,1.875rem);background-color:var(--secondary-color);color:var(--white);border-radius:6px;padding:.5rem 1rem;margin-bottom:1.5rem}#post-entry .entry-content h3{font-size:clamp(.875rem,.511rem + 1.82vw,1.875rem);background-color:#eee;border-radius:6px;padding:.5rem 1rem;margin-bottom:1.5rem}#post-entry .entry-content h4{font-size:clamp(.875rem,.511rem + 1.82vw,1.875rem);font-weight:500;border-top:2px solid #000;border-bottom:1px solid #eee;padding:.5rem 0;margin-bottom:1.5rem;margin-top:50px}#post-entry .entry-content .vk_borderBox_title{border:none}#post-entry .entry-content .vk_borderBox_body p{margin-bottom:1rem}#post-entry .entry-content #toc_container{padding:30px;border-radius:6px;border:none !important;box-shadow:3px 3px 3px #ccc;margin-bottom:50px}#post-entry .entry-content #toc_container .toc_title{text-align:left;position:relative;display:inline-block;position:relative;margin:0;padding:5px 0 5px 58px;font-size:23px;font-weight:700}#post-entry .entry-content #toc_container .toc_title::before{display:inline-block;position:absolute;top:0;left:0;width:50px;height:50px;border-radius:50%;color:#fff;font-family:var(--fa);font-size:20px;font-weight:600;text-align:center;line-height:50px;content:"";background-color:var(--secondary-color)}#post-entry .entry-content #toc_container .toc_toggle{display:inline-block;vertical-align:middle;width:75px;height:25px;margin-left:10px;border-radius:5px;background:#cbcbcb;color:#fff;font-size:14px;text-align:center;line-height:25px}#post-entry .entry-content #toc_container .toc_toggle .toc_brackets,#post-entry .entry-content #toc_container .toc_toggle .toc_brackets{display:none}#post-entry .entry-content .toc_list{margin:inherit;padding:inherit;border:none;color:#555;padding-left:20px !important;margin:0 !important}#post-entry .entry-content .toc_list>li{list-style:decimal !important;font-weight:700;padding:5px 0}#post-entry .entry-content .toc_list>li a{color:#555}#post-entry .entry-content .toc_list ul{margin:inherit;padding:inherit;border:none;margin-bottom:1rem !important}#post-entry .entry-content .toc_list ul li{list-style:decimal !important;font-weight:500}.post-navigation{max-width:1000px;width:94%;margin:0 auto;padding:3rem 0}.post-navigation .nav-links{display:flex;justify-content:space-between}.post-navigation .nav-links a{display:block;width:120px;text-align:center;padding:.3rem;border-radius:40px;transition:.5s;color:#fff;background-color:var(--primary-color)}.post-navigation .nav-links a:hover{background-color:var(--primary-color)}.paging{margin:50px 0}.paging .page-numbers{display:flex;justify-content:center}.paging .page-numbers li{margin:0 2px}.paging .page-numbers li a,.paging .page-numbers li .page-numbers{width:30px;height:30px;display:block;line-height:30px;text-align:center;font-size:16px;background-color:var(--primary-color);border-radius:4px;transition:.5s}.paging .page-numbers li a.current,.paging .page-numbers li .page-numbers.current{background-color:#666;color:#fff}.paging .page-numbers li a:hover,.paging .page-numbers li .page-numbers:hover{background-color:#666;color:#fff}.post-sidebar>.widget{border:1px solid rgba(0,0,0,.1);border-radius:6px;box-shadow:0 0 10px rgba(0,0,0,.1);margin-bottom:30px;overflow:hidden}.post-sidebar>.widget h2{background-color:#007ac0;color:#fff;padding:20px}.post-sidebar>.widget .wp-block-categories-list{padding:0 20px 20px}.post-sidebar .wp-block-group .wp-block-latest-posts{padding:1rem}.post-sidebar .wp-block-group .wp-block-latest-posts .wp-block-latest-posts__post-title{text-decoration:underline;transition:.3s}.post-sidebar .wp-block-group .wp-block-latest-posts .wp-block-latest-posts__post-title:hover{color:var(--secondary-color)}.post-sidebar .widget_search{border:none !important;border-radius:0 !important}.post-sidebar .widget_search .wp-block-search__label{display:none !important}.post-sidebar .widget_search .wp-block-search__inside-wrapper{position:relative}.post-sidebar .widget_search .wp-block-search__inside-wrapper .wp-block-search__input{border:1px solid #eee}.post-sidebar .widget_search .wp-block-search__inside-wrapper .wp-block-search__button{position:absolute;right:0;top:50%;transform:translateY(-50%);line-height:55px;background-color:#000;color:#fff;width:50px}.post-sidebar .widget_categories .wp-block-categories-list{padding:20px}.post-sidebar .popular-posts .wpp-list{padding:20px;font-size:.8rem}.post-sidebar .popular-posts .wpp-list li{display:grid;grid-template-columns:75px 1fr;gap:20px;overflow:visible}.post-sidebar .popular-posts .wpp-list li a{display:block}.post-sidebar .popular-posts .wpp-list li a:first-child{position:relative}.post-sidebar .popular-posts .wpp-list li a:first-child::before{position:absolute;content:"1";width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;background-color:var(--secondary-color);left:-5px;top:-5px;color:#fff}.post-sidebar .popular-posts .wpp-list li:nth-child(2) a:first-child::before{content:"2"}.post-sidebar .popular-posts .wpp-list li:nth-child(3) a:first-child::before{content:"3"}.post-sidebar .popular-posts .wpp-list li:nth-child(4) a:first-child::before{content:"4";background-color:#666}.post-sidebar .popular-posts .wpp-list li:nth-child(5) a:first-child::before{content:"5";background-color:#666}:root{--primary-color: #0073B1;--secondary-color: #E74C3C;--third-color: #4b4b4bbd;--font-color: #283239;--bg: #f4f4f4;--bg-b: #EAF8FF;--white: #fff;--check: #da1e1e;--sans: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;--serif: "Shippori Mincho B1", serif;--fa: "Font Awesome 5 Free";--en: "Oswald", sans-serif;--h: "Poppins", sans-serif}.fit,.item-single .row .images .thumbnail-slider .slick-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cont{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.btn-cmn{display:block;font-weight:700;line-height:1.5;padding:1.44rem 3.56rem 1.44rem 1.88rem;max-width:320px;width:100%;border:2px solid var(--font-color);position:relative;transition:.3s;z-index:1}.btn-cmn:hover{color:var(--white)}.btn-cmn:hover::after{transform-origin:0% 50%;transform:scaleX(1)}.btn-cmn::before{content:"";font-family:var(--fa);position:absolute;right:30px;top:50%;transform:translateY(-50%);font-size:1.25rem}.btn-cmn::after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background:var(--font-color);transform-origin:100% 50%;transform:scaleX(0);transition:transform ease .3s}.font-h-xl{font-size:2.8125rem;font-weight:700;line-height:1.4;letter-spacing:.04em}@media screen and (max-width: 1100px){.font-h-xl{font-size:2rem}}.font-h-l{font-size:2.25rem;line-height:1.4;letter-spacing:.04em;font-weight:700}@media screen and (max-width: 768px){.font-h-l{font-size:1.8rem}}.font-h-m{font-size:2rem;font-weight:700;line-height:1.5;letter-spacing:.04em}@media screen and (max-width: 768px){.font-h-m{font-size:1.5rem}}.font-h-s{font-size:1.75rem;line-height:1.5;letter-spacing:.04em;font-weight:700}@media screen and (max-width: 768px){.font-h-s{font-size:1.3rem}}.font-h-xs{font-size:1.5rem;line-height:1.5;letter-spacing:.04em;font-weight:500}@media screen and (max-width: 768px){.font-h-xs{font-size:1.15rem}}.font-h-xxs{font-size:1.25rem;line-height:1.5;letter-spacing:.04em;font-weight:700}@media screen and (max-width: 768px){.font-h-xxs{font-size:1rem}}.font-b-l{font-feature-settings:"pwid" on;font-size:1.25rem;font-weight:700;line-height:1.7;letter-spacing:.04em}@media screen and (max-width: 486px){.font-b-l{font-size:1rem}}.h2-cmn{color:var(--secondary-color)}.h2-cmn>p{font-family:var(--h);font-size:5rem;font-weight:500;line-height:100%;letter-spacing:.06em;margin:0}@media screen and (max-width: 768px){.h2-cmn>p{font-size:3rem}}.h2-cmn>h2{font-size:1.25rem;font-weight:700;line-height:1.5;margin:0}@media screen and (max-width: 768px){.h2-cmn>h2{font-size:1rem}}html{overflow-x:hidden}body{font-family:var(--sans);font-size:16px;line-height:1.8;font-weight:400;letter-spacing:.04em;color:var(--font-color);word-wrap:break-word}@media screen and (max-width: 486px){body{font-size:14px}}ul,ol{margin:0}a{color:var(--font-color);text-decoration:none}h2,h3,h4,h5{font-weight:700;line-height:1.8}.min{font-family:var(--serif)}.sp-disp{display:none}@media screen and (max-width: 486px){.sp-disp{display:block !important}}@media screen and (max-width: 486px){.pc-disp{display:none !important}}input,textarea{outline:none}input[type=text],input[type=date],input[type=email],input[type=password],input[type=tel],select,textarea{width:100%;border:1px solid #ccc;border-radius:6px;padding:5px 20px;transition:.4s;background-color:#fff}@media screen and (max-width: 486px){input[type=text],input[type=date],input[type=email],input[type=password],input[type=tel],select,textarea{padding:.3rem}}input[type=text]:focus-visible,input[type=date]:focus-visible,input[type=email]:focus-visible,input[type=password]:focus-visible,input[type=tel]:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 10px rgba(0,0,0,.2);border:1px solid #0599d9}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../inc/images/select-arrow.png) no-repeat center right 10px}.wrapper{display:flex;flex-direction:column;height:100vh}.wrapper .site-footer{margin-top:auto}.no-scroll{overflow:hidden;height:100%}.container{max-width:1200px;width:96%;margin:0 auto;padding:100px 0}@media screen and (max-width: 486px){.container{width:90%;padding:50px 0}}.table-wrap{display:grid;grid-template-columns:240px 1fr;gap:20px;border-bottom:2px solid var(--primary-color);padding:30px 30px}.table-wrap:first-of-type{border-top:2px solid var(--primary-color)}@media screen and (max-width: 486px){.table-wrap{grid-template-columns:1fr}}.table-wrap dt{font-weight:700}.h2-sub-cmn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;align-items:center;margin:0 auto 3rem auto}.h2-sub-cmn::before{content:"";display:block;width:46px;height:46px;background:url(../images/common/h2-sub-cmn-i1.png) center center/contain}.h-mrk::before{content:"";font-family:var(--fa);margin-right:.4rem;color:var(--secondary-color);font-weight:700}.dt-cmn{position:relative;padding-left:.8rem;margin-left:10px}.dt-cmn::before{content:"";position:absolute;left:-10px;top:0;width:7px;height:100%;background:var(--primary-color)}.dt-cmn::after{content:"";position:absolute;left:-10px;top:0;width:7px;height:20%;background:var(--secondary-color)}.dl-style dt{background:var(--bg);padding:.5rem .75rem;margin-bottom:.5rem}.dl-style dd{font-weight:400}.dl-style dd.dd-last{margin-bottom:1.5rem}@media screen and (max-width: 486px){.dl-style dd.dd-last{margin-bottom:1rem}}.dl-style dd .eqt-cont{margin-bottom:.75rem}#scrollTopBtn{position:fixed;bottom:20px;right:0;width:50px;height:50px;background-color:var(--primary-color);border:none;color:#fff;opacity:0;transform:translateX(100%);transition:.4s;z-index:10;border:1px solid #fff;border-right:none;cursor:pointer}#scrollTopBtn::after{content:"";top:46%;left:55%;width:12px;height:12px;position:absolute;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(-45deg) translate(-50%, -50%);transition:.4s}#scrollTopBtn:hover::after{top:40%}#scrollTopBtn.in{transform:translateX(0);opacity:1}.site-header{position:fixed;left:0;top:0;width:100%;z-index:9999;background:var(--white)}.site-header__inner{display:flex;justify-content:space-between;align-items:center;height:100px;width:100%}@media screen and (max-width: 1100px){.site-header__inner{height:66px}}.site-header__inner .logo{width:clamp(160px,20vw,400px);margin:0 0 0 20px}.site-header__inner .logo a{display:block}.site-header__inner .nav-area{transition:.4s;height:100%}@media screen and (max-width: 1100px){.site-header__inner .nav-area{opacity:0;visibility:hidden;position:fixed;width:100%;height:100vh;left:0;top:0;background-color:#000;z-index:1}}.site-header__inner .nav-area nav{display:flex;height:100%}@media screen and (max-width: 1100px){.site-header__inner .nav-area nav{flex-direction:column;align-items:center;justify-content:center}}.site-header__inner .nav-area nav .menu{display:flex;align-items:center;gap:24px;font-weight:700}@media screen and (max-width: 1360px){.site-header__inner .nav-area nav .menu{gap:10px}}@media screen and (max-width: 1100px){.site-header__inner .nav-area nav .menu{justify-content:center;flex-direction:column}}.site-header__inner .nav-area nav .menu>li a{transition:.3s}.site-header__inner .nav-area nav .menu>li a:hover{color:var(--primary-color)}@media screen and (max-width: 1100px){.site-header__inner .nav-area nav .menu>li a{color:var(--white)}}.site-header__inner .nav-area nav .menu2{margin-left:24px;display:flex}@media screen and (max-width: 1360px){.site-header__inner .nav-area nav .menu2{margin-left:10px}}@media screen and (max-width: 1100px){.site-header__inner .nav-area nav .menu2{flex-direction:column;margin-left:0}}.site-header__inner .nav-area nav .menu2 li:first-child{background:var(--primary-color)}.site-header__inner .nav-area nav .menu2 li:first-child a{width:246px;display:flex;height:100%;flex-direction:column;justify-content:center;gap:12px;padding-inline:1rem;color:var(--white);font-weight:700;text-align:center;line-height:100%;transition:.3s}.site-header__inner .nav-area nav .menu2 li:first-child a:hover{color:var(--primary-color);background:var(--bg-b)}@media screen and (max-width: 1100px){.site-header__inner .nav-area nav .menu2 li:first-child a{width:100vw;padding:.5rem 0}}.site-header__inner .nav-area nav .menu2 li:first-child a .span1{font-size:.8125rem}.site-header__inner .nav-area nav .menu2 li:first-child a>div{font-family:var(--en);font-size:1.875rem}.site-header__inner .nav-area nav .menu2 li:first-child a>div .span2{font-size:1.25rem}.site-header__inner .nav-area nav .menu2 li:last-child{background:var(--secondary-color)}.site-header__inner .nav-area nav .menu2 li:last-child a{max-width:245px;width:100%;height:100%;color:var(--white);font-size:.8125rem;font-weight:700;display:flex;flex-direction:column;justify-content:center;padding:0 8px;text-align:center;transition:.3s}.site-header__inner .nav-area nav .menu2 li:last-child a:hover{color:var(--secondary-color);background:var(--bg)}@media screen and (max-width: 1100px){.site-header__inner .nav-area nav .menu2 li:last-child a{max-width:none;width:100vw}}.site-header__inner .nav-area nav .menu2 li:last-child a::before{content:"";font-family:var(--fa);font-size:1.25rem;display:block}@media screen and (max-width: 1100px){.site-header__inner .nav-area nav .menu2 li{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.site-header__inner .nav-area.open{opacity:1;visibility:visible;background:linear-gradient(75deg, #0073B1, #0099CC, #00B0E8, #00CCFF)}.sub-header{margin-top:100px;height:350px;background:url(../images/common/sub-header-i1.jpg) center center/cover;display:grid;place-items:center}@media screen and (max-width: 1100px){.sub-header{margin-top:66px;height:150px}}.sub-header h1{color:var(--white)}#toggle-nav{position:relative;z-index:99999;width:44px;height:44px;display:none;background-color:var(--primary-color);border-radius:6px;margin-left:auto;border:1px solid var(--primary-color);margin-right:15px}@media screen and (max-width: 1100px){#toggle-nav{display:block}}#toggle-nav span{position:absolute;display:inline-block;background-color:#fff;transition:.4s;left:12px;height:3px;border-radius:2px}#toggle-nav span:nth-child(1){top:13px;width:45%}#toggle-nav span:nth-child(2){top:21px;width:35%}#toggle-nav span:nth-child(3){top:29px;width:20%}#toggle-nav.open{border:1px solid var(--white)}#toggle-nav.open span:nth-child(1){top:14px;left:16px;transform:translateY(6px) rotate(-135deg);width:30%}#toggle-nav.open span:nth-child(2){opacity:0}#toggle-nav.open span:nth-child(3){top:26px;left:16px;transform:translateY(-6px) rotate(135deg);width:30%}.site-footer .footer-rct{display:flex;height:520px;width:100%}@media screen and (max-width: 1100px){.site-footer .footer-rct{flex-direction:column;height:auto}}.site-footer .footer-rct .image{flex:1}@media screen and (max-width: 1100px){.site-footer .footer-rct .image{height:350px;flex:unset}}@media screen and (max-width: 486px){.site-footer .footer-rct .image{height:200px}}.site-footer .footer-rct .image img{-o-object-position:right;object-position:right}@media screen and (max-width: 1100px){.site-footer .footer-rct .image img{-o-object-position:50% 25%;object-position:50% 25%}}.site-footer .footer-rct .box{flex:1;max-width:1024px;background:url(../images/common/footer-rct-i2.png) center center/cover no-repeat;padding:2rem 0 2rem 10rem}@media screen and (max-width: 1360px){.site-footer .footer-rct .box{padding:2rem 0 2rem 5rem}}@media screen and (max-width: 1100px){.site-footer .footer-rct .box{max-width:unset}}@media screen and (max-width: 768px){.site-footer .footer-rct .box{padding:2rem}}@media screen and (max-width: 486px){.site-footer .footer-rct .box{padding:1.5rem 1rem}}.site-footer .footer-rct .box .h2-cmn{color:var(--white);margin-bottom:2rem}@media screen and (max-width: 768px){.site-footer .footer-rct .box .h2-cmn{margin-bottom:1.5rem}}.site-footer .footer-rct .box dl{color:var(--white);margin-bottom:2rem}@media screen and (max-width: 768px){.site-footer .footer-rct .box dl{margin-bottom:1.5rem}}.site-footer .footer-rct .box dl dt{margin-bottom:1.5rem;font-feature-settings:"halt" on}@media screen and (max-width: 768px){.site-footer .footer-rct .box dl dt{margin-bottom:1rem}}@media screen and (max-width: 486px){.site-footer .footer-rct .box dl dt{font-size:1.5rem}}.site-footer .footer-rct .box dl dd{font-weight:400}.site-footer .footer-rct .box .btn-cmn{color:var(--white);border:2px solid var(--white)}@media screen and (max-width: 486px){.site-footer .footer-rct .box .btn-cmn{margin-inline:auto}}.site-footer .footer-rct .box .btn-cmn:hover{border:2px solid var(--secondary-color)}.site-footer .footer-rct .box .btn-cmn::after{background:var(--secondary-color)}.site-footer .footer-cnt{background:#4d4d4d}.site-footer .footer-cnt .container{padding:3.5rem 0;max-width:1112px}@media screen and (max-width: 486px){.site-footer .footer-cnt .container{padding:2rem 0}}.site-footer .footer-cnt .container h2{color:var(--white);text-align:center;margin-bottom:.63rem}.site-footer .footer-cnt .container .box{display:flex;justify-content:space-between;gap:1rem}@media screen and (max-width: 1100px){.site-footer .footer-cnt .container .box{flex-direction:column;align-items:center}}.site-footer .footer-cnt .container .box>div{max-width:520px;flex:1}@media screen and (max-width: 1100px){.site-footer .footer-cnt .container .box>div{width:100%;max-width:450px;flex:unset}}.site-footer .footer-cnt .container .box>div a{width:100%;display:grid;place-items:center;background:var(--white);padding:0 4.0625rem 0 2.8125rem;height:110px;border:5px solid var(--secondary-color);color:var(--secondary-color);font-size:2.3125rem;font-family:var(--en);font-weight:700;line-height:1;text-align:center;position:relative;transition:.3s;z-index:1}.site-footer .footer-cnt .container .box>div a:hover{color:var(--white)}.site-footer .footer-cnt .container .box>div a:hover::after{transform-origin:0% 50%;transform:scaleX(1)}@media screen and (max-width: 1100px){.site-footer .footer-cnt .container .box>div a{height:90px}}@media screen and (max-width: 486px){.site-footer .footer-cnt .container .box>div a{font-size:1.6rem}}.site-footer .footer-cnt .container .box>div a .min{font-size:1.75rem;font-family:var(--en)}@media screen and (max-width: 486px){.site-footer .footer-cnt .container .box>div a .min{font-size:1.2rem}}.site-footer .footer-cnt .container .box>div a::before{content:"";font-family:var(--fa);position:absolute;right:25px;font-size:1.25rem;font-weight:700}.site-footer .footer-cnt .container .box>div a::after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background:var(--secondary-color);transform-origin:100% 50%;transform:scaleX(0);transition:transform ease .3s}.site-footer .footer-cnt .container .box>div>p{margin-top:.3rem;margin-bottom:0;color:var(--white);text-align:center}.site-footer .footer-cnt .container .box .form{display:grid;place-items:center;max-width:520px;flex:1;padding:0 4.0625rem 0 2.8125rem;height:110px;background:var(--secondary-color);text-align:center;color:var(--white);position:relative;z-index:1}.site-footer .footer-cnt .container .box .form:hover{color:var(--secondary-color)}.site-footer .footer-cnt .container .box .form:hover::after{transform-origin:0% 50%;transform:scaleX(1)}@media screen and (max-width: 1100px){.site-footer .footer-cnt .container .box .form{height:90px;flex:unset;width:100%;max-width:450px}}.site-footer .footer-cnt .container .box .form::before{content:"";font-family:var(--fa);position:absolute;right:25px;font-size:1.25rem;font-weight:700}.site-footer .footer-cnt .container .box .form::after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background:var(--white);transform-origin:100% 50%;transform:scaleX(0);transition:transform ease .3s}.site-footer .footer-last .container{padding:2.38rem 0 1.25rem 0;display:grid;justify-content:space-between;grid-row-gap:4.3rem;align-items:center}@media screen and (max-width: 768px){.site-footer .footer-last .container{padding:1.25rem 0;justify-content:center;grid-row-gap:1.5rem}}.site-footer .footer-last .container .box-l{grid-area:1/1}@media screen and (max-width: 768px){.site-footer .footer-last .container .box-l{grid-area:1}}.site-footer .footer-last .container .box-l>a{margin-bottom:3rem;display:block;transition:.3s}.site-footer .footer-last .container .box-l>a:hover{opacity:.7}@media screen and (max-width: 768px){.site-footer .footer-last .container .box-l>a{margin-bottom:1.5rem}}.site-footer .footer-last .container .box-l address{font-style:normal}.site-footer .footer-last .container .box-l address dl dd{font-weight:400}.site-footer .footer-last .container .box-l address dl.footer-flx{display:flex;gap:.5rem}.site-footer .footer-last .container .box-r{grid-area:1/2}@media screen and (max-width: 768px){.site-footer .footer-last .container .box-r{grid-area:2}}.site-footer .footer-last .container .box-r ul{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, 1fr);grid-column-gap:4.75rem;grid-row-gap:1.75rem}@media screen and (max-width: 1100px){.site-footer .footer-last .container .box-r ul{grid-column-gap:1.5rem;grid-row-gap:1rem}}@media screen and (max-width: 486px){.site-footer .footer-last .container .box-r ul{grid-column-gap:1rem}}.site-footer .footer-last .container .box-r ul li::before{content:"";font-family:var(--fa);color:var(--primary-color);font-weight:900;margin-right:.25rem}.site-footer .footer-last .container .box-r ul li a{transition:.3s}.site-footer .footer-last .container .box-r ul li a:hover{color:var(--primary-color)}.site-footer .footer-last .container .box-u{grid-area:2/1/3/3;display:flex;justify-content:space-between}@media screen and (max-width: 768px){.site-footer .footer-last .container .box-u{grid-area:3;font-size:.75rem}}.site-footer .footer-last .container .box-u a{transition:.3s}.site-footer .footer-last .container .box-u a:hover{color:var(--primary-color)}.index-first{background:url(../images/index/index-fst-i1-v2.jpg) center center/cover;margin-top:100px;height:calc(100vh - 100px)}@media screen and (max-width: 1100px){.index-first{margin-top:66px;height:calc(100vh - 66px)}}@media screen and (max-width: 1100px){.index-first{height:434px}}.index-first .container{max-width:1650px;height:100%;position:relative;padding:7% 0}@media screen and (max-width: 1100px){.index-first .container{padding:5rem 0}}.index-first .container>div{color:var(--white);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.index-first .container>div h2{font-size:clamp(2.7rem,5vw,5.13231rem);font-feature-settings:"halt" on;line-height:1.4;letter-spacing:.09em;margin:0;text-shadow:0px 1px 6px rgba(0,0,0,.3),0px 2px 12px rgba(0,0,0,.1)}@media screen and (max-width: 486px){.index-first .container>div h2{font-size:clamp(1.8rem,6vw,2.5rem)}}.index-first .container>div p{font-size:clamp(1.5rem,2.5vw,2.27213rem);font-weight:700;line-height:1.5;margin:0;text-shadow:0px 1px 6px rgba(0,0,0,.3),0px 2px 12px rgba(0,0,0,.1)}@media screen and (max-width: 486px){.index-first .container>div p{font-size:clamp(.8rem,2vw,1.5rem)}}.index-first .container>div p span{text-shadow:0px 1px 6px rgba(0,0,0,0),0px 2px 12px rgba(0,0,0,0);background:var(--secondary-color);display:inline-block;padding:0 .5rem}.index-first .container>a{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:absolute;right:0;bottom:2%;transition:.3s}.index-first .container>a:hover{transform:scale(0.9)}@media screen and (max-width: 1100px){.index-first .container>a{width:clamp(133px,20vw,260px)}}.index-msg{position:relative}.index-msg::before{content:"";position:absolute;right:0;bottom:-100px;width:clamp(150px,19vw,330px);height:clamp(150px,19vw,330px);background:url(../images/index/index-msg-i4.png) center center/contain no-repeat}@media screen and (max-width: 486px){.index-msg::before{bottom:-120px}}.index-msg .container{display:flex;justify-content:space-between;max-width:1300px;gap:1rem}@media screen and (max-width: 1100px){.index-msg .container{flex-direction:column}}.index-msg .container .image{max-width:600px;position:relative;height:600px;flex:1}@media screen and (max-width: 1100px){.index-msg .container .image{max-width:unset;height:350px;flex:unset}}@media screen and (max-width: 486px){.index-msg .container .image{height:280px}}.index-msg .container .image img{-o-object-position:0 64%;object-position:0 64%}.index-msg .container .image::before{content:"";position:absolute;width:230%;height:110%;top:3rem;margin-left:calc(50% - 50vw);background:linear-gradient(90deg, #F2F2F2 81.5%, rgba(242, 242, 242, 0) 100%);z-index:-999}@media screen and (max-width: 1100px){.index-msg .container .image::before{display:none}}.index-msg .container .box{width:592px;position:relative}@media screen and (max-width: 1100px){.index-msg .container .box{width:100%}}.index-msg .container .box .header{margin-bottom:4rem}@media screen and (max-width: 768px){.index-msg .container .box .header{margin-bottom:2rem}}@media screen and (max-width: 486px){.index-msg .container .box .header{margin-bottom:1rem}}.index-msg .container .box .header .image2{height:110px;width:91.66px}.index-msg .container .box .header h2{color:var(--secondary-color);margin:0}.index-msg .container .box dl{margin-bottom:2.5rem}@media screen and (max-width: 768px){.index-msg .container .box dl{margin-bottom:1.5rem}}.index-msg .container .box dl dt{margin-bottom:2rem}@media screen and (max-width: 768px){.index-msg .container .box dl dt{margin-bottom:1rem}}.index-msg .container .box::before{content:"";position:absolute;background:url(../images/index/index-msg-i3.png) center center/contain no-repeat;width:100%;height:100%;top:10%;left:0;z-index:-999}.index-svc{margin:120px 0 300px 0;position:relative}@media screen and (max-width: 1100px){.index-svc{margin:120px 0 200px 0}}@media screen and (max-width: 486px){.index-svc{margin:120px 0 180px 0}}.index-svc::before{content:"";position:absolute;width:100%;height:120%;top:85px;z-index:-999;background:url(../images/index/index-svc-i1.jpg) center center/cover}@media screen and (max-width: 1100px){.index-svc::before{top:50%;transform:translateY(-50%)}}.index-svc .container{display:flex;justify-content:space-between;align-items:center;padding:3.25rem 6.25rem;background:var(--white);flex-wrap:wrap;gap:1rem}@media screen and (max-width: 1100px){.index-svc .container{justify-content:center;background:unset;gap:0;padding:0 2rem}}@media screen and (max-width: 486px){.index-svc .container{padding:2rem 0;width:96%}}.index-svc .container .box .h2-cmn{margin-bottom:3rem}.index-svc .container .box>p{margin-bottom:2rem}@media screen and (max-width: 1100px){.index-svc .container .box{background:var(--white);width:80%;padding:1rem;margin-inline:auto}}@media screen and (max-width: 486px){.index-svc .container .box{width:90%}}.index-svc .container ul{list-style:inside;color:var(--primary-color);display:flex;flex-direction:column;gap:.75rem}@media screen and (max-width: 1100px){.index-svc .container ul{gap:1rem;background:var(--white);width:80%;padding:1rem}}@media screen and (max-width: 486px){.index-svc .container ul{width:90%}}.index-svc .container ul li{max-width:450px;width:100%;padding:.6rem;border:2px solid var(--primary-color)}.index-nws{margin-bottom:2rem}.index-nws .container{background:var(--bg);padding:6rem 4rem;position:relative}@media screen and (max-width: 1100px){.index-nws .container{padding:5rem 1.5rem}}@media screen and (max-width: 486px){.index-nws .container{padding:3rem 1.5rem}}.index-nws .container .h2-cmn{text-align:center;position:absolute;top:-10%;left:50%;transform:translateX(-50%)}.index-nws .container ul{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}@media screen and (max-width: 768px){.index-nws .container ul{gap:1rem;margin-bottom:1.5rem}}.index-nws .container ul li{border-bottom:1px solid var(--font-color)}.index-nws .container ul li a{display:flex;gap:1.5rem;padding:1.88rem .62rem;transition:.3s}.index-nws .container ul li a:hover .box .cat{color:var(--primary-color);background:var(--white)}.index-nws .container ul li a:hover h3{color:var(--primary-color)}@media screen and (max-width: 768px){.index-nws .container ul li a{flex-direction:column;gap:.5rem;padding:1rem .5rem}}.index-nws .container ul li a .box .date{font-weight:500;line-height:1.5;font-family:var(--h);letter-spacing:.08em;margin-right:.5rem}.index-nws .container ul li a .box .cat{background:var(--primary-color);color:var(--white);padding:.25rem 1.3rem;border:1px solid var(--primary-color);transition:.3s}.index-nws .container ul li a h3{margin:0;font-weight:500;transition:.3s}.index-nws .container .btn-cmn{margin-inline:auto;background:var(--white)}.index-com{position:relative}.index-com::before{content:"";position:absolute;width:500px;height:500px;left:0px;top:-56px;background:url(../images/index/index-com-i2-v2.png) center center/contain no-repeat;z-index:-999}@media screen and (max-width: 1100px){.index-com::before{display:none}}.index-com .container{display:flex;justify-content:space-between;gap:1.5rem}@media screen and (max-width: 1100px){.index-com .container{flex-direction:column-reverse;margin-inline:auto;padding:2rem 0}}.index-com .container .box{background:var(--white);padding:1.5rem;width:556px}@media screen and (max-width: 1100px){.index-com .container .box{padding:0;width:90%;margin-inline:auto}}@media screen and (max-width: 486px){.index-com .container .box{width:100%}}.index-com .container .box .h2-cmn{margin-bottom:3rem}@media screen and (max-width: 768px){.index-com .container .box .h2-cmn{margin-bottom:1.5rem}}.index-com .container .box dl dt{margin-bottom:2.5rem}@media screen and (max-width: 768px){.index-com .container .box dl dt{margin-bottom:1rem}}@media screen and (max-width: 486px){.index-com .container .box dl dt{font-size:1.5rem}}.index-com .container .box dl dd{margin-bottom:2.5rem}@media screen and (max-width: 768px){.index-com .container .box dl dd{margin-bottom:1rem}}.index-com .container .image{flex:1;height:652px;position:relative}@media screen and (max-width: 1100px){.index-com .container .image{flex:unset;height:unset;width:90%;margin-inline:auto}}@media screen and (max-width: 486px){.index-com .container .image{width:100%}}.index-com .container .image::before{content:"";position:absolute;right:calc(50% - 50vw);top:50%;transform:translateY(-50%);width:55vw;height:105%;background:linear-gradient(-90deg, #F2F2F2 81.5%, rgba(242, 242, 242, 0) 100%);z-index:-999}@media screen and (max-width: 1100px){.index-com .container .image::before{display:none}}.index-com .container .image img{-o-object-position:left;object-position:left}.features-rol h2{margin-bottom:5rem}@media screen and (max-width: 768px){.features-rol h2{margin-bottom:3rem}}.features-rol .box{display:flex;align-items:end;position:relative}@media screen and (max-width: 1100px){.features-rol .box{flex-direction:column}}.features-rol .box::before{content:"";position:absolute;width:90%;height:140%;right:calc(50% - 50vw);top:-10%;background:linear-gradient(-90deg, #F2F2F2 81.5%, rgba(242, 242, 242, 0) 100%);z-index:-9999}@media screen and (max-width: 1100px){.features-rol .box::before{height:110%;top:-5%}}.features-rol .box .image{flex:1;height:526px;position:relative;z-index:-9999}@media screen and (max-width: 1100px){.features-rol .box .image{width:80%;height:300px;flex:unset;margin-inline:auto}}.features-rol .box .area{background:var(--white);max-width:552px;width:100%;padding:2.5rem 4rem;position:relative;left:-62px}@media screen and (max-width: 1100px){.features-rol .box .area{top:-20px}}@media screen and (max-width: 768px){.features-rol .box .area{padding:2rem 1.5rem;left:0}}@media screen and (max-width: 486px){.features-rol .box .area{padding:2rem .5rem}}.features-rol .box .area dl dt{margin-bottom:2.5rem}@media screen and (max-width: 768px){.features-rol .box .area dl dt{margin-bottom:1.5rem;font-size:1.5rem}}.features-rol .box .area dl dt span{color:var(--secondary-color)}.features-rol .box .area dl dd{font-weight:400}.features-rol .box .area::before{content:"";position:absolute;right:-25px;top:-25px;width:95px;height:95px;background:var(--secondary-color);z-index:-99}.features-rol .box .area::after{content:"";position:absolute;left:-124px;bottom:-107px;width:179px;height:179px;background:url(../images/features/features-rol-i2.jpg) center center/contain;z-index:-99}.features-stg ul{margin-bottom:2.5rem}.features-stg ul li{height:350px;display:flex;justify-content:space-between;align-items:center;max-width:900px;margin-inline:auto;position:relative;gap:1rem}@media screen and (max-width: 1100px){.features-stg ul li{flex-direction:column-reverse !important;height:auto;padding:1.5rem 0}}.features-stg ul li dl{width:630px}@media screen and (max-width: 1100px){.features-stg ul li dl{width:80%}}@media screen and (max-width: 486px){.features-stg ul li dl{width:100%}}.features-stg ul li dl dt{margin-bottom:1.5rem}@media screen and (max-width: 1100px){.features-stg ul li dl dt{text-align:center}}@media screen and (max-width: 486px){.features-stg ul li dl dt{text-align:left}}.features-stg ul li dl dd{font-weight:400}.features-stg ul li .image{max-width:230px;flex:1}.features-stg ul li.li-b::before{content:"";background:var(--bg-b);position:absolute;left:calc(50% - 50vw);top:0;width:100vw;height:100%;z-index:-999}.features-stg ul li.li-b::after{content:"";position:absolute;right:calc(50% - 50vw);top:0;width:564.92px;height:100%;background:url(../images/features/features-stg-i5.png) center center/cover no-repeat;z-index:-10}@media screen and (max-width: 1100px){.features-stg ul li.li-b::after{width:100vw;opacity:.6}}.features-stg ul li.li-r{flex-direction:row-reverse}.features-stg ul li.li-r::after{content:"";position:absolute;left:calc(50% - 50vw);top:0;width:564.92px;height:100%;background:url(../images/features/features-stg-i6.png) center center/cover no-repeat;z-index:-10}@media screen and (max-width: 1100px){.features-stg ul li.li-r::after{width:100vw;opacity:.6}}.features-stg .btn-cmn{margin-inline:auto}.overview-rol .container .box{display:flex;justify-content:space-between;align-items:center;padding-bottom:4.56rem;margin-bottom:3rem;position:relative;gap:1rem}@media screen and (max-width: 1100px){.overview-rol .container .box{flex-direction:column;gap:2.5rem}}@media screen and (max-width: 486px){.overview-rol .container .box{padding-bottom:2rem;margin-bottom:1.5rem}}.overview-rol .container .box::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-image:repeating-linear-gradient(90deg, var(--font-color), var(--font-color) 10px, transparent 10px, transparent 21px);background-position:left bottom;background-repeat:repeat-x;background-size:100% 1px}.overview-rol .container .box .image{position:relative;flex:1}@media screen and (max-width: 1100px){.overview-rol .container .box .image{height:350px;flex:unset}}.overview-rol .container .box .image::before{content:"";position:absolute;left:-23px;bottom:-25px;width:206px;height:154px;background:var(--primary-color);z-index:-999}.overview-rol .container .box .area{width:530px}@media screen and (max-width: 1100px){.overview-rol .container .box .area{width:80%}}@media screen and (max-width: 486px){.overview-rol .container .box .area{width:100%}}.overview-rol .container .box .area dl dt{color:var(--secondary-color);margin-bottom:2rem}@media screen and (max-width: 1100px){.overview-rol .container .box .area dl dt{margin-bottom:1.5rem;text-align:center}}.overview-rol .container .box .area dl dd{font-weight:400}.overview-rol .container .box2 ul{display:grid;grid-template-columns:1fr 1fr;justify-content:space-between;row-gap:1.81rem;-moz-column-gap:1.5rem;column-gap:1.5rem}@media screen and (max-width: 768px){.overview-rol .container .box2 ul{gap:.5rem;grid-template-columns:1fr}}.overview-rol .container .box2 ul li{padding:1.5rem 2rem;background:var(--bg-b)}@media screen and (max-width: 768px){.overview-rol .container .box2 ul li{padding:1.5rem .5rem}}.overview-rol .container .box2 ul li .image{margin-bottom:1rem}@media screen and (max-width: 768px){.overview-rol .container .box2 ul li .image{max-width:470px;width:100%;margin-inline:auto}}.overview-rol .container .box2 ul li dl dt{margin-bottom:.5rem}.overview-rol .container .box2 ul li dl dt .sub{display:block;font-feature-settings:"halt" on}.overview-rol .container .box2 ul li .area{display:flex;justify-content:space-between;margin-top:.5rem}.overview-rol .container .box2 ul li .area a{transition:.3s}.overview-rol .container .box2 ul li .area a:hover{transform:scale(0.9)}.overview-whs{background:url(../images/overview/overview-whs-i2.jpg) center center/cover}.overview-whs .container h2{color:var(--white)}.overview-whs .container .box{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media screen and (max-width: 1100px){.overview-whs .container .box{flex-direction:column-reverse;gap:2.5rem}}.overview-whs .container .box .area{width:530px;color:var(--white)}@media screen and (max-width: 1100px){.overview-whs .container .box .area{width:80%}}@media screen and (max-width: 486px){.overview-whs .container .box .area{width:100%}}.overview-whs .container .box .area dl dt{font-feature-settings:"halt" on;margin-bottom:2rem}@media screen and (max-width: 1100px){.overview-whs .container .box .area dl dt{margin-bottom:1.5rem;text-align:center}}.overview-whs .container .box .area dl dt .br-sp{display:none}@media screen and (max-width: 486px){.overview-whs .container .box .area dl dt .br-sp{display:inline}}.overview-whs .container .box .area dl dd{font-weight:400;margin-bottom:2rem}@media screen and (max-width: 486px){.overview-whs .container .box .area dl dd{margin-bottom:1.5rem}}@media screen and (max-width: 1100px){.overview-whs .container .box .area .cont{display:flex;flex-direction:column;align-items:center}}.overview-whs .container .box .area .cont ul{display:flex;flex-direction:column;gap:.5rem}.overview-whs .container .box .area .cont ul li{width:350px;padding:.62rem 0;background:var(--bg-b);border:1px solid var(--primary-color);color:var(--primary-color);font-weight:700;text-align:center}.overview-whs .container .box .image{position:relative;height:435px;flex:1;z-index:1}@media screen and (max-width: 1100px){.overview-whs .container .box .image{height:350px;flex:unset}}.overview-whs .container .box .image::before{content:"";position:absolute;right:-23px;bottom:-24px;width:293px;height:195px;background:var(--secondary-color);z-index:-1}.overview-fod .container .box{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media screen and (max-width: 1100px){.overview-fod .container .box{flex-direction:column;gap:2.5rem}}.overview-fod .container .box .image{height:435px;position:relative;z-index:1;flex:1}@media screen and (max-width: 1100px){.overview-fod .container .box .image{height:350px;flex:unset}}.overview-fod .container .box .image::before{content:"";position:absolute;width:206px;height:154px;left:-26px;bottom:-30px;background:var(--primary-color);z-index:-1}.overview-fod .container .box .area{width:520px}@media screen and (max-width: 1100px){.overview-fod .container .box .area{width:80%}}@media screen and (max-width: 486px){.overview-fod .container .box .area{width:100%}}.overview-fod .container .box .area dl{margin-bottom:3.5rem}@media screen and (max-width: 768px){.overview-fod .container .box .area dl{margin-bottom:2rem}}.overview-fod .container .box .area dl dt{color:var(--secondary-color);margin-bottom:2rem}@media screen and (max-width: 1100px){.overview-fod .container .box .area dl dt{margin-bottom:1.5rem;text-align:center}}@media screen and (max-width: 486px){.overview-fod .container .box .area dl dt{font-size:1.3rem}}.overview-fod .container .box .area dl dd{font-weight:400}@media screen and (max-width: 1100px){.overview-fod .container .box .area a{margin-inline:auto}}.about-prf .container{max-width:1000px;padding-bottom:0}.about-prf .container .tab-list-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.about-prf .container .tab-list-group>li{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.5rem .25rem;background:var(--secondary-color);border:1px solid var(--secondary-color);cursor:pointer;color:var(--white)}.about-prf .container .tab-list-group>li:hover{opacity:.8}.about-prf .container .tab-list-group>li.is-btn-active{background:var(--white);color:var(--secondary-color)}.about-prf .container .box{margin-bottom:6rem}@media screen and (max-width: 1100px){.about-prf .container .box{margin-bottom:3rem}}.about-prf .container .box .area .image{margin-bottom:1.5rem}.about-prf .container .box .area .cont{margin-bottom:1.5rem}.about-prf .container .box .area .cont h4{margin-bottom:.5rem}.about-prf .container .box .area .cont>div iframe{height:auto;aspect-ratio:5/3}.about-prf .container .box2{position:relative;padding:4.5rem 0}.about-prf .container .box2::before{content:"";position:absolute;left:calc(50% - 50vw);top:0;width:100vw;height:100%;background:var(--bg-b);z-index:-999}.about-prf .container .box2 .area{position:absolute;-webkit-clip-path:inset(0 0 100% 100%);clip-path:inset(0 0 100% 100%);width:0;height:0;overflow:hidden}.about-prf .container .box2 .area .image{margin-bottom:1.5rem}.about-prf .container .box2 .area dl dt{background:var(--white)}.about-prf .container .box2 .area dl dd{font-weight:400}.about-prf .container .box2 .area .cont>div iframe{height:auto;aspect-ratio:5/3}.about-prf .container .box2 .area.is-contents-active{position:static;-webkit-clip-path:none;clip-path:none;width:auto;height:auto;overflow:auto}.recruit-msg{background:var(--bg-b);position:relative}.recruit-msg::before{content:"";position:absolute;right:0;bottom:-10.1vw;width:clamp(120px,14vw,280px);height:clamp(120px,14vw,280px);background:url(../images/recruit/recruit-msg-i2.png) center center/cover no-repeat}.recruit-msg .container{padding:5rem 0}.recruit-msg .container h2{margin-bottom:5rem;text-align:center}@media screen and (max-width: 486px){.recruit-msg .container h2{font-size:1.3rem;margin-bottom:2.5rem}}.recruit-msg .container .image{max-width:800px;width:80%;position:relative;margin-inline:auto;z-index:2;margin-bottom:3.93rem}@media screen and (max-width: 486px){.recruit-msg .container .image{width:100%}}.recruit-msg .container .image::before{content:"";position:absolute;left:-4%;top:-5%;width:clamp(24px,5vw,72px);height:clamp(24px,5vw,72px);background:var(--secondary-color);z-index:3}.recruit-msg .container .image::after{content:"";position:absolute;right:-41px;bottom:-36px;width:clamp(100px,11vw,209px);height:clamp(100px,11vw,209px);background:#8ad6ff;z-index:-1}.recruit-msg .container p{font-weight:400;text-align:center}@media screen and (max-width: 768px){.recruit-msg .container p{text-align:left}}@media screen and (max-width: 768px){.recruit-msg .container p br{display:none}}.recruit-gud .container{position:relative;max-width:1000px}.recruit-gud .container .tab-list-rct{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}@media screen and (max-width: 486px){.recruit-gud .container .tab-list-rct{gap:.5rem}}.recruit-gud .container .tab-list-rct li{color:var(--white);border:1px solid var(--third-color);cursor:pointer;width:30%;aspect-ratio:16/9;position:relative;z-index:10;transition:.3s;font-size:1rem;font-weight:500}@media screen and (max-width: 768px){.recruit-gud .container .tab-list-rct li{width:calc(50% - 1rem)}}@media screen and (max-width: 486px){.recruit-gud .container .tab-list-rct li{width:100%;aspect-ratio:10/3}}.recruit-gud .container .tab-list-rct li::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:-1}.recruit-gud .container .tab-list-rct li::after{content:"採用情報を表示";position:absolute;right:0;bottom:0;background:var(--third-color);font-weight:400;font-size:.875rem;padding:.1rem .2rem;border:1px solid var(--third-color);transition:.3s}.recruit-gud .container .tab-list-rct li:hover::after{background:var(--white);color:var(--third-color)}.recruit-gud .container .tab-list-rct li:first-child{background:url(../images/recruit/recruit-gud-i2.jpg) center center/cover}.recruit-gud .container .tab-list-rct li:nth-child(2){background:url(../images/about/about-prf-i2.jpg) center center/cover}.recruit-gud .container .tab-list-rct li:nth-child(3){background:url(../images/about/about-prf-i3.jpg) center center/cover}.recruit-gud .container .tab-list-rct li:nth-child(4){background:url(../images/about/about-prf-i4.jpg) center center/cover}.recruit-gud .container .tab-list-rct li:nth-child(5){background:url(../images/about/about-prf-i5.jpg) center center/cover}.recruit-gud .container .tab-list-rct li:nth-child(6){background:url(../images/about/about-prf-i7.jpg) center center/cover}.recruit-gud .container .tab-list-rct li:last-child{background:url(../images/about/about-prf-i6.jpg) center center/cover}.recruit-gud .container .tab-list-rct li span{display:block;background:var(--third-color);padding:.15rem .25rem}.recruit-gud .container .tab-list-rct li.is-btn-active{color:var(--white);border:1px solid var(--secondary-color)}.recruit-gud .container .tab-list-rct li.is-btn-active:hover::after{color:var(--white)}.recruit-gud .container .tab-list-rct li.is-btn-active span{background:var(--secondary-color)}.recruit-gud .container .tab-list-rct li.is-btn-active::before{opacity:.5;background:var(--secondary-color)}.recruit-gud .container .tab-list-rct li.is-btn-active::after{background:var(--secondary-color);content:"採用情報を表示中" !important;border:1px solid var(--secondary-color)}.recruit-gud .container .box{position:absolute;-webkit-clip-path:inset(0 0 100% 100%);clip-path:inset(0 0 100% 100%);width:0;height:0;overflow:hidden}.recruit-gud .container .box.is-contents-active{position:static;-webkit-clip-path:none;clip-path:none;width:auto;height:auto;overflow:auto}.recruit-gud .container .box>dl .dt-title{background:var(--primary-color);color:var(--white);padding:1rem;text-align:center;margin-bottom:1.5rem;cursor:pointer;transition:.3s;position:relative}.recruit-gud .container .box>dl .dt-title::before{content:"";font-family:var(--fa);right:20px;position:absolute;font-weight:700}.recruit-gud .container .box>dl .dt-title:hover{opacity:.8}.recruit-gud .container .box>dl>dd{display:none}.post-archive .container{max-width:1000px}.post-archive .container .content article a{display:flex;align-items:center;gap:2rem;border-bottom:1px solid var(--primary-color);padding:0 3rem 1rem 0;position:relative;margin-bottom:2rem;width:100%}@media screen and (max-width: 768px){.post-archive .container .content article a{gap:1rem}}@media screen and (max-width: 486px){.post-archive .container .content article a{flex-direction:column;gap:0}}.post-archive .container .content article a:hover::before{transform:translateX(10px) translateY(-50%)}.post-archive .container .content article a:hover .meta .cat{background:var(--primary-color);color:var(--white)}.post-archive .container .content article a::before{content:"";position:absolute;font-family:var(--fa);right:1rem;top:50%;transform:translateY(-50%);color:var(--primary-color);font-weight:700;font-size:1.5rem;padding-bottom:1rem;transition:.3s}.post-archive .container .content article a .meta{font-weight:500;display:flex;align-items:center;gap:.5rem;white-space:nowrap}@media screen and (max-width: 486px){.post-archive .container .content article a .meta{margin-right:auto}}.post-archive .container .content article a .meta .cat{border:1px solid var(--primary-color);color:var(--primary-color);padding:.25rem 1rem;transition:.3s}.post-archive .container .content article a h2{margin:0;flex:1}@media screen and (max-width: 486px){.post-archive .container .content article a h2{margin-right:auto}}.item-single .row{display:flex;justify-content:space-between}@media screen and (max-width: 1100px){.item-single .row{flex-direction:column}}.item-single .row .text{width:45%}@media screen and (max-width: 1100px){.item-single .row .text{width:100%}}.item-single .row .text .table-wrap{grid-template-columns:180px 1fr}.item-single .row .images{width:50%}@media screen and (max-width: 1100px){.item-single .row .images{width:100%;margin-bottom:30px}}.item-single .row .images .main-slider{position:relative;max-height:500px;overflow:hidden}@media screen and (max-width: 1100px){.item-single .row .images .main-slider{min-height:300px}}.item-single .row .images .main-slider .main-slider-item{display:flex;justify-content:center;align-items:center;height:500px}@media screen and (max-width: 1100px){.item-single .row .images .main-slider .main-slider-item{height:300px}}.item-single .row .images .main-slider .main-slider-item img{max-height:500px;width:auto;max-width:100%;height:auto;display:block;margin:auto}@media screen and (max-width: 1100px){.item-single .row .images .main-slider .main-slider-item img{max-height:300px}}.item-single .row .images .thumbnail-slider{margin:20px 20px 0}.item-single .row .images .thumbnail-slider .slick-prev:before,.item-single .row .images .thumbnail-slider .slick-next:before{color:#000}.item-single .row .images .thumbnail-slider .slick-slide{padding:0 5px;height:120px}@media screen and (max-width: 1100px){.item-single .row .images .thumbnail-slider .slick-slide{height:80px}}.item-single .row .images .thumbnail-slider .slick-slide img{cursor:pointer}.item-single .row .images .thumbnail-slider .slick-slide img:hover{opacity:.7}#imageModal{position:fixed;z-index:1000000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center}#imageModal #closeModal{position:absolute;right:20px;top:20px;font-size:40px;color:var(--white)}#modalImage{max-width:70%;max-height:80vh;margin:auto}.fadeIn{-webkit-animation:fadeIn1 .5s;animation:fadeIn1 .5s}.fadeOut{-webkit-animation:fadeOut1 .5s;animation:fadeOut1 .5s}@-webkit-keyframes fadeIn1{from{opacity:0}to{opacity:1}}@keyframes fadeIn1{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut1{from{opacity:1}to{opacity:0}}@keyframes fadeOut1{from{opacity:1}to{opacity:0}}.page-policy dl dt{font-weight:700}.page-policy dl dd ol{margin-left:1.5rem;list-style:decimal;margin-bottom:1rem}.breadcrumb{margin:.5rem 1rem}.breadcrumb a{text-decoration:underline;color:var(--primary-color);transition:.3s}.breadcrumb a:hover{color:var(--secondary-color)}.breadcrumb.breadcrumb-recruit{position:relative}.breadcrumb.breadcrumb-recruit::before{content:"";position:absolute;left:calc(50% - 50vw);top:50%;transform:translateY(-50%);width:100vw;height:calc(100% + 2rem);background:var(--bg-b);z-index:-999}