﻿.animated{animation-duration:1s;animation-fill-mode:forwards}.fadeUp{animation-name:fadeUpAnime;animation-duration:2s;animation-fill-mode:forwards;opacity:0}@keyframes fadeUpAnime{from{opacity:0;transform:translate(0, 100px)}to{opacity:1;transform:translate(0, 0)}}.swing{animation-name:swing;transform-origin:top center}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.slideInLeft{animation:slideInLeft 2s forwards}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);opacity:0;visibility:visible}to{transform:translate3d(0, 0, 0);opacity:1}}.slideInRight{animation:slideInRight 2s forwards}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);opacity:0;visibility:visible}to{transform:translate3d(0, 0, 0);opacity:1}}.flipDown{animation:flipDownAnime 1.5s forwards;opacity:0}@keyframes flipDownAnime{from{transform:perspective(2500px) rotateX(100deg);opacity:0}to{transform:perspective(2500px) rotateX(0);opacity:1}}.face-slid{display:flex;justify-content:flex-end;margin:0 auto -8rem;position:relative;width:100%}@media screen and (min-width: 992px){.face-slid{top:0;left:0;transform:translate(10%, 0);margin:0 auto 8rem;max-width:1200px;width:80vw}}.face-lead{background:linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%);color:#26c0d0;font-size:calc(2.7rem + .3vw);line-height:1.8;margin:auto;padding:1rem;position:absolute;top:30%;left:5%;max-width:90%}@media screen and (min-width: 992px){.face-lead{padding:1rem 2rem;top:60%;left:-20%;transform:translate(10%, 0)}}.slider{filter:grayscale(20%);margin:.5rem;opacity:.7;overflow:hidden;position:relative;top:-14rem;width:100%;z-index:-10}@media screen and (min-width: 992px){.slider{margin:auto;height:auto;opacity:.9;top:0}}.slider::after{bottom:0}.slider-box{border:solid .5rem #26c0d0;border-radius:2rem;box-sizing:border-box;position:relative;width:100%;overflow:hidden;height:55vh}@media screen and (min-width: 992px){.slider-box{border:solid 1rem #26c0d0;border-radius:2rem;height:77vh}}.slider_img:nth-child(2) img{animation-delay:8s}.slider_img:nth-child(3) img{animation-delay:16s}.slider_img:nth-child(4) img{animation-delay:24s}.slider_img img{animation:slideshow 32s linear infinite;background-size:cover;position:absolute;object-fit:cover;opacity:0;min-height:55vh;height:auto;width:100%}@media screen and (min-width: 992px){.slider_img img{height:77vh}}@keyframes slideshow{0%{opacity:0;transform:scale(1)}5%{opacity:1}25%{opacity:1}30%{opacity:0}100%{opacity:0}}button{display:none !important}html{font-size:62.5%}body{background:rgba(17,17,17,.02);font:1.6rem/2 "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",sans-serif;color:rgba(17,17,17,.9);font-feature-settings:"palt";letter-spacing:.1rem;-webkit-text-size-adjust:100%;width:100%;-webkit-font-smoothing:antialiased}a:link,a:visited{color:rgba(17,17,17,.8);text-decoration:none}a:hover{opacity:.7;transition:.3s ease-in-out}a i{margin:0 .25rem 0 0}strong{font-weight:bold}img{height:auto;vertical-align:top;margin:0 auto}.w100{width:100% !important;max-width:100% !important}.w1080{width:100% !important;max-width:1080px !important}.list-unstyled{list-style:none}.list-circle{list-style:circle;padding:0 0 0 2rem}.content{margin:auto;padding:2rem 1.5rem 8rem;width:100%}@media screen and (min-width: 768px){.content{padding:2rem 1.5rem 12rem;max-width:1280px}}.block{display:block}.block-md{display:block}@media screen and (min-width: 768px){.block-md{display:contents}}.flex{display:flex;flex-direction:column}.grid{display:grid;justify-content:center}.grid-2{grid-template-columns:1fr}@media screen and (min-width: 768px){.grid-2{gap:2rem;grid-template-columns:repeat(2, 1fr)}}.grid-3{grid-template-columns:1fr}@media screen and (min-width: 576px){.grid-3{gap:2rem;grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 768px){.grid-3{gap:2rem;grid-template-columns:repeat(3, 1fr)}}.grid-4{grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 768px){.grid-4{gap:2rem;grid-template-columns:repeat(4, 1fr)}}.grid-5{grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 768px){.grid-5{gap:2rem;grid-template-columns:repeat(5, 1fr)}}.gap-1{gap:1rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.gap-3{gap:4rem}.gap-5{gap:5rem}@media screen and (min-width: 768px){.none-link{pointer-events:none !important;opacity:1 !important}}.none-pc{display:flex}@media screen and (min-width: 768px){.none-pc{display:none}}.none-pc-lg{display:flex}@media screen and (min-width: 992px){.none-pc-lg{display:none}}.none-sp{display:none}@media screen and (min-width: 768px){.none-sp{display:flex}}.none-sp-lg{display:none}@media screen and (min-width: 992px){.none-sp-lg{display:flex}}.mb1{margin:0 auto 1rem !important}.mb2{margin:0 auto 2rem !important}.mb3{margin:0 auto 3rem !important}.mb4{margin:0 auto 4rem !important}.mb5{margin:0 auto 5rem !important}.my1{margin:1rem auto !important}.my2{margin:2rem auto !important}.my3{margin:3rem auto !important}.my4{margin:4rem auto !important}.my5{margin:5rem auto !important}.f-left{float:left}.f-right{float:right}.bg-blue{background:#4393ff}.bg-pink{background:rgba(226,162,177,.3)}.bg-pink02{background:linear-gradient(45deg, rgba(226, 162, 177, 0.3) 0%, rgba(226, 162, 177, 0.15) 100%)}@media screen and (min-width: 768px){.bg-pink02{background:linear-gradient(to right, rgba(226, 162, 177, 0.4) 0%, rgba(226, 162, 177, 0.2) 60%, #fff 40%, #fff 100%)}}.bg-navy{background:#00437c !important;margin:0 0 5rem;padding:4rem 0rem 0}@media screen and (min-width: 768px){.bg-navy{margin:0 0 8rem}}.bg-silver{background:#a3aaba}#page-top{z-index:60;position:fixed;bottom:1rem;right:1rem;opacity:0;transform:translateY(200px)}#page-top a{color:rgba(38,192,208,.5);font-size:4rem;position:relative}#page-top a>i{position:absolute;color:#fff !important;width:100%;height:100%;left:0;font-size:2.5rem;padding:.75rem 0;text-align:center}#page-top.UpMove{animation:UpAnime .5s forwards}@keyframes UpAnime{from{opacity:0;transform:translateY(200px)}to{opacity:1;transform:translateY(0)}}#page-top.DownMove{animation:DownAnime .5s forwards}@keyframes DownAnime{from{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(200px)}}.grecaptcha-badge{visibility:hidden !important}@media screen and (min-width: 768px){.grecaptcha-badge{visibility:visible !important;bottom:6.5rem !important}}.table-box{border-collapse:collapse;border-bottom:none;margin:0 auto;max-width:100%;width:100%}@media screen and (min-width: 768px){.table-box{width:calc(100vh + 6vw)}}.table-box th{background:rgba(38,192,208,.2);border-collapse:collapse;display:block;font-weight:bold;padding:1rem;text-align:start;width:100%}@media screen and (min-width: 768px){.table-box th{border-bottom:1px solid hsla(0,0%,100%,.7);display:table-cell;font-weight:normal;padding:1rem 2rem;text-align-last:end;vertical-align:middle;width:25%}}.table-box td{display:grid;border-collapse:collapse;padding:1rem;vertical-align:middle}@media screen and (min-width: 768px){.table-box td{border-bottom:1px solid rgba(38,192,208,.2);display:table-cell;padding:1rem 2rem}}.txt-center{text-align:center}.txt-left{text-align:left}.txt-right{text-align:right}.contact{margin:auto;padding:2rem 1.5rem 5rem;width:100%}@media screen and (min-width: 768px){.contact{max-width:1280px}}.formUs-area{margin:auto}@media screen and (min-width: 768px){.formUs-area{width:80%}}.formUs-area-btn{text-align:center}.formUs-area-btn input{background:#26c0d0;border-radius:.4rem;border:none;color:#fff;font-size:calc(1.4rem + .4vw);line-height:1.8;padding:1rem 6rem}.formUs-area .required{color:rgba(255,51,51,.7);font-size:1.2rem;margin:0 0 0 .3rem}.contactTable th{background:rgba(38,192,208,.15)}@media screen and (min-width: 768px){.contactTable th{border-bottom:1px solid hsla(0,0%,100%,.5)}}.contactTable td{margin:0 0 2rem;padding:0}@media screen and (min-width: 768px){.contactTable td{border-bottom:1px solid rgba(38,192,208,.1);padding:1rem}}form label{line-height:2}form input[type=text],form input[type=tel],form input[type=email]{border:1px solid #ccc;border-radius:4px;font-size:1.6rem;margin:.5rem 0;padding:1rem .5rem;width:100%}@media screen and (min-width: 768px){form input[type=text],form input[type=tel],form input[type=email]{width:96%}}form textarea{border-radius:4px;border:1px solid #ccc;font-size:1.6rem;padding:1rem;min-height:8em;width:96%}form select{border-radius:4px;border:1px solid #ccc;height:20rem;padding:1rem .5rem;height:4.5rem;width:100%}form .btnBox{font-size:2rem;margin:3rem auto 0;width:20rem}@media screen and (min-width: 768px){form .btnBox{margin:4rem auto 0}}form .btnBox input{background:rgba(38,192,208,.8);border-radius:.4rem;border:none;color:#fff;font-size:calc(1.4rem + .4vw);line-height:1.8;padding:1rem 6rem}form .btnBox input:hover{cursor:pointer;transition:all .3s ease-out;opacity:.7}form .btnBox button[type=submit]{background:#d5b843;border:none;border-radius:1rem;box-shadow:0 3px 0 #7d7256;color:#fff;cursor:pointer;font-size:1.8rem;font-weight:bold;margin:auto;padding:1rem !important;text-align:center;text-transform:uppercase;width:90%}form input,form select{vertical-align:baseline}form .wpcf7-not-valid-tip{color:rgba(255,51,51,.8);font-size:1em;font-weight:400;display:inline-block}.wpcf7 .wpcf7-response-output{color:rgba(255,51,51,.8);margin:1rem 0 0;text-align:center}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.font-cho{font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif}.font-you{font-family:"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",sans-serif}.font-1{font-size:calc(3.2rem + .4vw);letter-spacing:.2rem;line-height:1.6}.font-2{font-size:calc(1.8rem + .4vw);letter-spacing:.2rem;line-height:1.8}.font-3{font-size:calc(1.6rem + .4vw);line-height:1.8}.font-4{font-size:calc(1.5rem + .4vw);line-height:1.8}.font-5{font-size:calc(1.3rem + .4vw);line-height:1.8}.font-min{font-size:1.4rem;line-height:1.8;letter-spacing:0}.txt-right{text-align:right}.txt-left{text-align:left}.txt-intro{margin:0 0 1rem;text-align:left}@media screen and (min-width: 768px){.txt-intro{text-align:center}}.txt-center-pc{text-align:left}@media screen and (min-width: 768px){.txt-center-pc{text-align:center}}.txt-blue{color:#4393ff !important}.txt-black{color:#111 !important}.txt-beige{color:#c2b591 !important}.txt-gold{color:#d5b843 !important}.txt-gray{color:rgba(17,17,17,.7) !important}.txt-red{color:#f33 !important}.txt-pink{color:rgba(255,51,51,.4) !important}.txt-white{color:#fff !important}.txt-bold{font-weight:bold}.txt-line{display:initial;margin:0;background:linear-gradient(transparent 70%, rgba(253, 235, 79, 0.7) 70%)}.tit-h2{color:rgba(17,17,17,.8);font-size:calc(1.2rem + .4vw);display:flex;flex-direction:column-reverse;letter-spacing:.3rem;line-height:1.5;margin:0 auto 2rem;text-align:center}@media screen and (min-width: 768px){.tit-h2{margin:0 auto 4rem}}.tit-h2 span{color:#26c0d0;font-family:"Gill Sans",sans-serif;font-size:calc(3.2rem + .4vw);display:block;text-transform:uppercase}.tit-h3{letter-spacing:.2rem;border-left:solid 1.5rem #26c0d0;font-size:2rem;margin:0 0 2rem;padding:0 0 0 .8rem}.tit-h4{font-size:calc(1.6rem + .1vw)}.tit-h5{border-left:solid 1rem rgba(67,147,255,.3)}.footer{background:#26c0d0;color:#fff;padding:4rem 0;text-align:center}.footer-area{display:flex;align-items:center;justify-content:center;gap:2rem;margin:0 0 1rem}@media screen and (min-width: 768px){.footer-area{justify-content:space-between;gap:1rem;margin:auto;max-width:110vh}}.footer-logo{background:hsla(0,0%,100%,.3);border-radius:.2rem;font-size:2.6rem;color:#fff;line-height:1.4;opacity:.8;position:relative}@media screen and (min-width: 768px){.footer-logo{line-height:1.6;opacity:1;z-index:50}}.footer-logo::after{content:"";border-color:rgba(0,0,0,0) rgba(0,0,0,0) hsla(0,0%,100%,.3) rgba(0,0,0,0);border-style:solid;border-width:0 8rem 2rem 8rem;margin:auto;position:absolute;top:-2rem;left:0}@media screen and (min-width: 768px){.footer-logo::after{border-width:0 8rem 2rem 8rem}}.footer-logo-txt{display:block;font-size:1.4rem}.footer-logo-link{color:#fff !important;display:block;padding:2rem 0;width:16rem}.foot_nav_list{display:block;gap:1rem;margin:0 0 0 1rem}@media screen and (min-width: 768px){.foot_nav_list{display:inline-flex;opacity:1}.foot_nav_list:not(:last-of-type):after{content:"/";font-size:1.4rem;display:flex;align-items:center}}.foot_nav_list a{color:#fff}.foot-five{border-top:#eee solid 1px;margin:4rem auto 0;padding:1rem}.foot-five p{font-size:1.6;text-align:center}.foot-five-ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:3rem;margin:1rem auto;place-items:center;max-width:700px;width:100%}@media screen and (min-width: 768px){.foot-five-ul{grid-template-columns:repeat(6, 1fr)}}.foot-five-list{background:#fff;border:#eee solid 1px;border-radius:50%;display:grid;place-items:center;height:78px;width:78px}.foot-five-list img{height:48px;width:48px}.head_nav{flex-basis:100%;flex-grow:1;align-items:center}@media screen and (min-width: 992px){.head_nav{display:flex;gap:1rem;padding:0}}.head_nav_ul{display:none;position:absolute;top:30%;left:50%;transform:translate(-50%, -40%);width:100%;z-index:999}@media screen and (min-width: 992px){.head_nav_ul{display:flex;position:relative;margin:auto;top:0;left:0;transform:none;width:auto}}.head_nav_list{display:contents;text-align:center;opacity:0}@media screen and (min-width: 992px){.head_nav_list{margin:0;opacity:1}.head_nav_list:not(:last-of-type):after{content:"/";color:rgba(17,17,17,.7);font-size:1.4rem;display:flex;align-items:center}}.head_nav_list.hide{opacity:1;z-index:999}.head_nav_list a{color:#fff;display:block;padding:1.2rem 0}@media screen and (min-width: 992px){.head_nav_list a{border-radius:2rem;color:rgba(17,17,17,.8);padding:0 1rem}}@media screen and (min-width: 992px)and (min-width: 992px){.head_nav_list a:hover{background:linear-gradient(-45deg, rgba(38, 192, 208, 0.9), rgba(38, 192, 208, 0.5));color:#fff}}.head_nav_tel{color:#fff;display:grid;justify-items:center;line-height:2.5;margin:auto;position:absolute;top:100%;left:50%;transform:translate(-50%, 10%);width:100%}@media screen and (min-width: 992px){.head_nav_tel{display:none}}.head_nav_tel a{color:#fff}.g-nav{background:rgba(38,192,208,.95);height:100vh;opacity:0;position:fixed;transition:all .5s;top:0;left:0;width:100%;z-index:-1}@media screen and (min-width: 992px){.g-nav{background:none;height:auto;margin:2rem 0 0;position:unset;opacity:1;width:auto;z-index:1}}.g-nav.open{opacity:1;z-index:999}.g-nav.open .head_nav_ul{display:flex;flex-direction:column;flex-wrap:wrap}.g-nav.hide{opacity:1;z-index:999}.nav_toggle{background:rgba(38,192,208,.95);border-radius:.4rem;color:#fff;cursor:pointer;position:fixed;top:1rem;right:1rem;height:4.2rem;width:4.2rem;z-index:9999;display:flex;justify-content:space-evenly;opacity:.7}@media screen and (min-width: 992px){.nav_toggle{display:none}}.nav_toggle span{background:hsla(0,0%,100%,.7);border-radius:.1rem;height:.1rem;transition:all .4s;position:absolute;width:80%}@media screen and (min-width: 768px){.nav_toggle span{transition:all 0}}.nav_toggle span:nth-child(1){top:.7rem}.nav_toggle span:nth-child(2){background:none;font-size:1.2rem;top:.9rem;text-align:center}.nav_toggle span:nth-child(3){top:3.4rem}.header{display:grid;grid-template-columns:2fr .2fr;align-items:end;margin:auto;padding:1rem}@media screen and (min-width: 992px){.header{display:flex;align-items:center;justify-content:space-between;margin:0 auto;max-width:1440px}}.header-logo{background:#26c0d0;font-size:calc(3.2rem + .4vw);color:#fff;line-height:1.4;margin:3rem .5rem 0;opacity:.8;padding:.5rem;position:relative;width:18rem}@media screen and (min-width: 992px){.header-logo{line-height:1.6;margin:2rem 1rem -12rem 0;padding:2rem 1rem;opacity:1;width:22rem;z-index:50}}.header-logo::after{content:"";border-color:rgba(0,0,0,0) rgba(0,0,0,0) #26c0d0 rgba(0,0,0,0);border-style:solid;border-width:0 9rem 2rem 9rem;margin:auto;position:absolute;top:-2rem;left:0}@media screen and (min-width: 992px){.header-logo::after{border-width:0 11rem 2rem 11rem}}.header-logo a{display:grid;justify-items:center}.header-logo-h1{letter-spacing:.2rem;order:2}.header-logo-txt{font-size:calc(1.2rem + .4vw);order:1}.header-logo-eigo{font-size:1.2rem;font-family:"Times New Roman",Times,serif;order:3}.header-tel{display:none}@media screen and (min-width: 992px){.header-tel{display:flex !important}.header-tel-call{background:#26c0d0;border-radius:8rem;color:#fff;text-align:center;padding:0 1.4rem}}.shop-txt{margin:0 auto 3rem}@media screen and (min-width: 768px){.shop-txt{max-width:100vh;text-align:center}}.shop-map{display:grid}.shop-map-iframe{margin:auto;height:60vh;width:96%}@media screen and (min-width: 768px){.shop-map-iframe{width:80%}}.shop-tel{background:hsla(0,0%,100%,.05);border:solid 1px #c2b591;margin:0 auto 10rem;padding:1rem;max-width:800px;width:96%}.service-box{gap:2rem}@media screen and (min-width: 768px){.service-box{display:grid;grid-template-columns:1.7fr 1fr}}.service-box-img{box-shadow:1.2rem 1.2rem #26c0d0;margin:0;max-width:100%}.service-ul{margin:2rem 0 0}.service-list{list-style-type:disc;margin:0 0 0 3rem}@media screen and (min-width: 768px){.service-list{margin:0 0 0 1rem}}.price{padding:6rem 2rem 2rem;max-width:1280px}.price-bg{margin:0 auto 5rem;background:linear-gradient(45deg, rgba(38, 192, 208, 0.3) 0%, rgba(38, 192, 208, 0.15) 100%)}@media screen and (min-width: 992px){.price-bg{background:linear-gradient(to right, rgba(38, 192, 208, 0.4) 0%, rgba(38, 192, 208, 0.2) 60%, rgba(255, 255, 255, 0.01) 40%, rgba(255, 255, 255, 0.01) 100%)}}.price-free{margin:0 auto;padding:6rem 2rem;max-width:1280px}.price-free-h2{color:#26c0d0;font-size:calc(3.2rem + .4vw);letter-spacing:.5rem;margin:1rem auto;text-align:center;position:relative}.price-free-h2::after{position:absolute;content:"";display:block;border-bottom:solid .4rem hsla(0,0%,100%,.9);border-radius:.5rem;font-size:calc(1.6rem + .1vw);margin:1rem auto;left:calc(50% - 3rem);top:-1.5rem;width:6rem}.price-free-box{display:grid;align-items:center}@media screen and (min-width: 992px){.price-free-box{grid-template-columns:1fr 1fr}}.price-free-box-txt{padding:2rem;background:hsla(0,0%,100%,.7);margin:auto;z-index:10}@media screen and (min-width: 992px){.price-free-box-txt{margin:0 -25% 0 0}}.price-free-box-img{object-fit:cover;height:100%;width:100%}.price-table{display:flex;gap:4rem;flex-direction:column}@media screen and (min-width: 768px){.price-table{flex-direction:row;gap:6rem}}.price-table table{width:100%}.price-table table caption{text-align:left}.price-table table tr:first-of-type th{text-align-last:center}.price-table table th{display:table-cell;font-weight:normal;width:25%;border-bottom:1px solid hsla(0,0%,100%,.7)}.price-table table td{border-bottom:1px solid rgba(38,192,208,.25);display:table-cell;vertical-align:middle}.case-h3{position:relative;margin:1rem auto;text-align:center}.case-h3::after{position:absolute;content:"";display:block;border-bottom:solid .4rem rgba(38,192,208,.5);border-radius:.5rem;font-size:calc(1.6rem + .1vw);margin:1rem auto;left:calc(50% - 3rem);top:-2rem;width:6rem}.case-area{background:#fff;box-sizing:border-box;min-height:5rem;padding:2rem;position:relative}.case-area::after{position:absolute;z-index:-10;top:.5rem;right:-0.5rem;display:block;width:100%;height:100%;content:"";background:-webkit-repeating-linear-gradient(-45deg, rgba(38, 192, 208, 0.2), rgba(38, 192, 208, 0.2) 0.4rem, #fff 0.3rem, #fff 0.6rem);background:repeating-linear-gradient(-45deg, rgba(38, 192, 208, 0.2), #fff 0.3rem, #fff 0.3rem, #fff 0.6rem)}.case-area-ul{display:grid;gap:1rem}@media screen and (min-width: 768px){.case-area-ul:has(.case-area-list:nth-of-type(2)){grid-template-columns:repeat(2, 1fr)}.case-area-ul:has(.case-area-list:nth-of-type(3)){grid-template-columns:repeat(3, 1fr)}.case-area-ul:has(.case-area-list:nth-of-type(4)){grid-template-columns:repeat(4, 1fr)}.case-area-ul:has(.case-area-list:nth-of-type(5)){grid-template-columns:repeat(3, 1fr)}}.case-area-list{position:relative}.case-area-list::after{content:"";border:1px solid hsla(0,0%,100%,.5);box-sizing:border-box;display:block;position:absolute;top:.5rem;right:.5rem;bottom:.5rem;left:.5rem;z-index:10}.case-area-list:not(:last-child)::before{content:"Before";color:hsla(0,0%,100%,.7);font-family:"Times New Roman",Times,serif;padding:.5rem;position:absolute;top:0;left:.5rem;z-index:20}.case-area-list:last-child::before{content:"【After】";color:hsla(0,0%,100%,.8);font-family:"Times New Roman",Times,serif;padding:.5rem;position:absolute;top:0;left:.5rem;z-index:20}.case-area-img{object-fit:cover;width:100%;height:100%;display:block}.corporate{margin:auto}.corporate-txt{line-height:2.5;margin:2rem auto 0}@media screen and (min-width: 768px){.corporate-txt{text-align:center}}/*# sourceMappingURL=style.min.css.map */