*,:after,:before{box-sizing:inherit}html{box-sizing:border-box;scroll-behavior:smooth;scroll-padding-top:72px}@media screen and (max-width:768px){html{scroll-padding-top:90px}}body{font-family:Noto Sans JP,Work Sans,Roboto,sans-serif;color:#333;font-size:1rem;font-weight:400;line-height:1.6}@media screen and (max-width:600px){body{font-size:.875rem}}.fade-in,.slide-in{opacity:0;transform:translateY(20px)}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in.animate{animation:slideIn .3s ease-out forwards}.fade-in.animate{animation:fadeIn 1.5s ease-out forwards}.sp-only{display:none}@media screen and (max-width:768px){.sp-only{display:block}}.pc-only{display:block}@media screen and (max-width:768px){.pc-only{display:none}}a img{display:block}.section{max-width:calc(100% + 300px);margin-inline:auto;padding-inline:150px;padding-block:120px}@media screen and (max-width:1290px){.section{max-width:calc(100% + 110px);padding-inline:55px;padding-block:88px}}@media screen and (max-width:600px){.section{padding-inline:16px;padding-block:64px}}.inner{max-width:1280px;margin:0 auto}.heading{position:relative;margin-bottom:78px}@media screen and (max-width:600px){.heading{margin-bottom:46px}}.heading:after{content:"";position:absolute;bottom:-14px;left:0;width:30px;height:3px;background-color:#1a49bd}.heading__en{display:block;color:#545e75;font-family:Work Sans,Roboto,sans-serif;font-size:3rem;letter-spacing:.15rem}@media screen and (max-width:600px){.heading__en{font-size:2.25rem}}.heading__jp{display:block;color:#747e91;font-family:Work Sans,Roboto,sans-serif;font-size:.875rem;letter-spacing:.15rem}@media screen and (max-width:600px){.heading__jp{font-size:.75rem}}.heading-w:after{background-color:#fff}.heading-w__en,.heading-w__jp{color:#fff}.subheading{display:flex;align-items:center;gap:8px}.subheading__icon{flex-shrink:0;display:inline-block;width:15px;height:15px;border-radius:50px;background:#1a49bd}.subheading__txt{font-family:Work Sans,Roboto,sans-serif;font-size:24px;letter-spacing:.15rem}@media screen and (max-width:600px){.subheading__txt{font-size:1rem;font-weight:500}}.btn{padding:15px 24px;border-radius:4px;display:flex;align-items:center;gap:12px}.no-hover-focus a:focus,.no-hover-focus a:hover,.no-hover-focus button:focus,.no-hover-focus button:hover{opacity:1;transform:none;outline:none;transition:opacity .3s ease}.auto-br{white-space:nowrap}.md-br{display:none}@media screen and (max-width:768px){.md-br{display:block;content:"";height:0;margin-bottom:4px}}.sm-br{display:none}@media screen and (max-width:600px){.sm-br{display:block;content:"";height:0;margin-bottom:4px}}.header{width:100%;height:90px;position:sticky;top:0;z-index:10;background-color:rgba(255,255,255,.7);transition:background-color .3s ease}@media screen and (max-width:768px){.header{height:72px}}.header:hover{background-color:rgba(255,255,255,1)}.header__inner{padding:16px 48px;display:flex;justify-content:space-between;align-items:center;gap:26px}@media screen and (max-width:768px){.header__inner{padding:14px 16px;max-width:1172px}}.header__logo{transition:opacity .3s ease}.header__logo:focus,.header__logo:hover{opacity:.8}.header__logo a{display:flex}.header__logo-img{width:52px;height:auto;margin-top:4px}.logo-img{width:100px}.header__ttl{padding-top:8px;font-family:Roboto,sans-serif;font-size:2rem;letter-spacing:.15rem}@media screen and (max-width:768px){.header__ttl{font-size:1.75rem}}.header__nav{white-space:nowrap}.header__lists{width:fit-content;display:flex;align-items:center;gap:24px}.header__item{font-family:Work Sans,Roboto,sans-serif;letter-spacing:.2rem}@media screen and (max-width:1024px){.header__item{display:none}}.header__link{position:relative;display:inline-block;text-decoration:none;color:inherit}.header__link,.header__link:after{transition:transform .3s ease,opacity .3s ease}.header__link:after{content:"";position:absolute;width:30px;height:2px;left:50%;bottom:-4px;background-color:#1a49bd;transform:translateX(-50%) scaleX(0);transform-origin:left center}.header__item:focus .header__link,.header__item:hover .header__link{opacity:.7}.header__item:focus .header__link:after,.header__item:hover .header__link:after{transform:translateX(-50%) scaleX(1)}.header__item:last-child .header__link:after{display:none}.header__btn{background-color:#1a49bd;box-sizing:border-box;transition:all .3s ease}.header__btn .header__btn-txt{color:#fff;letter-spacing:.2rem;transition:color .3s ease,transform .3s ease}.header__btn:focus,.header__btn:hover{background-color:transparent;outline:2px solid #1a49bd}.header__btn:hover .header__btn-txt{color:#1a49bd;font-weight:500;transform:scale(1.02)}.header__open{position:fixed}.drawer__icon{display:none}@media screen and (max-width:1024px){.drawer__icon{display:block;width:36px;height:24px;position:relative;transition:opacity .7s ease}.drawer__icon:focus,.drawer__icon:hover{opacity:.7}}@media screen and (max-width:1024px){.drawer-icon__bar{position:absolute;top:0;left:0;width:36px;height:3px;border-radius:4px;background:#333333;transition:top .3s linear}}.drawer-icon__bar:nth-of-type(2){top:11px}.drawer-icon__bar:nth-of-type(3){top:22px}.drawer-content{background-color:#15316f;width:320px;height:100vh;padding:90px 78px;display:flex;flex-direction:column;align-items:center;position:fixed;top:90px;right:0;transform:translateX(100%);transition:transform .3s linear;z-index:100}@media screen and (max-width:768px){.drawer-content{top:72px}}.drawer-content.is-checked{transform:translateX(0)}.drawer-content__menu{display:flex;flex-direction:column;gap:48px}.drawer-content__menu .drawer-content__item{transition:opacity .3s linear}.drawer-content__menu .drawer-content__item:focus,.drawer-content__menu .drawer-content__item:hover{opacity:.7}.drawer-content__item{display:flex;align-items:center;gap:16px}.drawer-content__line{background-color:#1a49bd;width:15px;height:3px}.drawer-content__txt{color:#ecf4ff;letter-spacing:.2rem}.is-checked .drawer-icon__bar:first-of-type{top:10px;transform:rotate(30deg)}.is-checked .drawer-icon__bar:nth-of-type(2){display:none}.is-checked .drawer-icon__bar:nth-of-type(3){top:10px;transform:rotate(-30deg)}.fv__inner{position:relative}.fv__img img{width:100%;height:calc(100vh - 90px);object-fit:cover}@media screen and (max-width:768px){.fv__img img{height:calc(100vh - 72px)}}.fv__msg-box{position:absolute;top:50%;left:5%;transform:translateY(-50%);height:fit-content}@media screen and (max-width:768px){.fv__msg-box{top:40%}}.fv__ttl{display:block;font-family:Work Sans,Roboto,sans-serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.25);font-size:clamp(28px,4vw,48px);font-weight:700;letter-spacing:.2rem}@media screen and (max-width:768px){.fv__ttl{font-size:32px}}@media screen and (max-width:600px){.fv__ttl{font-size:28px}}.fv__txt{margin-top:12px;display:block;font-family:Work Sans,Roboto,sans-serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.25);font-size:clamp(16px,4vw,20px);font-weight:500;letter-spacing:.2rem}@media screen and (max-width:768px){.fv__txt{font-size:14px}}.about{background-color:#1a49bd}.about__inner{display:flex;align-items:center;gap:64px}@media screen and (max-width:1024px){.about__inner{flex-direction:column;gap:40px}}.about__container{width:50%;margin-right:-8px;display:flex;flex-direction:column}@media screen and (max-width:1290px){.about__container{margin-right:-36px}}@media screen and (max-width:1024px){.about__container{width:100%;margin-right:0}}.about__ttl span{color:#fff}.about__content{width:100%;display:flex}@media screen and (max-width:1024px){.about__content{width:100%}}.about__msg{width:100%;display:flex;flex-direction:column;gap:24px}.about__txt{color:#fff;line-height:2;letter-spacing:.2rem}.about__img-wrapper{width:calc(536 / 1140 * 100%);height:100%;position:relative;top:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:1024px){.about__img-wrapper{width:100%}}.about__img-l,.about__img-r{width:100%;text-align:end}.about__img-l img{width:calc(420 / 536 * 100%);margin-right:86px}@media screen and (max-width:1024px){.about__img-l img{display:block;margin-left:0;margin-right:auto}}.about__img-r img{width:calc(380 / 536 * 100%)}.about__img-line{width:100%;position:absolute;top:23%;left:50%;transform:translateX(-50%) rotate(-1.99deg);text-align:center}.about__img-line img{width:calc(501 / 536 * 100%)}.service{background-color:#ecf4ff}.service__content{display:flex;flex-direction:column;row-gap:80px}@media screen and (max-width:768px){.service__content{row-gap:40px}}.service__item{display:flex;column-gap:40px;align-items:center}@media screen and (max-width:1024px){.service__item{display:grid;grid-template-areas:"title" "img" "text" "table";grid-template-columns:1fr}}.service__img{width:45.6vw;height:auto;aspect-ratio:656.6/429;margin-left:calc((50vw - 50%) * -1)}@media screen and (max-width:1024px){.service__img{grid-area:img;width:100%;margin-left:0}}.service__img img{width:100%;height:100%}.service__body{width:630px;height:auto}@media screen and (max-width:1024px){.service__body{display:contents}}.service__item:first-of-type .service__body,.service__item:nth-of-type(3) .service__body{margin-left:0;margin-right:auto}.service__ttl{margin-bottom:16px}@media screen and (max-width:600px){.service__ttl{align-items:start}.service__ttl>.subheading__icon{margin-top:5px}.service__ttl>.subheading__txt{font-size:1rem}}.service__txt-box{display:flex;flex-direction:column;gap:12px}@media screen and (max-width:1024px){.service__txt-box{margin-top:16px}}.service__txt{letter-spacing:.075rem}.service__item:nth-of-type(odd){flex-direction:row-reverse}.service__item:nth-of-type(odd) .service__img{margin-left:0;margin-right:calc((50vw - 50%) * -1)}.service__table{margin-top:16px;background-color:#fff;border-radius:4px;border:1px solid rgba(168,176,184,.3);width:100%;border-collapse:collapse;overflow:hidden}@media screen and (max-width:1024px){.service__table{margin-top:24px}}.service__table td,.service__table th{font-size:.875rem;line-height:1.3;padding:10px 12px;text-align:left;vertical-align:middle}.service__table thead{background-color:#1a49bd}.service__table .service__table-heading{color:#fff;font-size:.875rem;font-weight:700;line-height:1.3;border-right:1px solid rgba(255,255,255,.3)}.service__table .service__table-cell{font-size:.875rem;line-height:1.3;border-top:1px solid rgba(168,176,184,.3);border-right:1px solid rgba(168,176,184,.3)}.service__table tbody tr td:first-child{width:143px}.works{background-color:#ecf4ff;border-top:.03125rem solid #a8b0b8}.works__content{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:72px}@media screen and (max-width:1290px){.works__content{gap:48px}}@media screen and (max-width:1024px){.works__content{flex-direction:column}}.works-card{width:calc(50% - 36px);transition:opacity .3s ease}@media screen and (max-width:1024px){.works-card{width:100%}}.works-card:focus,.works-card:hover{opacity:.7}.works-card:hover .works-card__img img{transform:scale(1.05);transition:transform .7s ease}.works-card__img{overflow:hidden}.works-card__img img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.works-card__ttl{margin-top:16px;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.3;letter-spacing:.15rem}@media screen and (max-width:768px){.works-card__ttl{font-size:1rem}}.works-card__txt{margin-top:12px;font-size:.875rem;line-height:1.3;letter-spacing:.15rem}@media screen and (max-width:768px){.works-card__txt{font-size:.875rem}}.works-card__tags{margin-top:12px;font-size:.75rem;color:#747E91;line-height:1.3;letter-spacing:.15rem}.company{width:100%;background:url(https://teriyaki-2025.com/images/company-bg.png) top no-repeat;background-size:100% auto;margin-top:88px}@media (max-width:1440px){.company{background-size:1440px auto}}.company__content{display:flex;flex-direction:column;gap:80px}.company-overview__content{margin-top:24px}.company__row{display:flex}.company-overview__content .company__row{padding:40px 0 0 24px}@media screen and (max-width:768px){.company-overview__content .company__row:last-child{flex-direction:column;gap:12px}}.company__row dt{width:200px;letter-spacing:.15rem}@media screen and (max-width:768px){.company-overview__content .company__row dt{font-weight:700}}@media screen and (max-width:600px){.company-overview__content .company__row dt{width:95px}}.company__row dd{letter-spacing:.15rem}@media screen and (max-width:768px){.company__row dd:last-child{gap:4px}}.company-history__content .company__row{display:flex;align-items:center;margin-bottom:19px}@media screen and (max-width:768px){.company-history__content .company__row{flex-direction:column;align-items:baseline;margin-top:32px}}.company-history__year{padding-top:43px;font-family:Work Sans,Roboto,sans-serif;color:#1a49bd;font-size:2rem;letter-spacing:.15rem}@media screen and (max-width:768px){.company-history__year{font-size:1.75rem;font-weight:400;padding-top:0}}.company-history__txt{width:100%;border-top:1px solid rgba(116,126,145,.4);padding-top:43px}@media screen and (max-width:768px){.company-history__txt{border-top:none;border-bottom:1px solid rgba(116,126,145,.4);padding-top:16px;padding-bottom:32px}}.contact{background:url(https://teriyaki-2025.com/images/contact-bg.png) 50%/cover no-repeat}.contact__content{display:flex;flex-direction:column;gap:12px}.contact__txt{color:#fff;line-height:2;letter-spacing:.2rem}.contact-btn{margin-top:64px;padding:22px 40px;background-color:#15316f;justify-content:space-between;transition:background-color .3s ease,outline .3s ease}@media screen and (max-width:768px){.contact-btn{margin-top:32px;padding:16px 18px;display:inline-flex;align-items:center;gap:16px}}.contact-btn__txt{color:#fff;font-size:1.125rem;font-weight:500;line-height:2;letter-spacing:.2rem;transition:color .3s ease}@media screen and (max-width:768px){.contact-btn__txt{font-size:.875rem}}.contact-btn__icon{display:flex;justify-content:center;align-items:center}@media screen and (max-width:768px){.contact-btn__icon{width:20px;height:20px}}.contact-btn__icon img{width:100%}.arrow-icon__arrow,.arrow-icon__circle{stroke:#fff;stroke-width:5}.arrow-icon__arrow{stroke-linecap:round;stroke-linejoin:round}.contact-btn:focus,.contact-btn:hover{background-color:#fff;outline:2px solid #15316f}.contact-btn:hover .contact-btn__txt{color:#15316f;font-weight:500}.contact-btn:hover .arrow-icon{transform:translateX(10px);transition:transform .5s ease-in-out}.contact-btn:hover .arrow-icon__arrow,.contact-btn:hover .arrow-icon__circle{stroke:#15316f}.contact-btn .arrow-icon{transition:transform .5s ease-in-out,stroke .3s ease}.footer{padding:80px 48px}.footer__inner{display:flex;justify-content:space-between}@media screen and (max-width:768px){.footer__inner{flex-direction:column;text-align:center}.footer__heading,.footer__inner,.footer__txt-box{align-items:center}}.footer__ttl{font-family:Work Sans,Roboto,sans-serif;font-size:1.5rem;font-weight:500;letter-spacing:.15rem;transition:opacity .3s ease}.footer__ttl:focus,.footer__ttl:hover{opacity:.7}.footer__txt-box{display:flex;flex-direction:column;gap:16px;margin-top:24px}.footer__txt{font-family:Work Sans,Roboto,sans-serif}.footer__privacy-policy,.footer__txt{color:#747e91;font-size:.875rem;letter-spacing:.15rem}.footer__privacy-policy{text-decoration-line:underline;transition:opacity .3s ease}.footer__privacy-policy:focus,.footer__privacy-policy:hover{opacity:.7}.footer__nav{display:grid;gap:64px}@media screen and (max-width:1024px){.footer__nav{gap:24px}}@media screen and (max-width:768px){.footer__nav{margin-top:48px}}.footer__lists{display:grid;grid-auto-flow:column;grid-template-rows:repeat(4,auto);text-align:start;gap:24px}@media screen and (max-width:768px){.footer__lists{grid-template-rows:repeat(3,auto)}}.footer__item.right-item{grid-column:2;grid-row:span 4;font-size:1.5em}@media screen and (max-width:768px){.footer__item.right-item{grid-column:auto;grid-row:auto}}.right-item{margin-left:42px}@media screen and (max-width:1024px){.right-item{margin-left:0}}@media screen and (max-width:768px){.footer__item-right{margin-left:16px}}.footer__link{font-family:Work Sans,Roboto,sans-serif;color:#747e91;font-size:.875rem;letter-spacing:.2rem;transition:opacity .3s ease}.footer__link:focus,.footer__link:hover{opacity:.7}@media screen and (max-width:768px){.footer__link .btn{padding:0}}.footer__btn{background-color:#fff;border:1px solid #747e91}@media screen and (max-width:768px){.footer__btn{border:none}}.footer__btn-txt{color:#747e91;font-size:.875rem;letter-spacing:.2rem}@media screen and (max-width:768px){.footer__btn-img{display:none}}.copyright{display:flex;flex-direction:column;align-items:center;text-align:center}.copyright__line{width:91.8%;height:1px;background-color:rgba(116,126,145,.7019607843)}.copyright__txt{padding:24px;margin-bottom:24px;color:rgba(116,126,145,.7019607843);font-size:.875rem;letter-spacing:.2rem}@media screen and (max-width:768px){.copyright__txt{font-size:.75rem}}.page{background-color:#ecf4ff;padding-block:320px}@media screen and (max-width:600px){.page{padding-block:120px}}.content-center{margin:0 auto;display:flex;flex-direction:column;text-align:center;align-items:center}.content-center .heading:after{position:absolute;left:50%;transform:translateX(-50%)}.content-center a{display:inline-block}.top__btn{padding:10px 40px;align-items:center;border:1px solid #545e75;margin-top:140px;transition:background-color .3s ease,border .3s ease}.top__btn-txt{color:#545e75;font-size:1.125rem;line-height:2;letter-spacing:.5rem;transition:color .3s ease}.top__btn:focus,.top__btn:hover{background-color:#1a49bd;border:1px solid #1a49bd}.top__btn:hover .top__btn-txt{color:#fff}.contact-page{padding-block:120px}@media screen and (max-width:600px){.contact-page{padding-block:64px}}.form-content{text-align:start;width:100%;max-width:640px}.form__item{width:100%;margin-top:48px;display:flex;flex-direction:column}.form__name{display:flex;gap:40px}@media screen and (max-width:768px){.form__name{gap:16px}}.form__label-txt{display:flex}.form__ttl{color:#606870;letter-spacing:.15rem;margin-right:4px}.required{display:flex;justify-content:center;align-items:center}.required-star,.required-txt{color:#e10606;font-weight:700;letter-spacing:.15rem}.required-txt{font-size:.75rem}.form__radio-label{margin-top:-8px}.form__radio-label [type=radio]{width:10px;height:10px;position:absolute;clip:rect(0,0,0,0);overflow:hidden}.form__radio-label [type=radio]:checked+.form__radio-txt:after{opacity:1}.form-radio{display:inline-block;margin-top:24px;align-items:center}.form__radio-txt{padding-left:26px;position:relative}.form__radio-txt:after,.form__radio-txt:before{content:"";position:absolute;top:50%;transform:translateY(-50%);border-radius:50%}.form__radio-txt:before{width:18px;height:18px;border:.09375rem solid #a8b0b8;background-color:#fff;left:0}.form__radio-txt:after{width:10px;height:10px;background-color:#1a49bd;left:4px;opacity:0}.form-select,.form-txt{padding:11px 16px;width:100%;max-width:640px;border:.09375rem solid #a8b0b8;background:#fff;border-radius:4px;color:#333333;letter-spacing:.15rem}@media screen and (max-width:768px){.form-select,.form-txt{width:100%;max-width:480px}}.form-select{appearance:none;background:#fff url(https://teriyaki-2025.com/images/select-arrow.png) no-repeat center right 12px/12px 12px}.form-txt__name{width:100%}.form-txt::placeholder{color:#a8b0b8;letter-spacing:.15rem}.contact-page [type=radio]:focus+.form__radio-txt:before{box-shadow:0 0 0 3px rgba(0,123,255,.5)}.contact-page a:focus,.contact-page button:focus,.contact-page input:focus,.contact-page select:focus,.contact-page textarea:focus{outline:none;box-shadow:0 0 0 3px rgba(0,123,255,.5);border:1px solid rgba(0,123,255,.5);border-radius:4px}.privacy-check{margin-top:24px}.privacy-check__inner{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.privacy-check__label-group{display:flex;align-items:center;gap:4px}.privacy-check__txt{letter-spacing:.15rem}.privacy-check__txt-link{color:#0e5da8;letter-spacing:.15rem;border-bottom:1px solid #0e5da8;transition:opacity .3s ease}.privacy-check__txt-link:focus,.privacy-check__txt-link:hover{opacity:.7}.form__submit{margin-top:64px;align-items:center;text-align:center}.submit{width:360px;height:80px;padding:10px 40px 10px 56px;position:relative;justify-content:center;align-items:center;border-radius:4px;background:#15316f;color:#fff;font-size:1.125rem;font-weight:700;line-height:2;letter-spacing:1rem;transition:background-color .3s ease,color .3s ease,outline .3s ease}@media screen and (max-width:768px){.submit{width:255px;height:60px}}@media screen and (max-width:600px){.submit{font-size:1rem}}.submit:focus,.submit:hover{background-color:#fff;color:#15316f;outline:2px solid #15316f}.spinner{width:18px;height:18px;margin-left:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid #fff;border-top-color:#545e75;border-radius:50%;animation:spin .6s linear infinite;display:none}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(1turn)}}.error-message{width:100%;max-width:640px;color:#e10606;font-size:12px;font-weight:500;letter-spacing:.15rem;margin-top:5px;padding:5px 10px;border:1px solid #e74c3c;border-radius:5px;background-color:rgba(231,76,60,.1)}@media screen and (max-width:768px){.error-message{width:100%;max-width:480px}}.thanks__ttl{font-size:2rem}@media screen and (max-width:600px){.thanks__ttl{font-size:1.25rem}}.thanks__txt{color:#545e75;letter-spacing:.15rem;margin-top:36px}.privacy{padding-block:120px}@media screen and (max-width:600px){.privacy{padding-block:64px}}.privacy__container{padding:24px;background-color:#15316f}.privacy__ttl{font-size:1.125rem;font-weight:500;color:#fff}.privacy__content{max-width:960px;text-align:start}.privacy__section{margin-top:40px}.privacy__item,.privacy__section-sub-ttl,.privacy__section-ttl,.privacy__ttl,.privacy__txt{letter-spacing:.15rem}.privacy__item,.privacy__section-sub-ttl,.privacy__txt{text-indent:1em}.indent{text-indent:2em}.privacy__lists,.privacy__ordered-lists,.privacy__txt{margin-top:8px}.privacy__item,.privacy__lists:last-of-type .privacy-modal__item{margin-top:4px}.privacy__section-sub-ttl{margin-top:12px}