@charset "UTF-8";
/* base color 
--------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
:root {
  --ig-grad: linear-gradient(45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

body {
  min-width: 1200px;
  height: 100%;
  overflow: hidden;
}

div.pageWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}

div.container {
  position: relative;
  flex: 1 0 auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.4em;
  line-height: 1;
  color: #000;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

/* layout
-------------------------------------------------------*/
footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  z-index: -1;
  background: #221B1B;
}
footer dl {
  position: relative;
  color: #fff;
}
footer dl dt {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
footer dl dt::before {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  width: 38px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/logo_naruse_white.svg) left top no-repeat;
  background-size: 100%;
}
footer dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
footer dl dd > span {
  display: block;
}
footer dl dd > span a {
  display: block;
  color: #fff;
  pointer-events: none;
}

header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 110px;
  z-index: 50;
}
.trigger .trigger-inner {
  position: relative;
  width: 140px;
  height: 110px;
  padding-top: 40px;
  cursor: pointer;
}
.trigger .trigger-inner::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 50%;
}
.trigger .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
}
.trigger .menu-trigger {
  position: relative;
  display: block;
  width: 35px;
  height: 31px;
  margin: 0 auto 7px;
}
.trigger .menu-title {
  position: relative;
  color: #E75400;
  font-size: 1.2rem;
  text-align: center;
}
.trigger .menu-title::before {
  content: "Menu";
  position: relative;
  top: 0;
  display: block;
}
.trigger .menu-trigger.active + .menu-title::before {
  content: "Close";
}
.trigger .menu-trigger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #E75400;
}
.trigger .menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.trigger .menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.trigger .menu-trigger span:nth-of-type(3) {
  top: 28px;
}
.trigger .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
}
.trigger .menu-trigger.active span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
.trigger .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

.sp-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.back-shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5;
}
.back-shadow .hamburger-menu-container {
  position: relative;
  width: 1100px;
  height: 100vh;
  margin: 0 auto;
  padding-top: 120px;
  transition: 0.7s ease;
  transform: translateX(50%);
}
.back-shadow .hamburger-menu-container.active-visible {
  transform: translateX(0);
}
.back-shadow .hamburger-menu-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50%;
  height: 100%;
  margin-right: -500%;
  padding-right: 500%;
  background: #333;
}
.back-shadow .hamburger-menu-container ul {
  position: relative;
  width: 50%;
  margin-left: auto;
  padding: 0 90px 0 150px;
}
.back-shadow .hamburger-menu-container ul > li {
  padding-left: 30px;
  border-bottom: 1px #fff solid;
}
.back-shadow .hamburger-menu-container ul > li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 85px;
  padding: 0 30px 0 70px;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-inent: 0.1em;
  text-align: right;
  transition: 0.7s ease;
}
.back-shadow .hamburger-menu-container ul > li a span {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 31px;
}
.back-shadow .hamburger-menu-container ul > li a span img {
  max-width: 37px;
  max-height: 31px;
}
.back-shadow .hamburger-menu-container ul > li a:hover {
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.bx-wrapper {
  margin-bottom: 0;
  box-shadow: none;
  border: none;
  background: none;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -70px;
  width: 100%;
}

.bx-wrapper .bx-pager {
  font-size: 0;
  padding-top: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 12px;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #E75400;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 90px;
  z-index: 55;
}
.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  padding-top: 35px;
  background: #221B1B;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.pagetop a::before {
  content: "";
  position: absolute;
  transform: translate(-50%, 0);
  top: 15px;
  left: 50%;
  display: block;
  width: 31px;
  height: 12px;
  background: url(../images/pagetop.svg) left top no-repeat;
  background-size: 100%;
}

