/*! 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]{-webkit-text-decoration:underline dotted;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;-moz-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}[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}html{font-size:62.5%}body{font-size:1.6rem;line-height:1.5;letter-spacing:.05em;font-feature-settings:"palt";color:#333;font-family:"Roboto","Noto Sans JP",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif}body *{box-sizing:border-box}@media screen and (max-width: 767px){body{font-size:1.4rem}}.noscroll{overflow:hidden}a{text-decoration:none}img{max-width:100%;height:auto;vertical-align:bottom}h1,h2,h3,h4,h5,h6{font-weight:normal}.l-header{position:absolute;top:0;left:0;right:0;z-index:10;width:100%;height:120px}@media screen and (max-width: 1024px){.l-header{height:100px}}.l-header__inner{display:flex;justify-content:space-between;align-items:center;margin:0 auto;padding:24px 20px;max-width:1440px}.l-header__logoArea{width:200px}@media screen and (max-width: 1024px){.l-header__logoArea{width:150px}}@media screen and (max-width: 767px){.l-header__logoArea{width:100px}}.l-header__logoLink{display:block}.l-header__navList{display:flex;-moz-column-gap:40px;column-gap:40px}@media screen and (max-width: 1024px){.l-header__navList{flex-direction:column;row-gap:30px;justify-content:center;align-items:center;position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:rgba(255,255,255,.8);transition:right .3s;z-index:-1}.l-header__navList.is-open{right:0}}.l-header__navItem{font-size:32px;font-weight:bold}.l-header__navLink{display:block;position:relative}.l-header__navLink::after{position:absolute;content:"";left:0;bottom:0;width:100%;height:3px;background:linear-gradient(120deg, #31CBF2 30%, #228EA9);transform:scale(0, 1);transform-origin:center top;transition:transform .3s}.l-header__navLink:hover::after{transform:scale(1, 1)}.l-header--sticky{position:fixed;opacity:1;visibility:visible;-webkit-animation:slideDown .3s ease-in-out;animation:slideDown .3s ease-in-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@-webkit-keyframes slideDown{0%{transform:translateY(-100%)}100%{transform:translateY(0%)}}@keyframes slideDown{0%{transform:translateY(-100%)}100%{transform:translateY(0%)}}.l-main__inner{padding:0 40px}@media screen and (max-width: 1024px){.l-main__inner{padding:0 20px}}@media screen and (max-width: 767px){.l-main__inner{padding:0}}.l-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100px;background-color:#228ea9}.l-footer__inner{max-width:1440px}.l-footer__logoArea{margin-bottom:8px;width:100px;filter:brightness(0) invert(1)}.l-footer__copyright{color:#fff}.c-section{margin:0 auto;max-width:1190px;padding:0 20px 128px}@media screen and (max-width: 767px){.c-section{padding-bottom:96px}}.c-section__heading{font-size:4.8rem;font-weight:bold;letter-spacing:.1em;margin-bottom:64px;position:relative}@media screen and (max-width: 767px){.c-section__heading{font-size:3.3rem;margin-bottom:32px}}.c-section__heading::after{position:absolute;content:"";display:inline-block;width:36.2608695652%;height:3px;background-color:#31cbf2;background:linear-gradient(120deg, #31CBF2 30%, #228EA9);top:50%;transform:translateY(-50%);margin-left:24px}.c-card{box-shadow:0 0 6px #ddd;padding:40px 20px;height:100%;min-height:400px}.c-card__iconArea{width:80px;margin:0 auto 24px}@media screen and (max-width: 767px){.c-card__iconArea{width:60px}}.c-hamburgerBtn{display:none;cursor:pointer}@media screen and (max-width: 1024px){.c-hamburgerBtn{display:flex;z-index:100;justify-content:center;align-items:center;width:50px;height:50px}}@media screen and (max-width: 767px){.c-hamburgerBtn{width:30px;height:30px}}.c-hamburgerBtn__bar{width:40px;height:3px;background-color:#333;position:relative;transition:all .4s}@media screen and (max-width: 767px){.c-hamburgerBtn__bar{width:30px;height:2px}}.c-hamburgerBtn__bar::before{display:block;content:"";width:100%;height:100%;background-color:#333;position:absolute;top:-12px;transition:all .4s}@media screen and (max-width: 767px){.c-hamburgerBtn__bar::before{top:-9px}}.c-hamburgerBtn__bar::after{display:block;content:"";width:100%;height:100%;background-color:#333;position:absolute;top:12px;transition:all .4s}@media screen and (max-width: 767px){.c-hamburgerBtn__bar::after{top:9px}}.js-active .c-hamburgerBtn__bar{background-color:rgba(0,0,0,0)}.js-active .c-hamburgerBtn__bar::before{background-color:#333;transform:rotate(45deg);top:0}.js-active .c-hamburgerBtn__bar::after{background-color:#333;transform:rotate(-45deg);top:0}.c-pageTop{display:none;position:fixed;right:40px;bottom:45px;z-index:1}@media screen and (max-width: 767px){.c-pageTop{right:20px;bottom:20px}}.c-pageTop__link{display:flex;justify-content:center;align-items:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(120deg, #31CBF2 30%, #228EA9)}@media screen and (max-width: 767px){.c-pageTop__link{width:40px;height:40px}}.c-pageTop__arrow{font-size:40px;color:#fff}@media screen and (max-width: 767px){.c-pageTop__arrow{font-size:30px}}.p-indexFv{margin:0 auto;max-width:1190px;height:100vh;padding:0 20px;position:relative}.p-indexFv__mainCopy{position:absolute;top:50%;left:20px;transform:translateY(-50%);font-size:calc(15rem + (1vw - .767rem)*7.4294);font-weight:bold;line-height:1.2;color:rgba(0,0,0,0);background-image:url(../img/fv-bg.jpg);background-clip:text;-webkit-background-clip:text;background-size:cover;background-position:50%;-webkit-animation:bgAnime 10s linear infinite;animation:bgAnime 10s linear infinite}@media screen and (min-width: 1441px){.p-indexFv__mainCopy{font-size:20rem}}@media screen and (max-width: 767px){.p-indexFv__mainCopy{font-size:10rem}}@-webkit-keyframes bgAnime{0%{background-position:0 0}100%{background-position:600px 0px}}@keyframes bgAnime{0%{background-position:0 0}100%{background-position:600px 0px}}.p-works__content{margin-bottom:32px}@media screen and (max-width: 767px){.p-works__content{margin-bottom:16px}}.p-works__imgArea{max-width:350px;margin-bottom:64px;margin-right:32px}.p-works__imgArea:hover{filter:brightness(0.8)}@media screen and (max-width: 767px){.p-works__imgArea{margin-right:0;margin-bottom:16px}}.p-works__contentItem{display:flex;justify-content:center}@media screen and (max-width: 767px){.p-works__contentItem{flex-direction:column;align-items:center}}.p-works__contentItemHeading{font-size:2.4rem;font-weight:bold;margin-bottom:8px}@media screen and (max-width: 767px){.p-works__contentItemHeading{font-size:2rem;margin-bottom:4px}}.p-works__contentItemLead{margin-bottom:32px}@media screen and (max-width: 767px){.p-works__contentItemLead{margin-bottom:16px}}.p-works__externalLink{color:blue;text-decoration:underline}.p-works__desc{margin-bottom:32px}@media screen and (max-width: 767px){.p-works__desc{margin-bottom:16px}}@media screen and (max-width: 767px){.p-works__text{margin-bottom:48px}}.p-works__descInner{display:flex;margin-bottom:5px}.p-works__descInner:last-of-type{margin-bottom:0}.p-works__dt{margin-right:24px}.p-works__listItem{cursor:pointer}.p-works__listItem:hover .p-works__listItemImgCap{opacity:1}.p-works__listItem:active .p-works__listItemImgCap{opacity:1}.p-works__listItemImgArea{position:relative}.p-works__listItemImgCap{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);opacity:0;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .6s ease;padding-bottom:0px}@media screen and (max-width: 767px){.p-works__listItemImgCap{font-size:1rem}}.p-about__heading::after{width:36.7826086957%}.p-about__inner{display:flex;align-items:center}@media screen and (max-width: 767px){.p-about__inner{flex-direction:column}}.p-about__imgArea{margin-right:64px}@media screen and (max-width: 767px){.p-about__imgArea{margin-right:0;margin-bottom:16px}}.p-about__myname{font-size:2.4rem;font-weight:bold;margin-bottom:16px}@media screen and (max-width: 767px){.p-about__myname{font-size:2rem;margin-bottom:8px}}.p-myskill__heading::after{width:32.5217391304%}.p-myskill__list{display:flex}@media screen and (max-width: 1024px){.p-myskill__list{flex-wrap:wrap}}.p-myskill__listItem{width:21.7391304348%;margin-right:4.347826087%}.p-myskill__listItem:last-of-type{margin-right:0}@media screen and (max-width: 1024px){.p-myskill__listItem{width:49.1304347826%;margin-right:1.7391304348%;margin-bottom:20px}.p-myskill__listItem:nth-of-type(2){margin-right:0}}.swiper-button-next,.swiper-button-prev{top:auto;bottom:0;z-index:11}.swiper-button-next:after,.swiper-button-prev:after{font-size:3.2rem}
/*# sourceMappingURL=style.min.css.map */