.sp-on{display:inline-block}@media screen and (max-width: 767px){.sp-on{display:block}}.pc-on{display:block}@media screen and (max-width: 767px){.pc-on{display:inline-block}}.inner{width:96%;max-width:1280px;margin:auto}figure{position:relative;line-height:0}figure img{position:relative;line-height:0}figure figcaption{font-size:min(2svw,10px);position:absolute;right:.5rem;bottom:.5rem;line-height:1.2}.mv{position:relative;width:100%;height:50vh;background:url(../images/sumikae/mvbg.webp) 0 0/cover no-repeat}.mv::before,.mv::after{content:"";background:url(../images/sumikae/mv02.webp) 0 100%/contain no-repeat;width:35vh;height:38vh;position:absolute;left:-2vh;bottom:0;z-index:1}@media screen and (max-width: 767px){.mv::before,.mv::after{width:25vh;height:28vh}}.mv::after{background-image:url(../images/sumikae/mv01.webp);left:auto;right:-2vh}@media screen and (max-width: 767px){.mv{background:url(../images/sumikae/mvbg-sp.webp) 0 0/cover no-repeat}}.mv .title{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);width:90%;margin:auto;text-align:center;z-index:2}@media screen and (max-width: 767px){.mv .title{top:25%}}.mv .title h1{font-size:min(7.5svw,56px);color:#fff;font-weight:700;padding-bottom:.75em}.mv .title p{font-size:min(3.8svw,24px);color:#fff}.intro .nav{width:100%;background:#1e4477;padding:min(4vw,2rem)}@media screen and (max-width: 767px){.intro .nav{padding-right:0}}.intro .nav ul{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem 1rem;max-width:960px}.intro .nav ul li{border-right:solid 1px rgba(255,255,255,.4);padding-right:1rem}.intro .nav ul li:last-child{border:none}.intro .info{position:relative;background:#d9d6d1;background:linear-gradient(180deg, rgb(217, 214, 209) 0%, rgb(255, 255, 255) 100%);padding:min(6vw,3rem)}.intro .info::after{content:"";background:url(../images/sumikae/introbg.webp) 0 0/cover no-repeat;width:100%;height:100%;position:absolute;top:0;bottom:0;right:0;left:0;mix-blend-mode:multiply}.intro .info .block{position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0 1rem;max-width:980px;margin:auto;z-index:1;margin:min(4vw,2rem) auto}.intro .info .block figure{min-width:30%;width:calc((480px - 100%)*1000);max-width:100%}@media screen and (max-width: 767px){.intro .info .block figure img{width:100%;max-width:120px}}.intro .info .block p{font-size:min(4.2svw,24px);min-width:65%;width:calc((480px - 100%)*1000);max-width:100%;height:-moz-fit-content;height:fit-content;padding:3em 2em;background:#fff;border-radius:20px;box-shadow:3px 3px #707070}.intro .info .block p .col-orange{color:#e26436}.intro .info .block:nth-of-type(2){flex-direction:row-reverse}@media screen and (max-width: 767px){.intro .info .block:nth-of-type(2) figure img{margin-left:auto}}section{width:100%}section .title-area{width:100%;background:#fff;text-align:center;padding:min(6vw,3rem) 1rem min(3vw,1.5rem);border-top:solid 10px}section .title-area h2{font-size:min(5.5svw,40px);width:90%;margin:auto;padding:1rem 0}section .title-area h2::before{content:"";background:url(../images/sumikae/sec01-01.webp) 0 0/contain no-repeat;display:block;width:2em;height:1.8em;text-align:center;margin:auto}section .title-area .border{display:block;width:90%;height:1px;background:rgba(0,0,0,.5);margin:auto}section .title-area p{font-size:min(4.2svw,24px);padding:1rem 0}section .cnt,section .cnt2,section .cnt3{margin-bottom:min(12vw,6rem)}section .cnt .sub-tit,section .cnt2 .sub-tit,section .cnt3 .sub-tit{font-size:min(5svw,32px);color:#de477c;text-align:center;font-weight:500;padding:min(4vw,2rem) 1rem}section .cnt .wrap,section .cnt2 .wrap,section .cnt3 .wrap{background:#fff;margin:min(6vw,3rem) auto;border-top:solid 1px;padding:0 1rem 2rem}section .cnt .wrap .box,section .cnt2 .wrap .box,section .cnt3 .wrap .box{display:flex;justify-content:space-around;flex-wrap:wrap}section .cnt .wrap .box figure,section .cnt2 .wrap .box figure,section .cnt3 .wrap .box figure{min-width:48%;width:calc((480px - 100%)*1000);max-width:100%}section .cnt .merit,section .cnt2 .merit,section .cnt3 .merit{max-width:1180px;width:100%;margin:auto;background:#fff;border:solid 2px #e3dccf;padding-bottom:2rem}section .cnt .merit .list,section .cnt2 .merit .list,section .cnt3 .merit .list{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:0}@media screen and (max-width: 767px){section .cnt .merit .list,section .cnt2 .merit .list,section .cnt3 .merit .list{grid-template-columns:repeat(auto-fill, minmax(145px, 1fr))}}section.sec01,section.sec02,section.sec03{background:#f2efe9}section.sec01 .title-area{border-color:#de477c}section.sec01 .cnt .wrap{border-color:#de477c}section.sec02 .title-area{border-color:#5eaa2f}section.sec02 .title-area h2::before{background:url(../images/sumikae/sec02-01.webp) 0 0/contain no-repeat}section.sec02 .cnt2{margin-top:min(8vw,4rem)}section.sec02 .cnt2 .sub-tit{color:#5eaa2f}section.sec02 .cnt2 .human{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;grid-template-areas:"img1 img2 img3";gap:5%;margin-bottom:1rem}@media screen and (max-width: 767px){section.sec02 .cnt2 .human{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;grid-template-areas:"img1" "img2" "img3";gap:2%}}section.sec02 .cnt2 .human .img1{grid-area:img1}section.sec02 .cnt2 .human .img2{grid-area:img2}section.sec02 .cnt2 .human .img3{grid-area:img3}section.sec02 .cnt2 .human li{display:flex;flex-direction:column;width:90%;margin:auto}section.sec02 .cnt2 .human li p{font-size:min(4.2svw,24px);height:-moz-fit-content;height:fit-content;padding:2em;background:#fff;border-radius:20px;box-shadow:3px 3px #707070}section.sec02 .cnt2 .human li figure{margin-top:auto;align-self:center}section.sec02 .cnt2 .human li figure img{max-height:380px;height:100%;width:auto}@media screen and (max-width: 767px){section.sec02 .cnt2 .human li figure img{width:auto;height:100%;max-height:170px;margin:auto}}section.sec02 .cnt2 .human li img{align-self:center}@media screen and (max-width: 767px){section.sec02 .cnt2 .human li img.dsp-none{display:none}}section.sec02 .cnt2 .dsp-on{display:none}@media screen and (max-width: 767px){section.sec02 .cnt2 .dsp-on{display:block;width:240px;height:auto;margin:auto auto 2rem}}section.sec02 .cnt2 .merit .img{display:flex;justify-content:center;flex-wrap:wrap;padding:2rem 2rem 1rem}section.sec02 .cnt2 .merit .img figure{min-width:35%;width:calc((980px - 100%)*1000);max-width:100%}section.sec02 .cnt2 .merit .img figure img{width:100%;max-width:240px;margin:auto}@media screen and (max-width: 767px){section.sec02 .cnt2 .merit .img figure img{width:100%;max-width:120px}}section.sec02 .cnt2 .merit .img div{min-width:65%;width:calc((980px - 100%)*1000);max-width:100%}section.sec02 .cnt2 .merit .img .sub-tit{color:#eb723c}section.sec02 .cnt2 .merit .img .p-txt{font-size:min(3.6svw,18px)}section.sec03 .title-area{border-color:#347faf}section.sec03 .title-area h2::before{background:url(../images/sumikae/sec03-01.webp) 0 0/contain no-repeat}section.sec03 .cnt3{margin-top:min(8vw,4rem)}section.sec03 .cnt3 .txt-area{font-size:min(3.2svw,16px);text-align:center;padding:0 2rem min(8vw,4rem);line-height:2}section.sec03 .cnt3 .merit{padding-top:2rem}.note{font-size:min(2.4svw,12px);padding:min(4vw,2rem);border:solid 1px #707070;background:#fff;margin-bottom:min(12vw,6rem)}.note ul{max-width:1024px;margin:0 auto}.note ul li{line-height:2;padding-bottom:1rem}.note ul li em{font-size:min(2.8svw,14px);font-weight:500;padding-bottom:.5rem}/*# sourceMappingURL=sumikae.css.map */