@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";.en.sign{font-weight:500}#hero{display:flex;align-items:center;height:85vh;min-height:500px;max-height:900px;color:#fff;overflow:hidden;background:linear-gradient(120deg,#b8e5ff,#defdff,#fff,#c7d0ff);background-size:250% 180%;animation:gradientAnimation 6s ease infinite}#hero:after{content:"";width:100%;height:100%;background:url(/img/career/herobg.jpg) no-repeat center bottom;background-size:cover;position:absolute;left:0;top:0;opacity:.2;mix-blend-mode:multiply}#hero .fflogo{position:absolute;top:20px;left:40px;z-index:3;display:flex;align-items:center}#hero .fflogo span{position:relative;line-height:1.8;margin-left:20px;padding:5px 20px 0;font-family:Raleway,sans-serif!important;font-weight:700;letter-spacing:.05em}#hero .fflogo span:before{content:"";width:1px;height:100%;background-color:#333;position:absolute;left:0;top:0}#hero .char-ani{visibility:hidden}#hero .char-ani span{opacity:0;transform:translateY(12px);display:inline-block;animation-duration:.8s;animation-timing-function:ease;animation-fill-mode:forwards;color:#222}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUpThenColor{0%{opacity:0;transform:translateY(12px);color:#222}50%{opacity:1;transform:translateY(0);color:#222}to{opacity:1;transform:translateY(0);color:#0097b2}}#hero .hero-wrapper{width:85vw;max-width:2200px;display:flex;justify-content:center;align-items:center;margin:0 auto}#hero .hero-inner{flex:1.2;z-index:9}#hero div.menu{flex:1;z-index:9}#hero div.menu ul#menu{margin-left:40px;display:flex;flex-wrap:wrap;gap:20px;align-items:stretch}#hero div.menu ul#menu li{display:block;list-style:none;opacity:0;transform:translateY(10px);animation:home_menu_fade .6s ease-out forwards}#hero div.menu ul#menu li a{position:relative;display:block;height:100%;background-color:#22a7cb;color:#fff;font-weight:700;transition:background-color .3s;border-radius:4px}#hero div.menu ul#menu li a:after{content:"";position:absolute;right:10px;bottom:10px;width:0;height:0;border-style:solid;border-width:0px 0px 10px 10px;border-color:transparent transparent #fff transparent;transform:rotate(0);transition:all linear .3s}#hero div.menu ul#menu li a:hover{background-color:#3e505c}#hero div.menu ul#menu li a:hover:after{right:5px;bottom:5px}#hero div.menu ul#menu li a .txtbox span{display:block;color:#fff;line-height:1.5;font-size:clamp(1rem,.946rem + .231vw,1.5rem)}#hero div.menu ul#menu li a .txtbox .en{font-weight:400;letter-spacing:.1em;font-size:13px}#hero div.menu ul#menu li:nth-child(1){animation-delay:0s}#hero div.menu ul#menu li:nth-child(2){animation-delay:.1s}#hero div.menu ul#menu li:nth-child(3){animation-delay:.2s}#hero div.menu ul#menu li:nth-child(4){animation-delay:.3s}#hero div.menu ul#menu li:nth-child(5){animation-delay:.5s}#hero div.menu ul#menu li.entry{flex:.5}#hero div.menu ul#menu li.entry a{background-color:#1f2324}#hero div.menu ul#menu li.entry a .txtbox{height:100%;display:flex}#hero div.menu ul#menu li.entry a span.en{display:flex;align-items:center;color:#fff;font-weight:700;font-size:clamp(1.3rem,.946rem + .231vw,1.8rem)}@keyframes home_menu_fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}#hero .heading{margin-left:0;font-size:clamp(16px,1.2vw,28px);transition:all linear .1s;opacity:0;font-weight:700}#hero .heading.fade-late{opacity:0;transform:translateY(12px);animation:fadeInText 1s ease-out forwards;animation-delay:2.8s}@keyframes fadeInText{0%{opacity:0;transform:translate(-9px)}to{opacity:1;transform:translate(0)}}#hero .txt{margin-left:1em;margin-right:4em;transition:all linear .2s;opacity:0;animation:txt_fade 1s ease-out .8s forwards}@keyframes txt_fade{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}#hero .bgimg{background-attachment:fixed}#hero .post-content .hero__txt{max-width:56%;margin-top:20px;font-size:16px;font-weight:600}#hero .ovly,#hero .bgimg{width:100%;height:100%;position:absolute;top:0;left:0}#hero .bgimg{background:url(/img/revslider/r/hero.jpg) no-repeat center center;background-size:cover;z-index:950;opacity:.8;z-index:1002;transition:all 2s ease 1s}#hero .bgimg.zoomout{background-size:100%}#hero .ovly{background:#0e34528a;z-index:1003}#hero .title_hero h1>span{display:block}#hero .title_hero h1+p{font-weight:700;letter-spacing:2px}#hero #bgtarget{position:absolute;width:50%;height:100%;top:0;right:0;z-index:3;mix-blend-mode:multiply;overflow:hidden}#hero #bgtarget .base,#hero #bgtarget .hover{position:absolute;inset:0;transition:opacity .6s ease;background-position:30% center}#hero .bg-layer{position:absolute;inset:0;background-size:cover;background-repeat:no-repeat;transition:opacity .4s linear}#hero .bg-layer.base{opacity:.7;mix-blend-mode:color-dodge}#hero .bg-layer.hover{opacity:0}@keyframes bgfade{0%{opacity:0}to{opacity:.4}}#hero h1.hero__heading{padding-left:0;text-align:left}#hero h1.hero__heading .sp{display:none}#hero h1.hero__heading>span{display:block;margin:0;font-weight:600;line-height:1.3}#hero h1.hero__heading>span em{font-size:inherit;font-style:normal;color:#05aecf;mix-blend-mode:color-burn}#hero_image{position:relative;width:100%;mix-blend-mode:multiply;transition:opacity .2s linear;overflow:hidden}#hero_image>div{position:absolute;left:0;width:100%!important;max-width:100%!important}#hero_image:after{position:absolute;content:"";width:100%;height:100%;background-color:#798a8d80;mix-blend-mode:darken;z-index:10}#hero_image .slick-slide img{width:100%}#hero_wrapper{position:absolute;top:0;left:0;width:100%;transition:opacity .2s linear;background:#3e505c;background-size:cover}#hero_wrapper .inner{width:100%}section.home_section{max-width:1600px;width:100%;margin:0 auto 9em}section.home_section .section_ttl{padding-left:0;margin-bottom:1%}section.home_section .en{left:-20px}section#home_message .inner{position:relative}section#home_message .en.sign{transform:rotate(90deg);top:270px;left:-47%}section#home_message article .message_txt{text-align:center}section#home_message article .message_txt .heading{margin-bottom:.6em;font-weight:600;line-height:1.5}section#home_message article .message_txt .txt{margin-bottom:0;font-weight:500}section#home_interview .en{left:50%;transform:translate(-50%);mix-blend-mode:multiply;background:transparent;color:#e0eef3!important;mix-blend-mode:hard-light;z-index:91}section#home_interview .inner{max-width:100%;width:100%}.section_ttl.flx{display:flex;align-items:anchor-center}a.more{position:relative;display:inline-block;padding:10px 15px;text-align:center;font-weight:700;color:#05aecf}a.more:before,a.more:after{content:"";position:absolute;top:calc(50% - 1px);right:0;width:8px;height:2px;border-radius:9999px;background-color:#05aecf;transform-origin:calc(100% - 2px) 50%}a.more:before{transform:rotate(45deg)}a.more:after{transform:rotate(-45deg)}section#home_environment{position:relative}section#home_environment .bg_circle{position:absolute;bottom:0;left:-50vw;width:100vw;height:100vw}section#home_environment .inner{position:relative}section#home_environment .inner>.tit{position:relative}section#home_environment .inner>.tit:after{top:23px;margin-left:20px;font-size:10px;color:#05aecf;position:absolute}section#home_environment .section_lead{font-weight:400;font-size:16px}section#home_environment .sepimg{position:relative;overflow:hidden}section#home_environment .sepimg img{width:100%}section#home_environment .env_content .env_imgs{display:flex}section#home_environment .env_content .env__txt .desc{display:block;line-height:1.8;font-size:15px}section#home_environment .env_content img{width:100%;border-radius:10px}section#home_environment .env_content .env__img1 img{border-radius:60px 10px 10px}section#home_environment .env_content .env__img2_1{border-radius:10px 60px 10px 10px}section#home_environment .env_content .env__img2_2{border-radius:10px 10px 60px}section#home_environment article{margin-bottom:0}section#home_environment article .tit{position:relative;font-weight:700}section#home_jobtype{padding-bottom:2em}section#home_jobtype .inner{position:relative}section#home_jobtype .jobtype_items{padding-bottom:0}section#home_jobtype .jobtype_items img{width:100%}section#home_jobtype .jobtype_items ul.list{position:relative;padding-left:0;z-index:3}section#home_jobtype .jobtype_items ul.list li{margin-bottom:0;list-style:none;font-size:18px}section#home_jobtype .jobtype_items ul.list li a{position:relative;display:block;background-color:transparent;padding:1em;font-weight:600;font-size:1em;color:inherit;transition:all linear .2s}section#home_jobtype .jobtype_items ul.list li a:hover{background:#29abcff7;color:#fff}section#home_jobtype .jobtype_items ul.list li a:before,section#home_jobtype .jobtype_items ul.list li a:after{content:"";position:absolute;top:calc(50% - 2px);right:10px;width:8px;height:2px;border-radius:9999px;background-color:#a5a5a5;transform-origin:calc(100% - 2px) 50%}section#home_jobtype .jobtype_items ul.list li a:before{transform:rotate(45deg)}section#home_jobtype .jobtype_items ul.list li a:after{transform:rotate(-45deg)}section#home_jobtype .en.sign{margin:0;line-height:1;top:-60px;left:0;mix-blend-mode:multiply}section#home_jobtype .imgs>div{margin-bottom:30px;gap:30px}section#home_jobtype .imgs img{border-radius:10px}@media screen and (min-width:2000px){.jobtype_items a{font-size:clamp(18px,.9vw,20px)!important}}@media screen and (min-width:1140px){#hero{margin-bottom:0}#hero .inner{position:relative}ul#menu li:not(.entry) a{padding:30px 70px}ul#menu li.entry a{padding:35px 70px}#hero_image{height:40vw}#hero_wrapper>div{max-width:100%!important}.section_ttl{margin-top:0;margin-left:0!important}#home_news{position:absolute}.swiper{width:100%;height:85vh}.swiper-slide img{width:100%}#hero_image>div{height:90vh}.hero__heading{font-size:clamp(52px,3.2vw,68px)}section .en.sign{font-size:clamp(6.25rem,5.341rem + 4.55vw,8.75rem)!important;left:-40px!important}#home_message{margin-top:80px;margin-bottom:20px}.message_txt .heading{font-size:clamp(30px,2.8067349927vw,40px)}.message_txt .txt{font-size:clamp(16px,.9vw,20px)}.message_txt .txt p{margin-bottom:.8em;font-size:17px}section#home_interview{margin-top:100px;margin-bottom:60px}section#home_interview .en{top:-103px;opacity:.8}section#home_interview .inner{padding:0 0 90px}section#home_interview .swiper-slide{width:100%;margin-bottom:60px}section#home_interview .swiper-slide .photo{width:50%;min-height:600px}section#home_interview .swiper-slide img{width:100%}section#home_interview .swiper-slide .txt{width:50%}section#home_interview .swiper-slide .txt .txtbox{position:absolute;width:80%;transform:translate(-50%,-50%);top:50%;left:47%;display:inline-block}section#home_interview .swiper-slide .txt .txtbox .pos{font-size:12px}section#home_interview .swiper-slide .txt .txtbox .name{margin-bottom:1.2em;font-size:16px;line-height:1.3}section#home_interview .swiper-slide .txt .txtbox .comment{font-size:clamp(26px,1.3vw,32px)}section#home_interview .swiper-slide .txt .txtbox .more a{padding:10px 20px}.swiper-pagination{width:calc(100% - 20px);text-align:right!important;padding-right:30px}.swiper-pagination .swiper-pagination-bullet{width:14px;height:14px;margin-right:10px!important;background:#fff!important;opacity:.4}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}section#home_interview .swiper-slide .txt .txtbox .comment{line-height:1.4}section#home_environment{padding:60px 0}section#home_environment .env__img1{width:60%;height:490px}section#home_environment .section_lead{max-width:46em;margin-bottom:80px}section#home_environment .en.sign{top:-90px;left:0}section#home_environment .sepimg{margin-right:60px;height:430px}section#home_environment .sepimg img{margin-top:-270px}section#home_environment .env_content{position:relative}section#home_environment .env_content .env_imgs .env__img1{width:calc(60% - 30px);margin-right:30px}section#home_environment .env_content .env_imgs .env__img2{width:40%}section#home_environment .env_content .env_imgs .env__img2 img:first-child{margin-bottom:30px}section#home_environment .env_content .env__txt{position:absolute;bottom:70px;left:0;width:80%}section#home_environment .env_content .env__txt .desc{max-width:31em;padding:2em 0 1em}section#home_environment article .tit{margin-bottom:32px;font-size:30px}section#home_environment .more{position:relative;font-family:inherit!important;margin-left:3em;font-weight:700}#jobinfo_wrapper{margin-top:30px}section#home_jobtype .inner{padding-top:10px}section#home_jobtype .jobtype_items{display:flex}section#home_jobtype .jobtype_items ul.list{width:30%;margin-right:5%}section#home_jobtype .jobtype_items .imgs{position:relative;width:100%;margin-bottom:90px}section#home_jobtype .jobtype_items .imgs>div{display:flex}section#home_jobtype .jobtype_items .imgs>div p{margin:0}section#home_jobtype .jobtype_items .imgs .wrap1 .lft{flex:1}section#home_jobtype .jobtype_items .imgs .wrap1 .rht{flex:2}section#home_jobtype .jobtype_items .imgs .wrap1 img.fkm{border-bottom-left-radius:60px}section#home_jobtype .jobtype_items .imgs .wrap1 img.tjn{border-top-right-radius:60px}section#home_jobtype .jobtype_items .imgs .wrap2{height:400px}section#home_jobtype .jobtype_items .imgs .wrap2 .lft{width:100%;display:flex;flex-direction:column;row-gap:20px}section#home_jobtype .jobtype_items .imgs .wrap2 img.dev{border-bottom-right-radius:60px}section#home_jobtype .jobtype_items .imgs .wrap2 img.ktmt{border-top-left-radius:60px}section#home_jobtype .jobtype_items .imgs .wrap2 img.httr{border-top-left-radius:60px}section#home_jobtype .jobtype_items a{font-size:14px}}@media screen and (max-width:1400px){html body #hero .hero-wrapper{width:85vw}html body #hero .hero-inner{flex:2.3}html body #hero div.menu ul#menu{flex-direction:column;gap:10px!important}html body #hero div.menu ul#menu a{padding:30px 40px}html body #hero div.menu ul#menu li.entry a{padding:35px 40px}#hitokoto_section article{flex-wrap:wrap}#hitokoto_section article .hitokoto_card{max-width:400px;width:48%}#hitokoto_section article .hitokoto_card img{max-width:300px}}@media screen and (max-width:1140px){.section_ttl{padding-left:0}#hero_wrapper>div{max-width:100%!important}#hero{margin-bottom:90px}#hero .hero-inner{flex:2.5}#hero #bgtarget{width:100%;top:50%}#hero .inner{margin-top:160px}#hero .swiper{overflow:hidden}#hero #hero_image>div{height:90vh}#hero .hero__heading{margin:0 30px 0 0;column-gap:20px!important}#hero .heading{line-height:1.4!important;margin-left:0;font-size:14px}#hero .hero-inner .txt{margin:0;font-size:13px}#hero .hero-inner .txt br{display:none}#hero_image{height:265px}ul#menu{margin:0!important;padding:0;gap:5px!important}ul#menu li:not(.entry) a{padding:20px!important}ul#menu li:not(.entry) a .en{font-size:12px}ul#menu li.entry a{padding:30px 20px!important}#home_message{margin-top:60px}#hitokoto_section .en.sign{left:0!important}#hitokoto_section .hitokoto_card .c span{font-weight:700!important;font-size:14px!important}#hitokoto_section .hitokoto_card picture{height:auto!important}section#home_jobtype .inner{padding-top:0}#home_2interview article .photo{height:200px!important}#home_2interview article .comment{font-size:20px!important}.env_content{position:relative}section#home_jobtype .jobtype_items{display:flex}section#home_jobtype .jobtype_items .list{flex-basis:200px}}@media screen and (max-width:860px){#hero div.menu ul#menu{flex-direction:row!important}#hero{min-height:auto;height:auto;margin-bottom:0}#hero .fflogo{top:0;left:30px}#hero .fflogo img.fflogo_default{width:130px}#hero .hero-wrapper{flex-direction:column;margin-bottom:3em}#hero h1.hero__heading{margin-top:120px}#hero h1.hero__heading .pc{display:none}#hero h1.hero__heading .sp{display:block;width:76vw;max-width:500px}#hero .hero_txt_sp{display:block}#hero .inner{margin-top:170px!important}#hero_image{height:120px!important}#hero_image .slick-slide img{width:auto;object-fit:none}.message_txt .heading{font-size:20px}#hero div.menu ul#menu{flex-direction:row;align-items:stretch!important}#hero div.menu ul#menu li .en{font-size:11px!important;letter-spacing:.1em}#hero div.menu ul#menu li.entry a{padding:40px 20px!important}#hero div.menu ul#menu li.entry span.en{font-size:18px!important}#hero div.menu ul#menu li{flex:1}#home_message{margin-top:50px;margin-bottom:80px}section#home_interview{margin-bottom:60px}section#home_interview .en{top:-40px;left:50%;transform:translate(-50%)}section#home_interview .inner{padding:0 0 90px}section#home_environment{padding:0;margin-bottom:2em!important}section#home_environment .en.sign{top:-30px!important;left:0!important}section#home_environment .env__txt{text-align:left;margin:90px auto 0}section#home_environment h3.section_ttl{margin-bottom:1em!important}section#home_environment .env_content .env_imgs{flex-direction:column}section#home_environment .env_content .env_imgs p{margin:0!important}section#home_environment .env_content .env_imgs .env__img1 img{border-radius:20px 5px 5px!important}section#home_environment .env_content .env_imgs .env__img2 img:nth-child(1){border-radius:20px 5px 5px!important}section#home_environment .env_content .env_imgs .env__img2 img:nth-child(2){border-radius:5px 20px 5px 5px!important}#hitokoto_section article{row-gap:30px}section#home_jobtype{padding-bottom:0!important;margin-bottom:2em!important}section#home_jobtype .inner{padding-top:60px!important}section#home_jobtype .inner .en.sign{top:20px!important}section#home_jobtype .jobtype_items{flex-direction:column}section#home_jobtype .jobtype_items .list{width:100%;flex-basis:auto!important}section#home_jobtype .jobtype_items .list li{font-size:14px!important}section#home_jobtype .jobtype_items .imgs{width:100%;top:-190px;right:-100px;right:0!important;top:20px!important}section#home_jobtype .jobtype_items .imgs>div{margin-bottom:0!important}section#home_jobtype .jobtype_items .imgs p{margin:0!important}section#home_jobtype .jobtype_items .imgs .img1{height:auto!important}a.more{font-size:11px}}.slider .slick-slide{opacity:0;transition:opacity 1s linear}.slider.slick-initialized .slick-slide{opacity:1}#hitokoto,#hitokoto>.fusion-row{max-width:100%!important;width:100%!important}#hitokoto_section{margin-top:2em!important}#hitokoto_section .en.sign{top:-40px!important}#hitokoto_section .inner{max-width:100%}#hitokoto_section article{display:flex;justify-content:center;gap:4%;row-gap:20px}#hitokoto_section .hitokoto_container{margin:0 auto}#hitokoto_section .hitokoto_card{position:relative;margin:0;width:100%!important}#hitokoto_section .hitokoto_card .en.name{position:absolute;top:40px;left:-20px;font-size:50px;color:#4e96b3;transform:rotate(90deg);margin-bottom:0;font-weight:700;z-index:8;opacity:.2;line-height:1}#hitokoto_section .hitokoto_card .ttl{position:absolute;line-height:1.3;font-size:24px;width:100%;left:0;bottom:-2px;font-weight:700;margin-bottom:0;padding:0;font-size:18px;line-height:1.5}#hitokoto_section .hitokoto_card .ttl>p.c{position:relative;overflow:hidden;margin:0;padding:30px 16px 20px 20px;border-radius:0}#hitokoto_section .hitokoto_card .ttl>p.c:after{content:"";display:block;width:100%;height:100%;padding-top:5%;position:absolute;top:10px;left:0;background:#29abcff7;transform:skewY(-2deg)}#hitokoto_section .hitokoto_card .ttl>p.c span{position:relative;display:block;margin:0;padding:0 2px;color:#fff;line-height:1.4;font-size:16px;z-index:9}#hitokoto_section picture{display:block;width:100%;height:380px;background-color:#f1f6f7;border-radius:20px;background-size:cover;overflow:hidden;text-align:center}#hitokoto_section picture img{margin:0 auto}#hitokoto_section .i1 picture{background-image:radial-gradient(at 80% 0%,hsl(60,0%,100%) 0px,transparent 50%),radial-gradient(at 0% 50%,hsl(212,0%,100%) 0px,transparent 50%),radial-gradient(at 0% 100%,hsl(189,100%,97%) 0px,transparent 50%),radial-gradient(at 80% 100%,rgb(197,217,233) 0px,transparent 50%)}#hitokoto_section .i2 picture{background-image:radial-gradient(at 80% 0%,hsl(60,0%,100%) 0px,transparent 50%),radial-gradient(at 0% 50%,hsl(212,0%,100%) 0px,transparent 50%),radial-gradient(at 0% 100%,hsl(189,100%,97%) 0px,transparent 50%),radial-gradient(at 80% 100%,rgb(225,219,201) 0px,transparent 50%)}#hitokoto_section .i3 picture{background-image:radial-gradient(at 80% 0%,hsl(60,0%,100%) 0px,transparent 50%),radial-gradient(at 0% 50%,hsl(212,0%,100%) 0px,transparent 50%),radial-gradient(at 0% 100%,hsl(189,100%,97%) 0px,transparent 50%),radial-gradient(at 80% 100%,rgb(202,216,255) 0px,transparent 50%)}#hitokoto_section .i4 picture{background-image:radial-gradient(at 80% 0%,hsl(60,0%,100%) 0px,transparent 50%),radial-gradient(at 0% 50%,hsl(212,0%,100%) 0px,transparent 50%),radial-gradient(at 0% 100%,hsl(189,100%,97%) 0px,transparent 50%),radial-gradient(at 80% 100%,rgb(209,233,223) 0px,transparent 50%)}#home_interview{display:none!important}#home_2interview{position:relative;width:90%;margin:80px 0 60px 10%}#home_2interview:before{content:"";width:100%;height:100%;background-color:#eff5f7;position:absolute;left:0;top:160px}#home_2interview .en.sign{top:-110px;right:0}#home_2interview .article_wrapper{display:flex;align-items:flex-start}#home_2interview article{width:40%;margin:0 20px;border-radius:20px;overflow:hidden}#home_2interview article a{position:relative;display:block}#home_2interview article a:after{content:"";display:block;width:100%;height:100%;position:absolute;left:-4%;top:0}#home_2interview article .photo{height:30vh;min-height:310px;max-height:500px;overflow:hidden;border-radius:20px 20px 0 0}#home_2interview article .photo img{width:100%}#home_2interview article .txtbox{width:100%;position:relative;padding:24px 34px;background:#fff;z-index:8}#home_2interview article .txtbox span{display:block}#home_2interview article .txtbox .pos{font-size:12px}#home_2interview article .txtbox .name{margin-bottom:.2em;font-size:18px;line-height:1.4}#home_2interview article .txtbox .comment{margin-bottom:22px;font-size:clamp(24px,1.2vw,28px);line-height:1.45;font-weight:700}#home_2interview article .txtbox .more{text-align:right}#home_2interview article .txtbox .more a{position:relative;display:inline-block;margin-top:15px;margin-right:-34px;padding:5px 34px 10px 0;font-weight:700;font-size:13px}#home_2interview article .txtbox .more a:after{content:"";width:100%;height:1px;position:absolute;right:0;top:36px;background-color:#28c4e3}#hitokoto_section{position:relative;margin-top:9em;z-index:10}#hitokoto_section .en.sign{top:-90px;left:-120px}#hitokoto_section picture img{width:auto;height:auto}.en.sign{margin:0;mix-blend-mode:multiply}#hero{position:relative;overflow:hidden}.hero-bg-svg{position:absolute;top:0;right:0;width:50%;height:100%;display:flex;justify-content:flex-end;align-items:center;pointer-events:none}.hero-bg-svg svg{position:absolute;height:120%;top:-10%;left:-10%}#hero-line,#hero-fill{position:absolute}#hero-line{z-index:1}#hero-fill{z-index:2}.line{stroke:#bcf5ff;stroke-width:5;fill:none;stroke-opacity:1;transition:stroke-opacity 1.5s ease}.line.fadeout{stroke-opacity:0}.fill{opacity:0;transition:opacity 1.2s ease}#hero-fill-img-a,#hero-fill-img-b,#hero-fill-img{transition:opacity .6s ease}#hero-fill .fill{opacity:0;transition:opacity .4s ease}#hero-fill-img{mix-blend-mode:color-burn}#hero-line .line{opacity:0}.hero__heading{display:flex;flex-direction:column;gap:.4em}.hero__heading img{width:auto;display:block}.mask-wrap{width:100%;overflow:hidden;display:block;mask-image:linear-gradient(to right,#000 0% 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 100%);mask-size:0% 100%;-webkit-mask-size:0% 100%;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;animation:reveal 1s linear forwards}.delay-0{animation-delay:1.2s}.delay-1{animation-delay:1.6s}@keyframes reveal{0%{mask-size:0% 100%;-webkit-mask-size:0% 100%}to{mask-size:100% 100%;-webkit-mask-size:100% 100%}}.body_home_section{overflow:hidden}