.section-header-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 160px;
  margin-bottom: 45px;
  padding: 25px 0;
  background: #333;
}
.section-header-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  z-index: -1;
  background: #333;
}
.section-header-title > span {
  height: 40px;
}
.section-header-title h2 {
  position: relative;
  color: #fff;
}
.section-header-title h2 em {
  display: block;
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.25em;
  text-indent: 1.25em;
}
.section-header-title h2 > span {
  display: block;
  color: #E75400;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

.business-section-body {
  position: relative;
  width: 100%;
}
.business-section-body ul {
  width: 100%;
}
.business-section-body ul li {
  position: relative;
  color: #434F59;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.business-section-body ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 3px rgba(164, 160, 155, 0.65);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  z-index: -1;
}
.business-section-body ul li .item-inner-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 10px;
}
.business-section-body ul li .item-inner-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 86.2%;
  width: calc(100% - 40px);
  height: 100%;
  background: #fff;
  z-index: -1;
}
.business-section-body ul li .item-inner-grid::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 100%;
  height: 86.2%;
  height: calc(100% - 40px);
  background: #fff;
  z-index: -1;
}
.business-section-body ul li .item-inner-grid span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: rgba(164, 160, 155, 0.1);
  z-index: 2;
}

.license-section-body {
  position: relative;
  margin-bottom: 155px;
}
.license-section-body .license-list-contents {
  position: relative;
  width: 100%;
  padding: 60px 25px;
  background: rgba(164, 160, 155, 0.5);
  border-radius: 15px;
}
.license-section-body .license-list-contents::before {
  content: "";
  position: absolute;
  transform: translate(-50%, 0);
  top: 20px;
  left: 50%;
  display: block;
  width: 18px;
  height: 20px;
  background: url(../images/point_hexagon.svg) left top no-repeat;
  background-size: 100%;
}
.license-section-body .license-list-contents::after {
  content: "";
  position: absolute;
  transform: translate(-50%, 0);
  bottom: 20px;
  left: 50%;
  display: block;
  width: 18px;
  height: 20px;
  background: url(../images/point_hexagon.svg) left top no-repeat;
  background-size: 100%;
}
.license-section-body .license-list-contents > ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.license-section-body .license-list-contents > ul > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  color: #434F59;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
}
.license-section-body .license-list-contents > ul > li:nth-child(2) {
  line-height: 1.45;
}
.license-section-body .license-list-contents > ul > li:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}
.license-section-body .license-list-contents > ul > li:nth-child(2) ul > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  background: #E75400;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.license-section-body .license-list-contents > ul > li:nth-child(2) ul > li.kyusui-only {
  background-color: rgba(231, 84, 0, 0.7);
}

