:root{--theme-color:#0079be;--font-color:#333;--max-width-sp:960px;--font-mincho:"Noto Serif JP",serif;--font-sans:"Noto Sans JP",sans-serif}body{color:var(--font-color);font-size:var(--font-sans)}img{max-width:100%;height:auto}.container{max-width:62rem;padding:0 1rem;margin:0 auto}.container-narrow{max-width:48rem;padding:0 1rem;margin:0 auto}.mincho{font-family:var(--font-mincho)}.btn-default{display:flex;justify-content:space-between;align-items:center;width:15.625rem;padding:1rem;font-size:1.125rem;font-family:var(--font-mincho);transition:all .3s ease-out}.btn-default>i:last-child{font-size:.5rem}.btn-default:hover{transform:translateY(2px)}.btn-shine{position:relative;text-decoration:none;outline:none;overflow:hidden}.btn-shine:before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);transform:skewX(-25deg)}.btn-shine:hover{transform:translateY(2px);opacity:.8}.btn-shine:hover:before{animation:shine .7s}@keyframes shine{100%{left:125%}}.btn-gradient{background:linear-gradient(90deg,#00bc93 0%,#7acf64 25%,#1e9cd7 75%,#0079be 100%);background-position:75% 100%;background-size:400% auto;color:#fff;transition:all .3s ease-out}.btn-gradient:hover{background-position:0 25%}@media screen and (max-width:960px){.btn-default{font-size:.875rem}}#header{position:sticky;top:0;left:0;right:0;z-index:100;width:100%;background:#fff}.header__inner{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:stretch}.header__logo{padding:2.375rem 0}.header__logo img{height:1.75rem;width:auto}.header__nav-list{display:flex;align-items:stretch;height:100%}.header__nav-item{height:100%;display:flex;align-items:center}.header__nav-item:hover{border-top:2px solid #fff;border-bottom:2px solid var(--theme-color);border-bottom-style:inset}.header__nav-item>a{display:inline-block;border-left:1px solid var(--font-color);font-size:1.125rem;padding:0 1.25rem;font-family:var(--font-mincho)}.header__nav-item:hover{color:var(--theme-color)}.header__nav-item:last-child>a{border-right:1px solid var(--font-color)}.header__nav__sp{display:none;position:relative;height:100%}.header__nav__btn{background-color:var(--theme-color);display:flex;justify-content:center;align-items:center;height:100%}.header__nav-list__sp{width:100%;display:none}.header__nav-item__sp{border-top:1px solid var(--theme-color);padding:1.5rem 1.25rem;background:#eef6fb}.header__nav-item__sp:last-child{border-bottom:1px solid var(--theme-color)}.header__nav-item__sp:hover{background-color:var(--theme-color);color:#fff}.open-btn{position:relative;cursor:pointer;width:50px;height:50px;border-radius:5px}.open-btn span{display:inline-block;transition:all .4s;position:absolute;left:14px;height:3px;border-radius:2px;background:#fff;width:45%}.open-btn span:nth-of-type(1){top:15px}.open-btn span:nth-of-type(2){top:23px}.open-btn span:nth-of-type(3){top:31px}.open-btn.active span:nth-of-type(1){top:18px;left:18px;transform:translateY(6px) rotate(-45deg);width:30%}.open-btn.active span:nth-of-type(2){opacity:0}.open-btn.active span:nth-of-type(3){top:30px;left:18px;transform:translateY(-6px) rotate(45deg);width:30%}@media screen and (max-width:960px){.header__inner{padding:0}.header__logo{padding:1rem}.header__logo img{height:1.25rem;width:auto}.header__nav-list{display:none}.header__nav__sp{display:block}}#footer{background-color:#fff;padding:5.75rem 0 3.25rem}.footer__card{border:1px solid var(--theme-color);margin-bottom:2rem}.footer__card-header{display:grid;grid-template-columns:8.75rem auto 8.75rem;column-gap:0;justify-items:stretch;width:100%}.footer__card-header>.footer__card-header-whitespace:first-child{grid-column:1}.footer__card-header>.footer__card-header-title{grid-column:2;text-align:center;background-color:var(--theme-color);color:#fff;padding:.75rem}.footer__card-header>.footer__card-header-title>h3{font-size:1.75rem;font-family:var(--font-mincho);font-weight:700}.footer__card-header>.footer__card-header-whitespace:last-child{grid-column:3}.footer__card-body{padding:3rem 1rem}.footer__card-body__works{display:flex;flex-wrap:wrap;row-gap:.5rem;margin-bottom:2.5rem;justify-content:center}.footer__card-body__works-list{color:var(--theme-color);padding:0 .75rem;border-right:1px solid var(--theme-color);font-size:1.25rem;font-family:var(--font-mincho);font-weight:700}.footer__card-body__works-list:last-child{border-right:none}.footer__card-body__description{text-align:center;margin-bottom:2.5rem;line-height:2}.footer__card-body__contact{display:flex;justify-content:center;margin-bottom:2.5rem}.footer__card-body__contact-button{display:flex;justify-content:space-between;align-items:center;padding:1.125rem;background-color:#d5477e;color:#fff;border-radius:.5rem;transition:all .3s ease-out;width:100%;max-width:27.5rem}.footer__card-body__contact-button>i:first-child{font-size:2rem}.footer__card-body__contact-button>span{font-size:1.125rem;font-family:var(--font-mincho)}.footer__card-body__contact-button>i:last-child{font-size:.5rem}.footer__card-body__privacy{text-align:center}.footer__card-body__privacy a{color:var(--theme-color);text-decoration:underline;font-family:var(--font-mincho)}.footer__copy{display:flex;justify-content:space-between;align-items:end;color:var(--theme-color);font-family:var(--font-mincho)}.footer__copy-address{line-height:2}.footer__copy-credit{line-height:2}@media screen and (max-width:960px){.footer__card-header{grid-template-columns:0 auto 0}.footer__card-body__contact-button>span{font-size:1.25rem}.footer__card-body__privacy{font-size:.875rem}.footer__copy{flex-direction:column;justify-content:center;align-items:center;font-size:.75rem;text-align:center}}.section{padding:5.75rem 0}.section__header-title{font-size:2rem;font-family:var(--font-mincho);font-weight:700;color:var(--theme-color);margin-bottom:2rem;text-align:center}#eyecatch{padding:24rem 0 4rem;background-image:url(//kaihosroffice.jp/wp-content/themes/kaiho/styles/../images/home/bg-eyecatch.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;color:#fff}#eyecatch .eyecatch__inner__title{margin-bottom:1.5rem}#eyecatch .eyecatch__inner__title img{max-width:24rem;width:100%;height:auto}#eyecatch .eyecatch__inner__copy{margin-bottom:1.5rem;font-size:1.125rem}#eyecatch .eyecatch__inner__copy-ja{font-weight:700;font-size:1.375rem}#eyecatch .eyecatch__inner__copy:last-child{margin-bottom:0}#news .news__excorpt-list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:2.5rem;width:100%;margin-bottom:4.125rem}#news .news__excerpt-item__img{margin-bottom:1.375rem}#news .news__excerpt-item__img img{width:100%;height:8.75rem;object-fit:cover}#news .news__excerpt-item__date{font-size:.75rem;color:var(--theme-color);margin-bottom:1rem}#news .news__excerpt-item__title{font-size:.875rem;font-weight:700}#news .news__readmore-button{display:flex;justify-content:center}#services{padding:5.75rem 0;background-color:#eef6fb}#services .services__description{max-width:42rem;margin:0 auto 3.25rem;text-align:justify;line-height:2}#services .services__service-list{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;column-gap:2.5rem;row-gap:2.5rem;width:100%;margin-bottom:3.125rem}#services .services__service-item>a{display:flex;align-items:center;background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,.1);transition:all .3s ease-out}#services .services__service-item>a:hover{transform:translateY(2px)}#services .services__service-item__image{width:8.75rem;height:8.75rem}#services .services__service-item .services__service-item__image{background-position:left center;background-repeat:no-repeat;background-size:contain}#services .services__service-item:first-child .services__service-item__image{background-image:url(//kaihosroffice.jp/wp-content/themes/kaiho/styles/../images/home/icon-01.png)}#services .services__service-item:nth-child(2) .services__service-item__image{background-image:url(//kaihosroffice.jp/wp-content/themes/kaiho/styles/../images/home/icon-02.png)}#services .services__service-item:nth-child(3) .services__service-item__image{background-image:url(//kaihosroffice.jp/wp-content/themes/kaiho/styles/../images/home/icon-03.png)}#services .services__service-item:nth-child(4) .services__service-item__image{background-image:url(//kaihosroffice.jp/wp-content/themes/kaiho/styles/../images/home/icon-04.png)}#services .services__service-item__name{padding:1.25rem;font-size:1.75rem;font-family:var(--font-mincho);color:var(--theme-color);line-height:1.5}#services .services__readmore-button{display:flex;justify-content:center}#about{padding:7.5rem 0;background-image:url(//kaihosroffice.jp/wp-content/themes/kaiho/styles/../images/home/bg-about.png);background-repeat:no-repeat;background-position:center;background-size:cover}#about .about__readmore-button{display:flex;justify-content:center;width:100%}#about .about__readmore-button>a{background-color:#fff;color:var(--theme-color);font-weight:700}@media screen and (max-width:960px){#eyecatch{padding-top:16.875rem}#eyecatch .eyecatch__inner__title img{max-width:15.375rem}#eyecatch .eyecatch__inner__title{margin-bottom:.75rem}#eyecatch .eyecatch__inner__copy{margin-bottom:.75rem;font-size:.75rem}#eyecatch .eyecatch__inner__copy-ja{font-weight:700;font-size:.875rem}#news .news__inner{padding:0 3.5rem}#news .news__excorpt-list{grid-template-columns:1fr;row-gap:2.5rem}#news .news__excerpt-item__img img{height:9.625rem}#services .services__description{padding:0 1rem}#services .services__service-item__image{width:5.5rem;height:5.5rem}#services .services__service-item__name{font-size:1.125rem}#services .services__service-list{display:grid;grid-template-columns:1fr;column-gap:2.5rem;row-gap:2.5rem;width:100%;margin-bottom:3.125rem}}.page-title{width:100%;height:13.75rem;display:flex;justify-content:center;align-items:center;background-image:url(//kaihosroffice.jp/wp-content/themes/kaiho/styles/../images/global/page-title-bg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;margin-bottom:4rem}.page-title__heading{color:#fff;text-align:center;font-size:2rem;font-family:var(--font-mincho)}.page-body{font-size:.875rem}.page-body h2{font-size:1.625rem;color:#fff;background:linear-gradient(90deg,#1e9cd7,#0079be);margin-bottom:2.5rem;padding:.75rem;font-family:var(--font-mincho)}.page-body p{margin-bottom:1rem;line-height:1.5}.page-body hr{border-color:#ccc;padding:1rem 0}@media screen and (max-width:960px){.page-title{height:7.5rem}.page-title__heading{font-size:1.5rem}.page-body h2{font-size:1.375rem}}.blog__date{color:var(--theme-color);margin-bottom:1rem}.blog__thumbnail{text-align:center;margin-bottom:2rem}.page-body .services__icon-list{display:flex;justify-content:center;gap:2.875rem;margin-bottom:4rem}.page-body .services__icon-item img{width:6.25rem;height:auto}.page-body .services__body{display:grid;grid-template-columns:18.75rem auto;column-gap:4rem;margin-bottom:2.5rem;width:100%}.page-body .services__body__desc{padding:1rem 4rem 1rem 0;line-height:2;font-size:.875rem}@media screen and (max-width:960px){.page-body .services__icon-list{gap:1.5rem}.page-body .services__icon-item img{width:3.125rem}.page-body .services__body{display:block}.page-body .services__body__img{padding:0 2rem;margin-bottom:1rem}.page-body .services__body__desc{padding:0 1rem}}h2.about__title{font-size:2rem;color:var(--theme-color);background:0 0;margin-bottom:2.5rem;padding:1rem;font-family:var(--font-mincho);font-weight:700;text-align:center}#about-message{margin-bottom:-9rem}#about-message .about__text{line-height:2;margin-bottom:-1rem}#about-message .about__signature{display:grid;grid-template-columns:20rem auto;column-gap:2.5rem;padding:6.5rem 0 5rem;background-image:url(//kaihosroffice.jp/wp-content/themes/kaiho/styles/../images/about/icon-bg-01.png);background-repeat:no-repeat;background-position:top right;background-size:5.25rem auto}#about-message .about__signature-text__corp{font-size:1.5rem;font-family:var(--font-mincho);padding-left:5rem;margin-bottom:1rem}#about-message .about__signature-text__position{font:1.125rem;font-family:var(--font-mincho);padding-left:8rem;margin-bottom:.5rem}#about-message .about__signature-text__name{font-size:1.5rem;font-family:var(--font-mincho);padding-left:8rem}#about-message .about__signature-text__turtle{display:flex;justify-content:start}#about-message .about__signature-text__turtle img{width:5.25rem;height:auto}#about-message .about__signature-text__anchor{display:flex;justify-content:end;padding-right:3.5rem}#about-message .about__signature-text__anchor img{width:4.375rem;height:auto}#about-info{background:#eef6fb;padding:5.875rem 0}#about-info .about__title{margin-bottom:3.5rem}#about-info .about-info__list dl{border-bottom:1px solid var(--theme-color);display:grid;grid-template-columns:5rem auto;column-gap:1rem}#about-info .about-info__list dl dt{color:var(--theme-color);padding:1.5rem 0}#about-info .about-info__list dl dd{padding:1.5rem 0}@media screen and (max-width:960px){#about-message .about__signature{display:block}#about-message .about__signature-text__corp{padding-left:0}#about-message .about__signature-text__position{padding-left:10rem}#about-message .about__signature-text__name{padding-left:10rem}#about-info .about-info__list dl dt,#about-info .about-info__list dl dd{font-size:.8125rem}#about-info .about-info__list dl dt{width:8rem}#about-message .about__signature-text__anchor{padding-right:2.5rem}}.privacy-body p{line-height:2}.privacy-body h2{font-size:1rem;color:var(--theme-color);background:0 0;margin-top:2.5rem;margin-bottom:1rem;padding:0;font-family:var(--font-sans)}.privacy-body h3{font-size:1rem;color:var(--font-color);background:0 0;margin-top:2.5rem;margin-bottom:1rem;padding:0;font-family:var(--font-sans)}.privacy-body ol{margin-left:1.5rem;list-style:decimal}.privacy-body li{line-height:2}.blog__container{display:grid;grid-template-columns:auto 16.25rem;column-gap:2.5rem}.blog__item{margin-bottom:3rem}.blog__item__date{color:var(--theme-color);margin-bottom:2rem}.blog__item__thumbnail{text-align:center}.sidebar{background:#eef6fb;padding:1rem}.widget{margin-bottom:3rem}.widget h2{font-size:1rem;color:var(--font-color);background:0 0;margin-bottom:2.5rem;padding:0;font-family:var(--font-mincho)}.widget a{color:var(--theme-color);text-decoration:underline;font-family:var(--font-mincho)}@media screen and (max-width:960px){.blog__container{display:block}.blog__main{margin-bottom:3rem}}.contact__form__label{margin-bottom:1rem}.contact__form__label__required{color:#d5477e}input[type=text],input[type=email],input[type=tel],textarea{width:100%;margin-bottom:4rem;border:1px solid var(--theme-color);background:#eef6fb;padding:1rem .75rem}.contact__form__privacy{text-align:center;margin-bottom:4rem}.contact__form__privacy a{color:var(--theme-color);text-decoration:underline}.contact__form__button{display:flex;justify-content:center}.contact__form__button input[type=submit]{background-color:#d5477e;color:#fff;padding:1rem;width:15.625rem;text-align:center}.wpcf7-spinner{display:none}