/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */html{-o-tab-size:4;tab-size:4;word-break:normal;box-sizing:border-box;-moz-tab-size:4;-webkit-text-size-adjust:100%}*,::before,::after{background-repeat:no-repeat;box-sizing:inherit}::before,::after{vertical-align:inherit;text-decoration:inherit}*{margin:0;padding:0}hr{height:0;overflow:visible;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:none}a{background-color:rgba(0,0,0,0)}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{text-indent:0;border-color:inherit}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:bold}button{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit],[role=button]{color:inherit;cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{outline:1px dotted ButtonText}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,input,select,textarea{border-style:none;background-color:rgba(0,0,0,0)}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-webkit-appearance:none;-moz-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{display:table;max-width:100%;max-width:100%;white-space:normal;color:inherit;border:0}::-webkit-file-upload-button{font:inherit;color:inherit;-webkit-appearance:button}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}html{font-size:16px}@media screen and (max-width:768px){html{font-size:14px}}body{font-family:"游ゴシック体","YuGothic","游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",sans-serif;line-height:1.5;color:#333;background-color:#fff;letter-spacing:0;font-weight:400;font-size:16px;font-size:1rem}@media screen and (max-width:768px){body{font-size:14px;font-size:1rem}}a{transition:.3s;text-decoration:none;color:#333}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{font-weight:700}img{height:auto;max-width:100%;vertical-align:bottom}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}.l-inner{max-width:1090px;margin:0 auto;padding:0 50px}@media screen and (max-width:768px){.l-inner{padding:0 20px}}.l-header{position:fixed;z-index:50;width:100%;height:100px;top:0;left:0;padding-left:50px;padding-right:50px;transition:all .4s ease;background:#fff;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:1024px){.l-header{padding-left:20px;padding-right:0;height:64px}}.l-header.is-active{box-shadow:0px 3px 6px rgba(51,51,51,.16)}.l-header.is-spnav-on{background:#234c7a}.l-header.is-spnav-on .l-header__logo,.l-header.is-spnav-on .l-header__nav{opacity:0;visibility:hidden}.l-header__logo{height:80px}@media screen and (max-width:1024px){.l-header__logo{height:60px}}.l-header__logo .logo{height:100%}.l-header__logo .logo img{height:100%;width:auto}@media screen and (max-width:1024px){.l-header__nav{display:none}}.p-global-nav__list{display:flex;flex-wrap:wrap;list-style:none;gap:.5rem 0}.p-global-nav__list li{padding-left:.9rem;padding-right:.9rem;line-height:1.1}.p-global-nav__list li:first-of-type{padding-left:0}.p-global-nav__list li:last-of-type{padding-right:0}.p-global-nav__list li:not(:last-of-type){border-right:1px solid #234c7a}.p-global-nav__list li a{font-weight:500;font-size:18px;font-size:1.125rem;transition:all .3s ease}.p-global-nav__list li a:hover{text-decoration:none;opacity:.7}.c-btn-menu{position:relative;z-index:100;display:flex;align-items:center;justify-content:center;width:68px;height:64px;background:#234c7a;cursor:pointer;text-align:center;opacity:1;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}@media screen and (max-width:1024px){.c-btn-menu{display:flex}}.c-btn-menu__line{position:relative;left:0;display:block;width:32px;height:2px;border-radius:4px;transition:all .4s;background-color:#fff}.c-btn-menu__line::before,.c-btn-menu__line::after{position:absolute;display:block;width:100%;height:100%;content:"";transition:inherit;border-radius:4px;background-color:inherit}.c-btn-menu__line::before{top:-8px}.c-btn-menu__line::after{top:8px}.c-btn-menu.is-active .c-btn-menu__line{background-color:rgba(0,0,0,0)}.c-btn-menu.is-active .c-btn-menu__line::before,.c-btn-menu.is-active .c-btn-menu__line::after{top:0;background-color:#fff}.c-btn-menu.is-active .c-btn-menu__line::before{transform:rotate(45deg)}.c-btn-menu.is-active .c-btn-menu__line::after{transform:rotate(-45deg)}.p-sp-nav{position:fixed;z-index:20;background-color:#234c7a;top:0;left:0;width:100%;height:100%;transition:all .6s;opacity:0;visibility:hidden;padding:0 10px;transition:.4s all ease}.p-sp-nav.is-show{opacity:1;visibility:visible}.p-sp-nav-list{height:100%;display:flex;flex-direction:column;list-style:none;gap:40px;align-items:center;justify-content:center}.p-sp-nav-list__item a{font-weight:500;color:#fff;font-size:24px;font-size:1.5rem}@media screen and (max-width:768px){.p-sp-nav-list__item a{font-size:24px;font-size:1.7142857143rem}}.p-sp-nav-list__item a:hover{text-decoration:none;opacity:.8}.l-footer{text-align:center;background-color:#234c7a;color:#fff;padding:35px 15px 20px}.l-footer.fixed-footer{margin-top:150px}@media screen and (max-width:1024px){.l-footer.fixed-footer{margin-top:0;position:fixed;bottom:0;width:100%}}@media screen and (max-width:530px){.l-footer.fixed-footer{margin-top:100px;position:relative}}.l-footer-link{display:flex;justify-content:center}.l-footer-link a{line-height:1;padding-left:.8rem;padding-right:.8rem;color:#fff;border-right:1px solid #fff}@media screen and (max-width:530px){.l-footer-link a{font-size:13px;font-size:0.9285714286rem;padding-left:.7rem;padding-right:.7rem}.l-footer-link a:first-of-type{padding-left:0}.l-footer-link a:last-of-type{padding-right:0}}.l-footer-link a:first-of-type{padding-left:0}.l-footer-link a:last-of-type{padding-right:0;border:none}.l-footer-link a:hover{text-decoration:none;opacity:.8}.l-footer-copyright{margin-top:25px}.l-footer-copyright span{font-size:14px;font-size:0.875rem}@media screen and (max-width:768px){.l-footer-copyright span{font-size:12px;font-size:0.8571428571rem}}.l-main{text-align:center;padding-bottom:5rem}@media screen and (max-width:768px){.l-main{padding-bottom:3rem}}.l-page-main{text-align:center;padding-top:80px;padding-bottom:100px}@media screen and (max-width:768px){.l-page-main{padding-top:60px;padding-bottom:80px}}.l-section{padding-top:90px}@media screen and (max-width:768px){.l-section{padding-top:60px}}.c-btn-01{display:inline-block;padding:.7rem 1rem;border-radius:.4rem;background-color:#234c7a;color:#fff;transition:all .3s}.c-btn-01:hover{text-decoration:none;opacity:.8}.c-btn-02{position:relative;display:inline-block;padding:.8rem 2.2rem .7rem 1rem;border-radius:.4rem;background-color:rgba(0,0,0,0);color:#fff;background-color:#234c7a;transition:all .3s}@media screen and (max-width:768px){.c-btn-02{padding:.8rem 2.3rem .7rem 1rem}}.c-btn-02:hover{text-decoration:none;opacity:.8}.c-btn-02::after{content:"";position:absolute;top:50%;right:20px;width:8px;height:8px;border-top:1px solid #fff;border-right:1px solid #fff;transform:translateY(calc(-50% - 1px)) rotate(45deg)}@media screen and (max-width:768px){.c-btn-02::after{width:6px;height:6px;right:18px;transform:translateY(-50%) rotate(45deg)}}.c-btn-send{display:inline-block;padding:.7rem 1rem;border-radius:.4rem;background-color:#234c7a;color:#fff;transition:all .3s}.c-btn-send:hover{text-decoration:none;opacity:.8}.c-form br{display:none}.c-form-item{text-align:left}.c-form-item:not(:last-of-type){margin-bottom:2rem}.c-form-item--row{display:flex}@media screen and (max-width:768px){.c-form-item--row{display:block}}.c-form-item-wrap{flex:1}.c-form-item>p{display:flex;justify-content:space-between}@media screen and (max-width:768px){.c-form-item>p{display:block}}.c-form-item .title{display:inline-block;width:200px;font-weight:700;margin-bottom:.5rem}@media screen and (max-width:768px){.c-form-item .title{display:block}}.c-form-item .title .require{margin-left:.4rem;font-weight:400;font-size:.8rem;color:#fff;background-color:#ee5a6d;padding:.2rem .4rem;font-size:13px;font-size:0.8125rem}@media screen and (max-width:768px){.c-form-item .title .require{font-size:11px;font-size:0.7857142857rem}}.c-form-item .wpcf7-form-control-wrap{flex:1}.c-form-item__input{width:100%;padding:.4rem .5rem;border:none;background-color:#fff;border-radius:4px}.c-form-item__input#postnum{display:inline-block;width:100px;margin-bottom:.5rem;margin-left:.5rem}.c-form-item__textarea{width:100%;height:250px;padding:.4rem .5rem;resize:both;border-radius:4px;background-color:#fff}.c-form-acceptance{margin-top:70px}@media screen and (max-width:768px){.c-form-acceptance{margin-top:50px}}.c-form-acceptance .wpcf7-list-item{margin-left:0}.c-form-acceptance a{color:#5858ce;font-weight:700}.c-form-btn{margin-top:30px;text-align:center}.c-form .wpcf7-spinner{display:none}.c-form .cf7-cf-turnstile{margin-bottom:10px !important}.c-table-01.wp-block-table table{width:100%;border-spacing:0;border-collapse:collapse;background-color:#fff}@media screen and (max-width:768px){.c-table-01.wp-block-table table{border-bottom:solid 1px #234c7a}}.c-table-01.wp-block-table table tr td:first-of-type{width:30%;text-align:left;display:table-cell;border:solid 1px #234c7a;padding:.8rem 2rem;background-color:#dbe3f3;border-right:none;font-weight:700}@media screen and (max-width:768px){.c-table-01.wp-block-table table tr td:first-of-type{display:inline-block;width:100%;border-left:none;border-bottom:none}}.c-table-01.wp-block-table table tr td:nth-of-type(2){width:70%;text-align:left;display:table-cell;border:solid 1px #234c7a;padding:.8rem 2rem;border-left:none}@media screen and (max-width:768px){.c-table-01.wp-block-table table tr td:nth-of-type(2){display:inline-block;width:100%;border:none}}.c-table-01.wp-block-table table ol{padding-left:2rem;list-style:none;counter-reset:item}.c-table-01.wp-block-table table ol li{counter-increment:item;position:relative}.c-table-01.wp-block-table table ol li::before{content:"(" counter(item) ")";position:absolute;left:-2.2rem;top:0}.c-table-01.wp-block-table table a{color:#1f1fc3}.c-table-02{width:100%;border-spacing:0;border-collapse:collapse;background-color:#fff}.c-table-02 td{text-align:left;display:table-cell;border:solid 1px #234c7a;padding:.8rem 1rem}.c-table-02 td:first-of-type{border-right:none}.c-table-02 td:nth-of-type(2){width:90px;border-left:none}.c-table-02 td .title{font-size:1.3rem}.c-table-02 td .pdf{padding:.4rem .6rem;border-radius:.3rem;display:flex;justify-content:center;align-items:center;background-color:#333;color:#fff;transition:all .3s}.c-table-02 td .pdf:hover{text-decoration:none;opacity:.8}.c-pagination ul{margin-top:4rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem}@media screen and (max-width:768px){.c-pagination ul{margin-top:30px;gap:8px}}.c-pagination ul li{list-style-type:none;vertical-align:middle;font-size:19.2px;font-size:1.2rem}@media screen and (max-width:768px){.c-pagination ul li{font-size:13px;font-size:0.9285714286rem}}.c-pagination ul li a,.c-pagination ul li span{display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:50%;background-color:#fff;border:1px solid #234c7a;color:#234c7a}@media screen and (max-width:768px){.c-pagination ul li a,.c-pagination ul li span{width:40px;height:40px}}.c-pagination ul li a{transition:all .3s}.c-pagination ul li a:hover{text-decoration:none;opacity:.7}.c-pagination ul li a.next,.c-pagination ul li a.prev{position:relative}.c-pagination ul li a.next::after,.c-pagination ul li a.prev::after{content:"";line-height:.9;position:absolute;display:flex;top:50%;left:50%;width:8px;height:8px}@media screen and (max-width:768px){.c-pagination ul li a.next::after,.c-pagination ul li a.prev::after{width:6px;height:6px}}.c-pagination ul li a.next::after{border-top:1px solid #234c7a;border-right:1px solid #234c7a;transform:translate(calc(-50% - 2px), -50%) rotate(45deg)}@media screen and (max-width:768px){.c-pagination ul li a.next::after{transform:translate(calc(-50% - 1px), -50%) rotate(45deg)}}.c-pagination ul li a.prev::after{border-top:1px solid #234c7a;border-left:1px solid #234c7a;transform:translate(calc(-50% + 2px), -50%) rotate(-45deg)}@media screen and (max-width:768px){.c-pagination ul li a.prev::after{transform:translate(calc(-50% + 1px), -50%) rotate(-45deg)}}.c-pagination ul li span{color:#fff;background-color:#234c7a;border:none}.c-pagination ul li span.dots{border:none;background-color:rgba(0,0,0,0);color:#234c7a;width:100%;height:100%}.u-center{text-align:center !important}.u-left{text-align:left !important}.u-right{text-align:right !important}.u-pc-only-block{display:block}@media screen and (max-width:768px){.u-pc-only-block{display:none}}.u-sp-only-block{display:none}@media screen and (max-width:768px){.u-sp-only-block{display:block}}.u-pc-only-inline{display:inline}@media screen and (max-width:768px){.u-pc-only-inline{display:none}}.u-sp-only-inline{display:none}@media screen and (max-width:768px){.u-sp-only-inline{display:inline}}.u-text-bold{font-weight:bold !important}.u-text-big{font-size:1.5em}.p-header-space{height:100px}@media screen and (max-width:1024px){.p-header-space{height:64px}}.p-main-visual{position:relative}@media screen and (min-width: 1260px){.p-main-visual{height:calc(100vh - 100px)}}@media screen and (max-width:768px){.p-main-visual{height:450px}}@media screen and (max-width:530px){.p-main-visual{height:350px}}.p-main-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-main-visual .catch{display:inline-block;position:absolute;top:50px;right:0}@media screen and (min-width: 1500px){.p-main-visual .catch{right:50%;top:77%;transform:translate(50%, -50%)}}@media screen and (max-width:530px){.p-main-visual .catch{top:50px}}.p-main-visual .catch h1{color:#333;font-weight:700;padding:1.5rem;background:rgba(255,255,255,.7);font-family:serif;font-size:28px;font-size:1.75rem}@media screen and (min-width: 1500px){.p-main-visual .catch h1{font-size:34px;font-size:2.125rem;background:rgba(255,255,255,.75)}}@media screen and (max-width:768px){.p-main-visual .catch h1{font-size:28px;font-size:2rem;padding:1rem}}@media screen and (max-width:530px){.p-main-visual .catch h1{font-size:22px;font-size:1.5714285714rem;padding:1rem}}.p-top{text-align:center}.p-top-news{background:#f5f5f5;padding-top:5rem;padding-bottom:5rem}@media screen and (max-width:768px){.p-top-news{padding-top:4rem;padding-bottom:4rem}}.p-top-news-inner{max-width:800px;margin:0 auto;padding:0 50px}@media screen and (max-width:768px){.p-top-news-inner{padding:0 20px}}.p-top-news__heading{margin-bottom:3rem;color:#234c7a;font-size:32px;font-size:2rem}@media screen and (max-width:768px){.p-top-news__heading{font-size:28px;font-size:2rem}}@media screen and (max-width:530px){.p-top-news__heading{font-size:24px;font-size:1.7142857143rem}}.p-top-news__list{margin:0 auto;display:inline-block}.p-top-news__list .news-item{cursor:pointer;text-align:left;display:flex;justify-content:flex-start;gap:30px;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;border-bottom:1px solid #ddd}@media screen and (max-width:768px){.p-top-news__list .news-item{flex-direction:column;gap:0}}.p-top-news__list .news-item:hover{opacity:.8}.p-top-news__list .news-item:not(:first-of-type){padding-top:1rem}.p-top-news__list .news-item-date{color:#666}@media screen and (max-width:768px){.p-top-news__list .news-item-date{font-size:13px;font-size:0.9285714286rem}}.p-top-news__list .news-item-body .title{font-weight:400;font-size:16.8px;font-size:1.05rem}@media screen and (max-width:768px){.p-top-news__list .news-item-body .title{font-size:15px;font-size:1.0714285714rem}}.popup{display:none;position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center;overflow:auto;background-color:rgba(0,0,0,.4)}.popup-content{background-color:#fefefe;padding:20px;border:1px solid #888;border-radius:1rem;width:80%;max-width:700px}@media screen and (max-width:768px){.popup-content{width:90%}}.popup-content .p-post-popup{text-align:left}.popup-content .p-post-popup__title{font-weight:700;margin-bottom:2rem;font-size:24px;font-size:1.5rem}@media screen and (max-width:768px){.popup-content .p-post-popup__title{font-size:21px;font-size:1.5rem}}@media screen and (max-width:530px){.popup-content .p-post-popup__title{font-size:18px;font-size:1.2857142857rem}}.popup-content .p-post-popup>:first-child{margin-top:0 !important}.popup-content .p-post-popup>:last-child{margin-bottom:0 !important}.popup-content .p-post-popup h2{margin-top:2rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #333;line-height:1.5;font-size:19.2px;font-size:1.2rem}@media screen and (max-width:768px){.popup-content .p-post-popup h2{font-size:16.8px;font-size:1.2rem;margin-top:2rem;margin-bottom:1rem}}.popup-content .p-post-popup p{margin-bottom:1.5rem}.popup .close{color:#aaa;float:right;font-size:28px;font-weight:bold}.popup .close:hover,.popup .close:focus{color:#333;text-decoration:none;cursor:pointer}.p-top-contents{display:flex}@media screen and (max-width:530px){.p-top-contents{flex-direction:column}}.p-top-contents-block{background:#234c7a;position:relative;flex:1;display:flex;align-items:center;justify-content:center;gap:30px;height:200px;padding:0 20px}.p-top-contents-block.enterprise{border-right:1px solid #fff}@media screen and (max-width:530px){.p-top-contents-block.enterprise{border-right:none;border-bottom:1px solid #fff}}@media screen and (max-width:768px){.p-top-contents-block{height:160px;flex-direction:column}}@media screen and (max-width:530px){.p-top-contents-block{flex-direction:row;height:120px;flex:auto}}.p-top-contents-block h2{font-weight:400;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5);font-size:30px;font-size:1.875rem}@media screen and (max-width:1024px){.p-top-contents-block h2{font-size:26px;font-size:1.625rem}}@media screen and (max-width:768px){.p-top-contents-block h2{font-size:26px;font-size:1.8571428571rem}}@media screen and (max-width:530px){.p-top-contents-block h2{font-size:22px;font-size:1.5714285714rem}}.p-top-contents-block .arrow{display:inline-block;position:relative;width:100px;height:1px;background-color:#fff}@media screen and (max-width:768px){.p-top-contents-block .arrow{transform:translateX(60px)}}@media screen and (max-width:530px){.p-top-contents-block .arrow{transform:none}}.p-top-contents-block .arrow::after{content:"";position:absolute;background-color:#fff;top:0;left:0;height:1px;width:14px;transform-origin:right center;transform:translate(85px, 0px) rotate(45deg)}.p-top-contents-block:hover{text-decoration:none;opacity:.8}.p-top-company{padding-top:3rem}.p-top-company .heading{margin-top:2rem;margin-bottom:1.5rem;font-size:24px;font-size:1.5rem}@media screen and (max-width:768px){.p-top-company .heading{margin-top:0;font-size:24px;font-size:1.7142857143rem}}@media screen and (max-width:530px){.p-top-company .heading{font-size:22px;font-size:1.5714285714rem}}.p-top-company .access{line-height:1.8;margin-bottom:1.5rem}.p-breadcrumb{background-color:#f6f6f6}.p-breadcrumb__inner{padding-top:.5rem;padding-bottom:.5rem}.p-breadcrumb__list{list-style:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.p-breadcrumb__item{display:inline;font-size:14px}@media screen and (max-width:768px){.p-breadcrumb__item{font-size:12px}}.p-breadcrumb__item::after{padding:0 .5em;content:">";color:#333}.p-breadcrumb__item:last-child:after{content:""}.p-breadcrumb__item:not(:last-child) a{transition:all .3s}.p-breadcrumb__item:not(:last-child) a:hover{opacity:.8;text-decoration:none}.p-breadcrumb__link{display:inline-block}.p-page-header{height:350px;padding-top:100px;background:#234c7a;color:#fff}@media screen and (max-width:1024px){.p-page-header{padding-top:64px}}@media screen and (max-width:768px){.p-page-header{height:280px}}@media screen and (max-width:530px){.p-page-header{height:200px}}.p-page-header__inner{height:100%;padding:0 20px;display:flex;justify-content:center;align-items:center}.p-page-header__title{font-weight:500;text-align:center;font-size:38px;font-size:2.375rem}@media screen and (max-width:768px){.p-page-header__title{font-size:28px;font-size:2rem}}@media screen and (max-width:530px){.p-page-header__title{font-size:24px;font-size:1.7142857143rem}}.p-page-header__title .subtitle{display:inline-block;width:100%;margin-top:1rem;position:relative;font-size:22px;font-size:1.375rem}@media screen and (max-width:768px){.p-page-header__title .subtitle{font-size:18px;font-size:1.2857142857rem}}.p-about-map{margin-top:3rem;height:450px}@media screen and (max-width:768px){.p-about-map{margin-top:2.5rem;height:350px}}.p-about-map iframe{width:100%;height:100%}.p-enterprise.detail{padding-top:1rem !important}.p-enterprise-list{display:flex;flex-wrap:wrap;gap:1rem}.p-enterprise-list-item{width:calc((100% - 3rem)/4);box-shadow:0 3px 6px rgba(0,0,0,.16)}@media screen and (max-width:768px){.p-enterprise-list-item{width:calc((100% - 2rem)/3)}}@media screen and (max-width:530px){.p-enterprise-list-item{width:calc((100% - 1rem)/2)}}.p-enterprise-list-item .text{padding:1rem .8rem 1.2rem}.p-enterprise-list-item .text h2{font-size:1.1rem;margin-bottom:.8rem}@media screen and (max-width:1024px){.p-enterprise-list-item .text h2{font-size:1rem}}@media screen and (max-width:768px){.p-enterprise-list-item .text h2{font-size:1.1rem}}.p-enterprise-list-item .text a{display:inline-block;border:1px solid #333;border-radius:.3rem;padding:.2rem .4rem;transition:all .3s;font-size:.8rem}.p-enterprise-list-item .text a:hover{opacity:.8;text-decoration:none}.p-enterprise-menu{display:flex;flex-wrap:wrap;gap:.5rem}.p-enterprise-menu a{text-align:center;background-color:#234c7a;color:#fff;padding:.5rem 1rem;border-radius:.2rem;transition:all .3s;width:calc((100% - 1.5rem)/4)}@media screen and (max-width:530px){.p-enterprise-menu a{padding:.4rem .75rem;width:calc((100% - .5rem)/2)}}.p-enterprise-menu a:hover{text-decoration:none;opacity:.8}.p-enterprise-heading{margin-top:3rem;margin-bottom:3rem}.p-enterprise-heading .title{font-size:1.6rem}.p-enterprise-heading .content{margin-top:.5rem}.p-enterprise-picture{display:flex;flex-wrap:wrap;gap:.5rem}.p-enterprise-picture img{width:calc((100% - 1.5rem)/4)}@media screen and (max-width:768px){.p-enterprise-picture img{width:calc((100% - .5rem)/2)}}.p-kikaku__heading{margin-bottom:20px;font-size:1.2rem}.p-kikaku-form__error{color:#eb4747;margin-bottom:4px}.p-kikaku-form__item{display:flex;gap:6px;justify-content:center}@media screen and (max-width:530px){.p-kikaku-form__item{flex-direction:column;align-items:center;gap:10px}}.p-kikaku-form__item input{max-width:300px;width:100%;padding:.5rem 1rem;border-radius:.2rem;border:1px solid #999;background-color:#fff}.p-kikaku-form__item button{padding:.5rem 1rem;border-radius:.2rem;background-color:#333;color:#fff}.p-kikaku-search .heading{margin-bottom:2rem;font-size:28px;font-size:1.75rem}@media screen and (max-width:768px){.p-kikaku-search .heading{font-size:24px;font-size:1.7142857143rem}}.p-kikaku-search-keyword form .item{display:flex;gap:6px;justify-content:center}@media screen and (max-width:530px){.p-kikaku-search-keyword form .item{flex-direction:column;align-items:center;gap:10px}}.p-kikaku-search-keyword form .item input{max-width:300px;width:100%;padding:.5rem 1rem;border-radius:.2rem;border:1px solid #999;background-color:#fff}.p-kikaku-search-keyword form .item button{padding:.5rem 1rem;border-radius:.2rem;background-color:#333;color:#fff}.p-kikaku-search-category{margin-top:5rem}.p-kikaku-search-category__list{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.p-kikaku-search-category__list a{background-color:#234c7a;color:#fff;padding:.5rem 1rem;border-radius:.2rem;transition:all .3s;text-align:left;font-size:18px;font-size:1.125rem}@media screen and (max-width:768px){.p-kikaku-search-category__list a{font-size:16.8px;font-size:1.2rem}}.p-kikaku-search-category__list a:hover{text-decoration:none;opacity:.8}.p-kikaku-list-head{margin-bottom:4rem}.p-kikaku-list-head h2{margin-bottom:2rem;font-size:28px;font-size:1.75rem}@media screen and (max-width:768px){.p-kikaku-list-head h2{font-size:21px;font-size:1.5rem}}.p-kikaku-list-back{margin-top:4rem;text-align:center}.p-kikaku-list-back a{padding:.7rem 1rem;border-radius:.2rem;background-color:#234c7a;color:#fff;transition:all .3s}.p-kikaku-list-back a:hover{text-decoration:none;opacity:.8}.p-contact{text-align:center}.p-contact-lead{margin-bottom:4rem}.p-contact-form{margin:0 auto;width:100%;max-width:700px;background-color:#dbe3f3;padding:3rem;border-radius:.4rem}@media screen and (max-width:530px){.p-contact-form{padding:3rem 2rem}}.p-privacy{text-align:center}.p-privacy__content{text-align:left;word-break:break-all}.p-privacy__content>:first-child{margin-top:0 !important}.p-privacy__content>:last-child{margin-bottom:0 !important}.p-privacy__content .lead{margin-bottom:2rem}.p-privacy__content h2{display:inline-block;margin-top:2.5rem;margin-bottom:.5rem;font-size:24px;font-size:1.5rem}@media screen and (max-width:768px){.p-privacy__content h2{font-size:20px;font-size:1.4285714286rem}}.p-privacy__content p+p{margin-top:1rem}.p-privacy__content p a{text-decoration:underline}.p-privacy__content ul{margin-top:1rem;margin-left:1.5rem}.p-404{text-align:center}.p-404-home__btn{margin-top:3rem}.p-archive-link-box{text-align:left;background:#fcfcfc;box-shadow:0 3px 6px rgba(51,51,51,.16);padding:2rem}@media screen and (max-width:530px){.p-archive-link-box{padding:1.5rem}}.p-archive-link-box:not(:first-of-type){margin-top:30px}.p-archive-link-box__inner{display:flex;gap:30px}@media screen and (max-width:530px){.p-archive-link-box__inner{flex-direction:column;align-items:center;gap:1rem}}.p-archive-link-box__inner .pic{width:120px}.p-archive-link-box__inner .pic img{width:100%}.p-archive-link-box__inner .info .title{margin-bottom:1.2rem}@media screen and (max-width:530px){.p-archive-link-box__inner .info .title{text-align:center}}.p-archive-link-box__inner .info .message{margin-bottom:1rem}@media screen and (max-width:530px){.p-archive-link-box__inner .info .url{text-align:center}}