.profile-section-body {
  position: relative;
}
.profile-section-body .profile-table-contents aside ul {
  width: 630px;
  margin: 0 auto;
}
.profile-section-body .profile-table-contents aside ul li:not(:last-child) {
  margin-bottom: 35px;
}
.profile-section-body .profile-table-contents aside ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  transition: 0.7s ease;
}
.profile-section-body .profile-table-contents aside ul li a:hover {
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.profile-section-body .profile-table-contents aside ul li.download a {
  background: rgba(231, 84, 0, 0.8);
  color: #fff;
  font-size: 2.6rem;
}
.profile-section-body .profile-table-contents aside ul li.download a::after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  width: 33px;
  height: 28px;
  margin-left: 30px;
  background: url(../images/icon_download.svg) left top no-repeat;
  background-size: 100%;
}
.profile-section-body .profile-table-contents aside ul li.facebook a {
  background: rgba(24, 119, 242, 0.19);
  color: #1877F2;
  font-size: 2.8rem;
}
.profile-section-body .profile-table-contents aside ul li.facebook a::before {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  width: 58px;
  height: 58px;
  margin-right: 25px;
  background: url(../images/icon_facebook.svg) left top no-repeat;
  background-size: 100%;
}
.profile-section-body .profile-table-contents aside ul li.instagram a {
  background: var(--ig-grad);
  color: #fff;
  font-size: 2.8rem;
}
.profile-section-body .profile-table-contents aside ul li.instagram a::before {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  width: 58px;
  height: 58px;
  margin-right: 25px;
  background: url(../images/Instagram_Glyph_White.svg) left top no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 769px) {
  /* ------------------------------------------------------*/
  .spbr {
    display: none;
  }
  .back-shadow {
    display: none;
  }
  footer dl {
    display: flex;
    flex-wrap: wrap;
  }
  footer dl dt {
    margin-right: 30px;
    padding-top: 4px;
  }
  .view-container {
    position: relative;
    width: 1100px;
  }
  .view-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -500%;
    padding: 0 500%;
    z-index: -1;
    background: rgba(164, 160, 155, 0.32);
  }
  .slider-container {
    position: relative;
    width: 1100px;
    height: 100%;
    margin-bottom: 150px;
  }
  .slider-container ul.slider li {
    position: relative;
  }
  .slider-container ul.slider li figure {
    width: 1100px;
    height: 560px;
  }
  header {
    height: 170px;
    padding-top: 55px;
  }
  header::before {
    content: "";
    position: absolute;
    transform: translate(-50%, 0);
    top: -100px;
    left: 50%;
    display: block;
    width: 150px;
    height: 150px;
    background: url(../images/point_view.svg) left top no-repeat;
    background-size: 100%;
  }
  .container {
    width: 950px;
    margin: 0 auto;
  }
  .contents {
    padding-bottom: 80px;
  }
  .business-section-body {
    margin-bottom: 155px;
  }
  .business-section-body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .business-section-body ul li:nth-child(-n+6) {
    width: 290px;
  }
  .business-section-body ul li:nth-child(n+7) {
    width: 100%;
  }
  .business-section-body ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .license-section-body .license-list-contents > ul > li:not(:nth-child(2)) {
    height: 80px;
  }
  .license-section-body .license-list-contents > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .license-section-body .license-list-contents > ul > li:nth-child(2) {
    padding: 30px 35px 20px;
  }
  .license-section-body .license-list-contents > ul > li:nth-child(2) ul > li:not(:nth-child(4n)) {
    margin-right: 10px;
  }
  .license-section-body .license-list-contents > ul > li:nth-child(2) ul > li:not(:nth-child(n+9)) {
    margin-bottom: 10px;
  }
  .license-section-body .license-list-contents > ul > li:nth-child(2) ul > li.kyusui-only {
    background-color: rgba(231, 84, 0, 0.7);
  }
  .profile-section-body .profile-table-contents .company-photo-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .profile-section-body .profile-table-contents .company-photo-grid figure {
    width: 50%;
    height: 360px;
  }
  .profile-section-body .profile-table-contents ul.profile-table {
    margin-bottom: 70px;
  }
  .profile-section-body .profile-table-contents ul.profile-table li:not(:last-child) {
    margin-bottom: 5px;
  }
  .profile-section-body .profile-table-contents ul.profile-table li dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .profile-section-body .profile-table-contents ul.profile-table li dl dt {
    width: 200px;
    padding: 20px 0;
    margin-right: 5px;
    background: rgba(34, 27, 27, 0.8);
    color: #fff;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .profile-section-body .profile-table-contents ul.profile-table li dl dd {
    position: relative;
    flex: 1;
    padding: 20px 55px;
    background: rgba(34, 27, 27, 0.12);
    color: #333;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .profile-section-body .profile-table-contents .map-area-grid {
    width: 100%;
    height: 450px;
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 768px) {
  /* ------------------------------------------------------*/
  body {
    width: 100%;
    min-width: 100%;
  }
  div.pageWrap {
    width: 100%;
  }
  footer {
    flex-direction: column;
    height: auto;
    padding: 25px 0 20px;
  }
  footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0 0;
    z-index: -1;
    background: #221B1B;
  }
  footer dl {
    margin-bottom: 15px;
  }
  footer dl dt {
    position: relative;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  footer dl dt::before {
    content: "";
    position: relative;
    top: 0;
    display: inline-block;
    width: 33px;
    height: 18px;
    margin-right: 10px;
    background: url(../images/logo_naruse_white.svg) left top no-repeat;
    background-size: 100%;
  }
  footer dl dd {
    font-size: 1.3rem;
    text-align: center;
  }
  footer span.contact {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  footer span.contact span {
    display: none;
  }
  footer span.contact a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 4px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  footer span.contact a::before {
    content: "";
    position: relative;
    top: 0;
    display: inline-block;
    width: 16px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/icon_contact_tel.svg) left top no-repeat;
    background-size: 100%;
  }
  header {
    height: 85px;
  }
  header img {
    height: 20px;
  }
  .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 45px;
  }
  .trigger .trigger-inner {
    position: relative;
    width: 65px;
    height: 45px;
    padding: 8px 0 0 3px;
  }
  .trigger .trigger-inner::before {
    top: -25px;
    width: 70px;
    height: 70px;
  }
  .trigger .menu-trigger {
    position: relative;
    display: block;
    width: 18px;
    height: 16px;
    margin: 0 auto 4px;
  }
  .trigger .menu-title {
    font-size: 1rem;
  }
  .trigger .menu-trigger span {
    height: 2px;
  }
  .trigger .menu-trigger span:nth-of-type(1) {
    top: 0px;
  }
  .trigger .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .trigger .menu-trigger span:nth-of-type(3) {
    top: 14px;
  }
  .trigger .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .back-shadow .hamburger-menu-container {
    width: 100%;
    padding-top: 60px;
  }
  .back-shadow .hamburger-menu-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80%;
    height: 100%;
    margin-right: 0;
    padding-right: 0;
    background: #333;
  }
  .back-shadow .hamburger-menu-container ul {
    position: relative;
    width: 80%;
    padding: 0 45px;
  }
  .back-shadow .hamburger-menu-container ul > li {
    padding-left: 25px;
    border-bottom: 1px #fff solid;
  }
  .back-shadow .hamburger-menu-container ul > li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-inent: 0.1em;
    text-align: right;
    transition: 0.7s ease;
  }
  .back-shadow .hamburger-menu-container ul > li a span {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 15px;
  }
  .back-shadow .hamburger-menu-container ul > li a span img {
    max-width: 18px;
    max-height: 15px;
  }
  .back-shadow .hamburger-menu-container ul > li a:hover {
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .container {
    position: relative;
    width: 100%;
  }
  .contents {
    padding: 0 20px 100px;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
  }
  .pagetop a {
    display: block;
    width: 48px;
    height: 48px;
    background: #E75400;
    padding-top: 25px;
    font-size: 1rem;
  }
  .pagetop a::before {
    top: 10px;
    width: 22px;
    height: 9px;
  }
  .view-container {
    position: relative;
    width: 100%;
    background: rgba(164, 160, 155, 0.32);
  }
  .slider-container {
    position: relative;
    width: 100%;
    margin-bottom: 65px;
  }
  .slider-container ul.slider li {
    position: relative;
  }
  .slider-container ul.slider li figure {
    position: relative;
    width: 100%;
  }
  .slider-container ul.slider li figure::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .slider-container ul.slider li figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -25px;
    width: 100%;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
  .section-header-title {
    display: block;
    height: 80px;
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .section-header-title > span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-bottom: 3px;
    text-align: center;
  }
  .section-header-title > span img {
    max-height: 15px;
  }
  .section-header-title h2 em {
    margin-bottom: 7px;
    font-size: 1.8rem;
  }
  .section-header-title h2 > span {
    font-size: 1.1rem;
  }
  .business-section-body {
    margin-bottom: 65px;
  }
  .business-section-body ul {
    flex-direction: column;
    width: 100%;
  }
  .business-section-body ul li {
    width: 100%;
    font-size: 1.8rem;
  }
  .business-section-body ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .business-section-body ul li::before {
    border: solid 2px rgba(164, 160, 155, 0.65);
  }
  .business-section-body ul li .item-inner-grid {
    height: auto;
    padding: 5px;
  }
  .business-section-body ul li .item-inner-grid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 86.2%;
    width: calc(100% - 20px);
    height: 100%;
  }
  .business-section-body ul li .item-inner-grid::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 100%;
    height: 86.2%;
    height: calc(100% - 20px);
    background: #fff;
    z-index: -1;
  }
  .business-section-body ul li .item-inner-grid span {
    height: auto;
    min-height: 40px;
    padding: 15px 10px;
    text-align: center;
    line-height: 1.3;
  }
  .license-section-body {
    margin-bottom: 65px;
  }
  .license-section-body .license-list-contents {
    position: relative;
    width: 100%;
    padding: 45px 10px;
    background: rgba(164, 160, 155, 0.5);
    border-radius: 15px;
  }
  .license-section-body .license-list-contents::before {
    top: 17px;
    width: 9px;
    height: 10px;
  }
  .license-section-body .license-list-contents::after {
    bottom: 17px;
    width: 9px;
    height: 10px;
  }
  .license-section-body .license-list-contents > ul > li {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .license-section-body .license-list-contents > ul > li:not(:nth-child(2)) {
    height: 55px;
  }
  .license-section-body .license-list-contents > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .license-section-body .license-list-contents > ul > li:nth-child(2) {
    padding: 20px 15px 15px;
  }
  .license-section-body .license-list-contents > ul > li:nth-child(2) ul {
    margin-bottom: 10px;
  }
  .license-section-body .license-list-contents > ul > li:nth-child(2) ul > li {
    width: 49%;
    height: 30px;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  .license-section-body .license-list-contents > ul > li:nth-child(2) ul > li:nth-child(2n-1) {
    margin-right: 2%;
  }
  .profile-section-body {
    padding: 0 15px;
  }
  .profile-section-body .profile-table-contents .company-photo-grid {
    margin-bottom: 30px;
  }
  .profile-section-body .profile-table-contents .company-photo-grid figure {
    position: relative;
    width: 100%;
  }
  .profile-section-body .profile-table-contents .company-photo-grid figure::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .profile-section-body .profile-table-contents .company-photo-grid figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .profile-section-body .profile-table-contents ul.profile-table {
    margin-bottom: 25px;
  }
  .profile-section-body .profile-table-contents ul.profile-table li:not(:last-child) {
    margin-bottom: 10px;
  }
  .profile-section-body .profile-table-contents ul.profile-table li dl {
    width: 100%;
  }
  .profile-section-body .profile-table-contents ul.profile-table li dl dt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin-bottom: 5px;
    background: rgba(34, 27, 27, 0.8);
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .profile-section-body .profile-table-contents ul.profile-table li dl dd {
    padding: 15px;
    background: rgba(34, 27, 27, 0.12);
    color: #333;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
  }
  .profile-section-body .profile-table-contents .map-area-grid {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 40px;
  }
  .profile-section-body .profile-table-contents .map-area-grid::before {
    content: "";
    display: block;
    padding-top: 66.7%;
  }
  .profile-section-body .profile-table-contents .map-area-grid iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .profile-section-body .profile-table-contents aside ul {
    width: 100%;
  }
  .profile-section-body .profile-table-contents aside ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .profile-section-body .profile-table-contents aside ul li a {
    height: 70px;
  }
  .profile-section-body .profile-table-contents aside ul li.download a {
    font-size: 1.6rem;
  }
  .profile-section-body .profile-table-contents aside ul li.download a::after {
    width: 18px;
    height: 16px;
    margin-left: 10px;
  }
  .profile-section-body .profile-table-contents aside ul li.facebook a {
    font-size: 1.7rem;
  }
  .profile-section-body .profile-table-contents aside ul li.facebook a::before {
    width: 29px;
    height: 29px;
    margin-right: 13px;
  }
  .profile-section-body .profile-table-contents aside ul li.instagram a {
    font-size: 1.7rem;
  }
  .profile-section-body .profile-table-contents aside ul li.instagram a::before {
    width: 29px;
    height: 29px;
    margin-right: 13px;
  }
}
@media screen and (min-width: 667px) and (max-width: 768px) {
  /* ------------------------------------------------------*/
  .spbr {
    display: none;
  }
  .container {
    width: 650px;
  }
  .section-header-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -500%;
    padding: 0 500%;
    z-index: -1;
  }
  .profile-section-body .profile-table-contents .company-photo-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .profile-section-body .profile-table-contents .company-photo-grid figure {
    width: 50%;
  }
  .profile-section-body .profile-table-contents aside ul {
    width: 400px;
    margin: 0 auto;
  }
  .back-shadow .hamburger-menu-container::before {
    width: 50%;
  }
  .back-shadow .hamburger-menu-container ul {
    width: 50%;
  }
  .back-shadow .hamburger-menu-container ul > li {
    padding-left: 25px;
  }
  .back-shadow .hamburger-menu-container ul > li a {
    padding: 0 40px;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  .section-header-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -20px;
    padding: 0 20px;
    z-index: -1;
  }
}
/*# sourceMappingURL=style.css.map */