@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* 基本設定
******************************************************************************************** */
html {
  position: relative;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow: visible;
}

body {
  position: relative;
  width: 100%;
  min-width: 100%;
  overflow: visible;
}

img {
  width: 100%;
  height: auto;
}

/* 🍔
******************************************************************************************** */
.drawer--navbarTopGutter {
  padding-top: 5rem !important;
}

.drawer-navbar-header {
  height: 5rem !important;
}

.drawer-navbar .drawer-nav {
  padding-top: 5rem !important;
  padding-left: 15px;
  padding-right: 15px;
}
.drawer-navbar .drawer-nav a {
  font-size: 16px;
  font-size: 1.6rem;
}

.drawer-dropdown-menu {
  padding-top: 20px !important;
}
.drawer-dropdown-menu > li {
  border-bottom: 0 !important;
}
.drawer-dropdown-menu > li::before {
  display: none;
}

.drawer-hamburger {
  width: 3rem !important;
  padding-top: 12px !important;
}

.drawer-brand {
  width: 50%;
}

.drawer-menu li {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  border-bottom: 1px solid #231815;
  padding: 5px 5px 5px 20px;
  position: relative;
}
.drawer-menu li::before {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  position: absolute;
  left: 2%;
}
.drawer-menu li span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
}
.drawer-menu li.info {
  padding: 0;
  padding-top: 20px;
  border: 0;
}
.drawer-menu li.info::before {
  display: none;
}
.drawer-menu li .btn {
  color: #fff;
  background: #ffa800;
  display: inline-block;
  padding: 3px 20px;
  text-shadow: none;
  position: relative;
  text-align: center;
  margin: 0;
}
.drawer-menu li .btn i {
  margin-right: 1em;
}
.drawer-menu li .btn:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.drawer-menu li .btn:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(1.5);
}
.drawer-menu li .btn a {
  color: #fff !important;
}

