﻿/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:bold}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:rgba(0,0,0,0);text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:rgba(0,0,0,0);padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type=button],[type=reset],[type=submit]{cursor:pointer}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto;resize:none}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:bold}img{max-width:100%;height:auto}iframe{max-width:100%}:root{--header-height: 80px;--col-gutter: 2.6vw;--row-gutter: 1rem;--spacing: 1rem}html{font-size:62.5%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 6rem)}body{font-size:1.8em;font-weight:500;line-height:1.6;font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;color:#231815}main{overflow-x:clip}@media screen and (max-width: 1179px){:root{--col-gutter: 5vw;--row-gutter: 3rem;--spacing: 0.5rem}body{font-size:1.4em}}@media screen and (min-width: 1180px){.hidden_lg{display:none !important}}@media screen and (min-width: 768px)and (max-width: 1179px){:root{--header-height: 60px}.hidden_md{display:none !important}}@media screen and (max-width: 767px){:root{--header-height: 50px}.hidden_sm{display:none !important}}@media screen and (min-width: 768px){a[href^="tel:"]{pointer-events:none}}a:not([class]){transition:.3s}a:not([class]):hover{opacity:.5}.container{width:100%;max-width:calc(1700px + 2*var(--col-gutter));padding-left:var(--col-gutter);padding-right:var(--col-gutter);margin-left:auto;margin-right:auto}.container.container-md{max-width:calc(1300px + 2*var(--col-gutter))}.container.container-md2{max-width:calc(1200px + 2*var(--col-gutter))}.container.container-sm{max-width:calc(1000px + 2*var(--col-gutter))}.row{display:grid;column-gap:var(--col-gutter);row-gap:var(--row-gutter)}.row.col1{grid-template-columns:repeat(1, 1fr)}.row.col2{grid-template-columns:repeat(2, 1fr)}.row.col3{grid-template-columns:repeat(3, 1fr)}.row.col4{grid-template-columns:repeat(4, 1fr)}.row.col5{grid-template-columns:repeat(5, 1fr)}.row.col6{grid-template-columns:repeat(6, 1fr)}@media screen and (min-width: 768px)and (max-width: 1179px){.row.col1_md{grid-template-columns:repeat(1, 1fr)}.row.col2_md{grid-template-columns:repeat(2, 1fr)}.row.col3_md{grid-template-columns:repeat(3, 1fr)}.row.col4_md{grid-template-columns:repeat(4, 1fr)}.row.col5_md{grid-template-columns:repeat(5, 1fr)}.row.col6_md{grid-template-columns:repeat(6, 1fr)}}@media screen and (max-width: 767px){.row.col1_sm{grid-template-columns:repeat(1, 1fr)}.row.col2_sm{grid-template-columns:repeat(2, 1fr)}.row.col3_sm{grid-template-columns:repeat(3, 1fr)}.row.col4_sm{grid-template-columns:repeat(4, 1fr)}.row.col5_sm{grid-template-columns:repeat(5, 1fr)}.row.col6_sm{grid-template-columns:repeat(6, 1fr)}}.d-flex{display:flex;flex-wrap:wrap}.f-nowrap{flex-wrap:nowrap}.j-center{justify-content:center}.j-start{justify-content:flex-start}.j-end{justify-content:flex-end}.j-around{justify-content:space-around}.j-between{justify-content:space-between}.a-center{align-items:center}.a-start{align-items:flex-start}.a-end{align-items:flex-end}.a-baseline{align-items:baseline}.d-col{flex-direction:column}.d-row-reverse{flex-direction:row-reverse}.d-col-reverse{flex-direction:column-reverse}.m-center{margin-left:auto;margin-right:auto}.m-right{margin-left:auto;margin-right:0}.t-center{text-align:center}.t-left{text-align:left}.t-right{text-align:right}.w-100{width:100%}.w-fit{width:fit-content}.h-100{height:100%}@media screen and (min-width: 768px)and (max-width: 1179px){.f-nowrap_md{flex-wrap:nowrap}.j-center_md{justify-content:center}.j-start_md{justify-content:flex-start}.j-end_md{justify-content:flex-end}.j-around_md{justify-content:space-around}.j-between_md{justify-content:space-between}.a-center_md{align-items:center}.a-start_md{align-items:flex-start}.a-end_md{align-items:flex-end}.a-baseline_md{align-items:baseline}.d-col_md{flex-direction:column}.d-row-reverse_md{flex-direction:row-reverse}.d-col-reverse_md{flex-direction:column-reverse}.m-center_md{margin-left:auto;margin-right:auto}.m-right_md{margin-left:auto;margin-right:0}.t-center_md{text-align:center}.t-left_md{text-align:left}.t-right_md{text-align:right}.w-100_md{width:100%}}@media screen and (max-width: 767px){.f-nowrap_sm{flex-wrap:nowrap}.j-center_sm{justify-content:center}.j-start_sm{justify-content:flex-start}.j-end_sm{justify-content:flex-end}.j-around_sm{justify-content:space-around}.j-between_sm{justify-content:space-between}.a-center_sm{align-items:center}.a-start_sm{align-items:flex-start}.a-end_sm{align-items:flex-end}.a-baseline_sm{align-items:baseline}.d-col_sm{flex-direction:column}.d-row-reverse_sm{flex-direction:row-reverse}.d-col-reverse_sm{flex-direction:column-reverse}.m-center_sm{margin-left:auto;margin-right:auto}.m-right_sm{margin-left:auto;margin-right:0}.t-center_sm{text-align:center}.t-left_sm{text-align:left}.t-right_sm{text-align:right}.w-100_sm{width:100%}}.mb-10{margin-bottom:calc(var(--spacing)*1)}.mb-20{margin-bottom:calc(var(--spacing)*2)}.mb-30{margin-bottom:calc(var(--spacing)*3)}.mb-40{margin-bottom:calc(var(--spacing)*4)}.mb-50{margin-bottom:calc(var(--spacing)*5)}.mb-60{margin-bottom:calc(var(--spacing)*6)}.mb-70{margin-bottom:calc(var(--spacing)*7)}.mb-80{margin-bottom:calc(var(--spacing)*8)}.mb-90{margin-bottom:calc(var(--spacing)*9)}.mb-100{margin-bottom:calc(var(--spacing)*10)}.mb-110{margin-bottom:calc(var(--spacing)*11)}.mb-120{margin-bottom:calc(var(--spacing)*12)}.mb-130{margin-bottom:calc(var(--spacing)*13)}.mb-140{margin-bottom:calc(var(--spacing)*14)}.mb-150{margin-bottom:calc(var(--spacing)*15)}@media screen and (min-width: 768px)and (max-width: 1179px){.mb-10_md{margin-bottom:calc(var(--spacing)*2*1)}.mb-20_md{margin-bottom:calc(var(--spacing)*2*2)}.mb-30_md{margin-bottom:calc(var(--spacing)*2*3)}.mb-40_md{margin-bottom:calc(var(--spacing)*2*4)}.mb-50_md{margin-bottom:calc(var(--spacing)*2*5)}.mb-60_md{margin-bottom:calc(var(--spacing)*2*6)}.mb-70_md{margin-bottom:calc(var(--spacing)*2*7)}.mb-80_md{margin-bottom:calc(var(--spacing)*2*8)}.mb-90_md{margin-bottom:calc(var(--spacing)*2*9)}.mb-100_md{margin-bottom:calc(var(--spacing)*2*10)}.mb-110_md{margin-bottom:calc(var(--spacing)*2*11)}.mb-120_md{margin-bottom:calc(var(--spacing)*2*12)}.mb-130_md{margin-bottom:calc(var(--spacing)*2*13)}.mb-140_md{margin-bottom:calc(var(--spacing)*2*14)}.mb-150_md{margin-bottom:calc(var(--spacing)*2*15)}}@media screen and (max-width: 767px){.mb-10_sm{margin-bottom:calc(var(--spacing)*2*1)}.mb-20_sm{margin-bottom:calc(var(--spacing)*2*2)}.mb-30_sm{margin-bottom:calc(var(--spacing)*2*3)}.mb-40_sm{margin-bottom:calc(var(--spacing)*2*4)}.mb-50_sm{margin-bottom:calc(var(--spacing)*2*5)}.mb-60_sm{margin-bottom:calc(var(--spacing)*2*6)}.mb-70_sm{margin-bottom:calc(var(--spacing)*2*7)}.mb-80_sm{margin-bottom:calc(var(--spacing)*2*8)}.mb-90_sm{margin-bottom:calc(var(--spacing)*2*9)}.mb-100_sm{margin-bottom:calc(var(--spacing)*2*10)}.mb-110_sm{margin-bottom:calc(var(--spacing)*2*11)}.mb-120_sm{margin-bottom:calc(var(--spacing)*2*12)}.mb-130_sm{margin-bottom:calc(var(--spacing)*2*13)}.mb-140_sm{margin-bottom:calc(var(--spacing)*2*14)}.mb-150_sm{margin-bottom:calc(var(--spacing)*2*15)}}.is-active{animation-fill-mode:forwards}.clip-left{clip-path:polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)}.clip-top{clip-path:polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%)}.blur-out,.fadein-up,.flip-left{opacity:0}.clip-left.is-active{animation-name:clipfromLeft;animation-duration:1.5s}.clip-top.is-active{animation-name:clipfromTop;animation-duration:1.5s}.blur-out.is-active{animation-name:blurOut;animation-duration:1.5s}.fadein-up.is-active{animation-name:fadeinUp;animation-duration:1.5s}.flip-left.is-active{animation-name:flipLeft;animation-duration:1.5s}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes clipfromLeft{0%{clip-path:polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)}100%{clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)}}@keyframes clipfromTop{0%{clip-path:polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%)}100%{clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)}}@keyframes blurOut{0%{opacity:0;filter:blur(20px)}100%{opacity:1;filter:blur(0)}}@keyframes fadeinUp{0%{opacity:0;transform:translateY(10%)}100%{opacity:1;transform:translateY(0)}}@keyframes flipLeft{0%{transform:perspective(600px) translate3d(0, 0, 0) rotateY(30deg);opacity:0}100%{transform:perspective(600px) translate3d(0, 0, 0) rotateY(0deg);opacity:1}}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.delay-4{animation-delay:.8s}.delay-5{animation-delay:1s}.delay-6{animation-delay:1.2s}.delay-7{animation-delay:1.4s}.delay-8{animation-delay:1.6s}.duration-05{animation-duration:.5s !important}.duration-1{animation-duration:1s !important}.duration-2{animation-duration:2s !important}.duration-25{animation-duration:2.5s !important}.t-bold{font-weight:bold}.t-sm{font-size:.8em}.t-sm2{font-size:.9em}.t-md{font-size:1.1em}.t-lg{font-size:1.3em}.f-sub{font-family:"Times New Roman","Yu Mincho","YuMincho","Hiragino Mincho ProN","MS PMincho",serif}.t-white{color:#fff}.t-main{color:#eef3f5}.t-sub{color:#007bc5}.t-sub02{color:#d0deef}.t-underline{text-decoration:underline}.t-marker{background-image:linear-gradient(transparent 75%, #EEF3F5 0%)}.stripe-line{background-size:100% 10px;background-position:bottom;background-image:repeating-linear-gradient(135deg, transparent 0 3px, #D0DEEF 3px 6px);background-repeat:no-repeat;padding-bottom:1em;line-height:2.2}.bg-white{background-color:#fff}.bg-main{background-color:#eef3f5}.bg-sub{background-color:#007bc5}.bg-sub02{background-color:#d0deef}.disc{list-style-type:disc}.disc li{margin-left:1em}.arrow{position:absolute;right:1rem;top:50%;translate:0 -50%}.arrow::after{content:"";font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;display:inline-flex;align-items:center;justify-content:center;color:#007bc5;width:26px;height:26px;background-color:#fff;border-radius:50%;font-size:1.3rem;border:1px solid #fff;transition:.3s}.thumb-wrap{overflow:hidden;aspect-ratio:1/1;position:relative}.thumb-wrap img{width:100%;height:100%;object-fit:cover;transition:.5s}.thumb-link:hover .thumb-wrap img{transform:scale(1.1)}.disabled{opacity:.3;pointer-events:none}.btn{width:100%;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-weight:bold;font-size:1.8rem;line-height:1.2;padding:.5em;position:relative;cursor:pointer;transition:.5s;background-image:linear-gradient(to right, transparent 50%, #fff 50%);background-size:200% 100%;border:1px solid;border-radius:40px;max-width:250px;height:50px;background-color:#007bc5;border-color:#007bc5;color:#fff;position:relative}.btn:hover{background-position:-100% -100%}.btn .icon{position:absolute;left:calc(var(--spacing)*3);pointer-events:none}.btn:hover{color:#007bc5}.btn:hover .arrow::after{border:1px solid currentColor}.btn.prev .arrow{right:unset;left:1rem;transform:scale(-1, 1)}.btn.btn-alt{background-color:#eef3f5;border-color:#eef3f5;color:#007bc5}.btn.btn-alt:hover .arrow::after{border-color:#eef3f5}.btn.btn-lg{max-width:400px}.btn.btn-dl .icon{font-size:27px}.btn.btn-tel{font-size:2.4rem}.btn.btn-tel .icon{font-size:36px}.btn.btn-submit{padding:0}.btn.btn-submit .icon{font-size:30px}.btn.btn-submit input[type=submit]{width:100%;height:100%}@media screen and (min-width: 1180px){.btn.btn-lg{height:70px}}@media screen and (max-width: 1179px){.btn.btn-dl,.btn.btn-tel{padding-left:calc(var(--spacing)*3 + 30px)}}.news-list>li:not(:last-child){margin-bottom:2rem}.news-list>li a{display:flex;align-items:center;column-gap:calc(var(--spacing)*2);padding:calc(var(--spacing)*3) calc(var(--spacing)*3 + 3rem) calc(var(--spacing)*3) calc(var(--spacing)*3);background-color:#eef3f5;border-radius:1rem;line-height:1.5;position:relative}.news-list>li a time{font-weight:bold;flex-shrink:0}.news-list>li a .news-ttl{font-weight:bold}.news-list>li a .arrow{right:calc(var(--spacing)*3)}@media screen and (max-width: 767px){.news-list>li a{flex-wrap:wrap;row-gap:.5rem}.news-list>li a .news-ttl{width:100%}}.news-tag{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:calc(var(--spacing)*1);font-weight:bold;line-height:1;color:#fff;background-color:#007bc5;border-radius:calc(var(--spacing)*2) 0 calc(var(--spacing)*2) calc(var(--spacing)*2)}#header{height:var(--header-height);position:sticky;left:0;top:0;z-index:3;padding-right:max(10.5%,140px);background-color:#eef3f5;transition:.3s}#header .logo{display:flex;align-items:center;justify-content:center;width:19%;min-width:150px;height:calc(var(--header-height) + var(--spacing)*2);border-bottom-right-radius:calc(var(--spacing)*4);position:fixed;top:0;left:0;background-color:#eef3f5}#header .logo .header-logo_wrap{width:80%}#header #header-global>ul>li{font-weight:bold}#header #header-global>ul>li.header-cv a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:10.5%;min-width:140px;height:calc(var(--spacing)*12);border-bottom-left-radius:calc(var(--spacing)*4);position:fixed;top:0;right:0;background-color:#007bc5;color:#fff;font-size:2rem;transition:.3s}#header #header-global>ul>li.header-cv a::before{content:"";font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;font-size:3rem;margin-bottom:.5rem}#header #header-global>ul>li.header-cv a:hover{opacity:1;background-color:#d0deef}#header.is-change{background-color:#fff}#header.is-change:not(.is-open){animation:fadeIn .5s ease-in-out}#header.is-change .logo{height:var(--header-height);background-color:#fff}@media screen and (min-width: 1180px){#header #header-global>ul{font-size:1.8rem}#header #header-global>ul>li{position:relative}#header #header-global>ul>li:not(.header-cv) a{display:block}#header #header-global>ul>li:not(.header-cv) a::before{content:"";display:block;width:7px;height:7px;border-radius:50%;background-color:#007bc5;position:absolute;left:0;bottom:-5px;opacity:0;transition:.3s}#header #header-global>ul>li:not(.header-cv) a:hover{opacity:1}#header #header-global>ul>li:not(.header-cv) a:hover::before{left:50%;opacity:1}#header #header-global>ul>li+li{margin-left:2em}}@media screen and (max-width: 1179px){#header{border-bottom-right-radius:1rem}#header .circle-bg{position:fixed;width:100px;height:100px;border-radius:50%;background-color:#eef3f5;transform:scale(0);right:-50px;top:-50px;transition:.5s}#header #header-global{width:100%;height:100vh;height:100dvh;overflow-y:auto;opacity:0;transform:translateY(-150vh);position:fixed;top:0;left:0}#header #header-global>ul{padding-top:calc(var(--header-height) + 2rem)}#header #header-global>ul>li{opacity:0;transform:translateY(-10px);transition:.5s;width:90%;margin-left:auto;margin-right:auto}#header #header-global>ul>li:nth-child(1){transition-delay:.1s}#header #header-global>ul>li:nth-child(2){transition-delay:.2s}#header #header-global>ul>li:nth-child(3){transition-delay:.3s}#header #header-global>ul>li:nth-child(4){transition-delay:.4s}#header #header-global>ul>li:nth-child(5){transition-delay:.5s}#header #header-global>ul>li:not(.header-cv)>a{padding:.8em;font-weight:bold;font-size:16px;display:block;border-bottom:2px dotted #d0deef}#header #header-global>ul>li:not(.header-cv)>a::after{content:"";font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;display:inline-flex;align-items:center;justify-content:center;color:#007bc5;width:22px;height:22px;background-color:#fff;border-radius:50%;font-size:1.2rem;position:absolute;right:0;top:50%;transform:translateY(-50%)}#header #header-global>ul>li.header-cv a{width:100%;flex-direction:row;column-gap:5px;border-radius:4rem;margin-top:4rem}#header #header-global>ul>li.header-cv a::before{font-size:20px}#header #toggle{width:var(--header-height);height:var(--header-height);position:fixed;right:0;top:0;background-color:#007bc5;border-top-left-radius:1rem;border-bottom-right-radius:1rem;display:flex;align-items:center;justify-content:center;z-index:3}#header #toggle span,#header #toggle span::before,#header #toggle span::after{content:"";display:block;width:25px;height:2px;border-radius:5px;background-color:#fff;position:absolute;transition:.3s}#header #toggle span{top:50%;transform:translateY(-50%)}#header #toggle span::before{top:8px}#header #toggle span::after{bottom:8px}#header.is-open .circle-bg{transform:scale(50)}#header.is-open #toggle span{background-color:rgba(0,0,0,0)}#header.is-open #toggle span::before{transform:rotate(45deg);top:0}#header.is-open #toggle span::after{transform:rotate(-45deg);bottom:0}#header.is-open #header-global{opacity:1;transform:translateY(0)}#header.is-open #header-global>ul>li{opacity:1;transform:translateY(0)}}#footer{background-color:#007bc5;border-top-left-radius:calc(var(--spacing)*10);border-top-right-radius:calc(var(--spacing)*10);color:#fff;padding-top:calc(var(--spacing)*6);padding-bottom:calc(var(--spacing)*4);margin-top:calc(var(--spacing)*-10);position:relative}#footer .footer-global ul{column-gap:2em}#footer .footer-global a{transition:.3s}#footer .footer-global a:hover{opacity:.5}#footer .copy{font-size:.8em}@media screen and (max-width: 1179px){#footer .footer-global ul{column-gap:1em}#footer .company-logo{text-align:center}#footer .company-logo img{max-width:80%}}@media screen and (max-width: 767px){#footer .company-tel a{text-decoration:underline}}.main-visual{height:88vh}.main-visual .main-ttl{max-width:25.5%;left:-2.8%}.main-visual .main-ttl span:nth-of-type(1){width:68%}.main-visual .slides{width:100%;height:100%;border-radius:calc(var(--spacing)*4);position:relative;overflow:hidden}.main-visual .slides>li{position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;transform:scale(1);animation:slide-fade 40s linear infinite 0s}.main-visual .slides>li:nth-of-type(1){animation-delay:-5s}.main-visual .slides>li:nth-of-type(2){animation-delay:5s}.main-visual .slides>li:nth-of-type(3){animation-delay:15s}.main-visual .slides>li:nth-of-type(4){animation-delay:25s}.main-visual .slides>li:nth-of-type(5){animation-delay:35s}.main-visual .slides>li img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1179px){.main-visual{height:40vh}}@keyframes slide-fade{0%{animation-timing-function:ease-in;opacity:0;filter:blur(30px)}12%{animation-timing-function:ease-out;opacity:1;filter:blur(0)}30%{opacity:1}43%{opacity:0;transform:scale(1.2)}100%{opacity:0}}.top-ttl{position:relative;padding-bottom:1rem;z-index:1}.top-ttl .en{position:absolute;left:-5.2vw;top:15%}.top-ttl .ja{font-size:4rem;font-weight:bold;position:relative;z-index:1}.top-ttl::after{content:"";position:absolute;width:calc(var(--spacing)*4);height:5px;border-radius:5px;bottom:0;left:0;background-color:#007bc5}.top-ttl.t-center .en{left:0;right:0;margin:auto}.top-ttl.t-center::after{left:0;right:0;margin:auto}@media screen and (max-width: 1179px){.top-ttl .ja{font-size:2.4rem}.top-ttl .en img{height:50px;width:auto}}#top-about{background-color:#eef3f5;background-image:url(../images/top/about-bg.svg);background-size:calc(var(--spacing)*40);background-repeat:no-repeat;background-position:center bottom;border-bottom-right-radius:calc(var(--spacing)*15);padding-top:calc(var(--spacing)*10);padding-bottom:calc(var(--spacing)*15)}#top-about .top-about-container{display:grid;grid-template-columns:50% 42%;justify-content:space-between}#top-about .top-about-txt{padding-top:calc(var(--spacing)*2);padding-left:5.7vw}#top-about .top-about-txt p{line-height:2}@media screen and (max-width: 767px){#top-about{background-position:right top 30%}#top-about .top-about-container{grid-template-columns:1fr}#top-about .top-about-txt{padding:0 var(--col-gutter)}#top-about .top-about-img{padding-left:var(--col-gutter)}}#top-service{padding-top:calc(var(--spacing)*10);padding-bottom:calc(var(--spacing)*8);background-color:#fff;border-bottom-left-radius:calc(var(--spacing)*15);margin-bottom:calc(-15*var(--spacing));position:relative}#top-service .top-service-container{display:grid;grid-template-columns:53% 40%;justify-content:space-between}#top-service .top-service-txt{padding-top:calc(var(--spacing)*2);padding-right:5.7vw}#top-service .top-service-txt p{line-height:2}@media screen and (max-width: 767px){#top-service .top-service-container{grid-template-columns:1fr}#top-service .top-service-txt{order:1;padding:0 var(--col-gutter)}#top-service .top-service-img{order:2}}#top-feature{padding-top:calc(var(--spacing)*30);padding-bottom:calc(var(--spacing)*16);background-image:url(../images/top/feature-bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;border-bottom-right-radius:calc(var(--spacing)*15)}#top-feature .feature-list li{min-height:200px;padding:calc(var(--spacing)*8) 4rem calc(var(--spacing)*2);background-color:#fff;border-top-right-radius:calc(var(--spacing)*6);border-bottom-left-radius:calc(var(--spacing)*6);position:relative}#top-feature .feature-list li .num{position:absolute;left:0;top:0;background-color:#007bc5;padding:calc(var(--spacing)*1) calc(var(--spacing)*3);border-bottom-right-radius:calc(var(--spacing)*4)}#top-feature .feature-list li .feature-ttl{width:fit-content;margin-left:auto;margin-right:auto;font-weight:bold;font-size:3rem;text-align:center;padding-bottom:.5em;line-height:1.3}#top-feature .feature-list li p{font-size:2rem}@media screen and (max-width: 1179px){#top-feature{background-image:url(../images/top/feature-bg_sp.jpg)}#top-feature .feature-list li .num img{height:30px;width:auto}#top-feature .feature-list li .feature-ttl{font-size:2.2rem}#top-feature .feature-list li p{font-size:1.8rem}}#top-news{padding:calc(var(--spacing)*15) 0}#top-news .top-news-container{display:grid;grid-template-columns:27% 63%;justify-content:space-between}#top-news .top-news-ttl .top-ttl .en{left:-1rem}@media screen and (max-width: 1179px){#top-news .top-news-container{grid-template-columns:1fr}}#main-header{background-color:#eef3f5}#main-header .header-image{margin-left:5.7vw;margin-right:2.6vw;position:relative}#main-header .header-image .main-ttl{position:absolute;bottom:5.2vw;z-index:1;color:#007bc5}#main-header .header-image .main-ttl span{display:block;background-color:#fff;padding:calc(var(--spacing)*1.5) calc(var(--spacing)*2);border-top-right-radius:calc(var(--spacing)*4);border-bottom-right-radius:calc(var(--spacing)*4)}#main-header .header-image .main-ttl span.ttl-txt{font-size:calc(var(--spacing)*4);font-weight:bold;line-height:1.3}#main-header .header-image:not(.main-visual){border-radius:calc(var(--spacing)*4);overflow:hidden}#main-header .header-image:not(.main-visual) .main-ttl{left:0}#main-header .header-image .header-ttl_en{position:absolute;right:2.3%;bottom:-2px;text-align:right}#main-header .header-image .header-ttl_en img{width:auto;height:5.2vw}#main-header::before{content:"";position:absolute;left:calc(5.7vw - 1px);top:calc(var(--header-height) + var(--spacing)*2 - 1px);width:64px;height:47px;background-image:url(../images/common/header-round-parts.svg);background-size:contain;background-repeat:no-repeat;z-index:1}#main-header .bread-crumb-container{margin-left:5.7vw;margin-right:2.6vw;padding:calc(var(--spacing)*1) 1.5vw;overflow-x:auto}#main-header .bread-crumb-container .bread-crumbs{display:flex;font-size:1.4rem;white-space:nowrap;overflow-x:auto;font-weight:bold}#main-header .bread-crumb-container .bread-crumbs li+li::before{content:"/";color:#231815;padding:0 1em;font-weight:normal}#main-header .bread-crumb-container .bread-crumbs a{text-decoration:underline;transition:.3s}#main-header .bread-crumb-container .bread-crumbs a:hover{opacity:.5}@media screen and (max-width: 1179px){#main-header::before{background-image:url(../images/common/header-round-parts_sp.svg)}#main-header .header-image .main-ttl{bottom:20%}#main-header .header-image .main-ttl img{width:auto;height:26px}#main-header .header-image:not(.main-visual) .header-img-wrap{aspect-ratio:2.5/1}#main-header .header-image:not(.main-visual) .header-img-wrap img{width:100%;height:100%;object-fit:cover}#main-header .bread-crumb-container .bread-crumbs{font-size:1rem}}@media screen and (min-width: 768px)and (max-width: 1179px){#main-header .header-image.main-visual .main-ttl{max-width:45%}}@media screen and (max-width: 767px){#main-header .header-image .header-ttl_en{width:auto}#main-header .header-image .header-ttl_en img{height:30px;width:auto}#main-header .header-image .main-ttl{max-width:65%}}#page-contents{padding-top:calc(var(--spacing)*6);padding-bottom:calc(var(--spacing)*15)}#contact{padding-top:calc(var(--spacing)*15);padding-bottom:calc(var(--spacing)*25);background-color:#eef3f5;border-top-left-radius:calc(var(--spacing)*15);position:relative}#contact::before{content:"";position:absolute;width:calc(var(--spacing)*44);height:calc(var(--spacing)*21.6);background-image:url(../images/common/contact-bg_left.svg);background-repeat:no-repeat;background-size:contain;left:0}#contact::after{content:"";position:absolute;width:calc(var(--spacing)*42.7);height:calc(var(--spacing)*22.6);background-image:url(../images/common/contact-bg_right.svg);background-repeat:no-repeat;background-size:contain;top:calc(var(--spacing)*10);right:0}#contact .form-container{background-color:#fff;border-radius:calc(var(--spacing)*4);padding:calc(var(--spacing)*7) 0}#contact .form-ttl{font-size:2.8rem;font-weight:bold;line-height:1.5}#contact .required{display:inline-flex;font-size:.8em;line-height:1;padding:.1em;margin-left:1rem;color:red;border:1px solid currentColor}#contact .form-tbl input:not([type=submit]),#contact .form-tbl textarea{width:100%;min-height:calc(var(--spacing)*7);padding:.5em;border:1px solid #ccc;border-radius:calc(var(--spacing)*1)}#contact .form-tbl input:not([type=submit]):focus,#contact .form-tbl textarea:focus{background-color:#eef3f5;outline:2px solid #d0deef}#contact .form-tbl dd{margin-bottom:3rem}#contact .form-tbl dd:last-of-type{margin-bottom:5rem}#contact .privacy-block{width:100%;height:calc(var(--spacing)*38);padding:1em;background-color:#eef3f5;border:1px solid #ccc;border-radius:calc(var(--spacing)*1);overflow-y:scroll}#contact .privacy-block .privacy-ttl{gap:.5em}#contact .wpcf7-acceptance label{display:inline-block;cursor:pointer;font-weight:bold}#contact .wpcf7-acceptance label input{width:30px;height:30px;line-height:1;position:relative;margin-right:.5rem;cursor:pointer}#contact .wpcf7-acceptance label input::before{content:"";display:inline-block;border:1px solid #ccc;width:100%;height:100%;transition:.3s;border-radius:5px}#contact .wpcf7-acceptance label input::after{content:"";display:block;position:absolute;width:80%;height:80%;opacity:0;transition:.3s;top:50%;left:50%;transform:translate(-50%, -50%);background-image:url(../images/common/check.svg);background-size:contain;background-repeat:no-repeat;background-position:center}#contact .wpcf7-acceptance label input:checked::after{opacity:1}#contact .wpcf7-not-valid-tip{font-weight:bold !important}#contact .wpcf7-not-valid{border-color:#dc3232;background-color:#f7d7da}#contact .wpcf7-response-output{padding:10px !important;font-weight:bold}#contact .wpcf7 form.sent .wpcf7-response-output{background:#d5edda;color:#185626;border-color:#c4e5cc !important;border:1px solid}#contact .wpcf7 form.failed .wpcf7-response-output,#contact .wpcf7 form.aborted .wpcf7-response-output{background:#f7d7da;color:#711d26;border-color:#f4c6cb !important;border:1px solid}#contact .wpcf7 form.invalid .wpcf7-response-output,#contact .wpcf7 form.unaccepted .wpcf7-response-output,#contact .required_msg{border-color:#dc3232 !important;border:1px solid;background:#f7d7da;color:#dc3232}#contact .wpcf7 form.spam .wpcf7-response-output{background:#fff2cf;color:#846314;border-color:#feedbd !important;border:1px solid}#contact .wpcf7-spinner{position:absolute;right:-30px;top:0;bottom:0;margin:auto}@media screen and (min-width: 1180px){#contact .contact-message{font-size:2rem}#contact .form-container .container{padding-left:0;padding-right:0}}@media screen and (max-width: 1179px){#contact::before{bottom:1.5rem}#contact::after{background-size:80% auto;background-position:right;top:0}#contact .form-ttl{font-size:1.8rem}#contact .wpcf7-acceptance label input{width:20px;height:20px}}.page-ttl{text-align:center;font-size:2.8rem;font-weight:bold;position:relative;padding-bottom:.5em}.page-ttl::after{content:"";position:absolute;width:calc(var(--spacing)*4.5);height:5px;background-color:#007bc5;border-radius:5px;bottom:0;left:0;right:0;margin:auto}@media screen and (max-width: 1179px){.page-ttl{font-size:2rem}}.page-ttl02{font-size:2.4rem;font-weight:bold;position:relative;border-bottom:1px solid #d0deef;padding-top:calc(var(--spacing)*1);padding-bottom:calc(var(--spacing)*1);padding-left:calc(var(--spacing)*3)}.page-ttl02::before{content:"";position:absolute;width:7px;height:calc(100% - var(--spacing)*2);background-color:#007bc5;border-radius:5px;bottom:calc(var(--spacing)*1);left:0}@media screen and (max-width: 1179px){.page-ttl02{font-size:1.8rem}}.tab-switcher{line-height:1.2;text-align:center;display:flex;column-gap:calc(var(--spacing)*3)}.tab-switcher li{width:130px;max-width:33.3333333333%}.tab-switcher .tab-link{display:block;font-weight:bold;position:relative}.tab-switcher .tab-link::before,.tab-switcher .tab-link::after{content:"";width:100%;height:3px;position:absolute;bottom:-10px;left:0;transition:.3s}.tab-switcher .tab-link::before{background-color:#ccc}.tab-switcher .tab-link::after{width:0;background-color:#007bc5}.tab-switcher .tab-link.is-active{color:#007bc5}.tab-switcher .tab-link.is-active::before{background-color:#007bc5}.tab-switcher .tab-link:hover::after{width:100%}.pagination{display:flex;justify-content:center}.pagination>ul{display:flex;align-items:center;column-gap:1em}.pagination>ul .page-numbers{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #007bc5;border-radius:50%;color:#007bc5;font-size:1.8rem;font-weight:bold;line-height:1;transition:.5s}.pagination>ul .page-numbers.current{background-color:#007bc5;color:#fff}.pagination>ul .page-numbers.prev,.pagination>ul .page-numbers.next{position:relative;font-size:1.4rem}.pagination>ul .page-numbers.prev.prev::before,.pagination>ul .page-numbers.prev.next::after,.pagination>ul .page-numbers.next.prev::before,.pagination>ul .page-numbers.next.next::after{content:"";font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;transition:.3s}.pagination>ul .page-numbers.prev.prev::before,.pagination>ul .page-numbers.next.prev::before{transform:scale(-1, 1)}.pagination>ul .page-numbers:hover{background-color:#007bc5;color:#fff}@media screen and (max-width: 767px){.pagination{scale:.8}}.post-info{display:flex;align-items:center;column-gap:1em}.post-info time{font-weight:bold}.post-ttl{font-weight:bold;font-size:2.4rem;line-height:1.3}.thumb-container{border-radius:calc(var(--spacing)*2);overflow:hidden}.post-content strong{font-weight:bold}.post-content p,.post-content figure{margin-bottom:1em}.post-content ul{list-style-type:disc}.post-content ol{list-style-type:decimal}@media screen and (max-width: 1179px){.post-ttl{font-size:1.8rem}.prev-next-btn{column-gap:1rem}.prev-next-btn .btn{font-size:1.3rem;height:40px;padding-right:2rem}.prev-next-btn .btn.prev{padding-right:0;padding-left:2rem}.prev-next-btn .btn .arrow::after{width:16px;height:16px;font-size:1rem}}.sticky-link{position:sticky;top:var(--header-height);z-index:2;background-color:#fff}.page-links{display:flex;flex-wrap:wrap;align-items:flex-end}.page-links li{text-align:center;flex-grow:1;flex-shrink:1;flex-basis:auto}.page-links li a{display:block;position:relative;font-weight:bold;color:#007bc5;border-bottom:1px solid #ccc;padding:.5rem}.page-links li a::after{content:"";display:inline-block;width:18px;height:18px;background-image:url(../images/page/arrow-down.svg);background-repeat:no-repeat;background-size:contain;background-position:center;vertical-align:middle;margin-left:.5em}.page-links li a::before{content:"";width:0;height:1px;background-color:#007bc5;position:absolute;bottom:-1px;left:0;transition:.3s}.page-links li a:hover{opacity:1;color:#007bc5}.page-links li a:hover::before{width:100%}.page-links.service-link{justify-content:center}.page-links.service-link li{flex-grow:0}@media screen and (max-width: 1179px){.page-links li{flex-basis:33.3333333333%}.page-links li a::after{width:12px;height:12px}}@media screen and (max-width: 767px){.page-links li a{font-size:1.2rem}}.company-message-container{position:relative;padding:calc(var(--spacing)*4)}.company-message-container::after{content:"";width:86%;height:100%;min-width:min(100vw - (100vw - 1000px)/2 + 12rem,100vw);position:absolute;top:0;left:0;background-color:#eef3f5;border-top-right-radius:calc(var(--spacing)*30);border-bottom-right-radius:calc(var(--spacing)*30);z-index:-1}.company-message-container .container{display:grid;grid-template-columns:35% 60%;column-gap:6%;position:relative;z-index:1}.company-message-container .company-message-img img{border-radius:calc(var(--spacing)*2)}.company-message-container .company-message-ttl{position:absolute;transform:translateY(-30%);max-width:40%}@media screen and (min-width: 1180px){.company-message-container .company-message-img figcaption{font-size:2.4rem}.company-message-container .company-message-txt{padding-top:2rem}}@media screen and (max-width: 767px){.company-message-container::after{border-radius:0 0 10rem 10rem}.company-message-container .container{grid-template-columns:1fr}.company-message-container .company-message-img{width:80%;margin-left:auto;margin-right:auto;text-align:center}.company-message-container .company-message-img figcaption{font-size:1.8rem}.company-message-container .company-message-ttl{max-width:80%;left:0}}.tbl01 table{width:100%}.tbl01 table tr{border-bottom:1px solid #d0deef}.tbl01 table th{color:#007bc5;word-break:auto-phrase}.tbl01 table th,.tbl01 table td{padding:calc(var(--spacing)*2)}.tbl01.equip-tbl table thead{background-color:#eef3f5;position:sticky;top:calc(var(--header-height) + 3rem)}.tbl01.equip-tbl table thead tr{border-bottom:none}.tbl01.equip-tbl table thead th:not(:last-of-type){border-right:1px dotted #d0deef}.tbl01.equip-tbl table thead th:last-of-type{min-width:calc(3em + 20px)}.tbl01.equip-tbl table th,.tbl01.equip-tbl table td{text-align:center;vertical-align:middle;padding:calc(var(--spacing)*1.5)}.tbl01.equip-tbl table th{word-break:normal}.tbl01.equip-tbl table td{border-left:1px dotted #d0deef}.tbl01.equip-tbl table td:last-of-type{text-align:right}@media screen and (max-width: 1179px){.tbl01.equip-tbl table thead{top:calc(var(--header-height) + 6rem)}}@media screen and (max-width: 767px){.tbl01.equip-tbl table th,.tbl01.equip-tbl table td{line-height:1.3;font-size:1.3rem}}.img-wrap{width:fit-content;position:relative;border-radius:2rem;overflow:hidden}.img-wrap figcaption{position:absolute;bottom:0;left:0;background-color:#007bc5;color:#fff;font-weight:bold;padding:.2em .5em;border-top-right-radius:2rem;min-width:150px;max-width:96%;min-height:50px;line-height:1.3;display:inline-flex;align-items:center;justify-content:center}@media screen and (max-width: 1179px){.img-wrap figcaption{min-height:40px}}.equip-list{gap:calc(var(--spacing)*3)}@media screen and (min-width: 1180px){.equip-list{margin:0 5rem}}.client-container{padding:0 var(--col-gutter)}.client-list li:not(:last-child){margin-bottom:calc(var(--spacing)*1)}.map-container{aspect-ratio:4/3}.map-container iframe{width:100%;height:100%}.service-list-container{position:relative}.service-list-container .container{position:relative}.service-list-container .service-bg_left{position:absolute;left:-5%;bottom:25%;max-width:13.7vw}.service-list-container .service-bg_right{position:absolute;right:0;bottom:20%;max-width:17.5vw}@media screen and (max-width: 767px){.service-list-container .service-bg_left{top:-3%;max-width:30%}.service-list-container .service-bg_right{max-width:30%;bottom:15%}}.service-list>li:nth-child(odd) .service-img{border-bottom-right-radius:calc(var(--spacing)*4)}.service-list>li:nth-child(even){margin-top:calc(var(--spacing)*5)}.service-list>li:nth-child(even) .service-img{border-top-left-radius:calc(var(--spacing)*4)}.service-list>li .service-ttl{font-size:2.4rem;font-weight:bold;line-height:1.3;color:#007bc5;display:flex;column-gap:calc(var(--spacing)*2);align-items:center;position:relative}.service-list>li .service-ttl .num{margin-bottom:-2rem;flex:0 0 22.75%}@media screen and (max-width: 1179px){.service-list>li .service-ttl{font-size:1.8rem}}.service-point-ttl{text-align:center;font-size:2.8rem;line-height:1.5;font-weight:bold}.service-point-ttl .service-point-sub{display:block}.service-point-ttl .stripe-line{padding-bottom:calc(var(--spacing)*2)}@media screen and (max-width: 1179px){.service-point-ttl{font-size:2rem}}.service-point-container{padding-left:calc(var(--spacing)*8)}.service-detail-list{position:relative}.service-detail-list::after{content:"";position:absolute;bottom:calc(var(--spacing)*-2.2);left:calc(var(--spacing)*-5.5);width:calc(var(--spacing)*2.2);height:calc(var(--spacing)*2.2);background-color:#d0deef;clip-path:polygon(50% 100%, 0 0, 100% 0)}.service-detail-list>li{position:relative}.service-detail-list>li:not(:last-child){padding-bottom:calc(var(--spacing)*18)}.service-detail-list>li:last-child{padding-bottom:calc(var(--spacing)*10)}.service-detail-list>li::before{content:"";position:absolute;top:calc(var(--spacing)*-2);left:calc(var(--spacing)*-6);width:calc(var(--spacing)*3);height:calc(var(--spacing)*3);border-radius:50%;background-color:#fff;border:1px solid #007bc5}.service-detail-list>li::after{content:"";position:absolute;top:calc(var(--spacing)*1);left:calc(var(--spacing)*-4.8);width:calc(var(--spacing)*-0.3);height:100%;border:calc(var(--spacing)*.3) dashed #d0deef;z-index:-1}.service-detail-txt{align-self:flex-start;border-radius:calc(var(--spacing)*4);background-color:#eef3f5;margin-top:calc(var(--spacing)*-5);margin-right:calc(var(--spacing)*-10);padding:calc(var(--spacing)*3) calc(var(--spacing)*8) calc(var(--spacing)*3) calc(var(--spacing)*3)}.service-detail-txt .service-detail-ttl{font-weight:bold;color:#007bc5;font-size:2.4rem}@media screen and (max-width: 1179px){.service-detail-txt .service-detail-ttl{font-size:1.8rem}}@media screen and (max-width: 767px){.service-detail-txt{padding-bottom:4rem}}.service-detail-img img{border-radius:calc(var(--spacing)*4)}@media screen and (max-width: 767px){.service-detail-img{margin-top:-6rem;margin-right:calc(-1*var(--col-gutter));margin-left:var(--col-gutter)}}.service-works-ttl{width:fit-content;font-weight:bold;font-size:2rem;color:#007bc5;background-color:#eef3f5;padding:calc(var(--spacing)*.5) calc(var(--spacing)*2);border-radius:2rem}.service-message{margin-top:calc(var(--spacing)*2);padding:calc(var(--spacing)*3);border-radius:calc(var(--spacing)*2);line-height:1.8}.flow-list{display:grid;grid-template-columns:20% 1fr 1fr 1fr 1fr 24%}.flow-list>li{position:relative;background-color:#eef3f5;text-align:center;padding-top:3rem;padding-bottom:1rem;display:flex;flex-direction:column;align-items:center}.flow-list>li:not(:first-child){padding-left:40px}.flow-list>li:not(:last-child)::after{content:"";position:absolute;top:0;right:-40px;height:100%;width:40px;background-image:url(../images/page/service/step-arrow.svg);background-size:contain;background-repeat:no-repeat;z-index:1}.flow-list>li:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.flow-list>li:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.flow-list>li .step-num{position:absolute;top:-3rem;left:2rem;right:0;margin:auto}.flow-list>li h3{margin-bottom:1rem;line-height:1.3}.flow-list>li .support-info .icon{font-size:2.4rem;vertical-align:middle}@media screen and (min-width: 768px)and (max-width: 1179px){.flow-list .step-num img{width:auto;max-height:40px}.flow-list .step-img img{width:auto;max-height:50px}}@media screen and (max-width: 767px){.flow-list{grid-template-columns:80%;justify-content:center}.flow-list>li{padding-top:2rem}.flow-list>li:not(:last-child){padding-bottom:19vw}.flow-list>li:not(:last-child)::after{width:100%;aspect-ratio:4/1;background-image:url(../images/page/service/step-arrow_sp.svg);background-position:bottom;left:0;top:unset;bottom:0}.flow-list>li:not(:first-child){padding-left:0}.flow-list>li:first-child{border-bottom-left-radius:0;border-top-right-radius:5px}.flow-list>li:last-child{border-top-right-radius:0;border-bottom-left-radius:5px;padding-bottom:3rem}.flow-list>li .step-num{top:unset;right:unset;left:-1rem}.flow-list>li h3{font-size:1.8rem}.flow-list .support-info{font-size:1.4rem}.flow-list .support-info a{text-decoration:underline;color:#007bc5}}