﻿:root{--color-black-01: #111111;--color-black-02: #555555;--color-black-03: #909090;--color-gray-01: #e3e3e3;--color-gray-02: #efefef;--color-gray-03: #EAEAEA;--color-blue-01: #4382B4;--color-red-01: #b84242;--color-green-01: #32BA42;--color-orange-01: #F27000;--color-orange-02: #EFB37F;--color-brown-01: #573500;--color-border-gray-01: #E6E6E6;--color-bg-gray-01: #f2f2f2;--color-bg-orange-01: #FDF4EB}:root{--font-family-base: Zen Kaku Gothic New, Yu Gothic, sans-serif;--font-family-lato: Lato, sans-serif;--fs-base: 16px;--fw-base: 400;--lh-base: 1.642;--ls-base: 0.029em}@font-face{font-display:swap;font-family:"Lato";font-style:normal;font-weight:normal;src:url("assets/fonts/lato-v24-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Lato";font-style:normal;font-weight:bold;src:url("assets/fonts/lato-v24-latin-700.woff2") format("woff2")}body{font-family:var(--font-family-base);font-weight:var(--fw-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-wrap:break-word;word-break:break-all;word-wrap:break-word;color:var(--color-black-01);letter-spacing:var(--ls-base);font-size:var(--fs-base);background:#fff}@media(max-width: 767px){body{font-size:15px}}@media(max-width: 767px){main:not(.single){padding-top:54px}}a{text-decoration:none;color:var(--color-black-01)}img{width:100%;height:auto;vertical-align:bottom}input,textarea,select{border:1px solid var(--color-gray-01);width:100%;border-radius:3px;padding:10px;resize:none;font-size:14px;background:#fff;color:#333}@media(min-width: 768px){input,textarea,select{font-size:16px}}input[type=checkbox]{width:auto}input::placeholder,textarea::placeholder{color:var(--color-black-03)}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--color-gray-01)}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:var(--color-gray-01)}h1,h2,h3,h4{font-weight:600}strong{font-size:1.1em}.p-nav-button{z-index:101}@keyframes gradientAnimation{0%{background-position:0% 50%}25%{background-position:50% 60%}50%{background-position:100% 50%}75%{background-position:50% 40%}100%{background-position:0% 50%}}*,*::before,*::after{padding:0;margin:0;box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1,h2,h3,dl,ol,ul{font-size:1em;margin:0;padding:0}ul{list-style-type:none}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}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}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.l-form{display:flex}@media(min-width: 768px){.l-form{column-gap:2rem}}@media(max-width: 767px){.l-form{flex-direction:column;row-gap:3rem}}.l-form__box{flex:1}.l-form__input{background:var(--color-bg-dark-blue-01);padding:2rem;border-radius:4px}@media(max-width: 767px){.l-form__input{padding:1rem;margin-left:-24px;margin-right:-24px}}.l-form__header{text-align:center;margin-bottom:2rem;font-weight:700}@media(min-width: 768px){.l-form__header{font-size:1.1em}}@media(max-width: 767px){.l-form__header{margin-bottom:1.5rem;padding-top:.5rem}}.l-footer{background:var(--color-black-01);padding:2rem 0;color:#fff}.l-footer-logo{text-align:center}.l-footer-logo img{width:290px}.l-footer-logo p{color:#fff;margin-top:1rem}.l-footer-link{margin-top:2rem;margin-bottom:2rem}.l-footer-copyright{text-align:center;padding:2rem 0;font-size:12px}@media(max-width: 767px){.l-header{position:fixed;top:0;right:0;left:0;z-index:102;background:#fff;display:flex;justify-content:space-between;align-items:center}}.l-header.no-fix{position:static}.l-header__form{display:flex;align-items:center;height:60px !important}@media(max-width: 767px){.l-header__form{height:54px !important}}.l-header-top{padding-top:12px;padding-bottom:12px}@media(min-width: 768px){.l-header-top .l-wrap{display:flex;justify-content:space-between}}@media(max-width: 767px){.l-header-top .l-wrap{padding-right:0}}.l-header-top__logo a{display:block}.l-header-top__logo img{width:230px}@media(max-width: 767px){.l-header-top__logo img{width:180px}}@media(min-width: 768px){.l-header-top__list{display:flex;align-items:center;column-gap:.5rem}}@media(max-width: 767px){.l-header-top__item{display:none}}.l-header-top__item.type-tel img{width:213px}@media(min-width: 768px){.l-header-bottom{border-top:1px solid var(--color-border-gray-01);border-bottom:1px solid var(--color-border-gray-01)}}@media(max-width: 767px){.l-header-bottom .l-wrap{padding-left:0}}.l-section{background:#fff;overflow:hidden}.l-section.type-short{padding-top:2rem;padding-bottom:2rem}@media(max-width: 767px){.l-section.type-short{padding-top:1rem;padding-bottom:1rem}}.l-section.type-inner{padding-top:5rem;padding-bottom:5rem}@media(max-width: 767px){.l-section.type-inner{padding-top:4rem;padding-bottom:4rem}}.l-section.type-outer{margin-top:5rem;margin-bottom:5rem}@media(max-width: 767px){.l-section.type-outer{margin-top:4rem;margin-bottom:4rem}}.l-section.page-regional{position:relative;overflow:hidden}.l-section.page-regional svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:600px;height:600px}.l-section.border-top-gray{border-top:1px solid var(--color-border-gray-01)}@media(min-width: 768px){.l-section__wrap{display:flex;justify-content:space-between;column-gap:3rem}}@media(min-width: 768px){.l-section__main{flex:1}}@media(max-width: 767px){.l-section__main{margin-bottom:3rem}}@media(min-width: 768px){.l-section__sidebar{width:300px}}.l-section__sidebar a:hover{opacity:.7}.l-section-page{margin-top:4rem;margin-bottom:4rem}@media(max-width: 767px){.l-section-page{margin-top:2rem;margin-bottom:2rem}}@media(min-width: 768px){.l-section-news{display:flex}}@media(min-width: 768px){.l-section-news__header{width:240px}}@media(min-width: 768px){.l-section-news__body{flex:1}}@media(min-width: 768px){.l-message{display:flex}}@media(min-width: 768px){.l-message__header{width:300px}}@media(max-width: 767px){.l-message__header{margin-bottom:2rem}}@media(min-width: 768px){.l-message__body{flex:1}}.l-message__body p{font-size:.9em;line-height:1.4}.l-message__body p:not(:last-child){margin-bottom:1rem}.l-mv-top{position:relative;height:500px;overflow:hidden}@media(max-width: 767px){.l-mv-top{height:600px}}.l-mv-top__bg img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;object-fit:cover}.l-mv-top .l-wrap{height:100%}.l-mv-top__review{position:absolute;top:1rem;right:-0.4rem;width:100%;width:250px}@media(max-width: 767px){.l-mv-top__review{width:180px}}@media(max-width: 767px){.l-mv-top{position:relative}}.l-mv-top__wrap{position:relative;height:100%}.l-mv-top__work{position:absolute;top:-7px;left:-7px}.l-mv-top__work img{width:150px}@media(max-width: 767px){.l-mv-top__work img{width:130px}}.l-mv-top__message{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:1}@media(max-width: 767px){.l-mv-top__message{width:100%;top:45%;text-align:center}}.l-mv-top__message img{width:460px}@media(max-width: 767px){.l-mv-top__message img{width:100%;max-width:400px}}.l-mv-top__person{position:absolute;bottom:0;left:0}.l-mv-top__person img{width:230px}@media(max-width: 767px){.l-mv-top__person img{width:190px}}.l-mv-page{padding:6rem 0;border-bottom:1px solid var(--color-border-gray-02)}@media(max-width: 767px){.l-mv-page{padding:4rem 0}}@media(min-width: 768px){.l-mv-service{height:400px;overflow:hidden}}@media(max-width: 767px){.l-mv-service{padding-bottom:2rem}}.l-wrap{position:relative;margin-right:auto;margin-left:auto;padding-right:24px;padding-left:24px;height:100%}@media(max-width: 767px){.l-wrap{padding-left:20px;padding-right:20px}}@media(max-width: 767px){.l-wrap--no-padding-sp{padding-right:0;padding-left:0}}@media(min-width: 768px){.l-wrap{max-width:1068px;width:100%}}@media(min-width: 768px){.l-wrap--short{max-width:600px;width:100%}}.l-wrap-flex{display:flex}.l-event__header{margin-bottom:1.5rem;font-size:1.4em}.l-event__box{margin-top:3rem;margin-bottom:1rem}.l-event__box--thumbnail{margin-top:1rem;margin-bottom:1rem;box-shadow:0px 1px 6px rgba(0,0,0,.3)}.l-breadcrumb{padding:.5rem 0;visibility:hidden;border-top:1px solid var(--color-border-gray-02);border-bottom:1px solid var(--color-border-gray-02)}.l-breadcrumb .aioseo-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;column-gap:.5rem}.l-breadcrumb .aioseo-breadcrumbs::before{content:"";display:inline-block;background:url(assets/images/common/icon_house_orange.svg) no-repeat center/contain;width:15px;height:15px}.l-breadcrumb .aioseo-breadcrumb{font-size:12px;color:var(--color-dark-blue-02);font-weight:700}.l-breadcrumb .aioseo-breadcrumb a:hover{text-decoration:underline}.l-breadcrumb .aioseo-breadcrumb-separator{font-size:11px;color:var(--color-black-02)}.l-breadcrumb-form{font-size:.8em !important}.l-button{margin-top:3rem;display:flex;justify-content:center}.l-button.position-left{justify-content:left}@media(min-width: 768px){.l-button{margin-top:2.5rem;column-gap:1rem}}@media(max-width: 767px){.l-button{flex-direction:column;align-items:center;row-gap:1rem}}.l-box{margin-top:2rem;margin-bottom:2rem}.c-btn{padding-left:1rem;padding-right:1rem;border-radius:4px;display:flex;align-items:center;justify-content:center;text-align:center;column-gap:1rem;color:#fff;font-weight:700;white-space:nowrap}@media(max-width: 767px){.c-btn{padding-left:.7rem;padding-right:.7rem;column-gap:.5rem}}.c-btn:hover{opacity:.4}.c-btn.color-orange{background:var(--color-orange-01);box-shadow:0px 4px 12px rgba(203,173,116,.3)}.c-btn.size-xsmall{width:160px;height:48px}.c-btn.size-small{width:200px;height:48px}.c-btn.size-normal{max-width:300px;width:100%;height:56px}.c-btn.shape-rounded{border-radius:50px}.c-btn.line-two{display:flex;flex-direction:column}.c-btn-circle{position:relative;height:44px;border:1px solid var(--color-orange-01);color:#fff;background:var(--color-orange-01);border-radius:50px;text-align:center;font-weight:700;display:flex;align-items:center;justify-content:center}.c-btn-circle:before{content:"";display:block;width:18px;height:14px;background:url(assets/images/common/icon_arrow_rod_right_white.svg) center/contain no-repeat;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.c-btn-nav{height:45px;border-radius:4px;padding-left:1rem;padding-right:1rem;display:flex;align-items:center;justify-content:center;column-gap:.5rem;transition:all .3s ease;box-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:700;color:#fff}.c-btn-nav.type-line{background:var(--color-green-01)}.c-btn-nav.type-line img{width:22px}.c-btn-nav.type-mail{background:var(--color-orange-01)}.c-btn-nav.type-mail img{width:26px}.c-btn-common{background:var(--color-orange-01);color:#fff;display:flex;align-items:center;justify-content:center;width:300px;text-align:center;font-weight:700;border-radius:4px;height:64px;position:relative;border:1px solid var(--color-orange-01);transition:background .3s ease,color .3s ease;box-shadow:2px 2px 6px rgba(0,0,0,.5)}.c-btn-common:after{content:"";display:block;width:16px;height:16px;background:url(assets/images/common/icon_arrow-circle_right_white.svg) center/contain no-repeat;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:all .3s ease}.c-btn-common:hover{background:#fff;color:var(--color-orange-01)}.c-btn-common:hover:after{transform:translate(10px, -50%);opacity:0}.c-btn-common:not(:hover):after{animation:arrowAppear .3s ease}@keyframes arrowAppear{0%{transform:translate(-20px, -50%);opacity:0}100%{transform:translate(0, -50%);opacity:1}}.c-btn-link{display:inline-flex;align-items:center;column-gap:.5rem;font-weight:700;position:relative}.c-btn-link span{position:relative;z-index:1;transition:color .3s ease}.c-btn-link span:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:1px;background-color:#656565;transition:transform .3s ease;transform:scaleX(1);transform-origin:left}.c-btn-link:hover span{color:var(--color-orange-01)}.c-btn-link:hover span:after{transform:scaleX(0);transform-origin:right}.c-btn-link:before{content:"";display:block;width:22px;height:22px;background:url(assets/images/common/icon_arrow_circle_right_orange.svg) center/contain no-repeat}@keyframes arrowMove{0%{transform:translateX(0);opacity:1}50%{transform:translateX(20px);opacity:0}51%{transform:translateX(-20px);opacity:0}100%{transform:translateX(0);opacity:1}}.c-list{padding-left:1rem}.c-list--disc{list-style-type:disc}table{width:100%;border-collapse:collapse;border-spacing:0;background:#fff}table .number{font-size:1.6em;color:var(--color-orange-01);font-weight:700}table th,table td{padding:.5rem;line-height:1.6;border:1px solid var(--color-border-gray-01)}table thead th{text-align:center;color:#fff;padding:.3rem;font-weight:700;white-space:nowrap;background:var(--color-black-02)}table thead th:first-child{border-top-left-radius:4px}table thead th:last-child{border-top-right-radius:4px}table tbody th,table tbody td{text-align:left;font-size:.9em}table tbody th{font-weight:700;color:var(--color-black-01);white-space:nowrap;background:var(--color-bg-gray-01)}table tbody td{line-height:1.4}table tbody td:first-child{border-bottom-left-radius:4px}table tbody td:last-child{border-bottom-right-radius:4px}@media(max-width: 767px){table tbody td{padding:.6rem}}.c-table__company{background:rgba(0,0,0,0)}.c-table__company tr{border-top:1px solid var(--color-border-gray-01);background:#fff}.c-table__company tr:last-child th,.c-table__company tr:last-child td{border-bottom:1px solid var(--color-border-gray-01)}.c-table__company th,.c-table__company td{border:none;padding-top:2rem;padding-bottom:2rem}@media(max-width: 767px){.c-table__company th,.c-table__company td{padding-top:1rem;padding-bottom:1rem}}.c-table__company th{color:var(--color-black-01)}.c-table__country th,.c-table__country td{border:none;padding:.5rem 0}.c-table__country th{width:80px;background:#fff}.c-table__country th span{border:1px solid var(--color-border-gray-01);display:inline-block;width:80px;text-align:center;padding-top:.1rem;padding-bottom:.1rem;border-radius:2px;font-size:.9em}.c-table__country td{padding-left:.5rem}.c-table__event th{background:var(--color-black-02);color:#fff;white-space:nowrap}.c-table__event a{font-weight:700;text-decoration:underline}.c-img--cover{position:relative;overflow:hidden}.c-img--cover img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;object-fit:cover}.c-more{display:block;position:relative;border-radius:8px;border:1px solid var(--color-border-dark-blue-01);padding:1.5rem 1rem;font-weight:700;color:var(--color-black-01);background:#fff}.c-more:before{content:"";display:block;width:16px;height:16px;background:url(assets/images/common/icon_arrow_right_dark_blue.png) center/contain no-repeat;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.c-title-omakase{display:flex;align-items:center;justify-content:center;column-gap:.4rem;font-size:1.4em;line-height:1.2 !important;text-align:center}@media(max-width: 767px){.c-title-omakase{align-items:flex-end}}.c-title-omakase:before,.c-title-omakase:after{content:"";display:block;width:20px;height:35px}@media(max-width: 767px){.c-title-omakase:before,.c-title-omakase:after{width:21px}}.c-title-omakase:before{background:url(assets/images/top/icon_hukidashi_left.png) center/contain no-repeat}.c-title-omakase:after{background:url(assets/images/top/icon_hukidashi_right.png) center/contain no-repeat}.c-title-vision{text-align:center}.c-title-vision img{width:460px}@media(max-width: 767px){.c-title-vision img{width:300px}}.c-title-vision__desc{text-align:center;font-weight:700;font-size:1.1em !important;color:var(--color-brown-01)}.c-title-sun{display:flex;flex-direction:column;align-items:center;text-align:center;row-gap:.5rem;font-size:1.8em;font-weight:900}.c-title-sun:before{content:"";display:block;width:68px;height:41px;background:url(assets/images/common/icon_sun.svg) center/contain no-repeat}.c-title-main__en{font-weight:700;font-family:var(--font-family-lato);font-size:3.5em;line-height:1;margin-bottom:.5rem}@media(max-width: 767px){.c-title-main__en{font-size:2.6em}}.c-title-main__ja{position:relative;font-size:1.2em;font-weight:700;line-height:1.4;padding-left:18px}.c-title-main__ja:before{content:"";display:block;width:8px;height:8px;background:var(--color-orange-01);position:absolute;left:0;top:50%;border-radius:50%;transform:translateY(-50%)}.c-industry__box{border-radius:8px;overflow:hidden;background:#fff;padding:1rem 0;box-shadow:0px 2px 6px rgba(203,173,116,.2);display:flex;flex-direction:column;align-items:center;row-gap:.7rem}@media(max-width: 767px){.c-industry__box{box-shadow:0px 1px 4px rgba(203,173,116,.4)}}.c-industry__title{text-align:center;font-size:.9em}.c-industry__title:after{content:"";display:block;height:3px;width:20px;border-radius:3px;margin-top:8px;margin-left:auto;margin-right:auto;background:var(--color-orange-01)}.c-industry__image{width:100px}.c-industry__link{width:100px;height:28px;line-height:28px;font-weight:700;font-size:.9em;text-align:center;background:var(--color-orange-01);color:#fff;border-radius:2px}.c-industry__link:hover{opacity:.4}@media(max-width: 767px){.c-member-list__box{display:flex;align-items:center;column-gap:.5rem}}.c-member-list__image{border-radius:8px;overflow:hidden;background:#fff}@media(min-width: 768px){.c-member-list__image{margin-bottom:1rem}}@media(max-width: 767px){.c-member-list__image{width:130px}}.c-member-list__info{flex:1}.c-member-list__position{font-weight:700;font-size:.9em;margin-bottom:.3rem}.c-member-list__name{font-weight:700}.c-panel__link{position:relative;display:flex;padding:2rem;border-radius:8px;border:1px solid var(--color-border-gray-02);background:#fff;transition:background-color .3s ease}@media(max-width: 767px){.c-panel__link{padding:1rem}}.c-panel__link:hover{background-color:var(--color-bg-gray-01)}.c-panel__link:before{content:"";display:block;width:8px;height:8px;background:var(--color-orange-01);position:absolute;left:12px;top:12px;border-radius:50%}@media(max-width: 767px){.c-panel__link:before{left:6px;top:6px}}.c-panel__title{font-weight:700;flex:1}.c-panel__title-en{font-size:.8em;margin-bottom:.3rem;font-family:var(--font-family-lato)}.c-panel__title-ja{font-size:1.4em}.c-panel__image{width:220px}@media(max-width: 767px){.c-panel__image{width:180px}}.c-panel-info{padding:2rem;background:var(--color-bg-orange-01);border-radius:4px;display:flex;column-gap:1rem;align-items:center}@media(max-width: 767px){.c-panel-info{padding:1rem}}.c-panel-info__img{width:140px;text-align:center}.c-panel-info__img img{height:70px;width:auto}@media(max-width: 767px){.c-panel-info__img{width:80px}.c-panel-info__img img{height:40px}}.c-panel-info__date{flex:1}.c-panel-info__date--sub{font-weight:700;margin-bottom:.2rem}.c-panel-info__date--num{font-weight:700;margin-bottom:.5rem}.c-panel-info__date--num span{font-family:var(--font-family-lato);font-size:2.6em}@media(max-width: 767px){.c-panel-info__date--num span{font-size:2em}}.c-panel-info__date--desc{font-size:.9em}.c-panel-date__box{border-radius:8px;padding:1rem;background:var(--color-bg-orange-01);text-align:center;font-weight:700;display:flex;flex-direction:column;row-gap:1rem}.c-panel-date__title:after{content:"";width:24px;margin-top:4px;height:3px;border-radius:8px;background:var(--color-orange-01);display:block;margin-left:auto;margin-right:auto}.c-panel-date__desc{font-size:.9em;display:flex;justify-content:center;align-items:center;flex:1}.c-panel-date__desc .num{font-family:var(--font-family-lato);font-size:2em;display:flex;align-items:center}.c-works__box{display:block;background:#fff;overflow:hidden;scroll-snap-align:start}@media(max-width: 767px){.c-works__box{min-width:max-content}}.c-works__img{position:relative;width:100%;height:0;padding-bottom:62%;overflow:hidden}.c-works__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.c-works__body{padding:1rem}.c-works__info{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.85em}.c-works__info-tag{background:var(--color-bg-orange-01);border-radius:12px;padding:1px 8px;color:var(--color-orange-01);font-weight:700;border:1px solid var(--color-orange-01)}.c-works__info-area{color:var(--color-black-02)}.c-works__title{font-weight:700;line-height:1.2}.c-top-kodawari__header{text-align:center;margin-bottom:1rem}.c-top-kodawari__header-en{color:var(--color-orange-01);font-weight:700;margin-bottom:3px}.c-top-kodawari__header-ja{font-weight:700;position:relative;z-index:1}.c-top-kodawari__header-ja span{position:relative;z-index:1}.c-top-kodawari__header-ja span:after{position:absolute;left:0;bottom:-1px;content:"";width:100%;height:4px;background:url(assets/images/common/icon_slash.png) center/contain repeat;z-index:-1}.c-top-kodawari__img{margin-bottom:.5rem}.c-top-kodawari__text{font-size:.9em;line-height:1.4}.c-mv-title{font-size:2.6em;line-height:1.3}@media(max-width: 767px){.c-mv-title{font-size:2em}}.c-map{position:relative;overflow:hidden}@media(max-width: 767px){.c-map{padding-bottom:56.5%;height:0}}.c-map iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}body.is-nav-open .p-nav{right:0}body.is-nav-open .p-nav-modal{opacity:1;pointer-events:auto}body.is-nav-open .p-nav-btn__line:nth-child(1){transform:translateY(4px) rotate(-45deg)}body.is-nav-open .p-nav-btn__line:nth-child(2){display:none}body.is-nav-open .p-nav-btn__line:nth-child(3){transform:translateY(-4px) rotate(45deg)}@media(max-width: 767px){.p-nav{display:flex;flex-direction:column;position:fixed;top:0;right:-100%;width:100%;height:100vh;padding-top:80px;background-color:#fff;z-index:102;transition:right .5s ease;overflow:auto;-webkit-overflow-scrolling:touch}}.p-nav__list{display:flex}@media(min-width: 768px){.p-nav__list{align-items:center;border-left:1px solid var(--color-border-gray-01)}}@media(max-width: 767px){.p-nav__list{flex-direction:column;order:1;border-top:1px solid var(--color-border-gray-01)}}@media(min-width: 768px){.p-nav__item{flex:1;border-right:1px solid var(--color-border-gray-01)}}@media(max-width: 767px){.p-nav__item{border-bottom:1px solid var(--color-border-gray-01)}}.p-nav__link{font-size:16px;font-weight:700;display:inline-block;padding:2px 10px;position:relative;cursor:pointer}@media(min-width: 768px){.p-nav__link{display:flex;align-items:center;justify-content:center;padding:12px 0;text-align:center}}@media(max-width: 767px){.p-nav__link{padding-top:1rem;padding-bottom:1rem;padding-left:1rem;width:100%}}@media(min-width: 768px){.p-nav-btn{display:none}}@media(max-width: 767px){.p-nav-btn{position:relative;z-index:103}}.p-nav-btn__icon{display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:6px;width:42px;height:42px;background:var(--color-orange-01);border-radius:2px;cursor:pointer;z-index:104}.p-nav-btn__line{display:block;width:22px;height:2px;background:#fff;transition:transform .5s ease}@media(max-width: 767px){.p-nav-modal{position:fixed;top:0;left:0;z-index:101;width:100%;height:100%;background-color:rgba(0,0,0,.6);opacity:0;pointer-events:none;transition:opacity .5s ease}}@media(max-width: 767px){.p-nav-link{display:flex;justify-content:center;align-items:center;column-gap:1rem;margin-bottom:1rem;padding-left:1rem;padding-right:1rem}}@media(max-width: 767px){.p-nav-link__item{width:100%}}@media(max-width: 767px){.p-nav-tel{margin-left:1rem;margin-right:1rem;padding:.7rem 4rem;border-radius:4px;background:var(--color-border-gray-01);margin-bottom:1rem}}.p-card__wrap{display:flex}@media(min-width: 768px){.p-card__wrap{flex-wrap:wrap;align-items:stretch;gap:12px 2%}}@media(max-width: 767px){.p-card__wrap{flex-direction:column;column-gap:1rem;row-gap:1rem}}.p-card__wrap.type-scroll{overflow-x:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}@media(max-width: 767px){.p-card__wrap.type-scroll{flex-direction:row}}@media(min-width: 768px){.p-card__column--two .p-card__box{width:49%}.p-card__column--three .p-card__box{width:32%}.p-card__column--four .p-card__box{width:23.5%}.p-card__column--five .p-card__box{width:18.4%}.p-card__column--six{gap:8px 1%}.p-card__column--six .p-card__box{width:15.8%}}@media(max-width: 767px){.p-card__column--six{display:flex;flex-wrap:wrap;gap:4px 2%;flex-direction:row}.p-card__column--six .p-card__box{width:49%;margin-bottom:0 !important}}.p-card__box{display:block}.p-card__box.type-shadow{box-shadow:0px 0px 6px #f4e2d3;overflow:hidden;border-radius:12px}@media(max-width: 767px){.p-card__box.type-shadow{border-radius:8px}}.p-card__box-img{position:relative;width:100%;height:0;padding-bottom:62%;overflow:hidden}.p-card__box-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.p-card__box-text{position:relative;padding:1rem 2rem 1rem 1rem;background:#fff;font-weight:700}.p-card__box-text:before{content:"";display:block;width:17px;height:17px;position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:url(assets/images/common/icon_arrow_circle_right_orange.svg) no-repeat center center/contain}.p-card__link{box-shadow:0px 0px 6px #f4e2d3;position:relative;padding:2rem 2rem 2rem 1rem;border-radius:8px;background:#fff;font-weight:700}@media(max-width: 767px){.p-card__link{padding:1rem 2rem 1rem 1rem}}.p-card__link:before{content:"";display:block;width:17px;height:17px;position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:url(assets/images/common/icon_arrow_circle_right_orange.svg) no-repeat center center/contain}.p-footer__wrap{column-gap:1rem;width:100%;display:flex}@media(max-width: 767px){.p-footer__wrap{flex-direction:column;row-gap:2rem}}.p-footer__box{flex:1}.p-footer__header{font-size:1.1em;font-weight:700;padding-bottom:.5rem;margin-bottom:1rem;border-bottom:2px solid #fff}.p-footer__link{display:flex;flex-direction:column;row-gap:1rem}.p-footer__link a{display:inline-block;padding:2px 2px 2px 1.2rem;color:#fff;position:relative}.p-footer__link a:before{content:"";display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);width:13px;height:13px;background:url(assets/images/common/icon_arrow-circle_right_white.svg) no-repeat center center/contain}.p-footer__area{display:flex;justify-content:center}@media(min-width: 768px){.p-footer__area{column-gap:1rem}}@media(max-width: 767px){.p-footer__area{flex-direction:column;row-gap:1rem}}.p-footer__area-box a{display:block;width:100%;height:60px;line-height:60px;border:1px solid #fff;color:#fff;text-align:center;position:relative;font-weight:700}@media(min-width: 768px){.p-footer__area-box a{width:330px}}.p-footer__area-box a:before{content:"";display:block;width:16px;height:16px;position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:url(assets/images/common/icon_other-link.png) no-repeat center center/contain}.p-news-list__item{padding:1rem 0;border-bottom:1px solid var(--color-border-gray-01)}.p-news-list__item:nth-child(1){border-top:1px solid var(--color-border-gray-01)}.p-news-list__link{padding:.2rem 0;display:flex;justify-content:center;font-size:.9em;transition:color .3s ease}@media(max-width: 767px){.p-news-list__link{flex-direction:column;row-gap:.5rem}}.p-news-list__link:hover{color:var(--color-orange-01)}.p-news-list__date{color:var(--color-black-02)}@media(min-width: 768px){.p-news-list__date{width:160px}}.p-news-list__title{flex:1;text-decoration:none}@media(min-width: 768px){.p-service-list__list{display:flex}}.p-service-list__item{position:relative;overflow:hidden}@media(min-width: 768px){.p-service-list__item{flex:1;height:320px}}@media(max-width: 767px){.p-service-list__item{height:220px}}.p-service-list__link{display:block;height:100%;position:relative;color:#fff;font-weight:700;padding:2rem 1.5rem 1rem;overflow:hidden;z-index:1;text-align:left}.p-service-list__link .p-service-list__title,.p-service-list__link .p-service-list__sub-title,.p-service-list__link .p-service-list__text{position:relative;z-index:2;text-align:left}.p-service-list__link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1;transition:background .3s ease}.p-service-list__link:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;transition:transform .3s ease}.p-service-list__link:hover:before{background:rgba(0,0,0,.5)}.p-service-list__link:hover:after{transform:scale(1.1)}.p-service-list__link:hover .p-service-list__arrow{transform:translate(10px, 0);opacity:0}.p-service-list__link:not(:hover) .p-service-list__arrow{animation:serviceArrowSlideIn .3s ease}@media(min-width: 768px){.p-service-list__link--01:after{background-image:url("assets/images/top/pic_service_01_pc.jpg")}}@media(max-width: 767px){.p-service-list__link--01:after{background-image:url("assets/images/top/pic_service_01_sp.jpg")}}@media(min-width: 768px){.p-service-list__link--02:after{background-image:url("assets/images/top/pic_service_02_pc.jpg")}}@media(max-width: 767px){.p-service-list__link--02:after{background-image:url("assets/images/top/pic_service_02_sp.jpg")}}@media(min-width: 768px){.p-service-list__link--03:after{background-image:url("assets/images/top/pic_service_03_pc.jpg")}}@media(max-width: 767px){.p-service-list__link--03:after{background-image:url("assets/images/top/pic_service_03_sp.jpg")}}@media(min-width: 768px){.p-service-list__link--04:after{background-image:url("assets/images/top/pic_service_04_pc.jpg")}}@media(max-width: 767px){.p-service-list__link--04:after{background-image:url("assets/images/top/pic_service_04_sp.jpg")}}.p-service-list__arrow{content:"";background:url(assets/images/common/icon_circle_arrow_white_right.png) center/contain no-repeat;width:26px;height:26px;position:absolute;bottom:20px;right:20px;z-index:2;transition:transform .3s ease,opacity .3s ease}.p-service-list__title{font-weight:700;font-size:1.1em;margin-bottom:.5rem;text-align:left}.p-service-list__sub-title{font-size:12px;margin-bottom:1.5rem;text-align:left}.p-service-list__text{line-height:1.6;font-size:.95em;text-align:left}@keyframes serviceArrowSlideIn{0%{transform:translate(-10px, 0);opacity:0}100%{transform:translate(0, 0);opacity:1}}.p-post-list__item{border-radius:8px;overflow:hidden;background:#fff}.p-post-list__link{display:flex;flex-direction:column;height:100%}.p-post-list__link:hover .p-post-list__body:before{animation:arrowDisappear .3s forwards}.p-post-list__link:not(:hover) .p-post-list__body:before{animation:arrowReappear .3s forwards}.p-post-list__link:hover .p-post-list__date-time{color:var(--color-orange-01)}.p-post-list__link:hover .p-post-list__title{color:var(--color-orange-01)}.p-post-list__image-inner{width:100%;padding-top:62.8%}.p-post-list__body{flex:1;padding:.7rem;padding-right:40px;position:relative}.p-post-list__body:before{content:"";display:block;width:24px;height:24px;background:url(assets/images/common/icon_arrow_circle_orange_right.png) no-repeat center center/contain;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:transform .3s ease}.p-post-list__date-time{font-size:.9em;color:var(--color-black-02);margin-bottom:.5rem;transition:color .2s}.p-post-list__title{font-weight:700;line-height:1.4;font-size:.9em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}@keyframes arrowDisappear{to{transform:translate(10px, -50%);opacity:0}}@keyframes arrowReappear{from{transform:translate(-10px, -50%);opacity:0}to{transform:translate(0, -50%);opacity:1}}.p-case-date{display:flex}@media(min-width: 768px){.p-case-date{column-gap:4px}}@media(max-width: 767px){.p-case-date{gap:4px;flex-wrap:wrap}}.p-case-date__card{flex:1;height:100px;display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:.5rem;font-weight:700;background:var(--color-bg-dark-blue-01)}@media(min-width: 768px){.p-case-date__card{flex:1}}@media(max-width: 767px){.p-case-date__card{height:80px;flex:0 0 calc(50% - 2px)}}.p-case-date__label{width:80px;height:20px;line-height:20px;border:1px solid var(--color-dark-blue-02);color:var(--color-black-01);font-weight:700;text-align:center;border-radius:2px;font-size:.9em}.p-cta-country{background:var(--color-bg-gray-02);padding:2rem}@media(max-width: 767px){.p-cta-country{padding:1.5rem}}@media(min-width: 768px){.p-cta-country__wrap{display:flex;column-gap:2rem}}@media(max-width: 767px){.p-cta-country__info{flex:1}}.p-cta-country__label{display:inline-block;margin-bottom:1rem;border:1px solid var(--color-orange-01);color:var(--color-orange-01);padding:.2rem 1.2rem;border-radius:4px;font-weight:700}@media(max-width: 767px){.p-cta-country__label{padding:.2rem .8rem;text-align:center}}.p-cta-country__title{font-size:1.6em;margin-bottom:1rem;font-weight:700;line-height:1.4}@media(max-width: 767px){.p-cta-country__title{font-size:1.4em;line-height:1.2}}.p-cta-country__text{margin-bottom:1.5rem;line-height:1.4}.p-cta-country__image{margin-bottom:1rem}.p-post-detail__header{margin-bottom:1rem}.p-post-detail__header--name{font-size:1.5em;font-weight:700;margin-bottom:1rem;line-height:1.4}.p-post-detail__header--date{font-size:.9em;color:var(--color-black-01);text-align:right;line-height:1.2rem}.p-post-detail__header--now{margin-top:1rem}.p-post-detail__header--now span{display:inline-block;padding:.5rem 1rem;border-radius:30px;font-size:.9em;font-weight:700}.p-post-detail__header--now span.now{background:var(--color-black-01);color:#fff}.p-post-detail__header--now span.end{background:var(--color-gray-04)}.p-post-detail__thumbnail{margin-top:1rem;margin-bottom:1rem}.p-post-detail__writer{padding:.3rem;border-radius:2px;border:1px solid var(--color-border-gray-01);display:flex;column-gap:.3rem;margin-bottom:1rem}.p-post-detail__writer--image{width:120px;height:120px;border-radius:50%;overflow:hidden}@media(max-width: 767px){.p-post-detail__writer--image{width:80px;height:80px}}.p-post-detail__writer--body{flex:1}.p-post-detail__writer--name{font-weight:700;margin-bottom:.5rem}@media(max-width: 767px){.p-post-detail__writer--name{margin-bottom:.2rem}}.p-post-detail__writer--sub{font-weight:700;font-size:.9em;color:var(--color-black-01)}.p-post-detail__writer--desc{font-size:.85em;line-height:1.3;color:var(--color-black-02)}@media(max-width: 767px){.p-post-detail__writer--desc{line-height:1.2;font-size:.8em}}.p-post-detail__body>*:first-child{margin-top:0}.p-post-detail__body .ez-toc-link{margin:.2em}.p-post-detail__body #ez-toc-container a.ez-toc-toggle{margin-top:0;margin-bottom:0}.p-post-detail__body h1,.p-post-detail__body h2,.p-post-detail__body h3,.p-post-detail__body h4,.p-post-detail__body h5,.p-post-detail__body h6{line-height:1.4}.p-post-detail__body h1,.p-post-detail__body h3,.p-post-detail__body h4,.p-post-detail__body h5,.p-post-detail__body h6{margin-top:3rem}@media(max-width: 767px){.p-post-detail__body h1,.p-post-detail__body h3,.p-post-detail__body h4,.p-post-detail__body h5,.p-post-detail__body h6{margin-top:2.5rem}}.p-post-detail__body h2{margin-top:5rem}.p-post-detail__body p,.p-post-detail__body table,.p-post-detail__body ul,.p-post-detail__body ol,.p-post-detail__body blockquote,.p-post-detail__body figure{margin-top:2rem;margin-bottom:2rem}.p-post-detail__body p{line-height:2rem}@media(max-width: 767px){.p-post-detail__body p{line-height:1.8rem}}.p-post-detail__body li{margin-top:.2rem;margin-bottom:.2rem;line-height:1.6rem}.p-post-detail__body h2{position:relative;font-size:1.6em}@media(max-width: 767px){.p-post-detail__body h2{font-size:1.4em}}.p-post-detail__body h3{position:relative;padding-left:.5rem;padding-bottom:.5rem;font-size:1.4em}.p-post-detail__body h3:after{display:block;content:"";width:100%;height:2px;background:repeating-linear-gradient(90deg, var(--color-black-01) 0%, var(--color-black-01) 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%);position:absolute;left:0;bottom:0}@media(max-width: 767px){.p-post-detail__body h3{font-size:1.2em}}.p-post-detail__body h4{font-size:1.3em;color:var(--color-black-01)}@media(max-width: 767px){.p-post-detail__body h4{font-size:1.2em}}.p-post-detail__body ol,.p-post-detail__body ul{padding-left:2rem}.p-post-detail__body ul{list-style:disc}.p-post-detail__body a{text-decoration:underline;color:var(--color-sky-blue-01)}.p-post-detail__body blockquote{background:var(--color-bg-gray-01);border-radius:8px;padding:1rem}.p-post-detail__body blockquote *{margin:0;line-height:1.6;font-size:.95em}.p-post-detail__body blockquote *:not(:last-child){margin-bottom:1rem}.p-post-detail__body-box{position:relative;padding:1rem;border-radius:2px}.p-post-detail__body-box.type-info:before{content:"INFO";display:block;height:20px;line-height:20px;width:100px;border-radius:1px 1px 0 0}.p-post-detail__body-box.type-info .ttl{font-weight:bold;margin-bottom:1rem}.p-post-detail__body-box.type-question:before{content:"QUESTION";display:block;height:20px;line-height:20px;width:100px;border-radius:1px 1px 0 0}.p-post-detail__body-box.type-question .ttl{font-weight:bold;margin-bottom:1rem}.p-post-detail__button{margin-top:3rem;display:flex;justify-content:center}.p-service-flow__header{background:url("assets/images/top/bg_service_flow.png") right/cover no-repeat;padding:.5rem 1rem;color:#fff;font-weight:700;display:flex;align-items:center;column-gap:.5rem}.p-service-flow__header .num{font-family:var(--font-family-lato);font-size:1.7em}.p-service-flow__header{margin-bottom:.5rem}.p-service-flow__image{margin-bottom:.5rem}.p-scroll-image{padding:16px;overflow:hidden}@media(max-width: 767px){.p-scroll-image{padding:4px}}.p-scroll-image__items{display:flex;flex-wrap:wrap;gap:8px}@media(max-width: 767px){.p-scroll-image__items{gap:4px}}.p-scroll-image__item{flex:0 0 calc(20% - 6.4px);border-radius:4px}@media(max-width: 767px){.p-scroll-image__item{flex:0 0 calc(33.3333333333% - 5.3333333333px);border-radius:2px}.p-scroll-image__item:last-child{display:none}}.p-country-list{display:flex;flex-direction:column;row-gap:2rem}@media(max-width: 767px){.p-country-list__item{padding-top:1.5rem;padding-bottom:1.5rem}}.p-country-list__country{font-weight:700;font-size:1.3em}@media(min-width: 768px){.p-country-list__country{margin-bottom:.8rem}}@media(max-width: 767px){.p-country-list__country{font-size:1.2em;margin-bottom:1rem}}@media(min-width: 768px){.p-country-list__info{display:flex;align-items:flex-start;column-gap:1rem}}.p-country-list__date{flex:1}.p-country-list__image{box-shadow:0px 0px 12px rgba(82,96,121,.12)}@media(min-width: 768px){.p-country-list__image{width:300px}}.p-country-list__points{margin-top:1rem}.p-content-number{border-bottom:1px solid var(--color-border-dark-blue-01);padding-top:2rem;padding-bottom:2rem}@media(max-width: 767px){.p-content-number{padding-top:1.5rem;padding-bottom:1.5rem}}.p-content-number:first-child{border-top:1px solid var(--color-border-dark-blue-01)}.p-content-number__wrap{display:flex;align-items:center}@media(max-width: 767px){.p-content-number__wrap{flex-wrap:wrap}}.p-content-number__num{font-family:var(--font-family-lato);color:var(--color-black-01);font-weight:700;font-size:2em}@media(min-width: 768px){.p-content-number__num{width:60px}}@media(max-width: 767px){.p-content-number__num{width:45px}}.p-content-number__title{font-weight:700;line-height:1.4;font-size:1.2em}@media(min-width: 768px){.p-content-number__title{width:300px}}@media(max-width: 767px){.p-content-number__title{flex:1}}.p-content-number__desc{line-height:1.4;font-size:.9em;margin-top:1rem}@media(min-width: 768px){.p-content-number__desc{flex:1}}@media(max-width: 767px){.p-content-number__desc{width:100%}}.p-content-number__header{display:flex;align-items:center;margin-bottom:1rem}.p-content-number__header-title{font-size:1.2em;font-weight:700}.p-form__wrap{display:flex;flex-direction:column;background:#fff;padding:2rem;border-radius:8px;row-gap:1rem}@media(max-width: 767px){.p-form__wrap{padding:1.5rem}}.p-form__container{display:flex}@media(min-width: 768px){.p-form__container{align-items:center;justify-content:space-between}.p-form__container .p-form__box{width:49%}}@media(max-width: 767px){.p-form__container{flex-direction:column;row-gap:1rem}}.p-form__header{margin-bottom:1rem;font-size:1.1em}.p-form__submit{display:flex;align-items:center;justify-content:center;flex-direction:column}.p-form__label{display:flex;align-items:center;font-weight:700;font-size:.9em;margin-bottom:2px;column-gap:.2rem}.p-form__label.type-must:before{content:"必須";display:inline-block;font-size:.8em;font-weight:800;padding:2px 4px;border-radius:2px;color:#fff;background:var(--color-red-01)}.p-form__input{flex:1}.p-form__input.type-post-code{width:200px;flex:none;display:flex}.p-form__input.type-radio{display:flex;flex-direction:column;row-gap:8px;padding-left:.5rem}.p-form__input.type-radio label{display:flex;align-items:center;align-items:left;font-size:.9em;cursor:pointer;transition:color .2s ease}.p-form__input.type-radio label:hover{color:var(--color-orange-01)}.p-form__input.type-radio input[type=radio]{width:20px}.p-form__input input,.p-form__input textarea,.p-form__input select{background:var(--color-bg-gray-01)}.p-form__input textarea{height:150px}.p-about-us__message{line-height:1.4;font-size:.9em}.p-about-us__message p:not(:last-child){margin-bottom:1rem}@media(min-width: 768px){.p-about-us__wrap{display:flex}}@media(min-width: 768px){.p-about-us__wrap-left{width:270px}}@media(max-width: 767px){.p-about-us__wrap-left{margin-bottom:1rem}}@media(min-width: 768px){.p-about-us__wrap-right{flex:1;padding-left:3rem}}.p-about-us__number-box{border-radius:8px;padding:2rem 6rem;box-shadow:0px 0px 6px rgba(203,173,116,.3)}@media(max-width: 767px){.p-about-us__number-box{padding:1rem}}.p-about-us-mmv__box{border-bottom:1px solid var(--color-border-gray-01);padding:2rem 0;display:flex}@media(max-width: 767px){.p-about-us-mmv__box{flex-direction:column;row-gap:1rem}}.p-about-us-mmv__box:first-child{border-top:1px solid var(--color-border-gray-01)}.p-about-us-mmv__header{width:200px;font-weight:700}.p-about-us-mmv__header-en{font-size:2em;margin-bottom:.5rem}.p-about-us-mmv__header-ja{font-size:.9em;color:var(--color-black-03)}.p-about-us-mmv__body{flex:1}.p-about-us-mmv__body p{line-height:1.6}.p-about-us-mmv__items{display:flex;flex-direction:column;row-gap:1.5rem}.p-about-us-mmv__item{display:flex}.p-about-us-mmv__item-number{width:35px;color:var(--color-orange-01);font-family:var(--font-family-lato);font-weight:700;font-size:1.2em;padding-top:5px}.p-about-us-mmv__item-info-title{font-weight:700;font-size:1.2em}.p-work-list__box{background:#fff;border-radius:8px;padding:1rem;box-shadow:0px 0px 12px rgba(82,96,121,.12)}.p-work-list__image{border-radius:8px;overflow:hidden;margin-bottom:1rem}.p-work-list__image-inner{width:100%;padding-top:62%}.p-work-list__industry{font-size:.9em;color:var(--color-black-01);margin-bottom:8px;font-weight:700}.p-work-list__title{font-weight:700;line-height:1.3em}@media(min-width: 768px){.p-points{display:flex;column-gap:1rem}}.p-points__item{padding:1.8rem}@media(min-width: 768px){.p-points__item{flex:1}}.p-points__item--good{background:var(--color-bg-orange-01)}@media(max-width: 767px){.p-points__item--good{margin-bottom:1rem}}.p-points__item--good .p-points__title{color:var(--color-orange-01)}.p-points__item--bad{background:var(--color-bg-gray-01)}.p-points__title{font-size:1.1em;font-weight:700;margin-bottom:.8rem}.p-points__text{line-height:1.3;font-size:.95em}.p-recruit__sub{text-align:center;line-height:1.4;font-size:.9em;color:var(--color-black-02);margin-bottom:1rem}.p-recruit__image{text-align:center}.p-recruit__image img{width:356px}@media(max-width: 767px){.p-recruit__image img{width:280px}}.p-recruit__message{border-radius:12px;background:var(--color-bg-gray-01);padding:2rem;text-align:center}@media(max-width: 767px){.p-recruit__message{padding:1rem}}.p-recruit__message-inner{background:#fff;padding:4rem 2rem}@media(max-width: 767px){.p-recruit__message-inner{padding:1rem}}.p-recruit__message-title{font-weight:700;font-size:1.4em;margin-bottom:2rem}.p-recruit__message-desc p{line-height:1.6;font-size:.9em}.p-recruit__message-desc p:not(:last-child){margin-bottom:1rem}.p-member-detail{column-gap:1rem;border-top:1px solid var(--color-border-dark-blue-01);padding-top:2rem;padding-bottom:2rem}@media(min-width: 768px){.p-member-detail{display:flex}}@media(max-width: 767px){.p-member-detail{padding-top:1.5rem;padding-bottom:1.5rem}}.p-member-detail:not(:first-child){border-bottom:1px solid var(--color-border-dark-blue-01)}@media(min-width: 768px){.p-member-detail__image{width:240px}}@media(max-width: 767px){.p-member-detail__image{margin-bottom:1rem;text-align:center}.p-member-detail__image img{width:240px}}.p-member-detail__info{flex:1}@media(max-width: 767px){.p-member-detail__info{text-align:center}}.p-member-detail__position{font-weight:700;font-size:1.1em;margin-bottom:.5rem}.p-member-detail__name{font-weight:700}.p-member-detail__kana{margin-bottom:.5rem;font-size:.95em}.p-member-detail__message{font-size:.9em;line-height:1.4}@media(max-width: 767px){.p-member-detail__message{text-align:left}}@media(min-width: 768px){.p-event-list__box{border-bottom:1px solid var(--color-border-dark-blue-01);padding-top:1rem;padding-bottom:1rem}.p-event-list__box:first-child{border-top:1px solid var(--color-border-dark-blue-01)}}@media(max-width: 767px){.p-event-list__box{border-radius:4px;box-shadow:0px 1px 6px rgba(0,0,0,.3)}.p-event-list__box:not(:first-child){margin-top:1rem}}@media(min-width: 768px){.p-event-list__link{display:flex}}@media(min-width: 768px){.p-event-list__image{width:300px}}@media(max-width: 767px){.p-event-list__image{border-radius:4px 4px 0 0;overflow:hidden}}.p-event-list__image-inner{padding-top:62%}.p-event-list__info{flex:1}@media(min-width: 768px){.p-event-list__info{display:flex;padding-left:2rem}}@media(max-width: 767px){.p-event-list__info{padding:1rem}}@media(max-width: 767px){.p-event-list__date{margin-bottom:.5rem}}.p-event-list__date-box{font-size:.9em}@media(min-width: 768px){.p-event-list__date-box{width:200px}.p-event-list__date-box:not(:last-child){margin-bottom:1rem}}@media(max-width: 767px){.p-event-list__date-box:last-child{display:none}}.p-event-list__date-label{width:80px;height:24px;line-height:24px;border-radius:2px;text-align:center;background:var(--color-black-01);color:#fff;margin-bottom:4px}@media(max-width: 767px){.p-event-list__date-label{display:none}}.p-event-list__date-content{color:var(--color-black-01)}.p-event-list__text-title{font-weight:700;line-height:1.4}@media(min-width: 768px){.p-event-list__text-title{margin-bottom:1rem}}@media(min-width: 768px){.p-event-list__text-desc{font-size:.9em;color:var(--color-gray-01);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}@media(max-width: 767px){.p-event-list__text-desc{display:none}}.p-document-list__wrap{border-top:1px solid var(--color-border-gray-01)}@media(min-width: 768px){.p-document-list__wrap{display:flex;flex-wrap:wrap}}@media(max-width: 767px){.p-document-list__wrap{border-right:1px solid var(--color-border-gray-01);border-left:1px solid var(--color-border-gray-01)}}.p-document-list__box{background:#fff;border-bottom:1px solid var(--color-border-gray-01)}@media(min-width: 768px){.p-document-list__box{width:25%;border-right:1px solid var(--color-border-gray-01)}.p-document-list__box:first-child{border-left:1px solid var(--color-border-gray-01)}}.p-document-list__image-inner{padding-top:62%}.p-document-list__info{padding:1rem}.p-document-list__title{font-weight:700;font-size:.9em}@media(min-width: 768px){.p-document-list__title{height:80px}}@media(max-width: 767px){.p-document-list__title{margin-bottom:1rem}}.p-document-list__link{display:flex;align-items:center;justify-content:center}.p-cta__wrap{background:#fff;padding:3rem;border-radius:12px}@media(min-width: 768px){.p-cta__wrap{display:flex}}@media(max-width: 767px){.p-cta__wrap{padding:1rem}}.p-cta__box{flex:1}.p-cta__image{display:flex;align-items:center;justify-content:center}@media(max-width: 767px){.p-cta__image{margin-bottom:1rem}}@media(min-width: 768px){.p-cta__image img{width:337px}}@media(max-width: 767px){.p-cta__image img{width:240px}}.p-cta__info{border-radius:8px;display:flex;flex-direction:column;align-items:center;font-weight:700}@media(min-width: 768px){.p-cta__info{background:var(--color-bg-dark-blue-01);padding:1rem}}.p-cta__info-header{border-radius:20px;border:1px solid var(--color-orange-01);color:var(--color-orange-01);font-size:.9em;padding:.2rem .8rem;margin-bottom:.5rem}.p-cta__info-first{font-size:2em}.p-cta__info-second{font-size:2.6em;color:#fff;padding:0 .3rem;background:var(--color-green-01)}.p-cta__info-third{color:var(--color-green-01);font-size:2.6em;margin-bottom:1rem}@media(min-width: 768px){.p-form-contact__info{margin-bottom:1rem}}@media(min-width: 768px){.p-form-contact__image{width:300px}}@media(max-width: 767px){.p-form-contact__image{text-align:center}.p-form-contact__image img{width:300px}}.p-gallery__wrap{display:flex;flex-wrap:wrap}.p-gallery__box{width:25%}@media(max-width: 767px){.p-gallery__box{width:50%}}.p-history__item:not(:last-child){margin-bottom:3rem}.p-history__header{position:relative;color:var(--color-dark-blue-02);font-family:var(--font-family-lato);font-weight:700;font-size:2em;margin-bottom:1.5rem}.p-history__header:before{content:"";display:block;width:90%;height:1px;position:absolute;top:50%;transform:translateY(-50%);right:0;background:var(--color-border-dark-blue-01)}@media(max-width: 767px){.p-history__header:before{width:75%}}.p-history__timeline{padding-left:2rem}@media(max-width: 767px){.p-history__timeline{padding-left:1rem}}.p-history__timeline-date{align-items:center;column-gap:.5rem;display:flex}.p-history__timeline-date:not(:last-child){margin-bottom:1rem}@media(min-width: 768px){.p-history__timeline-date:before{content:"";display:block;width:6px;height:6px;border-radius:6px;background:var(--color-black-01)}}.p-history__timeline-date .month{font-weight:700;color:var(--color-black-01)}@media(max-width: 767px){.p-history__timeline-date .month{width:30px}}.p-history__timeline-date .text{flex:1}.p-reason__item{padding:2rem 0;border-top:1px solid var(--color-gray-02)}@media(min-width: 768px){.p-reason__item{display:flex}}@media(max-width: 767px){.p-reason__item{padding:1rem 0}}.p-reason__item:last-child{border-bottom:1px solid var(--color-gray-02)}@media(min-width: 768px){.p-reason__header{width:300px}}@media(max-width: 767px){.p-reason__header{margin-bottom:1rem}}.p-reason__number{font-family:var(--font-family-lato);font-weight:700;color:var(--color-orange-01)}@media(max-width: 767px){.p-reason__number{margin-bottom:4px}}.p-reason__title{font-size:1.4em;font-weight:700;line-height:1.6}@media(max-width: 767px){.p-reason__title{font-size:1.2em}}.p-reason__body{line-height:1.6;font-size:.9em}@media(min-width: 768px){.p-reason__body{flex:1}}.p-detail__items{display:flex;flex-direction:column;row-gap:.5rem}.p-detail__item{border-top:1px solid var(--color-gray-04);border-bottom:1px solid var(--color-gray-04);background:#fff}@media(min-width: 768px){.p-detail__item{border-right:1px solid var(--color-gray-04);border-left:1px solid var(--color-gray-04);border-radius:4px}}.p-detail__title{position:relative;padding-top:1rem;padding-bottom:1rem;padding-right:2.5rem;cursor:pointer}@media(min-width: 768px){.p-detail__title{padding-left:1rem;font-size:1.2em}}.p-detail__title:before{content:"";width:20px;height:20px;background:url(assets/images/icon_arrow-circle_orange_down.png) center/contain no-repeat;position:absolute;right:1rem;top:50%;transform:translateY(-50%) rotate(0deg);transition:transform .2s ease}.p-detail__info{max-height:0;opacity:0;overflow:hidden;transition:max-height .2s ease,opacity .2s ease}.p-detail__info--inner{padding-bottom:1rem}@media(min-width: 768px){.p-detail__info--inner{padding-right:1rem;padding-left:1rem}}.is-active+.p-detail__info{max-height:500px;opacity:1}.p-detail__title.is-active:before{transform:translateY(-50%) rotate(180deg)}.p-sidebar__item a{display:flex;align-items:center;column-gap:.5rem;padding:.5rem;font-weight:700}.p-sidebar__item a:before{content:""}.p-process{display:flex;margin-top:1rem;margin-bottom:1rem;column-gap:1rem}.p-process:first-child .p-process__list{border-top:1px solid var(--color-border-dark-blue-01)}.p-process__flow{position:relative;width:40px;display:flex;flex-direction:column;align-items:center;row-gap:.5rem;background:var(--color-black-01);color:#fff;padding:1rem 0;font-weight:700}@media(max-width: 767px){.p-process__flow{width:30px}}.p-process__flow:before,.p-process__flow:after{content:"";display:block;width:0;height:0;border-style:solid;position:absolute;bottom:0}.p-process__flow:before{left:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;border-width:20px 0px 0px 20px}.p-process__flow:after{right:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);border-width:0px 0px 20px 20px}.p-process__flow-number{font-weight:700;font-family:var(--font-family-lato);font-size:1.2rem}.p-process__flow-title{writing-mode:vertical-rl;font-size:.9em}.p-process__list{flex:1;border-bottom:1px solid var(--color-border-dark-blue-01);padding-top:2rem;padding-bottom:2rem;display:flex;flex-direction:column;row-gap:2rem}@media(max-width: 767px){.p-process__list{padding-top:1.5rem;padding-bottom:1.5rem;row-gap:1.5rem}}.p-process__item-title{font-weight:700;padding-left:.5rem;padding-top:.1rem;padding-bottom:.1rem;margin-bottom:.7rem;border-left:4px solid var(--color-black-01);border-radius:4px}.p-process__item-text{line-height:1.6;font-size:.9em}.p-problem__wrap{display:flex}@media(min-width: 768px){.p-problem__wrap{column-gap:1rem;align-items:stretch}}@media(max-width: 767px){.p-problem__wrap{flex-direction:column;row-gap:1rem}}.p-problem__box{font-size:.9em;flex:1;color:var(--color-blue-01);display:flex;flex-direction:column}.p-problem__title{text-align:center;font-weight:700;margin-bottom:.5rem}.p-problem__items{padding:1.5rem 1rem;background:var(--color-thin-blue-01);border-radius:4px;flex-grow:1}.p-problem__item{border-bottom:1px dashed var(--color-blue-01);padding-bottom:8px;display:flex;column-gap:8px;line-height:1.2;flex:1}.p-problem__item:not(:last-child){margin-bottom:1rem}.p-problem__item:before{content:"";display:block;width:24px;height:24px;background:url(assets/images/icon_trouble.png) center/contain no-repeat}.p-problem__item p{flex:1}.p-introduction__container{background:var(--color-blue-02);border-radius:12px}.p-introduction__inner{padding:1rem;background:var(--color-black-02);border-radius:8px}@media(min-width: 768px){.p-introduction__inner{display:flex}}.p-introduction__box{border-radius:12px;padding:1.5rem}@media(min-width: 768px){.p-introduction__box{width:50%}}@media(max-width: 767px){.p-introduction__box{padding:1rem}}.p-introduction__box.type-problem .p-introduction__item{color:#fff}.p-introduction__box.type-problem .p-introduction__item:before{background:url(assets/images/icon_trouble.png) center/contain no-repeat}.p-introduction__box.type-solution{background:#fff}.p-introduction__box.type-solution .p-introduction__title{color:var(--color-orange-01)}.p-introduction__box.type-solution .p-introduction__item:before{background:url(assets/images/icon_exclamation-mark_orange.png) center/contain no-repeat}.p-introduction__title{color:#fff;margin-bottom:1.5rem;font-size:1.2rem}@media(max-width: 767px){.p-introduction__title{margin-bottom:1rem}}.p-introduction__items{display:flex;flex-direction:column;row-gap:1rem}.p-introduction__item{display:flex;align-items:center;column-gap:.5rem}.p-introduction__item:before{content:"";display:block;width:28px;height:28px}.p-introduction__item p{flex:1;line-height:1.6;font-size:.9em;font-weight:700}.p-flow__items{display:flex;flex-direction:column;gap:1.5rem;counter-reset:flow-counter}.p-flow__item{position:relative;padding-left:60px;counter-increment:flow-counter}.p-flow__item::before{content:"0" counter(flow-counter);color:var(--color-orange-01);position:absolute;left:0;top:0;width:40px;height:40px;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:bold;filter:drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08))}.p-flow__title{font-weight:700;font-size:1.2rem;margin-bottom:.5rem;display:flex;align-items:center;column-gap:1rem}.p-flow__time{display:inline-block;font-weight:700;border:1px solid var(--color-blue-02);color:var(--color-blue-02);border-radius:1px;font-size:13px;padding:.1rem .5rem;margin-bottom:.5rem}.p-flow__body p{line-height:1.6}.p-faq__list{display:flex;flex-direction:column;row-gap:.5rem}.p-faq__item{font-size:.9em;padding:1.5rem;background:var(--color-bg-gray-01)}@media(max-width: 767px){.p-faq__item{padding:1rem}}.p-faq__question{position:relative;display:flex;align-items:center;font-weight:700;column-gap:.5rem;margin-bottom:.8rem}.p-faq__question:before{content:"Q";display:block;font-size:1.4em;flex-shrink:0}.p-faq__question p{line-height:1.4}.p-faq__question.is-active:after{transform:translateY(-50%) rotate(180deg)}.p-faq__answer{display:flex;flex-direction:column;row-gap:1rem}.p-faq__answer p{padding-top:.3rem;line-height:1.4}.p-acceptance__items{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:2rem}@media(max-width: 767px){.p-acceptance__items{row-gap:.5rem;padding-left:15px}}.p-acceptance__item{position:relative;width:19%;background:#fff;border-radius:2px;padding-bottom:1rem;border:1px solid var(--color-gray-04)}@media(max-width: 767px){.p-acceptance__item{width:100%;padding-left:2rem;padding-top:1rem;padding-right:1rem}}.p-acceptance__number{position:absolute;left:50%;transform:translate(-50%, -50%);width:29px;height:29px;line-height:29px;border-radius:50%;text-align:center;background:var(--color-black-01);color:#fff;font-family:var(--font-family-lato);font-weight:700}@media(max-width: 767px){.p-acceptance__number{left:0;top:50%}}.p-acceptance__title{font-weight:700;line-height:1.4;color:var(--color-black-01)}@media(min-width: 768px){.p-acceptance__title{text-align:center;margin-top:.5rem;height:80px;display:flex;align-items:center;justify-content:center}}@media(max-width: 767px){.p-acceptance__title{margin-bottom:.5rem}}.p-acceptance__text{font-size:.9em;line-height:1.6}@media(min-width: 768px){.p-acceptance__text{padding-left:1rem;padding-right:1rem}}.p-feature__item{border-radius:4px;font-weight:700}@media(min-width: 768px){.p-feature__item{padding-top:1.5rem;padding-bottom:1.5rem}}@media(max-width: 767px){.p-feature__item:not(:last-child){margin-bottom:2rem}}.p-feature__item-title{width:120px;margin-bottom:1rem;font-size:13px;margin-left:auto;margin-right:auto;position:relative;display:flex;align-items:center;justify-content:space-between;color:var(--color-black-01)}@media(max-width: 767px){.p-feature__item-title{margin-bottom:.5rem}}.p-feature__item-title:before,.p-feature__item-title:after{content:"";display:block;height:21px;width:3px}.p-feature__item-title:before{background:url(assets/images/top/icon_feature_left-kakko.png) center/contain no-repeat}.p-feature__item-title:after{background:url(assets/images/top/icon_feature_right-kakko.png) center/contain no-repeat}.p-feature__item-image{width:100%;margin-bottom:1rem}@media(max-width: 767px){.p-feature__item-image{margin-bottom:.5rem}}.p-feature__item-text{text-align:center}.p-feature__item-text .num{font-family:var(--font-family-lato);font-size:2.5em;color:var(--color-orange-01)}.p-feature__item-text .border{border-bottom:2px dashed var(--color-orange-01);font-size:1.1em;padding-bottom:3px}@media(max-width: 767px){.p-panel-list__wrap{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;row-gap:8px}}@media(max-width: 767px){.p-panel-list__box{width:49%}}.p-panel-list__box a{position:relative;font-weight:700;display:block;padding:1.5rem 1rem;border-radius:8px;background:#fff;box-shadow:0px 0px 40px rgba(0,0,0,.08);position:relative;transition:color .3s ease}@media(max-width: 767px){.p-panel-list__box a{padding:1rem .6rem;font-size:.9em}}.p-panel-list__box a:before{content:"";display:block;width:18px;height:12px;background:url("assets/images/common/icon_arrow_right_orange.svg") center/contain no-repeat;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:transform .3s ease,opacity .3s ease}@media(max-width: 767px){.p-panel-list__box a:before{width:14px;height:8px;right:6px}}.p-panel-list__box a:hover{color:var(--color-orange-01)}.p-panel-list__box a:hover:before{transform:translateX(10px) translateY(-50%);opacity:0}.p-panel-list__box a:not(:hover):before{animation:arrowSlideIn .3s ease}@media(max-width: 767px){.p-panel-list__box a{box-shadow:0px 0px 20px rgba(0,0,0,.06)}}@keyframes arrowSlideIn{0%{transform:translateX(-20px) translateY(-50%);opacity:0}100%{transform:translateX(0) translateY(-50%);opacity:1}}.p-cta-footer{border-radius:8px;padding:2rem;background:linear-gradient(to bottom right, var(--color-orange-01), var(--color-orange-02))}@media(min-width: 768px){.p-cta-footer{display:flex;justify-content:space-between;align-items:center}}@media(max-width: 767px){.p-cta-footer{display:block;padding:1rem}}.p-cta-footer:hover .p-cta-footer__link:after{transform:translate(10px, 0);opacity:0}.p-cta-footer:not(:hover) .p-cta-footer__link:after{animation:ctaArrowSlideIn .3s ease}@media(max-width: 767px){.p-cta-footer__info{margin-bottom:1.5rem}}.p-cta-footer__messages{display:flex;flex-direction:column;row-gap:4px;margin-bottom:.5rem;align-items:flex-start}@media(max-width: 767px){.p-cta-footer__messages{align-items:center}}.p-cta-footer__message{display:inline-flex;align-items:center;column-gap:.3rem;font-weight:700;padding:.5rem;border-radius:2px;background:#fff;color:var(--color-orange-01)}@media(min-width: 768px){.p-cta-footer__message{font-size:1.3rem}}@media(max-width: 767px){.p-cta-footer__message{padding:.3rem}}.p-cta-footer__message:before{content:"";display:block;width:16px;height:16px;background:url(assets/images/common/icon_checkbox_orange.svg) center/contain no-repeat}.p-cta-footer__text{font-weight:700;color:#fff;line-height:1.4}@media(max-width: 767px){.p-cta-footer__text{text-align:center}}.p-cta-footer__link{font-size:3.5em;font-weight:700;font-family:var(--font-family-lato);color:#fff;display:flex;align-items:center;column-gap:.6rem}@media(max-width: 767px){.p-cta-footer__link{font-size:2rem;justify-content:center}}.p-cta-footer__link:after{content:"";display:block;width:36px;height:36px;background:url(assets/images/common/icon_arrow-circle_right_orange.svg) center/contain no-repeat;transition:transform .3s ease,opacity .3s ease}@media(max-width: 767px){.p-cta-footer__link:after{width:24px;height:24px}}@keyframes ctaArrowSlideIn{0%{transform:translate(-10px, 0);opacity:0}100%{transform:translate(0, 0);opacity:1}}.p-box-num{counter-reset:box-num}.p-box-num__box{position:relative;display:flex}@media(max-width: 767px){.p-box-num__box{flex-direction:column;row-gap:1rem}}.p-box-num__box::before{position:absolute;content:counter(box-num, decimal-leading-zero);counter-increment:box-num;font-size:10rem;line-height:1;font-weight:900;color:var(--color-gray-02);margin-right:1rem;left:0;top:2.5rem;transform:translateX(-90%);font-family:var(--font-family-lato)}@media(max-width: 767px){.p-box-num__box::before{font-size:5rem;transform:translate(0);top:40px;left:auto;right:0}}.p-box-num__info{position:relative;z-index:1}.p-box-num__num{font-weight:700;font-family:var(--font-family-lato);margin-bottom:1rem;width:30px;height:30px;border-radius:4px;text-align:center;line-height:30px;background:var(--color-orange-01);color:#fff}@media(max-width: 767px){.p-box-num__num{margin-bottom:.5rem}}.p-box-num__title{font-size:1.6em;font-weight:700;line-height:1.5;margin-bottom:2rem}@media(max-width: 767px){.p-box-num__title{font-size:1.4em;margin-bottom:1rem}}.p-box-num__desc{font-size:.9em;line-height:1.4;color:var(--color-black-02)}.p-box-num__img.type-bg-orange{border-radius:8px;background:var(--color-bg-orange-01);padding:2rem}@media(max-width: 767px){.p-box-num__img.type-bg-orange{padding:1rem}}.p-box-num__body{flex:1}.p-section__block{margin-top:4rem}.p-section__block--small{margin-top:2.5rem}.p-section__block--small:not(:last-child){margin-bottom:2rem}@media(max-width: 767px){.p-section__block{margin-top:3rem}}.p-section__block.type-border-gray,.p-section__block--small.type-border-gray{border-top:1px solid var(--color-border-gray-01);padding-top:4rem}@media(max-width: 767px){.p-section__block.type-border-gray,.p-section__block--small.type-border-gray{margin-top:3rem}}.p-section__block.type-bg-white,.p-section__block--small.type-bg-white{background:#fff;padding:3rem;border-radius:12px}@media(max-width: 767px){.p-section__block.type-bg-white,.p-section__block--small.type-bg-white{padding:1.2rem;border-radius:8px}}.p-section-title{margin-bottom:1rem}.p-section-title__en{display:flex;column-gap:.5rem;align-items:center;font-family:var(--font-family-lato);font-weight:700;color:var(--color-orange-01);font-size:.9em;margin-bottom:.5rem}.p-section-title__en:before,.p-section-title__en:after{content:"";display:block;width:6px;height:20px}.p-section-title__en:before{background:url(assets/images/common/icon_kakko_gray_left.svg) center/contain no-repeat}.p-section-title__en:after{background:url(assets/images/common/icon_kakko_gray_right.svg) center/contain no-repeat}.p-section-title__ja{font-size:1.4em;font-weight:700;line-height:1.6}@media(max-width: 767px){.p-section-title__ja{font-size:1.2em;line-height:1.4;margin-bottom:.7rem}}.p-section-title__desc{font-size:.9em;line-height:1.6}.p-image-scroll{overflow:hidden;display:flex}@media(min-width: 768px){.p-image-scroll{column-gap:1rem}}@media(max-width: 767px){.p-image-scroll{flex-direction:column;row-gap:8px}}.p-image-scroll__box{height:100%;width:200px;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.p-image-scroll__box .is-reverse{direction:rtl}@media(max-width: 767px){.p-image-scroll__box{flex-direction:row;overflow-y:hidden;overflow-x:auto;scroll-snap-type:x mandatory;width:100%}}.p-image-scroll__box::-webkit-scrollbar{display:none}.p-image-scroll__list{display:flex;flex-direction:column}@media(min-width: 768px){.p-image-scroll__list{row-gap:1rem}}@media(max-width: 767px){.p-image-scroll__list{flex-direction:row;column-gap:8px;min-width:max-content}}.p-image-scroll__item{border-radius:8px;overflow:hidden}@media(max-width: 767px){.p-image-scroll__item{flex:0 0 200px}}.p-image-scroll__item img{display:block;width:100%;height:auto;flex-shrink:0}@media(min-width: 768px){.p-mv-service{padding-top:3rem;padding-bottom:3rem}}.p-mv-service__wrap{position:relative}@media(min-width: 768px){.p-mv-service__wrap{height:100%;display:flex;align-items:center}}.p-mv-service__info{z-index:2;position:relative;display:flex;flex-direction:column;align-items:flex-start}@media(max-width: 767px){.p-mv-service__info{align-items:center;padding:2rem 0}}.p-mv-service__title{font-size:2.5em;line-height:1.3;padding:.3rem .5rem .3rem 0;border-radius:4px}@media(min-width: 768px){.p-mv-service__title{background:#fff}}@media(max-width: 767px){.p-mv-service__title{font-size:2em;line-height:1.4;text-align:center}}.p-mv-service__desc{line-height:1.6;font-size:.9em;color:var(--color-black-02);margin-top:1rem}@media(max-width: 767px){.p-mv-service__desc{text-align:center}}.p-mv-service__crown{margin-top:2rem}@media(min-width: 768px){.p-mv-service__image{position:absolute;right:0}}@media(max-width: 767px){.l-mv-service .l-wrap{padding-left:8px;padding-right:8px}}@media(min-width: 768px){.l-mv-service.page-ssw .p-mv-service__image{height:100%}}@media(max-width: 767px){.l-mv-service.page-ssw .p-mv-service__image{margin-left:-24px;margin-right:-24px}}@media(min-width: 768px){.l-mv-service.page-agency .p-mv-service__image{width:388px;top:50%;transform:translateY(-50%)}}@media(max-width: 767px){.l-mv-service.page-human{padding-bottom:0}}@media(min-width: 768px){.l-mv-service.page-human .p-mv-service__image{height:100%}.l-mv-service.page-human .p-mv-service__image img{height:100%;width:auto}}@media(max-width: 767px){.l-mv-service.page-regional{padding-top:2rem}}@media(max-width: 767px){.l-mv-service.page-regional .p-mv-service__info *{text-align:left !important}}@media(min-width: 768px){.l-mv-service.page-regional .p-mv-service__image{height:90%}.l-mv-service.page-regional .p-mv-service__image img{height:100%;width:auto}}@media(max-width: 767px){.l-mv-service.page-regional .p-mv-service__image{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:right}.l-mv-service.page-regional .p-mv-service__image img{width:200px;height:auto;opacity:.3}}.p-crown{display:flex;flex-wrap:wrap;list-style:none}@media(min-width: 768px){.p-crown{gap:.3rem}}@media(max-width: 767px){.p-crown{justify-content:center}}.p-crown__item{flex-shrink:0;padding:.3rem;background:#fff;border-radius:4px}@media(max-width: 767px){.p-crown__item{text-align:center}}.p-crown__item img{height:auto;max-width:150px;width:100%}@media(max-width: 767px){.p-crown{flex:1}.p-crown__item:nth-child(1){width:100%}.p-crown__item:nth-child(2),.p-crown__item:nth-child(3){max-width:50%}}.p-ssw__feature-box{text-align:center;background-color:var(--color-bg-orange-01);padding:1rem;border-radius:4px}@media(max-width: 767px){.p-ssw__feature-box{padding:.3rem}}@media(min-width: 768px){.p-ssw__feature-box img{max-height:200px;height:auto;max-width:100%}}.p-trouble{display:flex;align-items:center}@media(max-width: 767px){.p-trouble{flex-direction:column;row-gap:1rem}}.p-trouble__question{text-align:center}@media(min-width: 768px){.p-trouble__question{width:272px}}@media(max-width: 767px){.p-trouble__question img{max-width:240px}}@media(min-width: 768px){.p-trouble__message{padding-left:2rem;flex:1}}.p-danger{display:flex;flex-direction:column;align-items:center;text-align:center;row-gap:1rem;font-weight:700}.p-danger__message{max-width:400px}.p-danger__number{display:flex;flex-direction:column;background:#fff;padding:1.5rem;border-radius:8px}@media(min-width: 768px){.p-danger__number{width:400px}}.p-danger__number-num .num{font-family:var(--font-family-lato);font-size:7em;font-weight:900}@media(max-width: 767px){.p-danger__number-num .num{font-size:4em}}.p-danger__desc{color:#fff;line-height:1.6;font-size:.9em}@media(max-width: 767px){.p-danger__desc{text-align:left}}.p-ssw-service__header{text-align:center;margin-bottom:2rem}.p-ssw-service__header img{max-width:600px}.p-ssw-service__header-title{font-size:2.5em;font-weight:700;line-height:1.2}@media(max-width: 767px){.p-ssw-service__header-title{font-size:2em}}.p-ssw-service__subheader{display:flex;flex-direction:column;align-items:center;margin-top:1rem;line-height:1.4}.p-ssw-service__subheader span{font-weight:700;font-size:1.2em;position:relative;z-index:2;padding:0 .5em}@media(max-width: 767px){.p-ssw-service__subheader span{font-size:1em}}.p-ssw-service__subheader span:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:.6em;background-color:var(--color-orange-01);z-index:-1;opacity:.5}.p-ssw-service__block{margin-top:2rem}.p-ssw-service__block--mv{padding:2rem;border-radius:8px;background-color:var(--color-bg-orange-01)}@media(max-width: 767px){.p-ssw-service__block--mv{padding:1rem;border-radius:0;margin-left:-24px;margin-right:-24px}}.p-ssw-service__block-header{position:relative;text-align:center;margin-bottom:.8rem;font-size:1.2em}.p-ssw-service__block-header span{position:relative;z-index:3;background:#fff;padding:0 2rem}.p-ssw-service__block-header:before,.p-ssw-service__block-header:after{content:"";position:absolute;display:block}.p-ssw-service__block-header:before{left:0;top:50%;transform:translateY(-50%);width:100%;height:1px;background-color:var(--color-border-gray-01);z-index:1}.p-ssw-service__block-desc{font-weight:700;text-align:center;font-size:.9em}.p-ssw-service__block-body{margin-top:1.5rem}@media(max-width: 767px){.p-ssw-service__block-body{margin-top:1rem}}.p-ssw-service__attention{margin-top:.5rem;font-size:.8em;line-height:1.2;color:var(--color-black-02)}.p-panel-support__box{display:flex;flex-direction:column;row-gap:1rem;padding:1rem;justify-content:center;align-items:center;border-radius:8px;position:relative}.p-panel-support__header{font-weight:700;text-align:center;line-height:1.4}.p-panel-support__wrap.type-support{counter-reset:panel-counter}@media(max-width: 767px){.p-panel-support__wrap.type-support{flex-wrap:wrap;flex-direction:row;column-gap:1%;row-gap:4px}}.p-panel-support__wrap.type-support .p-panel-support__box{background:var(--color-bg-orange-01);counter-increment:panel-counter}.p-panel-support__wrap.type-support .p-panel-support__box:before{content:counter(panel-counter, decimal-leading-zero);display:block;width:24px;height:24px;line-height:24px;background:var(--color-orange-01);color:#fff;position:absolute;left:0;top:0;font-family:var(--font-family-lato);font-weight:700;text-align:center;font-size:.85em;border-radius:8px 0 8px 0}@media(max-width: 767px){.p-panel-support__wrap.type-support .p-panel-support__box{width:49.5%}}.p-panel-support__wrap.type-support .p-panel-support__body{width:113px}.p-panel-support__wrap.type-example{margin-left:-24px;margin-right:-24px;padding-top:20px}@media(max-width: 767px){.p-panel-support__wrap.type-example{row-gap:2rem}}.p-panel-support__wrap.type-example .p-panel-support__box{background:var(--color-bg-gray-01);border-radius:0;position:relative;padding-top:1.5rem}.p-panel-support__wrap.type-example .p-panel-support__box:before{content:"";width:242px;height:60.5px;position:absolute;z-index:1;left:50%;top:0;transform:translate(-50%, -50%);background:url(assets/images/agency/illust_hukidashi-example_01.png) no-repeat center center/contain}@media(max-width: 767px){.p-panel-support__wrap.type-example .p-panel-support__box:before{width:200px}}.p-panel-support__wrap.type-merit{counter-reset:panel-counter}.p-panel-support__wrap.type-merit .p-panel-support__box{background:var(--color-bg-orange-01);counter-increment:panel-counter}@media(max-width: 767px){.p-panel-support__wrap.type-merit .p-panel-support__box{flex-direction:row}}.p-panel-support__wrap.type-merit .p-panel-support__box:before{content:counter(panel-counter, decimal-leading-zero);display:block;width:24px;height:24px;line-height:24px;background:var(--color-orange-01);color:#fff;position:absolute;left:0;top:0;font-family:var(--font-family-lato);font-weight:700;text-align:center;font-size:.85em;border-radius:8px 0 8px 0}.p-panel-support__wrap.type-merit .p-panel-support__header{flex:1;text-align:left}.p-panel-support__wrap.type-merit .p-panel-support__body{width:113px}.p-cta-service{background:var(--color-black-01);padding:2rem 0}@media(max-width: 767px){.p-cta-service{padding:1.5rem 0}}.p-cta-service__header{font-size:1.2em;font-weight:700;text-align:center;margin-bottom:8px;color:#fff}.p-cta-service__wrap{display:flex;align-items:center;justify-content:center;gap:1rem}@media(max-width: 767px){.p-cta-service__wrap{flex-direction:column}}.p-cta-service__btn{font-size:1.2em;background:var(--color-orange-01);width:360px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#fff;font-weight:700;box-shadow:0 4px 6px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.12);transition:box-shadow .3s ease-in-out}.p-cta-service__btn:hover{box-shadow:0 8px 10px rgba(0,0,0,.3),0 4px 6px rgba(0,0,0,.2)}.p-regional-message{position:relative;z-index:1}.p-regional-message__title{font-weight:700;margin-bottom:1rem;text-align:center}.p-regional-message__title p{font-size:1.1em;line-height:1.4}.p-regional-message__title p:not(:last-child){margin-bottom:1rem}.p-regional-message__desc{font-size:1em;display:flex;align-items:center;flex-direction:column;justify-content:center;row-gap:1rem}.p-regional-message__desc p{font-size:.9em;line-height:1.6}.p-support-result__image{border-radius:4px;overflow:hidden}.p-support-result__info-client{font-weight:700;margin-bottom:8px}.p-support-result__info-title{font-weight:700;font-size:1.2em;margin-bottom:.7rem}.p-support-result__info-desc{font-size:.9em;line-height:1.4;margin-bottom:1rem}.p-header{line-height:1.6;position:relative;margin-bottom:3rem}.p-header--short{margin-bottom:1.5rem}@media(max-width: 767px){.p-header--short{margin-bottom:1rem}}@media(max-width: 767px){.p-header{margin-bottom:2.5rem}}.p-header__desc{margin-top:1.5rem;font-size:.9em}.p-human-service__box{background:var(--color-bg-orange-01);padding:2rem}@media(max-width: 767px){.p-human-service__box{padding:1rem}}.p-top-menu__list{display:flex;justify-content:center}.p-top-menu__item{display:flex}@media(min-width: 768px){.p-top-menu__item{flex-direction:column;row-gap:1rem}}@media(max-width: 767px){.p-top-menu__item{flex-wrap:wrap;column-gap:8px}.p-top-menu__item:not(:last-child){margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dashed var(--color-orange-01)}}.p-top-menu__img{position:relative}@media(max-width: 767px){.p-top-menu__img{width:40%}}.p-top-menu__img h3{position:absolute;left:-10px;top:0;background:var(--color-blue-01);font-size:.9em;font-weight:700;color:#fff;padding:4px 8px;transform:translateY(-50%)}.p-top-menu__img h3:after{position:absolute;content:"";top:23px;left:0px;border:none;border-bottom:solid 9px rgba(0,0,0,0);border-right:solid 10px #12456e}.p-top-menu__img img{border-radius:8px;overflow:hidden}.p-top-menu__detail{display:flex;flex-direction:column;row-gap:8px;flex:1;font-weight:700;font-size:.9em}@media(max-width: 767px){.p-top-menu__detail{flex:1}}.p-top-menu__detail li{display:flex;align-items:center;column-gap:4px}.p-top-menu__detail li:before{content:"";display:block;width:12px;height:12px;background:url(assets/images/common/icon_check_circle_orange.svg) center/contain no-repeat}@media(max-width: 767px){.p-top-menu__link{width:240px;margin-left:auto;margin-right:auto;margin-top:1rem}}.p-top-vision__img{border-radius:8px;overflow:hidden}.p-top-vision__img img{margin-bottom:8px}.p-top-vision__img p{text-align:center;font-weight:700}.p-top-vision__text{display:flex;flex-direction:column;row-gap:.5rem}.p-top-vision__text p{font-size:.9em;line-height:1.6}.p-philosophy{font-weight:700;padding:1.2rem;flex:1;background:#fff;border-radius:12px;box-shadow:0px 0px 6px #f4e2d3;overflow:hidden;scroll-snap-align:start}@media(max-width: 767px){.p-philosophy{min-width:max-content}}.p-philosophy__num{font-size:2em;color:var(--color-orange-02);margin-bottom:1rem}.p-philosophy__text{font-size:1.1em;line-height:1.4}.p-philosophy__img{text-align:center}.p-philosophy__img img{width:170px}.p-area__tabs{display:flex;justify-content:center;border-bottom:2px solid var(--color-orange-01);column-gap:8px}@media(max-width: 767px){.p-area__tabs{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}}.p-area__tab{width:100%;max-width:300px;text-align:center;padding-top:.75rem;padding-bottom:.75rem;color:var(--color-orange-01);background:var(--color-gray-03);font-weight:700;cursor:pointer;transition:background .2s,color .2s;border-radius:8px 8px 0 0}.p-area__tab.is-active{background:var(--color-orange-01);color:#fff}.p-area__tables{padding:1rem;border:1px solid var(--color-border-gray-02);border-radius:0 0 4px 4px;background:#fff}@media(max-width: 767px){.p-area__tables{margin-left:-20px;margin-right:-20px}}.p-area__table{opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;display:none}.p-area__table.is-active{opacity:1;visibility:visible;display:block}.p-area__table>table{width:100%;border-collapse:collapse}.p-area__table>table th{font-weight:700}.p-area__table>table th,.p-area__table>table td{padding:.5rem;font-size:.9em;background:rgba(0,0,0,0);border:none;line-height:1.2}.p-area__table>table tr:nth-child(odd){background:var(--color-bg-orange-01)}.p-blog__box{padding:1rem 0;border-bottom:1px solid var(--color-border-gray-01);display:flex;column-gap:.5rem}.p-blog__box:first-child{border-top:1px solid var(--color-border-gray-01)}.p-blog__img{width:100px;height:100px;border-radius:4px;overflow:hidden;position:relative}@media(max-width: 767px){.p-blog__img{width:70px;height:70px}}.p-blog__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.p-blog__body{flex:1}.p-blog__time{color:var(--color-black-02);font-size:.9em;margin-bottom:.3rem}@media(max-width: 767px){.p-blog__time{margin-bottom:4px}}.p-blog__title{font-weight:700;line-height:1.2em}.u-color--white{color:#fff}.u-color--orange{color:var(--color-orange-01)}.u-mb--medium{margin-bottom:1rem}@media(max-width: 767px){.u-only-pc{display:none !important}}@media(min-width: 768px){.u-only-sp{display:none !important}}.u-text--desc{font-size:.95em;line-height:1.6}.u-text--link{color:var(--color-sky-blue-01);text-decoration:underline}.u-ff--small{font-size:.9em}.u-ff--xsmall{font-size:.8em}.u-ta--center{text-align:center}.u-bg--gradation{background:linear-gradient(45deg, #f7d1a2 0%, #f9e3c9 25%, #ffffff 50%, #e0f5f5 75%, #dceaea 100%);background-size:300% 300%;animation:gradientAnimation 10s ease infinite}.u-bg--white{background:#fff}.u-bg--gray{background:var(--color-bg-gray-01)}.u-bg--orange{background:var(--color-bg-orange-01)}.u-bg--black{background:var(--color-black-01)}@media(min-width: 768px){.u-bg--sky{background:url(assets/images/bg/bg_sky_pc.jpg) no-repeat center center/cover}.webp .u-bg--sky{background-image:url(assets/images/bg/bg_sky_pc.webp)}}@media(max-width: 767px){.u-bg--sky{background:url(assets/images/bg/bg_sky_sp.jpg) no-repeat center center/cover}.webp .u-bg--sky{background-image:url(assets/images/bg/bg_sky_sp.webp)}}.u-gradation{height:100px}@media(max-width: 767px){.u-gradation{height:70px}}.u-gradation--white-to-black{background:linear-gradient(to bottom, #ffffff 0%, var(--color-black-01) 100%)}.u-gradation--black-to-white{background:linear-gradient(to bottom, var(--color-black-01) 0%, #ffffff 100%)}.u-bt-gray{border-top:1px solid var(--color-border-gray-01)}.u-bb-gray{border-bottom:1px solid var(--color-border-gray-01)}.u-fw--bold{font-weight:700}/*# sourceMappingURL=style.css.map */