.drawer-navbar .drawer-hamburger-icon,
.drawer-navbar .drawer-hamburger-icon::after,
.drawer-navbar .drawer-hamburger-icon::before {
  background-color: #231815;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.pager__prev {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.pager__next {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

/* レイアウト設定
******************************************************************************************** */
.header {
  display: none;
}
.header.fixed {
  display: none;
}

.gnav {
  margin: 0;
  background: #0054a6;
}
.gnav__list {
  padding: 5px 5%;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -o-justify-content: start;
  justify-content: start;
}
.gnav__list li {
  min-width: 25%;
}
.gnav__list li a {
  color: #fff;
  font-size: 3vw;
}
.gnav__list li::after {
  content: "";
  display: block;
  padding: 0 15px;
}

.slider {
  width: 100%;
  padding-top: 50px;
}

.footer .gotop img {
  width: 45px;
}
.footer__in {
  padding: 200px 5% 20px 5%;
}
.footer__in address {
  font-size: 3.5vw;
  margin-bottom: 40px;
}
.footer .fnav li {
  font-size: 3.5vw;
}

/* トップページ******************************************************************************************** */
.home {
  /* about */
  /* service */
  /* work */
  /* info */
  /* insta */
  /* contact */
}
.home__ttl {
  font-size: 6vw;
  margin-bottom: 30px;
}
.home__txt {
  font-size: 3.5vw;
}
.home__btn img {
  width: 70%;
}
.home .about__top {
  padding-top: 40px;
}
.home .about__top .home__ttl {
  font-size: 4vw;
}
.home .about__in {
  padding: 0 5%;
}
.home .about__txt {
  font-size: 3.5vw;
}
.home .about__yagi img {
  height: 34px;
}
@keyframes walk-left {
  from {
    right: 0px;
  }
  to {
    right: 67%; /* 左のヤギに出会う位置に合わせて調整 */
  }
}
.home .about__bottom {
  overflow: hidden;
}
.home .about__bottom img {
  width: 120%;
  height: auto;
}
.home .service {
  padding: 40px 0;
}
.home .service__in {
  padding: 0 5%;
}
.home .service__cap {
  font-size: 3.5vw;
}
.home .service__ttl {
  font-size: 4.5vw;
}
.home .work {
  padding: 40px 0;
}
.home .work__in {
  padding: 0 5%;
}
.home .work__ttl {
  font-size: 4vw;
}
.home .info {
  padding: 40px 0;
}
.home .info__in {
  padding: 0 5%;
}
.home .info__date {
  border: 0;
  font-size: 3.5vw;
}
.home .info__ttl {
  font-size: 3.5vw;
}
.home .insta {
  padding: 40px 0;
}
.home .insta .home__ttl {
  padding: 0 5%;
}
.home .insta__left {
  width: 28%;
}
.home .insta__right {
  width: 30%;
}
.home .insta__img {
  width: 35%;
}
.home .insta__img--txt {
  font-size: 3vw;
}
.home .insta__img--txt img {
  width: 16px;
  height: 25px;
}
.home .contact {
  padding: 40px 0;
}
.home .contact__in {
  padding: 0 5%;
}
.home .contact__txt {
  font-size: 4.5vw;
}

/* 下層ページ
******************************************************************************************** */
.main {
  padding: 90px 5% 0 5%;
}
.main .pagehead__ttl {
  font-size: 6vw;
  margin-bottom: 30px;
}
.main .pagehead__txt {
  font-size: 4.5vw;
}

/* catrgory
******************************************************************************************** */
.category .upper__txt {
  font-size: 3.5vw;
  text-align: left;
}
.category .aside {
  display: none;
}
.category .info {
  width: 100%;
}
.category .info li {
  width: 48%;
  margin-bottom: 30px;
}
.category .info li:nth-child(4) {
  display: block;
}
.category .info__img img {
  width: 100%;
  height: 126px;
}
.category .info__date {
  font-size: 3vw;
}
.category .info__ttl {
  font-size: 4vw;
}

/* single
******************************************************************************************** */
.single .entry__date {
  font-size: 3vw;
}
.single .entry__body {
  font-size: 3.5vw;
}
.single .entry__ttl {
  font-size: 4vw;
}

/* work
******************************************************************************************** */
.work .term__list li a {
  font-size: 4vw;
}
.work.taxonomy .term__list li.current a h1 {
  font-size: 4vw;
}
.work__list li {
  width: 48%;
}
.work__label {
  font-size: 3.5vw;
}
.work__date {
  font-size: 3.5vw;
}
.work__ttl {
  font-size: 4.5vw;
}
.work__btn img {
  width: 70%;
}

/* contact
******************************************************************************************** */
.contact .begin__ttl {
  overflow: hidden;
  position: relative;
}
.contact .begin__ttl img {
  width: 100%;
  height: 20px;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .begin__txt {
  font-size: 4vw;
  text-align: left;
}
.contact .form__ttl {
  font-size: 4vw;
}
.contact .form__txt {
  font-size: 3.5vw;
}
.contact .form__table th {
  width: 100%;
  display: block;
  font-size: 3.5vw;
  font-weight: bold;
  padding: 0;
}
.contact .form__table th .must {
  font-size: 3.5vw;
}
.contact .form__table td {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.contact .form__table td input[type=text] {
  font-size: 3.5vw;
}
.contact .form__table td textarea {
  font-size: 3.5vw;
}
.contact .form__table td .check::after {
  display: none;
}
.contact .form__table td .check .horizontal-item {
  width: 48%;
}
.contact .form__bottom {
  font-size: 3.5vw;
}

/* privacy
******************************************************************************************** */
.privacy .block {
  margin-bottom: 60px;
}
.privacy .block__ttl {
  font-size: 4vw;
  text-align: left;
}
.privacy .block__txt {
  font-size: 3.5vw;
}
.privacy .block__list {
  padding-left: 20px;
}
.privacy .block__list li {
  font-size: 3.5vw;
}

/* recruit
******************************************************************************************** */
.recruit .outline__ttl {
  overflow: hidden;
  position: relative;
}
.recruit .outline__ttl img {
  width: 100%;
  height: 20px;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit .outline__table {
  margin-bottom: 40px;
}
.recruit .outline__table th {
  font-weight: bold;
  color: #0054a6;
}
.recruit .outline__table th, .recruit .outline__table td {
  font-size: 3.5vw;
  display: block;
  width: 100%;
}
.recruit .outline__txt {
  font-size: 4vw;
}
.recruit .outline__txt h3 {
  font-size: 4.5vw;
}
.recruit .outline__txt span {
  font-size: 3.5vw;
}
.recruit .outline__btn {
  margin-bottom: 40px;
}
.recruit .outline__btn img {
  width: 70%;
}

/* company
******************************************************************************************** */
.company .message__ttl {
  overflow: hidden;
  position: relative;
}
.company .message__ttl img {
  width: 100%;
  height: 20px;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.company .message__txt {
  font-size: 3.5vw;
  text-align: left;
}
.company .philosophy__w {
  display: block;
}
.company .philosophy__item {
  width: 60%;
  margin: 0 auto;
}
.company .philosophy__ttl {
  overflow: hidden;
  position: relative;
}
.company .philosophy__ttl img {
  width: auto;
  height: 20px;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.company .philosophy__copy {
  font-size: 8vw;
}
.company .philosophy__txt {
  font-size: 4vw;
}
.company .outline__ttl {
  overflow: hidden;
  position: relative;
}
.company .outline__ttl img {
  width: 100%;
  height: 20px;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.company .outline__table th {
  font-weight: bold;
  color: #0054a6;
  padding-bottom: 0;
}
.company .outline__table th, .company .outline__table td {
  font-size: 3.5vw;
  display: block;
  width: 100%;
}

.map iframe {
  height: 280px;
}

/* service
******************************************************************************************** */
.service .term__list li a {
  font-size: 4vw;
}
.service .block__txt {
  font-size: 3.5vw;
}
.service .block__ttl {
  overflow: hidden;
  position: relative;
}
.service .block__ttl img {
  width: 100%;
  height: 20px;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .block__cap {
  font-size: 3vw;
}
.service .block__pre {
  font-size: 4vw;
  margin: 40px 0;
}
.service .block__btn {
  margin-bottom: 40px;
}
.service .block__btn img {
  width: 70%;
}

.pc-mode {
  display: none;
}

.sp-mode {
  display: block;
}/*# sourceMappingURL=sp.css.map */