@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;
  /*
  opacity: 0;
  &.load {
    opacity: 1;
  }
  */
}

body {
  position: relative;
  width: 100%;
  min-width: 100%;
  overflow: visible;
  border-right: 3px solid #1d2087;
  border-left: 3px solid #e61f19;
}

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 #564031;
  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: #000 !important;
}

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

.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__in {
  display: block;
  padding: 0 5%;
}
.header__logo {
  width: 75%;
  padding: 20px 0;
}
.header__logo a {
  display: block;
  font-size: 0;
}
.header__drawer--icon {
  top: 15px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.header__drawer--icon span {
  width: 30px;
  height: 3px;
  left: 2px;
}
.header__drawer--icon span:nth-child(2) {
  top: 10px;
}
.header__drawer--icon span:nth-child(3) {
  top: 20px;
}
.header__drawer--icon .menu {
  position: absolute;
  top: 28px;
  left: 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.header__drawer--icon.is-checked span:nth-child(3) {
  display: none;
}
.header__drawer--content__in {
  padding: 15% 5% 0 5%;
}
.header__drawer--content__menu {
  width: 100%;
}
.header__drawer--content__cv {
  width: 100%;
}
.header__drawer--content__insta img {
  width: auto;
}
.header .gnav {
  display: none;
}

.footer .gotop img {
  width: 40px;
}
.footer__in {
  padding: 20px 5%;
}
.footer__logo {
  width: 80%;
  margin: 0 auto 20px auto;
}
.footer .fnav {
  width: 100%;
}
.footer .fnav__list {
  -moz-align-items: end;
  -ms-align-items: end;
  -o-align-items: end;
  align-items: end;
}
.footer .fnav__list li {
  width: 50%;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}
.footer .fnav__list li a {
  text-align: center;
}
.footer .fnav__list li a img {
  width: 80%;
}
.footer .fnav__list li:nth-child(2n) {
  border-right: 0;
}
.footer .fnav__list li:nth-child(2n) a {
  padding-top: 14px;
}
.footer .fnav__list li:first-child {
  border-left: 0;
  border-top: 3px solid #000;
}
.footer .fnav__list li:nth-child(2) {
  border-top: 3px solid #000;
}
.footer .fnav__list li:last-child {
  width: 100%;
  text-align: center;
}
.footer .fnav__list li:last-child img {
  width: auto;
}
.footer .copyright {
  font-size: 2.5vw;
}

/* kv
******************************************************************************************** */
.kv {
  padding: 80px 0 160px;
}
.kv__in {
  padding: 0 5%;
}
.kv__item {
  width: 100%;
}
.kv__item--2 {
  width: 70%;
}
.kv__item--3 {
  width: 72%;
}

/* strong
******************************************************************************************** */
.strong__top {
  padding: 0 5%;
}
.strong__top .slanting__border {
  border-top: 2px solid #fff;
}
.strong__top .slanting__bg {
  height: 50%;
}
.strong__title {
  width: 80%;
  margin-bottom: 20px;
}
.strong__ttl {
  font-size: 3.5vw;
  padding: 0 10px;
}
.strong__border {
  margin: 20px 0 60px;
}
.strong__border--black {
  margin: -50px 0 20px;
}
.strong__w {
  padding: 0 5%;
}
.strong__point {
  width: 100%;
  margin: 0 0 20px;
}
.strong__txt {
  font-size: 3vw;
  letter-spacing: 0;
  padding: 40px 5%;
}

/* insta
******************************************************************************************** */
.insta__in {
  padding: 0 5%;
}
.insta__title {
  width: 80%;
  position: relative;
  z-index: 2;
}
.insta__copy {
  margin-bottom: 10px;
  width: 80%;
}
.insta__ttl {
  padding: 0 10px;
  font-size: 3.5vw;
}
.insta__post {
  padding: 20px 0;
}
.insta #sb_instagram {
  padding: 0 5%;
}
.insta #sbi_images .sbi_item {
  width: 48%;
}
.insta__more {
  margin: 0;
}
.insta__more img {
  width: auto;
}
.insta .slanting {
  height: 110%;
  margin-top: -20px;
}
.insta .slanting__img img {
  height: 100%;
  width: auto;
  max-width: inherit;
}

