﻿*,*::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;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)){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{animation:fadeIn .5s .2s forwards}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeInUp{opacity:0}.fadeInUp.isAnime{animation:fadeInUp .9s .2s forwards}@keyframes fadeInUp{0%{transform:translateY(50px)}100%{transform:translateY(0);opacity:1}}.zoomIn{opacity:0}.zoomIn.isAnime{animation:zoomIn .9s .2s forwards}@keyframes zoomIn{0%{transform:scale(0.9);opacity:0}100%{transform:scale(1);opacity:1}}.slideInLeft{opacity:0}.slideInLeft.isAnime{animation:slideInLeft 1s forwards}@keyframes slideInLeft{0%{transform:translateX(-50px)}100%{transform:translateX(0);opacity:1}}.slideInRight{opacity:0}.slideInRight.isAnime{animation:slideInRight 1s forwards}@keyframes slideInRight{0%{transform:translateX(50px)}100%{transform:translateX(0);opacity:1}}.fuwa{animation:float 2s infinite}@keyframes float{0%{transform:translateY(0px)}50%{transform:translateY(10px)}100%{transform:translateY(0px)}}:root{--primary-color: #040000;--secondary-color: #007ac0;--font-color: #040000;--bg: #cdcccc;--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}.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: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: 486px){.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: 486px){#post-entry{padding:20px}}#post-entry .article-header{border-bottom:1px solid #ccc;margin-bottom:40px;padding-bottom:15px}#post-entry .article-header h1{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 .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: #0C3875;--secondary-color: #0F3A77;--font-color: #333;--bg: #F1F1F1;--line: #949499;--white: #fff;--check: #da1e1e;--sans: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;--serif: "Zen Old Mincho", "Noto Serif JP", serif;--fa: "Font Awesome 5 Free"}.fit,.page-company__top-block-img img,.item-single .row .images .thumbnail-slider .slick-slide img{width:100%;height:100%;object-fit:cover}html{overflow-x:hidden}body{font-family:var(--sans);font-size:18px;line-height:1.8;font-weight:500;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],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],select,textarea{padding:.3rem}}input[type=text]:focus-visible,input[type=date]:focus-visible,input[type=email]:focus-visible,input[type=password]: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;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:1312px;width:96%;margin:0 auto;padding:120px 0}@media screen and (max-width: 486px){.container{width:90%;padding:60px 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}.page-header__inner{display:flex;flex-direction:column;gap:6rem;align-items:flex-start;padding-top:56px}@media screen and (max-width: 486px){.page-header__inner{padding:40px 0;gap:24px}}.page-header__content{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.page-header__title{font-family:var(--serif);font-size:96px;font-weight:400;line-height:96px;color:var(--white);margin:0}@media screen and (max-width: 486px){.page-header__title{font-size:48px;line-height:48px}}.page-header__subtitle-wrapper{display:flex;gap:8px;align-items:center}.page-header__subtitle{font-family:var(--sans);font-size:20px;font-weight:700;line-height:normal;color:var(--white);margin:0;white-space:pre-wrap}@media screen and (max-width: 486px){.page-header__subtitle{font-size:16px}}.page-header__line{display:flex;align-items:center;width:100%;max-width:1312px}.page-header__line-primary{background-color:var(--primary-color);height:3px;width:150px;flex-shrink:0}@media screen and (max-width: 486px){.page-header__line-primary{width:100px}}.page-header__line-secondary{background-color:var(--bg);height:3px;width:100%;flex:1}.title-01{font-size:3rem;font-weight:700;left:.5em;position:relative}.index-title h2{font-size:64px;font-weight:600;font-family:var(--serif);margin-bottom:0;line-height:1.5}@media screen and (max-width: 1100px){.index-title h2{font-size:48px}}@media screen and (max-width: 486px){.index-title h2{font-size:36px}}.index-title .sub-title{font-size:16px;font-weight:700;color:var(--primary-color)}.index-title .sub-title::before{content:"";display:inline-block;width:10px;height:10px;background-color:var(--primary-color);border-radius:50%;margin-right:10px}.btn{display:flex;align-items:center;justify-content:space-between;background-color:var(--primary-color);padding:14px 1.5rem;border-radius:4px;max-width:256px;width:100%;transition:.4s;color:var(--white);font-weight:700;font-size:16px;border:1px solid var(--primary-color);position:relative;background-size:0}.btn:hover{transition:.5s all;color:var(--primary-color)}.btn:hover::before{transform-origin:left top;transform:scale(1, 1)}.btn:hover .btn-text{color:var(--primary-color)}.btn:hover .btn-icon{border-left:1px solid var(--primary-color)}.btn:hover .btn-icon img{filter:brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(895%) hue-rotate(184deg) brightness(94%) contrast(101%)}.btn::before{content:"";position:absolute;top:0;left:0;z-index:2;background:var(--white);width:100%;height:100%;transition:transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;transform:scale(0, 1);transform-origin:right top;border-radius:4px}.btn-text{margin:0;position:relative;z-index:3}@media screen and (max-width: 486px){.btn-text{font-size:14px;line-height:1.5}}.btn-icon{border-left:1px solid var(--white);padding-left:1.5rem;position:relative;z-index:3}.page-block-title{width:100%;display:grid;gap:1.5rem}@media screen and (max-width: 486px){.page-block-title{height:auto;margin-bottom:0}}.page-block-title-content{display:flex;gap:32px;align-items:center}@media screen and (max-width: 486px){.page-block-title-content{position:relative;right:auto;top:auto;flex-direction:column;align-items:flex-start;gap:0;margin-bottom:12px}}.page-block-title-en{font-family:var(--serif);font-size:36px;font-weight:600;line-height:normal;color:var(--font-color);margin:0}@media screen and (max-width: 486px){.page-block-title-en{font-size:28px}}.page-block-title-sub{display:flex;flex:1 0 0;gap:8px;align-items:center;padding-top:12px;min-width:0}.page-block-title-dot{width:4px;height:4px;background-color:var(--font-color);border-radius:50%;flex-shrink:0}.page-block-title-ja{font-family:var(--sans);font-size:16px;font-weight:700;line-height:normal;color:var(--font-color);margin:0;white-space:pre-wrap}.page-block-title-line{display:flex;align-items:center;height:3px}.page-block-title-line-primary{width:150px;height:3px;background-color:var(--secondary-color);flex-shrink:0}@media screen and (max-width: 486px){.page-block-title-line-primary{width:100px}}.page-block-title-line-secondary{flex:1;height:3px;background-color:#e9e9e9}#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;transition:.4s}.site-header__inner{display:flex;align-items:center;height:100px;width:100%;padding:0 32px}@media screen and (max-width: 1100px){.site-header__inner{height:66px;padding:0 16px}}.site-header__inner .logo{margin:0;line-height:calc(1em + .5rem)}.site-header__inner .logo img{width:80px;margin-right:4px}@media screen and (max-width: 486px){.site-header__inner .logo img{width:60px}}.site-header__inner .logo a{display:flex;align-items:flex-start;justify-content:center;color:var(--white);font-size:29px;font-weight:900}@media screen and (max-width: 486px){.site-header__inner .logo a{font-size:1rem}}.site-header__inner .nav-area{margin-left:auto;transition:.4s}@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:var(--bg);z-index:1}}.site-header__inner .nav-area ul.menu{display:flex;align-items:center;gap:48px}@media screen and (max-width: 1400px){.site-header__inner .nav-area ul.menu{gap:24px}}@media screen and (max-width: 1100px){.site-header__inner .nav-area ul.menu{justify-content:center;flex-direction:column;gap:16px;height:100vh}}.site-header__inner .nav-area ul.menu>li a{background:linear-gradient(currentColor, currentColor) right bottom/0 1px no-repeat;transition:background-size .4s}.site-header__inner .nav-area ul.menu>li a:hover{color:var(--primary-color);background-position:left bottom;background-size:100% 1px}.site-header__inner .nav-area ul.menu>li:last-child a{background-color:var(--primary-color);color:#fff;min-height:60px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;padding:0 30px;border:1px solid var(--primary-color);position:relative;background-size:0;z-index:3}.site-header__inner .nav-area ul.menu>li:last-child a:hover{transition:.5s all;border:1px solid var(--white);color:var(--primary-color)}.site-header__inner .nav-area ul.menu>li:last-child a:hover::before{background-color:var(--primary-color)}.site-header__inner .nav-area ul.menu>li:last-child a:hover::after{transform-origin:left top;transform:scale(1, 1)}.site-header__inner .nav-area ul.menu>li:last-child a::before{content:"";display:inline-block;mask-image:url(../images/common/mail.svg);mask-size:contain;mask-repeat:no-repeat;mask-position:center;background-color:var(--white);width:20px;height:20px;margin-right:5px;position:relative;z-index:3}.site-header__inner .nav-area ul.menu>li:last-child a::after{content:"";position:absolute;top:1px;left:1px;z-index:-1;background:var(--white);width:calc(100% - 2px);height:calc(100% - 2px);transition:transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;transform:scale(0, 1);transform-origin:right top;border-radius:2px}.site-header__inner .nav-area ul.menu>li:last-child a span{position:relative;z-index:3}.site-header__inner .nav-area.open{opacity:1;visibility:visible}.site-header.scroll{background-color:var(--white);box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.site-header.scroll .site-header__inner .logo a{color:var(--primary-color)}.site-header.scroll .site-header__inner .logo img{filter:brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(895%) hue-rotate(184deg) brightness(94%) contrast(101%)}.item .site-header .nav-area ul.menu>li a,.strength .site-header .nav-area ul.menu>li a,.method .site-header .nav-area ul.menu>li a{color:var(--white)}.item .site-header.scroll .nav-area ul.menu>li a,.strength .site-header.scroll .nav-area ul.menu>li a,.method .site-header.scroll .nav-area ul.menu>li a{color:var(--primary-color)}.item .site-header.scroll .nav-area ul.menu>li:last-child a,.strength .site-header.scroll .nav-area ul.menu>li:last-child a,.method .site-header.scroll .nav-area ul.menu>li:last-child a{color:var(--white)}.item .site-header.scroll .nav-area ul.menu>li:last-child a:hover,.strength .site-header.scroll .nav-area ul.menu>li:last-child a:hover,.method .site-header.scroll .nav-area ul.menu>li:last-child a:hover{color:var(--primary-color)}.company .site-header__inner .logo a{color:var(--primary-color)}.company .site-header__inner .logo img{filter:brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(895%) hue-rotate(184deg) brightness(94%) contrast(101%)}#toggle-nav{position:relative;z-index:99999;width:44px;height:44px;display:none;border-radius:6px;margin-left:auto;border:1px solid var(--primary-color)}@media screen and (max-width: 1100px){#toggle-nav{display:block}}#toggle-nav span{position:absolute;display:inline-block;background-color:var(--primary-color);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(--primary-color)}#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__top{background:rgba(5,18,36,.9);position:relative}.site-footer__top::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/common/footer_bg.jpg) no-repeat center/cover;z-index:-1}.site-footer__top .contact-slide li{color:rgba(255,255,255,.2);font-family:var(--serif);font-size:clamp(2.875rem,.85rem + 10.13vw,13rem);font-weight:400;line-height:1.4}@media screen and (max-width: 1100px){.site-footer__top .contact-slide li{font-size:104px}}@media screen and (max-width: 486px){.site-footer__top .contact-slide li{font-size:50px;line-height:1.6}}.site-footer__top .container{padding-block:3rem 6rem}@media screen and (max-width: 486px){.site-footer__top .container{padding-block:1rem 2rem}}.site-footer__top .inner{border-radius:12px;background:#fff;backdrop-filter:blur(8px);padding:6rem 5rem;max-width:1088px;margin-inline:auto}@media screen and (max-width: 1100px){.site-footer__top .inner{padding:3rem 4rem}}@media screen and (max-width: 486px){.site-footer__top .inner{padding:2rem 1rem}}.site-footer__top .inner p{font-size:18px;font-weight:500;text-align:center}@media screen and (max-width: 486px){.site-footer__top .inner p{font-size:14px}}.site-footer__top .inner .contact-list{display:flex;gap:40px;align-items:center;width:100%;margin-top:2rem}@media screen and (max-width: 1100px){.site-footer__top .inner .contact-list{flex-direction:column;gap:20px}}.site-footer__top .inner .contact-list__tel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:4px;color:#333}.site-footer__top .inner .contact-list__tel-number{display:flex;align-items:center;justify-content:space-between;margin-bottom:-4px;line-height:normal}@media screen and (max-width: 1100px){.site-footer__top .inner .contact-list__tel-number{width:100%;max-width:441px}}@media screen and (max-width: 486px){.site-footer__top .inner .contact-list__tel-number{flex-direction:column;align-items:center}}.site-footer__top .inner .contact-list__tel-icon{font-family:var(--fa);font-weight:900;font-size:44px}@media screen and (max-width: 486px){.site-footer__top .inner .contact-list__tel-icon{font-size:28px;width:48px;height:48px;background-color:var(--bg);border-radius:50%;padding:9px}}.site-footer__top .inner .contact-list__tel-text{font-family:var(--serif);font-weight:600;font-size:59px;color:#333;flex-shrink:0}@media screen and (max-width: 1100px){.site-footer__top .inner .contact-list__tel-text{font-size:48px}}@media screen and (max-width: 486px){.site-footer__top .inner .contact-list__tel-text{font-size:36px}}.site-footer__top .inner .contact-list__tel-hours{font-family:var(--sans);font-weight:500;font-size:18px;line-height:28px;letter-spacing:.54px;color:#333;margin:0;text-align:center}@media screen and (max-width: 486px){.site-footer__top .inner .contact-list__tel-hours{font-size:14px;line-height:1.5}}.site-footer__top .inner .contact-list__mail{background-color:#0f3a77;border-radius:8px;height:116px;padding:28px 25px;flex-shrink:0}@media screen and (max-width: 1100px){.site-footer__top .inner .contact-list__mail{width:100%;height:auto;min-height:116px}}@media screen and (max-width: 486px){.site-footer__top .inner .contact-list__mail{padding:20px}}.site-footer__top .inner .contact-list__mail-row{display:flex;gap:10px;align-items:center;height:100%}@media screen and (max-width: 486px){.site-footer__top .inner .contact-list__mail-row{flex-direction:column;align-items:center;gap:15px}}.site-footer__top .inner .contact-list__mail-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:28px;width:56px;height:56px;padding:7px;flex-shrink:0}.site-footer__top .inner .contact-list__mail-icon i{font-family:var(--fa);font-weight:900;font-size:36px;color:#0f3a77;letter-spacing:1.08px}@media screen and (max-width: 486px){.site-footer__top .inner .contact-list__mail-icon{width:48px;height:48px;padding:6px}.site-footer__top .inner .contact-list__mail-icon i{font-size:28px}}.site-footer__top .inner .contact-list__mail-text{display:flex;flex-direction:column;font-family:var(--sans);font-weight:500;align-items:center;justify-content:center;color:#fff;white-space:pre-wrap}@media screen and (max-width: 1100px){.site-footer__top .inner .contact-list__mail-text{width:auto;flex:1}}@media screen and (max-width: 486px){.site-footer__top .inner .contact-list__mail-text{width:100%;align-items:flex-start}}.site-footer__top .inner .contact-list__mail-text-line1{font-size:17px;line-height:26px;letter-spacing:1.36px;margin:0;width:100%}@media screen and (max-width: 486px){.site-footer__top .inner .contact-list__mail-text-line1{font-size:14px;line-height:1.5;letter-spacing:.5px}}.site-footer__top .inner .contact-list__mail-text-line2{font-size:22px;line-height:34px;letter-spacing:1.76px;margin:0;width:100%}@media screen and (max-width: 486px){.site-footer__top .inner .contact-list__mail-text-line2{font-size:18px;line-height:1.5;letter-spacing:.5px}}.site-footer__bottom{color:#fff;background-color:#051224}.site-footer__bottom .container{padding-block:40px 0}.site-footer__bottom .inner{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:80px}@media screen and (max-width: 1100px){.site-footer__bottom .inner{flex-direction:column-reverse;align-items:center;gap:20px}}.site-footer__bottom .footer-info{display:grid;gap:1rem}.site-footer__bottom .footer-info__logo{color:var(--white);font-size:27px;font-weight:900;display:flex;align-items:center;gap:4px}@media screen and (max-width: 486px){.site-footer__bottom .footer-info__logo{font-size:20px}}.site-footer__bottom .footer-info__logo img{width:80px}.site-footer__bottom .footer-info__address p{font-size:14px;font-weight:500;color:var(--white);margin-bottom:0;font-style:normal}.site-footer__bottom .footer-nav{margin-bottom:80px}@media screen and (max-width: 1100px){.site-footer__bottom .footer-nav{margin:0;width:100%}}.site-footer__bottom .footer-nav ul{display:flex;align-items:center;justify-content:center;gap:30px}@media screen and (max-width: 486px){.site-footer__bottom .footer-nav ul{column-gap:.75rem;row-gap:.5rem;display:grid;grid-template-columns:1fr 1fr}}.site-footer__bottom .footer-nav ul li a{font-size:14px;color:var(--white)}@media screen and (max-width: 486px){.site-footer__bottom .footer-nav ul li a{display:grid;place-items:center;padding:.5rem 0;border:1px solid var(--white);border-radius:.25rem;background:var(--bg);color:var(--primary-color)}}.site-footer .copy{display:flex;position:relative;padding:.65rem 0}@media screen and (max-width: 1100px){.site-footer .copy{flex-direction:column;gap:.25rem;padding:.5rem 0 4rem}}.site-footer .copy p,.site-footer .copy a{color:var(--white);font-size:.75rem;position:relative}@media screen and (max-width: 1100px){.site-footer .copy p,.site-footer .copy a{font-size:.625rem;text-align:center}}.site-footer .copy p{margin:0 1.5rem 0 0}@media screen and (max-width: 1100px){.site-footer .copy p{margin:0}}.site-footer .copy p::after{content:"";position:absolute;right:-0.75rem;top:50%;transform:translateY(-50%);width:1px;height:100%;background:var(--white)}@media screen and (max-width: 1100px){.site-footer .copy p::after{display:none}}.index-top{position:relative;overflow:hidden;padding-bottom:5rem;background-color:var(--bg)}.index-top::before,.index-top::after{content:"";position:absolute;width:clamp(16.25rem,9.1rem + 35.75vw,52rem);height:clamp(25rem,7.8rem + 86vw,111rem);clip-path:polygon(0 0, 0% 100%, 100% 0%);top:0}.index-top::before{background-color:var(--primary-color);z-index:1;left:0}.index-top::after{background-color:#5fbff2;z-index:0;left:1.5rem}.index-top__hero{position:relative;height:calc(100vh - 100px);margin-top:100px;z-index:2}@media screen and (max-width: 1100px){.index-top__hero{height:500px;margin-top:66px}}@media screen and (max-width: 486px){.index-top__hero{height:400px}}.index-top__hero .inner{height:100%;padding:0;margin:0 0 0 auto;width:85vw;max-width:96%;position:relative}@media screen and (max-width: 486px){.index-top__hero .inner{width:100%;max-width:100%}}.index-top__hero-movie{position:relative;width:100%;height:100%}.index-top__hero-movie-large{position:relative;width:100%;height:100%;border-radius:1.5rem 0 0 1.5rem;overflow:hidden}@media screen and (max-width: 486px){.index-top__hero-movie-large{border-radius:0}}.index-top__hero-movie-large-img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.index-top__hero-movie-large-overlay{position:absolute;inset:0;background-color:rgba(6,15,26,.45);pointer-events:none}.index-top__hero-movie-small{position:absolute;right:3rem;bottom:3rem;width:20%;height:21%;border-radius:8px;overflow:hidden;z-index:2}@media screen and (max-width: 486px){.index-top__hero-movie-small{display:none}}.index-top__hero-movie-small-img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.index-top__hero-movie-small-overlay{position:absolute;inset:0;background-color:rgba(6,15,26,.2);pointer-events:none}.index-top__hero-txt{position:absolute;z-index:20;color:var(--white);bottom:3.6rem;left:-12%}@media screen and (max-width: 1100px){.index-top__hero-txt{bottom:1rem;left:-3.5rem}}@media screen and (max-width: 486px){.index-top__hero-txt{left:20px;top:auto;bottom:20px;width:auto;max-width:calc(100% - 40px);gap:16px}}.index-top__hero-txt-large{position:relative;width:clamp(16.875rem,12.5rem + 21.88vw,38.75rem)}.index-top__hero-txt-large-img{display:block;width:100%;height:100%}.index-top__hero-txt-sub{font-weight:700;font-size:clamp(.875rem,.511rem + 1.82vw,1.875rem);color:rgba(255,255,255,.8);margin:2rem 0 0}@media screen and (max-width: 486px){.index-top__hero-txt-sub{margin-top:1rem}}.index-top__intro{position:relative;width:100%;height:830px;margin-top:80px}@media screen and (max-width: 1100px){.index-top__intro{height:auto;min-height:600px}}@media screen and (max-width: 486px){.index-top__intro{height:auto;min-height:400px}}.index-top__intro-bg{position:absolute;right:0;top:80px;width:1227px;height:100%;z-index:1;clip-path:polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);background-color:var(--primary-color)}@media screen and (max-width: 1100px){.index-top__intro-bg{width:0}}.index-top__intro-bg-img{display:block;width:55%;position:absolute;right:2rem;bottom:-0.5rem}@media screen and (max-width: 1100px){.index-top__intro-bg-img{width:55vw;bottom:-0.2rem}}.index-top__intro-img{position:absolute;left:0;top:0;width:62%;height:auto;z-index:1;clip-path:polygon(0% 0%, 100% 0, 70% 100%, 0% 100%)}@media screen and (max-width: 1100px){.index-top__intro-img{position:relative;width:98%}}.index-top__intro-txt{position:absolute;left:53%;top:166px;max-width:592px;width:45%;display:flex;flex-direction:column;gap:32px;z-index:2}@media screen and (max-width: 1100px){.index-top__intro-txt{position:relative;left:inherit;top:auto;width:95%;max-width:inherit;margin:-80px 0 0 auto;padding:40px 60px;background-color:rgba(15,58,119,.9)}}@media screen and (max-width: 486px){.index-top__intro-txt{padding:30px 20px;gap:24px}}.index-top__intro-txt-title{font-weight:700;font-size:64px;line-height:88px;color:#fff;margin:0}@media screen and (max-width: 1100px){.index-top__intro-txt-title{font-size:48px;line-height:1.4;white-space:normal}}@media screen and (max-width: 486px){.index-top__intro-txt-title{font-size:32px;line-height:1.4;white-space:normal}}.index-top__intro-txt-inner{font-weight:400;font-size:18px;line-height:2.1;color:#fff}@media screen and (max-width: 486px){.index-top__intro-txt-inner{font-size:14px;line-height:1.8;letter-spacing:.36px}}.index-item .container{padding:72px 0 96px}@media screen and (max-width: 1100px){.index-item .container{padding:60px 0 80px}}@media screen and (max-width: 486px){.index-item .container{padding:40px 0 60px}}.index-item__txt{display:flex;align-items:flex-start;justify-content:space-between}@media screen and (max-width: 1100px){.index-item__txt{flex-direction:column;gap:40px}}@media screen and (max-width: 486px){.index-item__txt{gap:30px}}.index-item__txt-inner{display:flex;flex-direction:column;gap:64px;align-items:flex-end;width:752px;flex-shrink:0}@media screen and (max-width: 1100px){.index-item__txt-inner{width:100%;align-items:flex-start;gap:40px}}@media screen and (max-width: 486px){.index-item__txt-inner{gap:30px}}.index-item__txt-inner-description{font-family:var(--sans);font-weight:400;font-size:18px;line-height:36px;letter-spacing:.72px;white-space:pre-wrap;width:min-content;min-width:100%;margin:0}@media screen and (max-width: 1100px){.index-item__txt-inner-description{width:100%}}@media screen and (max-width: 486px){.index-item__txt-inner-description{font-size:14px;line-height:1.8;letter-spacing:.36px}}.index-item__list{position:relative;width:100%;height:470px}@media screen and (max-width: 1100px){.index-item__list{height:400px}}@media screen and (max-width: 486px){.index-item__list{height:300px}}.index-item__list-bg{position:absolute;left:0;top:40%;width:100%;height:60%;background-color:#0f3a77;z-index:0}.index-item__list-slide .slick-track{display:flex;align-items:center;justify-content:center;gap:2rem}.index-item__list-slide.slick-initialized .slick-slide{height:320px;position:relative;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1100px){.index-item__list-slide.slick-initialized .slick-slide{height:250px;width:500px;margin-right:-40px}}@media screen and (max-width: 486px){.index-item__list-slide.slick-initialized .slick-slide{height:200px;width:300px;margin-right:-20px}}.index-item__list-slide.slick-initialized .slick-slide:nth-child(even) .slick-slide-img{height:248px;width:489px}@media screen and (max-width: 1100px){.index-item__list-slide.slick-initialized .slick-slide:nth-child(even) .slick-slide-img{height:200px;width:400px}}@media screen and (max-width: 486px){.index-item__list-slide.slick-initialized .slick-slide:nth-child(even) .slick-slide-img{height:160px;width:250px}}.index-item__list-slide.slick-initialized .slick-slide-img{display:block;width:631px;height:100%;max-width:none;object-fit:cover;clip-path:polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%)}.index-method .container{margin:0 auto 0 0;max-width:1616px}@media screen and (max-width: 1100px){.index-method .container{margin:0 auto}}.index-method__inner{display:flex;gap:80px;align-items:center}@media screen and (max-width: 1100px){.index-method__inner{flex-direction:column-reverse;gap:40px}}@media screen and (max-width: 486px){.index-method__inner{gap:30px}}.index-method__img{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem;width:58%;height:700px}@media screen and (max-width: 1400px){.index-method__img{width:52%}}@media screen and (max-width: 1100px){.index-method__img{width:100%}}@media screen and (max-width: 486px){.index-method__img{gap:.5rem;height:auto}}.index-method__img-item{height:342px}@media screen and (max-width: 486px){.index-method__img-item{height:auto}}.index-method__img-item--01{grid-area:1/1/2/4}.index-method__img-item--02{grid-area:1/4/2/9;position:relative}.index-method__img-item--02::before{content:"";position:absolute;right:-1px;top:-1px;width:80px;height:80px;clip-path:polygon(100% 0, 0 0, 100% 100%);background-color:var(--white);z-index:1}@media screen and (max-width: 1100px){.index-method__img-item--02::before{display:none}}.index-method__img-item--03{grid-area:2/1/3/6}.index-method__img-item--04{grid-area:2/6/3/9}.index-method__img-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.index-method__img-wrapper--rounded{border-bottom-right-radius:24px;overflow:hidden}@media screen and (max-width: 1100px){.index-method__img-wrapper--rounded{border-bottom-right-radius:0}}.index-method__img-content{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.index-method__txt{display:flex;flex-direction:column;gap:56px;width:41%}@media screen and (max-width: 1400px){.index-method__txt{width:48%}}@media screen and (max-width: 1100px){.index-method__txt{width:100%;gap:40px}}@media screen and (max-width: 486px){.index-method__txt{gap:30px}}.index-method__title{display:flex;flex-direction:column;gap:24px;width:100%}@media screen and (max-width: 486px){.index-method__title{gap:12px}}.index-method__title-main{font-family:var(--serif);font-size:64px;font-weight:600;line-height:1.5;color:#333;margin:0}@media screen and (max-width: 1100px){.index-method__title-main{font-size:48px;padding-top:24px}}@media screen and (max-width: 486px){.index-method__title-main{font-size:36px;padding-top:20px}}.index-method__title-sub-wrapper{display:flex;gap:8px;align-items:center}.index-method__title-dot{display:inline-block;width:8px;height:8px;background-color:#0f3a77;border-radius:50%}.index-method__title-sub{font-family:var(--sans);font-size:16px;font-weight:700;color:#0f3a77;line-height:2;margin:0}.index-method__title-line{width:100%;height:2px;background-color:#e9e9e9}@media screen and (max-width: 1100px){.index-method__title-line{width:100%}}.index-method__title-heading{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 1100px){.index-method__title-heading{flex-direction:row;gap:0}}@media screen and (max-width: 486px){.index-method__title-heading{flex-direction:column}}.index-method__title-heading-text{font-size:37px;font-weight:700;color:#333;margin:0}@media screen and (max-width: 1100px){.index-method__title-heading-text{font-size:28px}}@media screen and (max-width: 486px){.index-method__title-heading-text{font-size:21px}}.index-method__content{display:flex;flex-direction:column;gap:24px;align-items:flex-end}@media screen and (max-width: 1100px){.index-method__content{align-items:flex-start}}.index-method__description{font-weight:400;margin:0}@media screen and (max-width: 1100px){.index-method__description{width:100%}}@media screen and (max-width: 486px){.index-method__description{font-size:14px;width:100%}}.index-method__btn{width:310px;height:56px;padding:12px 24px;background-color:#0f3a77;border-radius:5px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 486px){.index-method__btn{width:100%;max-width:310px;height:50px;padding:10px 20px}}.index-news .container{padding:32px 0 72px;max-width:1088px}@media screen and (max-width: 486px){.index-news .container{padding:20px 0 40px}}.index-news__inner{display:grid;align-items:flex-start;grid-template-columns:256px 1fr;gap:112px;min-height:259px}@media screen and (max-width: 1100px){.index-news__inner{flex-direction:column;gap:40px}}@media screen and (max-width: 486px){.index-news__inner{grid-template-columns:1fr;gap:30px}}.index-news__title-area{display:flex;flex-direction:column;justify-content:space-between;height:100%}@media screen and (max-width: 1100px){.index-news__title-area{width:100%}}@media screen and (max-width: 486px){.index-news__title-area{gap:30px;flex-direction:row}}.index-news__title{display:flex;flex-direction:column}.index-news__title-header{display:inline-grid;grid-template-columns:max-content;grid-template-rows:max-content;justify-items:start;line-height:0;position:relative}.index-news__title-sub-wrapper{display:flex;gap:8px;align-items:center;margin-top:107px;grid-column:1;grid-row:1}@media screen and (max-width: 1100px){.index-news__title-sub-wrapper{margin-top:60px}}@media screen and (max-width: 486px){.index-news__title-sub-wrapper{margin-top:40px}}.index-news__title-dot{display:inline-block;width:8px;height:8px;background-color:#0f3a77;border-radius:50%;flex-shrink:0}.index-news__title-sub{font-family:var(--sans);font-size:16px;font-weight:700;color:#0f3a77;line-height:1;margin:0}.index-news__title-main{font-family:var(--serif);font-size:64px;font-weight:400;line-height:1;color:#333;margin:0;grid-column:1;grid-row:1;margin-top:0}@media screen and (max-width: 1100px){.index-news__title-main{font-size:48px}}@media screen and (max-width: 486px){.index-news__title-main{font-size:36px}}.index-news__btn{width:256px;height:56px;padding:12px 24px;background-color:#0f3a77;border:1px solid #0f3a77;border-radius:5px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 486px){.index-news__btn{width:100%;max-width:256px;height:50px;padding:10px 20px}}.index-news__list{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1100px){.index-news__list{width:100%}}@media screen and (max-width: 486px){.index-news__list{gap:15px}}.index-news__item{display:inline-grid;transition:opacity .3s}.index-news__item:hover{opacity:.8}.index-news__item-line{width:100%;height:1px;background-color:#949499;margin-top:72px;grid-column:1;grid-row:1}@media screen and (max-width: 486px){.index-news__item-line{margin-top:50px}}.index-news__item-date{font-family:var(--serif);font-size:16px;font-weight:700;line-height:1;color:#0f3a77;letter-spacing:.008px;margin:0;grid-column:1;grid-row:1;margin-top:0}@media screen and (max-width: 486px){.index-news__item-date{font-size:14px}}.index-news__item-title{font-size:16px;color:#333;width:100%;max-width:724px;margin:24px 0 0 0;grid-column:1;grid-row:1}@media screen and (max-width: 1100px){.index-news__item-title{width:100%;max-width:724px}}@media screen and (max-width: 486px){.index-news__item-title{font-size:14px;line-height:1.8;letter-spacing:.36px;margin-top:16px}}.index-news__item-icon{width:40px;height:40px;margin-left:668px;margin-top:8px;grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1100px){.index-news__item-icon{margin-left:auto;margin-right:0}}@media screen and (max-width: 486px){.index-news__item-icon{width:32px;height:32px;margin-top:4px}}.index-news__item-icon img{width:100%;height:100%;object-fit:contain;display:block}.index-btn-block{background-color:#f1f1f1}.index-btn-block .container{padding-block:6rem}.index-btn-block__list{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1100px){.index-btn-block__list{flex-direction:column;gap:30px}}@media screen and (max-width: 486px){.index-btn-block__list{gap:20px}}.index-btn-block__btn{width:48%;background-color:var(--white);border-radius:5px;padding:56px 40px;transition:transform .3s,box-shadow .3s}@media screen and (max-width: 1100px){.index-btn-block__btn{width:100%;gap:40px;padding:40px 30px}}@media screen and (max-width: 486px){.index-btn-block__btn{gap:20px;padding:30px 20px}}.index-btn-block__btn:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.index-btn-block__btn a{display:flex;justify-content:space-between;align-items:center}.index-btn-block__title-area{display:flex;flex-direction:column;gap:8px;width:264px;flex-shrink:0}@media screen and (max-width: 1100px){.index-btn-block__title-area{width:auto;flex:1}}.index-btn-block__sub-wrapper{display:flex;gap:8px;align-items:center;width:100.588px}.index-btn-block__dot{display:inline-block;width:8.498px;height:8.498px;background-color:#0f3a77;border-radius:50%;flex-shrink:0}.index-btn-block__sub{font-family:var(--sans);font-size:16px;font-weight:700;line-height:1;color:#0f3a77;letter-spacing:.008px;margin:0}.index-btn-block__icon{width:80px;height:80px;background-color:var(--primary-color);border-radius:50%;padding:1.5rem}@media screen and (max-width: 1100px){.index-btn-block__icon{width:60px;height:60px;padding:1rem}}@media screen and (max-width: 486px){.index-btn-block__icon{width:50px;height:50px}}.index-btn-block__icon img{width:100%;height:100%;object-fit:contain;display:block}.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{animation:fadeIn1 .5s}.fadeOut{animation:fadeOut1 .5s}@keyframes fadeIn1{from{opacity:0}to{opacity:1}}@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}.property-layout{display:flex;justify-content:space-between;max-width:1200px;width:96%;margin:0 auto;padding:80px 0}.property-layout__main{width:70%}.property-layout__sidebar{width:25%}.property-layout__sidebar .custom-search{position:sticky;width:auto}.post-archive{padding-block:100px}@media screen and (max-width: 1100px){.post-archive{padding-block:50px}}.post-archive .container{max-width:800px;background-color:var(--bg);border-radius:24px;padding:50px 50px 50px 50px}.post-archive .news-list{display:grid;gap:1rem}.page-item__top{background-color:var(--primary-color);position:relative}.page-item__top::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/common/page_bg.jpg) no-repeat center/cover;mix-blend-mode:multiply}.page-item__top .container{padding-top:100px}@media screen and (max-width: 1100px){.page-item__top .container{padding-top:66px}}.page-item__top .inner{position:relative;z-index:2;display:grid;gap:104px}@media screen and (max-width: 486px){.page-item__top .inner{gap:0}}.page-item__feature{display:flex;flex-direction:column;align-items:center;gap:160px}@media screen and (max-width: 486px){.page-item__feature{padding:0;gap:80px}}.page-item__feature-inner{display:flex;flex-direction:column;gap:104px;align-items:flex-start;width:100%}@media screen and (max-width: 486px){.page-item__feature-inner{gap:60px}}.page-item__feature-block{display:flex;gap:64px;align-items:center;justify-content:center;width:100%}@media screen and (max-width: 1100px){.page-item__feature-block{flex-direction:column;gap:40px}}@media screen and (max-width: 486px){.page-item__feature-block{gap:32px}}.page-item__feature-text{display:flex;flex:1 0 0;flex-direction:column;gap:40px;align-items:flex-start;min-width:0}@media screen and (max-width: 486px){.page-item__feature-text{gap:24px}}.page-item__feature-title{font-family:var(--sans);font-size:44px;font-weight:700;line-height:66px;letter-spacing:1.32px;color:var(--white);margin:0;white-space:pre-wrap}@media screen and (max-width: 486px){.page-item__feature-title{font-size:28px;line-height:42px;letter-spacing:.84px}}.page-item__feature-content{display:flex;flex-direction:column;gap:24px;align-items:flex-start;font-size:16px;font-weight:400;color:var(--white)}@media screen and (max-width: 486px){.page-item__feature-content{font-size:14px;gap:0}}.page-item__feature-paragraph{width:100%;white-space:pre-wrap}.page-item__feature-paragraph p{margin:0 0 1em 0}.page-item__feature-paragraph p:last-child{margin-bottom:0}.page-item__list-inner{display:flex;flex-direction:column;gap:64px;align-items:flex-start;width:100%}@media screen and (max-width: 486px){.page-item__list-inner{gap:40px}}.page-item__list-content{display:flex;flex-direction:column;gap:64px;align-items:flex-start;width:100%}@media screen and (max-width: 486px){.page-item__list-content{gap:48px}}.page-item__list-category{display:flex;flex-direction:column;gap:24px;align-items:flex-start;width:100%}.page-item__list-category-title{font-family:var(--sans);font-size:26px;font-weight:700;line-height:normal;letter-spacing:1.04px;color:var(--secondary-color);margin:0;white-space:pre-wrap}@media screen and (max-width: 486px){.page-item__list-category-title{font-size:20px;letter-spacing:.8px}}.page-item__list-category-items{display:flex;gap:32px;align-items:flex-start;width:100%}@media screen and (max-width: 1100px){.page-item__list-category-items{flex-wrap:wrap;gap:24px}}@media screen and (max-width: 486px){.page-item__list-category-items{flex-direction:column;gap:24px}}.page-item__list-item{display:flex;flex-direction:column;gap:16px;align-items:center;width:416px;flex-shrink:0}@media screen and (max-width: 1100px){.page-item__list-item{width:calc(50% - 16px)}}@media screen and (max-width: 486px){.page-item__list-item{width:100%}}.page-item__list-item-image{position:relative;width:100%;height:310px;border-radius:8px;overflow:hidden}.page-item__list-item-image img{position:absolute;top:-0.32%;left:0;width:100%;height:100.65%;object-fit:cover}@media screen and (max-width: 486px){.page-item__list-item-image{height:240px}}.page-item__list-item-caption{font-family:var(--sans);font-size:18px;font-weight:400;line-height:27px;letter-spacing:.72px;color:var(--font-color);text-align:center;margin:0}@media screen and (max-width: 486px){.page-item__list-item-caption{font-size:16px;line-height:24px;letter-spacing:.64px}}.page-strength__top{background-color:var(--primary-color);position:relative}.page-strength__top::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/common/page_bg.jpg) no-repeat center/cover;mix-blend-mode:multiply}.page-strength__top .container{padding-top:100px}@media screen and (max-width: 1100px){.page-strength__top .container{padding-top:66px}}.page-strength__top .inner{position:relative;z-index:2;display:grid;gap:104px}@media screen and (max-width: 486px){.page-strength__top .inner{gap:0}}.page-strength__feature{display:flex;flex-direction:column;align-items:center;width:100%}.page-strength__feature-block{display:flex;gap:64px;align-items:center;justify-content:center;width:100%}@media screen and (max-width: 1100px){.page-strength__feature-block{flex-direction:column;gap:40px}}@media screen and (max-width: 486px){.page-strength__feature-block{gap:32px}}.page-strength__feature-text{display:flex;flex:1 0 0;flex-direction:column;gap:40px;align-items:flex-start;min-width:0}@media screen and (max-width: 486px){.page-strength__feature-text{gap:24px}}.page-strength__feature-title{font-family:var(--sans);font-size:44px;font-weight:700;line-height:66px;letter-spacing:1.32px;color:var(--white);margin:0;white-space:pre-wrap}@media screen and (max-width: 486px){.page-strength__feature-title{font-size:28px;line-height:42px;letter-spacing:.84px}}.page-strength__feature-content{display:flex;flex-direction:column;gap:24px;align-items:flex-start;font-family:var(--sans);font-size:18px;font-weight:500;line-height:36px;letter-spacing:.72px;color:var(--white);white-space:pre-wrap;width:100%}.page-strength__feature-content>p{margin:0;width:619px}@media screen and (max-width: 1100px){.page-strength__feature-content>p{width:100%}}@media screen and (max-width: 486px){.page-strength__feature-content{font-size:16px;line-height:28px;letter-spacing:.36px;gap:20px}}.page-strength__feature-paragraph{width:619px;white-space:pre-wrap}.page-strength__feature-paragraph p{margin:0}.page-strength__feature-paragraph p.mb-0{margin-bottom:0}@media screen and (max-width: 1100px){.page-strength__feature-paragraph{width:100%}}.page-strength__details .inner{display:flex;flex-direction:column;gap:64px}@media screen and (max-width: 486px){.page-strength__details .inner{gap:32px}}.page-strength__details-content{display:grid;gap:64px}.page-strength__details-block{display:flex;flex-direction:column;gap:64px}@media screen and (max-width: 486px){.page-strength__details-block{gap:48px}}.page-strength__details-item{background-color:var(--bg);border-radius:12px;padding:56px 80px;display:flex;flex-direction:column;gap:40px;align-items:center;justify-content:center}@media screen and (max-width: 1100px){.page-strength__details-item{padding:40px 32px}}@media screen and (max-width: 486px){.page-strength__details-item{padding:32px 20px;gap:16px}.page-strength__details-item:nth-child(odd) .page-strength__details-item-content{flex-direction:column-reverse}}.page-strength__details-item-header{display:flex;align-items:center;line-height:0;padding-right:25px;width:100%;justify-content:center}@media screen and (max-width: 486px){.page-strength__details-item-header{padding:0}}.page-strength__details-item-number{margin-right:-25px;position:relative;font-family:var(--serif);font-size:26px;font-weight:600;color:var(--secondary-color);margin:0;z-index:1;clip-path:polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);background-color:var(--white);line-height:4.5rem;width:220px;display:flex;justify-content:center}@media screen and (max-width: 486px){.page-strength__details-item-number{font-size:14px;line-height:2.5rem;width:110px}}.page-strength__details-item-title{position:relative;background-color:var(--primary-color);clip-path:polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);color:var(--white);line-height:4.5rem;font-size:34px;font-weight:700;margin:0 0 0 -35px;padding-inline:3rem}@media screen and (max-width: 486px){.page-strength__details-item-title{margin:0 0 0 -16px;padding-inline:1rem;font-size:18px;line-height:2.5rem}}.page-strength__details-item-title-text{grid-column:1;grid-row:1;position:relative;left:196.5px;top:11px;font-family:var(--sans);line-height:normal;letter-spacing:1.36px;text-align:center;margin:0;transform:translateX(-50%);white-space:nowrap;z-index:1}@media screen and (max-width: 486px){.page-strength__details-item-title-text{font-size:24px;letter-spacing:1.04px;left:50%}}.page-strength__details-item-content{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:32px}@media screen and (max-width: 1100px){.page-strength__details-item-content{flex-direction:column;gap:24px}}.page-strength__details-item-text{display:flex;flex-direction:column;gap:16px;align-items:flex-start;font-family:var(--sans);font-size:16px;font-weight:500;line-height:27px;color:var(--font-color);width:54%}@media screen and (max-width: 1100px){.page-strength__details-item-text{width:100%}}@media screen and (max-width: 486px){.page-strength__details-item-text{font-size:14px}}.page-strength__details-item-text p{margin:0}.page-strength__details-item-paragraph p{margin-bottom:1rem}.page-strength__details-item-paragraph p.mb-0{margin-bottom:0}.page-strength__details-item-heading{background-color:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0;display:flex;gap:10px;align-items:center;justify-content:center;width:100%}.page-strength__details-item-heading p{font-size:23px;font-weight:700;text-align:center;margin:0;padding-block:.5rem}@media screen and (max-width: 1100px){.page-strength__details-item-heading{width:100%}}@media screen and (max-width: 486px){.page-strength__details-item-heading p{font-size:18px}}.page-strength__details-item-image{position:relative;border-radius:8px;width:41%;height:-webkit-fill-available}@media screen and (max-width: 1100px){.page-strength__details-item-image{width:100%;height:auto}}.page-strength__details-item-image img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;display:block;border-radius:8px}.page-strength__details-item-methods{background-color:var(--line);border-radius:4px;padding:24px 16px;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;width:100%}.page-strength__details-item-methods-title{font-family:var(--sans);font-size:24px;font-weight:700;line-height:27px;color:var(--white);margin:0}@media screen and (max-width: 486px){.page-strength__details-item-methods-title{font-size:20px}}.page-strength__details-item-methods-list{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;width:100%}.page-strength__details-item-methods-row{display:flex;gap:10px;align-items:center;justify-content:center;width:100%;flex-wrap:wrap;list-style:none;margin:0;padding:0}.page-strength__details-item-methods-row li{background-color:var(--white);border-radius:4px;padding:12px 8px;display:flex;gap:10px;align-items:center;justify-content:center;width:23%;font-family:var(--serif);font-weight:700}@media screen and (max-width: 486px){.page-strength__details-item-methods-row li{width:48%}}.page-strength__details-item-methods-btn{background-color:var(--secondary-color);border-radius:5px;height:56px;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;width:310px;text-decoration:none;transition:opacity .3s}.page-strength__details-item-methods-btn:hover{opacity:.9}@media screen and (max-width: 486px){.page-strength__details-item-methods-btn{width:100%;max-width:310px;height:50px}}.page-strength__details-item-methods-btn-text{font-family:var(--sans);font-size:16px;font-weight:700;line-height:28px;letter-spacing:.64px;color:var(--white);margin:0}.page-strength__details-item-methods-btn-icon{width:40.971px;height:16.971px;flex-shrink:0}.page-strength__details-item-methods-btn-icon img{width:100%;height:100%;object-fit:contain}.page-method__top{position:relative;background-color:#03275a;min-height:917px;overflow:hidden}@media screen and (max-width: 1100px){.page-method__top{min-height:auto;padding-bottom:60px}}@media screen and (max-width: 486px){.page-method__top{padding-bottom:240px}}.page-method__top-bg{position:absolute;bottom:0;right:0;width:55%;max-width:1056px;height:579px;z-index:1;background:linear-gradient(285deg, rgba(3, 39, 90, 0.5) 0%, #03275A 80%),url(../images/method/block01_img01.jpg) #d3d3d3 50%/cover no-repeat}@media screen and (max-width: 486px){.page-method__top-bg{width:96%;height:61vw}}.page-method__top-logo{position:absolute;top:179px;right:0;font-family:var(--serif);font-size:180px;font-weight:400;line-height:normal;color:rgba(255,255,255,.1);white-space:nowrap;z-index:1;pointer-events:none;padding-right:2rem}@media screen and (max-width: 1100px){.page-method__top-logo{font-size:120px;right:-40%}}@media screen and (max-width: 486px){.page-method__top-logo{font-size:80px;top:inherit;bottom:44vw;right:-50%}}.page-method__top .container{position:relative;z-index:2;padding-top:100px;padding-bottom:120px}@media screen and (max-width: 1100px){.page-method__top .container{padding-top:66px;padding-bottom:60px}}@media screen and (max-width: 486px){.page-method__top .container{padding-top:66px;padding-bottom:40px}}.page-method__top .inner{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.page-method__top-block{display:flex;flex-direction:column;gap:40px;align-items:flex-start;width:60%;margin-top:24px}@media screen and (max-width: 1100px){.page-method__top-block{width:100%;max-width:663px}}@media screen and (max-width: 486px){.page-method__top-block{gap:24px;margin-top:0}}.page-method__top-text{display:flex;flex-direction:column;gap:40px;align-items:flex-start}@media screen and (max-width: 486px){.page-method__top-text{gap:24px}}.page-method__top-title{font-family:var(--sans);font-size:43px;font-weight:700;line-height:69px;letter-spacing:1.29px;color:var(--white);margin:0;white-space:pre-wrap}@media screen and (max-width: 1100px){.page-method__top-title{font-size:36px;line-height:1.6}}@media screen and (max-width: 486px){.page-method__top-title{font-size:28px;line-height:1.5;letter-spacing:.84px}}.page-method__top-content{display:flex;flex-direction:column;gap:24px;align-items:flex-start;color:var(--white)}@media screen and (max-width: 486px){.page-method__top-content{font-size:14px;line-height:1.8;letter-spacing:.36px;gap:20px}}.page-method__top-content p{margin:0;white-space:pre-wrap;width:100%}.page-method__top-content p.mb-0{margin-bottom:0}.page-method__link{background-color:var(--line)}.page-method__link .container{padding-block:1.5rem}@media screen and (max-width: 486px){.page-method__link .container{padding-block:1rem}}.page-method__link-list{display:grid;gap:24px;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr}@media screen and (max-width: 1100px){.page-method__link-list{grid-template-columns:1fr 1fr 1fr;gap:16px}}@media screen and (max-width: 486px){.page-method__link-list{grid-template-columns:1fr 1fr;gap:12px}}.page-method__link-btn{display:flex;align-items:center;justify-content:space-between;background-color:var(--white);border-radius:4px;padding:12px;transition:all .3s}.page-method__link-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.page-method__link-text{font-family:var(--serif);font-size:18px;font-weight:700;line-height:27px;color:var(--font-color);margin:0}.page-method__link .btn-icon{border-left:1px solid var(--primary-color);padding-left:1.5rem;position:relative;z-index:3}.page-method__link .btn-icon img{width:100%;height:100%;object-fit:contain;display:block;transform:rotate(90deg);filter:brightness(0) saturate(100%) invert(14%) sepia(72%) saturate(2080%) hue-rotate(199deg) brightness(97%) contrast(94%)}.page-method__detail-section--bg{background-color:var(--bg)}.page-method__detail-section--side .container{display:flex;gap:64px;align-items:flex-start;justify-content:space-between}@media screen and (max-width: 1100px){.page-method__detail-section--side .container{flex-direction:column;gap:40px}}.page-method__detail-inner{display:flex;flex-direction:column;gap:64px}@media screen and (max-width: 1100px){.page-method__detail-inner{max-width:652px;margin:0 auto}}@media screen and (max-width: 486px){.page-method__detail-inner{gap:40px}}.page-method__detail-side-inner{display:flex;gap:64px;align-items:flex-start;justify-content:space-between;width:100%}@media screen and (max-width: 1100px){.page-method__detail-side-inner{flex-direction:column;gap:40px}}.page-method__detail-side-item{flex:1;width:100%}@media screen and (max-width: 1100px){.page-method__detail-side-item{width:100%}}.page-method__detail-content{display:flex;align-items:flex-start;justify-content:space-between;gap:53px}@media screen and (max-width: 1100px){.page-method__detail-content{flex-direction:column;gap:40px}}@media screen and (max-width: 486px){.page-method__detail-content{gap:30px}}.page-method__detail-text{display:flex;flex-direction:column;gap:40px;width:619px}@media screen and (max-width: 1100px){.page-method__detail-text{width:100%}}.page-method__detail-text-inner{display:flex;flex-direction:column;gap:16px;font-size:16px}@media screen and (max-width: 486px){.page-method__detail-text-inner{font-size:14px;gap:12px}}.page-method__detail-text-inner p{margin:0;white-space:pre-wrap}.page-method__detail-text-inner p.mb-0{margin-bottom:0}.page-method__detail-example{position:relative;width:498px;border-radius:4px}@media screen and (max-width: 1100px){.page-method__detail-example{width:100%}}.page-method__detail-example>p{font-size:16px;margin-block:1rem 0}@media screen and (max-width: 486px){.page-method__detail-example>p{font-size:14px}}.page-method__detail-example-inner{background-color:var(--line);border-radius:4px;padding:40px 32px}@media screen and (max-width: 1100px){.page-method__detail-example-inner{position:relative;top:0;height:auto;min-height:calc(100% - 3px)}}@media screen and (max-width: 486px){.page-method__detail-example-inner{padding:30px 20px}}.page-method__detail-example-inner p{font-size:16px;font-weight:700;line-height:27px;color:var(--white);margin:0}@media screen and (max-width: 486px){.page-method__detail-example-inner p{font-size:14px;line-height:1.8}}.page-method__detail-example-title{position:absolute;left:-1rem;top:-18px;z-index:2;padding:.5rem 2rem .5rem 1rem;background-color:var(--primary-color);clip-path:polygon(0 0, 100% 0%, 90% 100%, 0% 100%)}@media screen and (max-width: 486px){.page-method__detail-example-title{left:-0.5rem}}.page-method__detail-example-title-text{font-weight:700;color:var(--white);margin:0}@media screen and (max-width: 486px){.page-method__detail-example-title-text{font-size:16px}}.page-method .thumbnail-slider-section{width:50%}@media screen and (max-width: 1100px){.page-method .thumbnail-slider-section{width:100%}}.page-method .thumbnail-slider-section .content .main-slider{margin-bottom:-40px}@media screen and (max-width: 1100px){.page-method .thumbnail-slider-section .content .main-slider{margin-bottom:-30px}}@media screen and (max-width: 486px){.page-method .thumbnail-slider-section .content .main-slider{margin-bottom:-20px}}.page-method .thumbnail-slider-section .content .main-slider .slick-slide img{display:block;margin:0 auto;width:auto;max-height:480px;border-radius:8px}.page-method .thumbnail-slider-section .content .thumbnail .slick-slide{margin:0 4px;cursor:pointer;border:1px solid rgba(0,0,0,0);transition:.5s;border-radius:8px;height:57px}@media screen and (max-width: 1100px){.page-method .thumbnail-slider-section .content .thumbnail .slick-slide{height:52px}}.page-method .thumbnail-slider-section .content .thumbnail .slick-slide:hover{opacity:.7}.page-method .thumbnail-slider-section .content .thumbnail .slick-slide img{width:100%;height:55px;object-fit:cover;border-radius:8px}@media screen and (max-width: 1100px){.page-method .thumbnail-slider-section .content .thumbnail .slick-slide img{height:50px}}.page-method .thumbnail-slider-section .content .thumbnail .slick-slide.slick-current{border:1px solid #51bcda}.page-method .thumbnail-slider-section .slick-next,.page-method .thumbnail-slider-section .slick-prev{opacity:0}.page-company__top{position:relative;background-color:var(--bg);min-height:1198px;overflow:hidden}@media screen and (max-width: 1100px){.page-company__top{min-height:auto;padding-bottom:60px}}@media screen and (max-width: 486px){.page-company__top{padding-bottom:40px}}.page-company__top-logo{position:absolute;top:200px;left:42%;font-family:var(--serif);font-size:298px;font-weight:400;line-height:normal;color:rgba(255,255,255,.8);z-index:0;padding-right:2rem}@media screen and (max-width: 1100px){.page-company__top-logo{font-size:200px;right:50%;transform:translateX(50%);padding-right:0}}@media screen and (max-width: 486px){.page-company__top-logo{font-size:120px;top:150px}}.page-company__top .container{position:relative;z-index:2;padding-top:100px;padding-bottom:64px}@media screen and (max-width: 1100px){.page-company__top .container{padding-top:66px;padding-bottom:40px}}@media screen and (max-width: 486px){.page-company__top .container{padding-top:66px;padding-bottom:30px}}.page-company__top .inner{display:flex;flex-direction:column;gap:48px}@media screen and (max-width: 486px){.page-company__top .inner{gap:32px;align-items:flex-start}}.page-company__top .page-header__title{color:var(--font-color)}.page-company__top .page-header__subtitle{color:var(--secondary-color);font-size:18px}@media screen and (max-width: 486px){.page-company__top .page-header__subtitle{font-size:16px}}.page-company__top-block{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:80px;max-width:1616px;width:96%;margin-right:auto}@media screen and (max-width: 1100px){.page-company__top-block{flex-direction:column;gap:40px;padding:0 16px}}@media screen and (max-width: 486px){.page-company__top-block{gap:30px;padding:0}}.page-company__top-block-img{width:56%;height:-webkit-fill-available;border-top-right-radius:8px;border-bottom-right-radius:8px;overflow:hidden}@media screen and (max-width: 1100px){.page-company__top-block-img{width:100%;max-width:928px;height:auto;aspect-ratio:928/552}}@media screen and (max-width: 486px){.page-company__top-block-img{width:100%;aspect-ratio:928/552}}.page-company__top-block-img img{object-position:50% 50%;display:block}.page-company__top-block-text{display:flex;flex-direction:column;gap:32px;width:39%}@media screen and (max-width: 1100px){.page-company__top-block-text{width:100%;max-width:605px}}@media screen and (max-width: 486px){.page-company__top-block-text{gap:24px}}.page-company__top-block-title{font-family:var(--sans);font-size:40px;font-weight:700;line-height:60px;letter-spacing:1.2px;color:var(--secondary-color);margin:0;white-space:pre-wrap}@media screen and (max-width: 1100px){.page-company__top-block-title{font-size:32px;line-height:1.5}}@media screen and (max-width: 486px){.page-company__top-block-title{font-size:24px;line-height:1.5;letter-spacing:.72px}}.page-company__top-block-content{display:flex;flex-direction:column;gap:24px;font-family:var(--sans);font-size:16px;font-weight:400;line-height:32px;color:var(--font-color)}@media screen and (max-width: 486px){.page-company__top-block-content{font-size:14px;line-height:1.8;gap:20px}}.page-company__top-block-content p{margin:0;white-space:pre-wrap}.page-company__philosophy{position:relative;min-height:1237px;overflow:hidden;padding:10px 0}@media screen and (max-width: 1100px){.page-company__philosophy{min-height:auto;padding:60px 0}}@media screen and (max-width: 486px){.page-company__philosophy{padding:40px 0}}.page-company__philosophy-bg{position:absolute;inset:0;z-index:1;background:url(../images/company/block02_bg.jpg) no-repeat center/cover}.page-company__philosophy-bg::after{content:"";position:absolute;inset:0;background-color:rgba(5,18,36,.9)}.page-company__philosophy .container{position:relative;z-index:2;padding:120px 0}@media screen and (max-width: 1100px){.page-company__philosophy .container{padding:80px 0}}@media screen and (max-width: 486px){.page-company__philosophy .container{padding:60px 0}}.page-company__philosophy .inner{display:flex;flex-direction:column;gap:80px}@media screen and (max-width: 1100px){.page-company__philosophy .inner{gap:60px}}@media screen and (max-width: 486px){.page-company__philosophy .inner{gap:40px}}.page-company__philosophy-list{display:flex;flex-direction:column;gap:80px}@media screen and (max-width: 1100px){.page-company__philosophy-list{gap:60px}}@media screen and (max-width: 486px){.page-company__philosophy-list{gap:40px}}.page-company__philosophy-item{display:flex;flex-direction:column;gap:48px}@media screen and (max-width: 486px){.page-company__philosophy-item{gap:32px}}.page-company__philosophy-text{display:flex;flex-direction:column;gap:0;font-family:var(--sans);font-size:18px;font-weight:700;line-height:36px;letter-spacing:.72px;color:var(--white);width:1312px}@media screen and (max-width: 1100px){.page-company__philosophy-text{width:100%;max-width:1312px}}@media screen and (max-width: 486px){.page-company__philosophy-text{font-size:16px;line-height:1.8;letter-spacing:.36px}}.page-company__philosophy-text p{margin:0;white-space:pre-wrap}.page-company__philosophy-text p.mb-0{margin-bottom:0}.page-company__philosophy-item:first-child .page-company__philosophy-text{font-size:26px;line-height:48px;letter-spacing:1.04px}@media screen and (max-width: 486px){.page-company__philosophy-item:first-child .page-company__philosophy-text{font-size:20px;line-height:1.8;letter-spacing:.52px}}.page-company__philosophy-row{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;width:1312px}@media screen and (max-width: 1100px){.page-company__philosophy-row{flex-direction:column;gap:30px;width:100%}}@media screen and (max-width: 486px){.page-company__philosophy-row{gap:24px}}.page-company__philosophy-row .page-company__philosophy-text{flex:1;width:auto;max-width:none}.page-company__philosophy-iso{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;flex-shrink:0}@media screen and (max-width: 1100px){.page-company__philosophy-iso{align-self:center}}.page-company__philosophy-iso-img{width:277px;height:180px;background-color:var(--white);border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 486px){.page-company__philosophy-iso-img{width:200px;height:auto;aspect-ratio:277/180}}.page-company__philosophy-iso-img img{width:100%;height:100%;object-fit:contain;display:block}.page-company__philosophy-iso-text{font-family:var(--sans);font-size:14px;font-weight:700;line-height:normal;letter-spacing:.56px;color:var(--white);margin:0;text-align:center}@media screen and (max-width: 486px){.page-company__philosophy-iso-text{font-size:12px}}.page-company__philosophy .page-block-title-en{color:var(--white)}.page-company__philosophy .page-block-title-ja{color:var(--white)}.page-company__philosophy .page-block-title-dot{background-color:var(--white)}.page-company__philosophy .page-block-title-line-primary{background-color:var(--secondary-color)}.page-company__philosophy .page-block-title-line-secondary{background-color:rgba(255,255,255,.3)}.page-company__info{background-color:var(--white);padding:120px 0}@media screen and (max-width: 1100px){.page-company__info{padding:80px 0}}@media screen and (max-width: 486px){.page-company__info{padding:60px 0}}.page-company__info .container{padding:0}@media screen and (max-width: 486px){.page-company__info .container{padding:0 16px}}.page-company__info .inner{display:flex;flex-direction:column;gap:80px;max-width:1312px;margin:0 auto}@media screen and (max-width: 1100px){.page-company__info .inner{gap:60px}}@media screen and (max-width: 486px){.page-company__info .inner{gap:40px}}.page-company__info-list{display:flex;flex-direction:column;gap:48px;width:100%}@media screen and (max-width: 486px){.page-company__info-list{gap:32px}}.page-company__info-table{display:flex;flex-direction:column;width:1120px;margin:0 auto}@media screen and (max-width: 1100px){.page-company__info-table{width:100%;max-width:1120px}}@media screen and (max-width: 486px){.page-company__info-table{width:100%}}.page-company__info-table-row{display:flex;border:1px solid var(--line);margin-bottom:-1px}@media screen and (max-width: 486px){.page-company__info-table-row{flex-direction:column}}.page-company__info-table-row:last-child{margin-bottom:0}.page-company__info-table-th{background-color:var(--bg);border-right:1px solid var(--line);padding:24px 16px;width:224px;min-height:67px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:16px;font-weight:700;line-height:normal;letter-spacing:.64px;color:var(--secondary-color)}@media screen and (max-width: 486px){.page-company__info-table-th{width:100%;min-height:auto;border-right:none;border-bottom:1px solid var(--line);justify-content:flex-start}}.page-company__info-table-td{background-color:var(--white);padding:24px 40px;min-height:67px;flex:1;display:flex;align-items:center;font-family:var(--sans);font-size:16px;font-weight:400;line-height:normal;letter-spacing:.64px;color:var(--font-color)}@media screen and (max-width: 486px){.page-company__info-table-td{padding:20px 16px;min-height:auto}}.page-company__info-table-td p{margin:0;white-space:pre-wrap}.page-company__info-table-td p.mb-0{margin-bottom:0}.page-company__info-table-td-inner{display:flex;gap:4px;align-items:flex-start;width:100%}@media screen and (max-width: 486px){.page-company__info-table-td-inner{flex-direction:column;gap:0}}.page-company__info-table-td-inner>div{flex:1;display:flex;flex-direction:column;gap:0}.page-company__info-table-td-inner>div p{margin:0;line-height:24px;white-space:pre-wrap}.page-company__info-table-td-inner>div p.mb-0{margin-bottom:0}.page-company__info-table-row:nth-child(6) .page-company__info-table-th,.page-company__info-table-row:nth-child(6) .page-company__info-table-td{min-height:86px;align-items:flex-start;padding-top:24px}.page-company__info-table-row:nth-child(10) .page-company__info-table-th,.page-company__info-table-row:nth-child(10) .page-company__info-table-td{min-height:120px;align-items:flex-start;padding-top:24px}.page-company__info-table-row:nth-child(11) .page-company__info-table-th,.page-company__info-table-row:nth-child(11) .page-company__info-table-td{min-height:96px;align-items:flex-start;padding-top:24px}.page-company__info-qualifications{display:grid;gap:64px;grid-template-columns:1.5fr 1fr;align-items:flex-start;width:1120px;margin:0 auto}@media screen and (max-width: 1100px){.page-company__info-qualifications{flex-direction:column;gap:40px;width:100%;max-width:1120px}}@media screen and (max-width: 486px){.page-company__info-qualifications{gap:30px;width:100%}}.page-company__info-qualifications-item{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 1100px){.page-company__info-qualifications-item{width:100%}}.page-company__info-qualifications-title{position:relative;max-inline-size:140px;padding:.3rem 2rem .3rem 0rem;background-color:var(--primary-color);clip-path:polygon(0 0, 100% 0%, 90% 100%, 0% 100%)}.page-company__info-qualifications-title-bg{position:absolute}.page-company__info-qualifications-title-text{position:relative;z-index:1;font-family:var(--sans);font-size:18px;font-weight:700;line-height:27px;letter-spacing:.72px;color:var(--white);margin:0;padding-left:17px}.page-company__info-qualifications-list{display:flex;flex-direction:column;gap:8px;font-family:var(--sans);font-size:18px;font-weight:700;line-height:36px;letter-spacing:.72px;color:var(--font-color)}@media screen and (max-width: 486px){.page-company__info-qualifications-list{font-size:16px;line-height:1.8;letter-spacing:.36px}}.page-company__info-qualifications-list p{margin:0;white-space:pre-wrap}.contact .site-header .logo a,.privacy-policy .site-header .logo a,.category .site-header .logo a,.single .site-header .logo a,.thanks .site-header .logo a{color:var(--primary-color)}.contact .site-header .logo img,.privacy-policy .site-header .logo img,.category .site-header .logo img,.single .site-header .logo img,.thanks .site-header .logo img{filter:brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(895%) hue-rotate(184deg) brightness(94%) contrast(101%)}.contact .site-main .inner,.privacy-policy .site-main .inner,.category .site-main .inner,.single .site-main .inner,.thanks .site-main .inner{max-width:1312px;margin:0 auto;padding-top:100px;width:96%}@media screen and (max-width: 1100px){.contact .site-main .inner,.privacy-policy .site-main .inner,.category .site-main .inner,.single .site-main .inner,.thanks .site-main .inner{padding-top:66px}}@media screen and (max-width: 486px){.contact .site-main .inner,.privacy-policy .site-main .inner,.category .site-main .inner,.single .site-main .inner,.thanks .site-main .inner{width:90%}}.contact .site-main .inner .page-header__title,.privacy-policy .site-main .inner .page-header__title,.category .site-main .inner .page-header__title,.single .site-main .inner .page-header__title,.thanks .site-main .inner .page-header__title{color:var(--font-color)}.contact .site-main .inner .page-header__subtitle,.privacy-policy .site-main .inner .page-header__subtitle,.category .site-main .inner .page-header__subtitle,.single .site-main .inner .page-header__subtitle,.thanks .site-main .inner .page-header__subtitle{color:var(--primary-color)}.contact .site-main .container,.thanks .site-main .container{max-width:900px}