/* business
******************************************************************************************** */
.business__in {
  padding: 20px 5%;
}
.business__title {
  width: 80%;
}
.business__ttl {
  font-size: 3.5vw;
  padding: 0 10px;
}
.business__txt {
  font-size: 3vw;
}
.business__line {
  padding: 0 5%;
  display: block;
  margin: 0;
}
.business__img {
  width: 100%;
}
.business .slanting {
  margin-top: -40px;
  height: 100%;
}
.business .slanting__border {
  bottom: 3vh;
}

/* recruit
******************************************************************************************** */
.recruit__copy {
  width: 60%;
}
.recruit__ttl {
  width: 90%;
  font-size: 3.5vw;
  padding: 0 10px;
}
.recruit__txt {
  font-size: 3vw;
  background: rgba(255, 255, 255, 0.7);
  padding: 5% 5% 5% 0;
}
.recruit .block {
  padding: 0 5%;
}
.recruit .block__in {
  position: relative;
  z-index: 2;
  width: 90%;
  padding-top: 20px;
}
.recruit .block .slanting {
  margin-top: -40px;
}
.recruit .block .slanting__mask {
  width: 60%;
}
.recruit .block .slanting__img img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.recruit .outline__in {
  padding: 20px 5%;
}
.recruit .outline__ttl {
  font-size: 3.5vw;
  padding: 0 10px;
}
.recruit .outline__table {
  font-size: 2.5vw;
  letter-spacing: 0;
  border-top: 1px solid #000;
}
.recruit .outline__table th {
  word-wrap: break-word;
  padding: 5px 5px 5px 0;
  width: 23%;
}
.recruit .outline__table td {
  padding: 5px 0 5px 5px;
}
.recruit .outline__item {
  width: 100%;
  padding: 5% 5% 0 5%;
}
.recruit .outline__item--2 {
  padding-top: 0;
  padding-bottom: 5%;
}
.recruit .outline__item--2 .outline__table {
  border-top: 0;
}
.recruit .outline__txt, .recruit .outline__btn {
  display: none;
}
.recruit .outline .slanting {
  margin-top: -40px;
}
.recruit .outline .slanting__img img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.recruit .bottom {
  padding: 20px 5%;
}
.recruit .bottom__txt {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 3.5vw;
  font-weight: bold;
}
.recruit .bottom__btn {
  text-align: center;
  margin: 0;
}
.recruit .bottom__btn a {
  margin: 10px;
}
.recruit .bottom__btn a img {
  width: auto;
  max-height: 30px;
}

/* company
******************************************************************************************** */
.company {
  margin-top: 0;
}
.company__in {
  padding: 40px 5%;
}
.company__ttl {
  font-size: 3.5vw;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
}
.company__table {
  font-size: 2.5vw;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.company__table th {
  padding: 5px 5px 5px 0;
}
.company__table td {
  white-space: inherit;
  padding: 5px 0 5px 5px;
}
.company__history {
  font-size: 2.5vw;
  letter-spacing: 0;
}
.company__history th {
  padding: 5px 5px 5px 0;
}
.company__history td {
  padding: 5px 0 5px 5px;
}

/* map
******************************************************************************************** */
.map iframe {
  height: 225px;
}

/* contact
******************************************************************************************** */
.contact {
  padding: 20px 5%;
}
.contact__in {
  padding: 0 5%;
}
.contact__left {
  width: 100%;
}
.contact__copy {
  width: 60%;
}
.contact__ttl {
  font-size: 3.5vw;
  padding: 0 10px;
}
.contact__time {
  text-align: center;
  font-size: 3.5vw;
}
.contact__time span {
  font-size: 3.5vw;
  display: block;
  padding: 0;
  width: 54%;
  margin: 5px auto;
}
.contact__right {
  width: 100%;
}

/* 404
******************************************************************************************** */
.not {
  padding: 40px 5%;
}
.not__ttl {
  font-size: 4vw;
}
.not__txt {
  font-size: 3.5vw;
}

.pc-mode {
  display: none;
}

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