@charset "UTF-8";
h1 {
  color: rgb(79, 186, 95);
}
h1 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
h1 span::before, h1 span::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: green;
}
h1 span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
h1 span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

h1 {
  font-size: calc(16 / var(--root-font-size) * 1rem);
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.st0 {
  background: -ms-linear-gradient(0deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A6EA', endColorstr='#0075FB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 166, 234)), to(rgb(0, 117, 251)));
  background: linear-gradient(90deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A6EA",endColorstr="#0075FB" , GradientType=1);
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

body.-active {
  overflow: hidden;
}

body.-active::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 30;
}

.main {
  overflow: hidden;
}

.header {
  background: #fff;
  width: 100%;
  height: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.header__logo {
  width: 25%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__logo:hover {
  opacity: 0.6;
}
.header__logo-link {
  display: block;
}
.header__logo-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__nav {
  height: 100%;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__item {
  padding-left: 2.125rem;
  position: relative;
}
.header__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__item-link:hover {
  opacity: 0.6;
}
.header__nav-btn {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #534741;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav-btn::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 9%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/common/header-tel.png);
}
.header__nav-btn:hover {
  opacity: 0.6;
}
.header__nav-btn-p {
  padding-left: 20px;
}
.header__nav-btn-number {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
}
.header__nav-btn-time {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  margin-top: 4px;
}
.header__btn {
  display: none;
}

/* ★★★★ */
/* ★★★★ */
/* メニュー */
.menu.--active {
  display: block;
  /* クリックしたら、反映される */
  background: #1458e4;
  /* height: 100%; */
  padding-left: 16px;
  /* 左に16pxの余白をあけて */
  width: 100%;
  /* 画面横いっぱいに */
  height: calc(100vh - 80px);
  /* 高さは、ヘッダー-画面高さ */
  position: fixed;
  /* 付けないと、元の場所ヘッダーインナーの中に表示される */
  bottom: 0;
  right: 0;
  /* 浮かして同じ場所においておく */
  /* スクロールしても同じ位置にいる */
  z-index: 99999;
  overflow-y: auto;
  /* 縦にはスクロールさせる */
  overflow-x: hidden;
  /* 横にはスクロールさせない */
  /* 付けないと横に余白できてしまうことあり */
}

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ★★★★ */
/* ハンバーガーメニュークリックしたらメニュー出てくる */
.--active .menu-list {
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* メニューを縦並びにしてあげる */
  width: 100%;
  padding: 10px 0;
  border-radius: 16px 0 0 16px;
  z-index: 9999;
  color: #111;
}

/* li */
.menu-item {
  height: 100%;
  margin-left: 24px;
  display: inline-block;
  position: relative;
  /* サブメニュー表示用 */
}

/* ★★★★ */
.--active .menu-item {
  width: 100%;
  margin-left: 0px;
}

.menu-item-heading {
  position: relative;
  text-align: left;
  width: 100%;
}

/* ★★★★ */
.--active .menu-item-link {
  display: block;
  padding: 0px 32px;
}

/* a */
.menu-item-link {
  display: block;
  font-weight: 500;
  padding-left: 14px;
}

.menu-item-link:hover {
  background-color: #dde01a;
  opacity: 0.3;
}

/* マイページ */
.menu-item-link.mypage::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2bd";
  font-size: 16epx;
  margin-right: 4px;
  color: #fff;
}
/* ★★★★ */
.--active .menu-item-title {
  display: block;
  padding: 15px 0px 15px 2px;
  text-align: left;
  border-bottom: 1px solid rgba(20, 88, 228, 0.24);
  line-height: 1.6;
  font-size: 18px;
  font-weight: 700;
}

/* ★★★★ */
/* スマホ時のメニューのサブメニュー */
.menu-item-heading.--click {
  background: #9eade1;
  height: 100%;
  color: #ffffff;
}

/* サブメニュー */
.sub-wrap {
  padding-top: 20px;
  /* 上に透明部分２０ｐｘ分つけた→サブメニュークリックできるようにする為 */
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* menu-itemにposition: relative;をつける
  サブメニューを表示する位置を決めて上げる */
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  /* transitionとは、cssを変化させるもの
   display:none→display;blokでは、変化させれない 
   代用して、display.noneを、「↓visibility: hidden;⁺opacity: 0;」 */
  visibility: hidden;
  /* 操作ができなくする */
  opacity: 0;
  /* 完全に透明にして見えなくする */
}

/* ★★★★ */
/* サブメニューは見えないようにしておく */
.--active .sub-wrap {
  padding-top: 0px;
  display: none;
  opacity: 1;
  /* 透明を戻す */
  -webkit-transition: auto;
  transition: auto;
  /* 上のトランジションを消してあげる */
  visibility: visible;
  /* 「操作しない」を解除 */
  position: static;
  top: auto;
  left: auto;
  /* ポジションアブソリュートを解除 */
  -webkit-transform: none;
          transform: none;
  /* トランスフォームも解除 */
}

/* ★上を透明、下に色を付ける場合 */
/* background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 20px, */
/* （20px→上を20px分、透明にする) */
/* #fff 20px, */
/* （ここで２０ｐｘおかないと、グラデにならない） */
/* #fff */
/* ★メニューをクリックしたら、サブメニュー出てくる */
.dropdown__lists {
  display: none; /*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 999;
}

.header__item:hover .dropdown__lists {
  display: block; /*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
  background-color: #9bcaf2;
  height: 38px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 10px 0px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
}

.dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3492d1;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown__list:hover {
  opacity: 0.5;
}

.dropdown__list .dropdown__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
  position: relative;
}
.st0 {
  background: -ms-linear-gradient(0deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A6EA', endColorstr='#0075FB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 166, 234)), to(rgb(0, 117, 251)));
  background: linear-gradient(90deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A6EA",endColorstr="#0075FB" , GradientType=1);
}
.m-sp {
  display: none !important;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.break {
  display: inline-block;
}
.st0 {
  background: -ms-linear-gradient(0deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A6EA', endColorstr='#0075FB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 166, 234)), to(rgb(0, 117, 251)));
  background: linear-gradient(90deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A6EA",endColorstr="#0075FB" , GradientType=1);
}

.st1 {
  background: -ms-linear-gradient(154.15deg, rgb(0, 166, 234) 0%, rgb(206, 235, 251) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A6EA', endColorstr='#CEEBFB' ,GradientType=0)";
  background: linear-gradient(-64.15deg, rgb(0, 166, 234) 0%, rgb(206, 235, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A6EA",endColorstr="#CEEBFB" , GradientType=1);
}

.slider {
  width: 72%;
  margin: 0 auto;
  margin-top: 50px;
}

/*--------画像サイズ調整---------*/
.slider img {
  width: 100%;
}

/*-----------height調整----------*/
.slick-slide {
  height: auto !important;
}

/*-----------矢印表示----------*/
.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-arrow {
  z-index: 2 !important;
  background-color: #E95B05;
}

/*--------ドットを初期化---------*/
.slick-dots li button {
  font-size: initial;
  color: initial;
  background: initial;
}

.slick-dots li button:before {
  content: none;
}

/*------数字ドットのスタイル一例------*/
.slick-dots li {
  width: 30px;
  height: 30px;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  background: gray;
  border-radius: 50%;
  color: #fff;
}

.slick-dots li.slick-active button {
  background: #000;
}

.slick-prev, .slick-next {
  background: transparent;
  background-color: #E95B05;
}

.mb {
  margin-bottom: 40px;
}

.m-text {
  font-size: 20px;
  margin-top: 55px;
}

.f-contact {
  padding: 89px 0;
}
.f-contact__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.f-contact__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.f-contact__header {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.f-contact__header-01 {
  font-size: 38px;
  font-weight: 700;
}
.f-contact__header-02 {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
}
.f-contact__tel-link {
  width: 38%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 2px solid #fff;
  padding: 16px 0px 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 100px;
}
.f-contact__tel-link:hover {
  opacity: 0.6;
}
.f-contact__tel-01 {
  font-weight: 700;
  font-size: 18px;
}
.f-contact__tel-02 {
  display: block;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  margin-top: 5px;
}
.f-contact__tel-02::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 3.5rem;
  left: -7%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 1%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/common/f-contact/f-contact-tel.png);
}
.f-contact__tel-03 {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
}
.f-contact__mail-link {
  width: 38%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 2px solid #fff;
  padding: 16px 0px 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-contact__mail-link:hover {
  opacity: 0.6;
}
.f-contact__mail-01 {
  font-weight: 700;
  font-size: 18px;
}
.f-contact__mail-02 {
  display: block;
  font-size: 48px;
  font-weight: 700;
  position: relative;
}
.f-contact__mail-img {
  width: 100%;
}
.f-contact__mail-03 {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.st0 {
  background: -ms-linear-gradient(0deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A6EA', endColorstr='#0075FB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 166, 234)), to(rgb(0, 117, 251)));
  background: linear-gradient(90deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A6EA",endColorstr="#0075FB" , GradientType=1);
}

.footer__inner {
  max-width: 73em;
  width: 95%;
  margin: 0 auto;
}
.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 118px;
  padding-bottom: 20px;
}
.footer__map {
  width: 45%;
}
.footer__iframe {
  width: 100%;
}
.footer__right {
  width: 50%;
}
.footer__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  height: 52px;
}
.footer__logo-link {
  display: block;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__logo-link:hover {
  opacity: 0.6;
}
.footer__logo-img {
  height: 100%;
}
.footer__logo-text {
  font-size: 22px;
  font-weight: 700;
  margin-left: 12px;
}
.footer__nav {
  margin-top: 72px;
  width: 100%;
}
.footer__menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__menu-item {
  font-weight: 500;
}
.footer__menu-item:not(:first-of-type) {
  margin-left: 30px;
}
.footer__menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__menu-link:hover {
  opacity: 0.6;
}
.footer__mb {
  margin-bottom: 10px;
}
.footer__font {
  position: relative;
  font-size: 15px;
  padding-bottom: 10px;
  margin-left: 1.4rem;
}
.footer__font:first-of-type {
  margin-top: 40px;
}
.footer__font::before {
  content: "";
  position: absolute;
  top: 36%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -29px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3em;
  height: 1.3em;
  background-color: #1070c3;
  width: 19px;
  height: 2px;
}
.footer__address {
  margin-top: 65px;
  font-weight: 500;
  font-size: 16px;
}
.footer__address-02 {
  display: block;
  margin-top: 10px;
}
.footer__address-03 {
  display: block;
  margin-top: 10px;
}
.footer__address-04 {
  display: block;
  margin-top: 10px;
}
.footer__robot-link {
  display: block;
  margin-top: 10px;
  -webkit-transition: hover-transition;
  transition: hover-transition;
}
.footer__robot-link:hover {
  opacity: opacity-06;
}
.footer__robot-img {
  width: 100%;
}
.footer__copy {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 18px;
}

.sp-footer {
  display: none;
}
.sp-footer__contact {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.sp-footer__contact-link {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp-footer__contact-link:hover {
  opacity: 0.6;
}

/* スクロール */
.scroll-top {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  position: fixed;
  bottom: 8px;
  right: 8px;
}

.scroll-top-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.scroll-top-item-img {
  height: 16px;
  fill: #fff;
}

.scroll-wrapper {
  position: absolute;
  bottom: 10%;
  right: 7%;
}

.scroll {
  position: absolute;
  bottom: 100px;
  left: 50%;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.scroll-line {
  position: absolute;
  top: 54px;
  left: 36%;
  width: 3px;
  height: 100px;
  overflow: hidden;
  background-color: #2c93d9;
}
.scroll-line::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: scrolldown 1.4s ease-in-out infinite;
          animation: scrolldown 1.4s ease-in-out infinite;
  border-radius: 10px;
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.index-hero {
  background: url(../img/index/top/main-cover.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 80px);
  position: relative;
}
.index-hero__text {
  position: absolute;
  top: 53%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 10;
}
.index-hero__text-main {
  font-size: 68px;
  font-weight: 700;
}
.index-hero__text-sub {
  display: block;
  font-size: 68px;
  font-weight: 700;
}
.index-hero__text-en {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: 17px;
}
.index-hero__text02 {
  margin-top: 200px;
  white-space: nowrap;
}
.index-hero__text02-text {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  width: 100%;
}

.index-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-mv__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  width: 100%;
}
.index-mv__visual {
  width: 40%;
}
.index-mv__img {
  width: 100%;
}
.index-mv__text-wrapper {
  background-color: #fff;
  width: 60%;
  margin-top: 50px;
  padding: 10px 0;
  padding-left: 30px;
  border-radius: 10px;
}
.index-mv__text01 {
  display: block;
  color: #2c93d9;
  font-size: 24px;
  font-weight: 700;
}
.index-mv__text02 {
  display: block;
  font-size: 28px;
  line-height: 1.8;
  margin-top: 17px;
}
.index-mv__text03 {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 35px;
}

.index-about {
  margin-top: 116px;
  position: relative;
}
.index-about__hero {
  background: url(../img/about/bc-img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-about__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-about__header-wrapper {
  text-align: center;
}
.index-about__header01 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #2c93d9;
}
.index-about__header02 {
  display: block;
  font-size: 48px;
  font-weight: 700;
  margin-top: 20px;
}
.index-about__header03 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.index-about__header04e {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  font-weight:bold;
}
.index-about__header04e span {
  background: linear-gradient(transparent 60%, #e98c8c 60%);
}

.index-about__sub-header {
  margin-top: 111px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-about__sub-text {
  text-align: center;
  font-weight: 700;
  background-color: #1070c3;
  padding: 23px 36px;
  display: inline-block;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
.index-about__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 122px;
}
.index-about__visual {
  width: 57%;
}
.index-about__img {
  width: 100%;
}
.index-about__text-wrapper {
  margin-left: 36px;
  width: 43%;
}
.index-about__header-sub {
  display: block;
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700;
}
.index-about__text {
  display: block;
  line-height: 1.8;
  font-size: 18px;
  margin-top: 36px;
}
.index-about__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
}
.index-about__box-item {
  width: 40%;
  margin-bottom:50px;
}
/*
.index-about__box-item:first-of-type {
  margin-top: -115px;
}
.index-about__box-item:nth-of-type(3n) {
  margin-top: 115px;
}
*/
.index-about__box-visual {
  width: 100%;
}
.index-about__box-img {
  width: 100%;
}
.index-about__box-text {
  display: block;
  margin-top: 37px;
}
.index-about__box-text01 {
  display: block;
  font-size: 24px;
}
.index-about__box-text02 {
  display: block;
  margin-top: 16px;
  line-height: 1.5;
}
.index-about__box-button {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-right: 65px;
  position: relative;
}
.index-about__box-button::after {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 1.5rem;
  right: -8%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/index/about/about-btn.png);
}
.index-about__box-button-link {
  display: block;
  font-size: 16px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-about__box-button-link:hover {
  opacity: 0.6;
}
.index-about__lookbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
  display: flex;
  align-items: center;
}
.index-about__lookbtn-visual {
  width: 100vw;
  margin-left: calc(15% - 50vw);
}
.index-about__lookbtn-img {
  width: 100%;
}
.index-about__lookbtn-link {
  display: block;
  padding: 23px 45px;
  color: #fff;
  font-weight: 500;
  margin-left: -20px;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-about__lookbtn-link:hover {
  opacity: 0.6;
}
.index-about__black-line-wrapper {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-about__black-line {
  background-color: #000000;
  max-width: 1080px;
  height: 1px;
  margin-top: 120px;
}
.index-about__nami-bg-01 {
  background: url(../img/index/top/top-nami-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 5%;
  z-index: -1;
}
.index-about__nami-bg-02 {
  background: url(../img/index/top/top-nami-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 42%;
  z-index: -1;
}
.index-about__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
.index-about__flex-visual {
  width: 30%;
}
.index-about__flex-visual:not(:first-of-type) {
  margin-left: 20px;
}
.index-about__flex-img {
  width: 100%;
}

.index-business {
  margin-top: 116px;
  position: relative;
}
.index-business__hero {
  background: url(../img/about/bc-img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-business__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 116px;
}
.index-business__header-wrapper {
  text-align: center;
}
.index-business__header01 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #2c93d9;
}
.index-business__header02 {
  display: block;
  font-size: 48px;
  font-weight: 700;
  margin-top: 20px;
}
.index-business__header03 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.index-business__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 122px;
}
.index-business__visual {
  width: 57%;
}
.index-business__img {
  width: 100%;
}
.index-business__text-wrapper {
  margin-left: 36px;
  width: 43%;
}
.index-business__header-sub {
  display: block;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}
.index-business__text {
  display: block;
  line-height: 2;
  font-size: 18px;
  margin-top: 36px;
}
.index-business__btn {
  margin-top: 50px;
}
.index-business__btn-link {
  padding: 20px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-business__btn-link:hover {
  opacity: 0.6;
}
.index-business__nami-bg-03 {
  background: url(../img/index/top/top-nami-03.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: -29%;
  z-index: -1;
}

.st0 {
  background: -ms-linear-gradient(0deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A6EA', endColorstr='#0075FB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 166, 234)), to(rgb(0, 117, 251)));
  background: linear-gradient(90deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A6EA",endColorstr="#0075FB" , GradientType=1);
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

body.-active {
  overflow: hidden;
}

body.-active::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 30;
}

.service-nami-bg {
  background: url(../img/index/top/top-nami-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 31%;
  z-index: -1;
}

.work-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 80px);
}
.work-hero__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work-hero__text {
  color: #000;
  letter-spacing: 0.1em;
  z-index: 10;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work-hero__text-main {
  font-size: 80px;
  font-weight: 700;
}
.work-hero__text-sub {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-top: 33px;
}
.work-hero__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 88px;
}
.work-hero__visual {
  width: 100%;
}
.work-hero__img {
  width: 100%;
}
.work-hero__text02 {
  display: block;
  font-size: 18px;
  margin-top: 41px;
  width: 50%;
  line-height: 2;
  margin-left: 36px;
}
.work-hero__text-sub02 {
  width: 70%;
  display: block;
  margin-top: 50px;
  font-size: 22px;
  line-height: 1.5;
}

.work-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.work-mv__box-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}
.work-mv__box {
  background-color: #2c93d9;
  padding: 70px 70px;
}
.work-mv__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work-mv__text {
  width: 60%;
}
.work-mv__main {
  display: block;
  color: #fff;
  font-size: 30px;
}
.work-mv__sub {
  display: block;
  font-size: 78px;
  color: #fff;
}
.work-mv__visual {
  width: 20%;
  margin-left: 30px;
}
.work-mv__img {
  width: 100%;
}
.work-mv__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.work-mv__item {
  border: solid #fff;
  width: 30%;
  color: #fff;
  padding: 20px 26px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.work-mv__item:not(:first-of-type) {
  margin-left: 20px;
}

.work-worries {
  margin-top: -88px;
  background-color: rgba(44, 147, 217, 0.2);
  padding: 214px 127px;
}
.work-worries__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.work-worries__title-wrapper {
  background: url(../img/work/work-mv/work-worries-01.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  height: 204px;
}
.work-worries__title {
  font-size: 40px;
  text-align: center;
  padding-top: 35px;
  line-height: 1.5;
}
.work-worries__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.work-worries__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
}
.work-worries__visual {
  width: 90%;
}
.work-worries__img {
  width: 100%;
}
.work-worries__text {
  text-align: center;
  font-size: 24px;
  margin-top: 13px;
  width: 100%;
}

.work-case {
  margin-top: -88px;
  position: relative;
}
.work-case__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.work-case__box-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
  padding-top: 30px;
}
.work-case__box {
  background-color: #2c93d9;
  padding: 34px 50px;
}
.work-case__text-m {
  text-align: left;
}
.work-case__main {
  display: block;
  font-size: 36px;
  color: #fff;
}
.work-case__sub {
  display: block;
  font-size: 50px;
  color: #fff;
  margin-top: 14px;
}
.work-case__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 95px;
}
.work-case__item {
  width: 30%;
}
.work-case__item:not(:first-of-type) {
  margin-left: 20px;
}
.work-case__visual {
  width: 90%;
}
.work-case__img {
  width: 100%;
}
.work-case__text02-main {
  display: block;
  font-size: 24px;
}
.work-case__text02-sub {
  display: block;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.5;
}
.work-case__flex-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.work-case__item-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
.work-case__visual-02 {
  width: 40%;
}
.work-case__img-02 {
  width: 100%;
}
.work-case__item-03 {
  width: 50%;
}
.work-case__visual-03 {
  width: 90%;
}
.work-case__img-03 {
  width: 100%;
}
.work-case__text {
  width: 90%;
  margin-top: 20px;
  text-align: left;
}
.work-case__example-main {
  display: block;
  font-size: 24px;
}
.work-case__example-sub {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}
.work-case__procedure-title {
  font-size: 36px;
  text-align: center;
  margin-top: 118px;
}
.work-case__procedure-bg {
  background: url(../img/index/top/top-nami-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 68%;
  z-index: -1;
}
.work-case__procedure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 100px;
  margin-top: 50px;
}
.work-case__procedure-visual {
  max-width: 1000px;
}
.work-case__procedure-img {
  width: 100%;
}
.work-case__procedure-notes {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.work-case__procedure-notes-text {
  font-weight: 700;
  font-size: 30px;
}
.work-case__procedure-notes-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.work-case__procedure-notes-person {
  font-weight: 700;
  font-size: 28px;
}
.work-case__procedure-notes-link {
  font-weight: 700;
  font-size: 28px;
  color: red;
  margin-left: 20px;
  text-decoration: underline;
}

.work-note {
  margin-top: 118px;
  background-color: rgba(20, 20, 20, 0.1);
  padding: 118px;
}
.work-note__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.work-note__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.work-note__title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.work-note__border {
  border: solid #282828;
}
.work-note__text {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 29px;
}
.work-note__main {
  display: block;
  font-size: 28px;
  margin-bottom: 28px;
}
.work-note__sub {
  display: block;
  font-size: 20px;
}
.work-note__sub:not(:first-of-type) {
  margin-top: 16px;
}

.st0 {
  background: -ms-linear-gradient(0deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A6EA', endColorstr='#0075FB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 166, 234)), to(rgb(0, 117, 251)));
  background: linear-gradient(90deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A6EA",endColorstr="#0075FB" , GradientType=1);
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

body.-active {
  overflow: hidden;
}

body.-active::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 30;
}

.service-nami-bg {
  background: url(../img/index/top/top-nami-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 31%;
  z-index: -1;
}

.service-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 80px);
}
.service-hero__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-hero__text {
  color: #000;
  letter-spacing: 0.1em;
  z-index: 10;
  text-align: center;
}
.service-hero__text-main {
  font-size: 80px;
  font-weight: 700;
}
.service-hero__text-sub {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-top: 33px;
}
.service-hero__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 88px;
}
.service-hero__visual {
  width: 100%;
}
.service-hero__img {
  width: 100%;
}
.service-hero__text02 {
  display: block;
  font-size: 18px;
  margin-top: 41px;
  width: 50%;
  line-height: 2;
  margin-left: 36px;
}

.service-drone {
  background-color: rgba(0, 166, 234, 0.2);
  padding-top: 117px;
  padding-bottom: 108px;
}
.service-drone__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.service-drone__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-drone__header-main {
  display: block;
  color: #2c93d9;
  font-size: 18px;
  font-weight: 700;
}
.service-drone__header-sub {
  display: block;
  font-size: 48px;
  font-weight: 700;
  margin-top: 20px;
}
.service-drone__header-text {
  font-weight: 700;
  display: block;
  font-size: 18px;
  line-height: 2;
  margin-top: 78px;
  width: 50%;
  text-align: center;
}
.service-drone__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 73px;
  position: relative;
}
.service-drone__bg {
  position: absolute;
  top: 220%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  height: 217%;
  width: 70%;
  border-radius: 40px;
}
.service-drone__list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 73px;
}
.service-drone__item02 {
  width: 30%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-drone__text-visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37%;
}
.service-drone__text-img-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-drone__text-img {
  width: 100%;
}
.service-drone__item {
  width: 30%;
  position: relative;
  z-index: 10;
}
.service-drone__item:not(:first-of-type) {
  margin-left: 30px;
}
.service-drone__item-wrapper {
  width: 100%;
}
.service-drone__item-visual {
  width: 100%;
}
.service-drone__item-img {
  width: 100%;
}
.service-drone__item-text {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  margin-top: 40px;
  text-align: left;
}
.service-drone__item-text-sub {
  text-align: center;
  margin-top: 70px;
  font-size: 20px;
}
.service-drone__item-text .demo_e1 {
  font-size: 16px;
  font-weight: normal;
  /*border-bottom:#ff4f4f 2px solid;*/
}


.service-robot {
  padding-top: 118px;
}
.service-robot__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.service-robot__header {
  text-align: center;
}
.service-robot__header-main {
  display: block;
  color: #2c93d9;
  font-size: 18px;
  font-weight: 700;
}
.service-robot__header-sub {
  display: block;
  font-size: 48px;
  font-weight: 700;
  margin-top: 20px;
}
.service-robot__header-sub.sub2 {
  font-size: 35px;
  margin-top: 40px;
}
.service-robot__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
.service-robot__visual {
  width: 30%;
}
.service-robot__img {
  width: 100%;
}
.service-robot__text {
  width: 60%;
  margin-left: 42px;
  font-size: 18px;
  line-height: 1.8;
}

.service-cleaning {
  background-color: rgba(0, 166, 234, 0.2);
  margin-top: 80px;
  padding: 77px 143px 111px;
}
.service-cleaning__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.service-cleaning__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.service-cleaning__visual-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-cleaning__img {
  width: 100%;
}
.service-cleaning__list {
  width: 80%;
}
.service-cleaning__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.service-cleaning__item:not(:first-of-type) {
  margin-top: 60px;
}
.service-cleaning__maru {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 999px;
}
.service-cleaning__maru-number {
  font-size: 80px;
  font-weight: 700;
  color: rgba(0, 166, 234, 0.2);
  text-align: center;
  padding-bottom: 5px;
}
.service-cleaning__p {
  width: 66%;
  margin-left: 30px;
}
.service-cleaning__header {
  display: block;
  font-size: 24px;
}
.service-cleaning__text {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8;
}

.service-comparison {
  margin-top: 118px;
}
.service-comparison__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.service-comparison__top-header {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}
.service-comparison__table {
  border-collapse: collapse;
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin-top: 2.5rem;
}
.service-comparison__table-wrapper {
  padding: 2rem 1rem 1.25rem;
}
.service-comparison__table-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-comparison__table-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  border: solid 2px #0D2F46;
}
.service-comparison__table-button {
  display: block;
  padding: 0.625rem 2.875rem;
  background-color: #E95B05;
  color: #fff;
  margin-top: 1.125rem;
}
.service-comparison__table-header {
  padding: 12px;
  border: 1px solid #333;
  text-align: center;
}
.service-comparison__table-shop {
  border: 1px solid #333;
  padding: 12px;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  position: relative;
  width: 20%;
}
.service-comparison__header {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.service-comparison__table-date {
  padding: 5px;
  border: 1px solid #333;
  width: 25%;
}
.service-comparison__table-wrapper {
  width: 100%;
}
.service-comparison__text {
  font-size: 16px;
  line-height: 1.8;
}
.service-comparison__bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 115px;
}
.service-comparison_logo-visual {
  width: 30%;
}
.service-comparison__logo-img {
  width: 100%;
}
.service-comparison__bottom-text {
  font-size: 16px;
  margin-top: 41px;
}
.service-comparison__btn {
  margin-top: 50px;
}
.service-comparison__btn-link {
  padding: 20px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-comparison__btn-link:hover {
  opacity: 0.6;
}
.service-comparison__black-line-wrapper {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.service-comparison__black-line {
  background-color: #000000;
  max-width: 1080px;
  height: 1px;
  margin-top: 120px;
}

.service-work {
  margin-top: 118px;
}
.service-work__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.service-work__top-header {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-top: 80px;
}
.service-work__second-header {
  font-size: 36px;
  text-align: center;
  margin-top: 100px;
  font-weight: 700;
}
.service-work__second-visual {
  width: 100%;
  margin-top: 42px;
}
.service-work__second-img {
  width: 100%;
}
.service-zaiseki__p {
  font-weight: bold;
  font-size: 35px;
  border: solid #2c93d9 5px;
  padding: .5em 2em;
  display: table;
  margin: 118px auto auto;
}

.service-example {
  margin-top: 118px;
}
.service-example__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.service-example__bg {
  background-color: rgba(0, 166, 234, 0.2);
  padding: 120px 80px;
}
.service-example__header {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}
.service-example__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-example__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-example__item:not(:first-of-type) {
  margin-top: 30px;
}
.service-example__text {
  width: 30%;
}
.service-example__circle {
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
}
.service-example__circle::after {
  content: "内部調査";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 700;
}
.service-example__p {
  font-size: 16px;
  line-height: 1.8;
}
.service-example__visual-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 38px;
}
.service-example__visual {
  width: 50%;
}
.service-example__img {
  width: 100%;
}
.service-example__visual02 {
  width: 100%;
}
.service-example__img02 {
  width: 100%;
}

.service-sewage {
  margin-top: 118px;
  background-color: rgba(20, 20, 20, 0.1);
  padding: 120px 0 109px;
}
.service-sewage__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.service-sewage__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-sewage__header-main {
  display: block;
  color: #2c93d9;
  font-size: 18px;
  font-weight: 700;
}
.service-sewage__header-sub {
  display: block;
  font-size: 48px;
  font-weight: 700;
  margin-top: 20px;
}
.service-sewage__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px;
}
/*
.service-sewage__visual {
  margin-left: calc(15% - 50vw);
}
*/
.service-sewage__img {
  width: 100%;
}
.service-sewage__text {
  width: 40%;
  margin-left: 54px;
  font-size: 20px;
  line-height: 2;
}
.service-sewage__wrapper02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-sewage__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
.service-sewage__item {
  width: 38%;
}
.service-sewage__item:not(:first-of-type) {
  margin-left: 60px;
}
.service-sewage__item-visual {
  width: 100%;
}
.service-sewage__item-img {
  width: 100%;
}
.service-sewage__item-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #2c93d9;
}
.service-sewage__item-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-sewage__item-text {
  font-size: 20px;
  margin-top: 32px;
  text-align: center;
}

.st0 {
  background: -ms-linear-gradient(0deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A6EA', endColorstr='#0075FB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 166, 234)), to(rgb(0, 117, 251)));
  background: linear-gradient(90deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A6EA",endColorstr="#0075FB" , GradientType=1);
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

body.-active {
  overflow: hidden;
}

body.-active::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 30;
}

.about-nami-bg {
  background: url(../img/index/top/top-nami-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 31%;
  z-index: -1;
}

.about-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 80px);
}
.about-hero__bg {
  margin-top: 50px;
}
.about-hero__text {
  color: #000;
  letter-spacing: 0.1em;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 60px;
}
.about-hero__text-main {
  font-size: 52px;
  font-weight: 700;
}
.about-hero__text-sub {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: 17px;
}
.about-hero__text02 {
  margin-top: 31px;
  white-space: nowrap;
}
.about-hero__text02:first-of-type {
  margin-top: 110px;
}
.about-hero__text02:not(:first-of-type) {
  margin-top: 50px;
}
.about-hero__text02-main {
  display: block;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  color: #2c93d9;
}
.about-hero__text02-sub {
  display: block;
  font-size: 35px;
  font-weight: 700;
  width: 100%;
  margin-top: 14px;
}
.about-hero__mt {
  margin-top: 40px;
}
.about-hero__text03 {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.5;
}
.about-hero__visual {
  margin-top: 30px;
  height: 300px;
}
.about-hero__img {
  height: 100%;
}

.about-company {
  padding-top: 100px;
}
.about-company__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.about-company__header {
  text-align: center;
}
.about-company__header-main {
  display: block;
  font-size: 24px;
  color: #2c93d9;
  font-weight: 700;
}
.about-company__header-sub {
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin-top: 17px;
}
.about-company__gray {
  background-color: #e7e7e7;
}
.about-company__table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 82px;
  width: 100%;
}
.about-company__table-header {
  padding: 24px 22px;
  border: none;
}
.about-company__table-date {
  padding: 24px 10px;
  border: none;
}
.about-company__visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
.about-company__img {
  width: 50%;
}
.about-company__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 70px;
}
.about-company__flex-main {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-top: 17px;
}
.about-company__flex-list {
  margin-top: 30px;
}
.about-company__flex-item {
  font-size: 26px;
  font-weight: 700;
}
.about-company__flex-item:not(:first-of-type) {
  margin-top: 10px;
}

.about-work {
  padding-top: 150px;
  padding-bottom: 116px;
}
.about-work__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.about-work__wrapper {
  width: 100%;
}
.about-work__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-work__list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}
.about-work__item {
  background-color: rgba(0, 166, 234, 0.2);
  padding: 30px 20px;
  margin-right: 5px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  height: 500px;
}
.about-work__item:not(:first-of-type) {
  margin-left: 40px;
}
.about-work__header {
  text-align: center;
  font-size: 30px;
}
.about-work__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 15px;
}
.about-work__visual {
  width: 50%;
}
.about-work__visual:not(:first-of-type) {
  margin-left: 10px;
}
.about-work__img {
  width: 100%;
  border-radius: 10px;
}
.about-work__text {
  font-size: 18px;
  margin-top: 25px;
  line-height: 1.5;
}

.st0 {
  background: -ms-linear-gradient(0deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A6EA', endColorstr='#0075FB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 166, 234)), to(rgb(0, 117, 251)));
  background: linear-gradient(90deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A6EA",endColorstr="#0075FB" , GradientType=1);
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

body.-active {
  overflow: hidden;
}

body.-active::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 30;
}

.contact-nami-bg {
  background: url(../img/index/top/top-nami-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 31%;
  z-index: -1;
}

.contact-hero__text {
  position: absolute;
  top: 37%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
  letter-spacing: 0.1em;
  z-index: 10;
}
.contact-hero__text-main {
  font-size: 54px;
  font-weight: 700;
}
.contact-hero__text-sub {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: 17px;
}

.contact {
  margin-top: 118px;
}
.contact__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}

.contact-hero {
  background-image: url(../images/contact/sub.main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  position: relative;
}

.contact {
  max-width: 720px;
  margin: 62px auto 0;
}
.contact-text {
  font-size: 16px;
  color: #222;
}

.contact__item:not(:first-child) {
  margin-top: 32px;
}

.contact-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.contact-label-a02 {
  padding-left: 55px;
}

.contact-label-a::before {
  content: "必須";
  background-color: #2c93d9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
}

.contact-input {
  width: 100%;
  height: 32px;
  border: 2px solid #e8e8e8;
  border-radius: 4px;
  padding-left: 16px;
  margin-top: 8px;
}

.content-input-area {
  height: 250px;
  resize: none;
  padding-top: 6px;
}

.contact-check-label {
  font-size: 16px;
  font-weight: 700;
  padding-left: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contact__item-btn {
  margin-top: 60px;
}

.contact-btn {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 200px;
  padding: 24px 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
}
.contact-btn:hover {
  opacity: 0.6;
}

.check-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.check-box-wrapper {
  width: 100%;
  margin: 0 auto;
}

.check-box-head {
  font-size: 18px;
  margin: 50px auto 0;
  text-align: center;
  font-weight: 700;
}

.check-privacy {
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 14px;
  height: 200px;
  line-height: 2;
  margin: 5px auto 0;
  max-width: 920px;
  overflow: auto;
  padding: 20px 28px;
  width: 90%;
  font-weight: 700;
}

.thanks {
  margin-top: 10px;
}
.thanks__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thanks__wrapper {
  width: 72%;
}
.thanks__text {
  font-size: 24px;
  font-weight: 700;
}
.thanks__text-sub {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
}

.st0 {
  background: -ms-linear-gradient(0deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A6EA', endColorstr='#0075FB' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 166, 234)), to(rgb(0, 117, 251)));
  background: linear-gradient(90deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00A6EA",endColorstr="#0075FB" , GradientType=1);
}

/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
form#mail_form * {
  padding: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

form#mail_form {
  width: 100%;
  margin: 50px auto;
  line-height: 1.8;
}
form#mail_form dl {
  width: 90%;
  margin: 0 auto;
}

form#mail_form dl:after,
form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form#mail_form dl dt {
  margin-top: 30px;
}
form#mail_form dl dd {
  margin-top: 10px;
}

form#mail_form dl dt i {
  float: left;
  position: relative;
  top: -2px;
}

/* -- span.required, span.optional -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 85%;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
}

form#mail_form dl dt span.required {
  background: #d9534f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}

form#mail_form dl dt span.optional {
  background-color: #2c93d9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}

/* -- error message -------------------------------------------------------------------------------- */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* -- input, select, textarea -------------------------------------------------------------------------------- */
form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  width: calc(96% - 2px);
  padding: 7px 2%;
  border: 2px solid #e8e8e8;
  border-radius: 4px;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form input[type=text]:focus,
form#mail_form input[type=email]:focus,
form#mail_form input[type=tel]:focus,
form#mail_form textarea:focus {
  -webkit-box-shadow: 0px 0px 5px #55ccff;
          box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type=radio],
form#mail_form ul li input[type=checkbox] {
  margin: 0 10px 0 0;
}

form#mail_form select {
  padding: 7px 2%;
  border: 2px solid #e8e8e8;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form textarea {
  display: block;
  width: calc(96% - 2px);
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 2px solid #e8e8e8;
  border-radius: 4px;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

/* -- ul, li -------------------------------------------------------------------------------- */
form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 3px;
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
  font-weight: 700;
}

form#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}

/* -- input design -------------------------------------------------------------------------------- */
form#mail_form input[name=company] {
  width: 100%;
}

form#mail_form input[name=name_1],
form#mail_form input[name=name_2],
form#mail_form input[name=read_1],
form#mail_form input[name=read_2],
form#mail_form input[name=postal],
form#mail_form input[name=phone],
form#mail_form input[name=schedule] {
  width: 100%;
}

form#mail_form input[name=mail_address],
form#mail_form input[name=mail_address_confirm] {
  width: 100%;
}

form#mail_form input[name=postal] + a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input[name=postal] + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

/* -- button -------------------------------------------------------------------------------- */
form#mail_form p#form_submit {
  width: 90%;
  margin: 30px auto;
  padding: 30px 0;
}

form#mail_form input[type=button] {
  padding: 24px 59px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 166, 234)), to(rgb(0, 117, 251)));
  background: linear-gradient(90deg, rgb(0, 166, 234) 0%, rgb(0, 117, 251) 100%);
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

form#mail_form input[type=button]:hover {
  cursor: pointer;
  opacity: 0.6;
}

form#mail_form input[type=button] {
  margin-left: 35%;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
/* 1000pixel end */
/* -- div#thanks -------------------------------------------------------------------------------- */
div#thanks * {
  margin: 0;
  padding: 0;
}

div#thanks {
  width: 1000px;
  margin: 50px auto;
  padding: 30px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
}

div#thanks h1,
div#thanks h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 135%;
  font-weight: bold;
  border-bottom: 1px solid #454545;
}

div#thanks h2 {
  margin-top: 3em;
}

div#thanks p {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
}

div#thanks dl {
  width: 90%;
  margin: 0 auto 3em;
}

div#thanks dl dt {
  margin-top: 2em;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
/* 1000pixel end */
@media screen and (max-width: 768px) {
  .main {
    overflow: hidden;
  }
  .header {
    height: 48px;
  }
  .header__inner {
    padding: 10px;
  }
  .header__logo {
    width: 40%;
  }
  .header__nav {
    background: rgb(255, 255, 255);
    display: none;
    position: fixed;
    top: 48px;
    right: 0;
  }
  .header__list {
    display: block;
  }
  .header__item {
    height: auto;
  }
  .header__item:first-child {
    padding-top: 2rem;
    font-size: 1rem;
  }
  .header__item-link {
    padding: 24px 48px 0px 24px;
    font-size: 1rem;
  }
  .header__nav-btn {
    display: none;
  }
  .header__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 36px;
    height: 28px;
  }
  .header__btn-item {
    background: rgb(0, 0, 0);
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__btn-item:first-child {
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .header__btn-item:last-child {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .-active .header__btn-item:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .-active .header__btn-item:nth-child(2) {
    opacity: 0;
  }
  .-active .header__btn-item:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .m-sp {
    display: block !important;
  }
  .m-pc {
    display: none !important;
  }
  .slider {
    width: 50%;
  }
  .slick-dotted.slick-slider {
    width: 100%;
  }
  .m-text {
    font-size: 16px;
    margin-top: 30px;
  }
  .f-contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .f-contact__wrapper:not(:first-of-type) {
    margin-top: 20px;
  }
  .f-contact__header {
    width: 100%;
    font-size: 22px;
  }
  .f-contact__tel-link {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .f-contact__mail-link {
    width: 100%;
    margin-top: 20px;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .footer__map {
    width: 100%;
  }
  .footer__right {
    width: 100%;
  }
  .footer__logo-wrapper {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo-text {
    font-size: 16px;
  }
  .footer__nav {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .footer__menu-item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer__menu-link {
    font-size: 16px;
    font-weight: 700;
  }
  .footer__address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    font-size: 14px;
  }
  .footer__robot-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-footer {
    background-color: #ffa500;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
  .index-hero {
    height: 400px;
  }
  .index-hero__text {
    position: absolute;
    top: 53%;
    left: 48%;
  }
  .index-hero__text-main {
    font-size: 24px;
  }
  .index-hero__text-sub {
    font-size: 24px;
  }
  .index-hero__text-en {
    font-size: 18px;
    margin-top: 10px;
  }
  .index-hero__text02 {
    font-size: 14px;
    margin-top: 90px;
  }
  .index-hero__text02-text {
    font-size: 14px;
    margin-top: 5px;
  }
  .index-mv__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-mv__visual {
    width: 90%;
  }
  .index-mv__text-wrapper {
    width: 90%;
    margin-top: 263px;
    padding: 0px;
    margin-top: 20px;
  }
  .index-mv__text02 {
    font-size: 22px;
  }
  .index-mv__text03 {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 15px;
  }
  .index-about {
    margin-top: 96px;
  }
  .index-about__header01 {
    font-size: 16px;
  }
  .index-about__header02 {
    margin-top: 10px;
    font-size: 28px;
  }
  .index-about__header03 {
    margin-top: 10px;
    font-size: 14px;
  }
  .index-about__header04e span {
    line-height:1.5;
  }
  .index-about__sub-header {
    margin-top: 18px;
  }
  .index-about__sub-text {
    font-size: 22px;
    line-height: 1.5;
    padding: 10px;
    width: 100%;
    margin-top: 20px;
  }
  .index-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 80px;
  }
  .index-about__visual {
    width: 100%;
  }
  .index-about__text-wrapper {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .index-about__header-sub {
    font-size: 22px;
    line-height: 1.3;
  }
  .index-about__text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .index-about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 20px;
  }
  .index-about__box-item {
    width: 100%;
    margin-top: 40px;
  }
  .index-about__box-item:first-of-type {
    margin-top: 30px;
  }
  .index-about__box-item:nth-of-type(3n) {
    margin-top: 40px;
  }
  .index-about__box-button {
    padding-right: 83px;
  }
  .index-about__box-button::after {
    right: -4%;
  }
  .index-about__lookbtn {
    padding: 10px;
    margin-top: 40px;
  }
  .index-about__lookbtn-visual {
    margin-left: 0;
  }
  .index-about__lookbtn-link {
    padding: 10px 17px;
    font-size: 14px;
  }
  .index-about__black-line {
    margin-top: 40px;
  }
  .index-about__nami-bg-01 {
    top: 2%;
  }
  .index-about__nami-bg-02 {
    top: 29%;
  }
  .index-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-about__flex-visual {
    width: 100%;
  }
  .index-about__flex-visual:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }
  .index-business {
    margin-top: 96px;
  }
  .index-business__header01 {
    font-size: 16px;
  }
  .index-business__header02 {
    margin-top: 10px;
    font-size: 28px;
  }
  .index-business__header03 {
    margin-top: 10px;
    font-size: 14px;
  }
  .index-business__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 18px;
  }
  .index-business__visual {
    width: 100%;
  }
  .index-business__text-wrapper {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .index-business__header-sub {
    font-size: 22px;
  }
  .index-business__text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .index-business__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-business__nami-bg-03 {
    top: 8%;
  }
  .service-nami-bg {
    display: none;
  }
  .work-hero {
    height: auto;
    padding-top: 32px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .work-hero__text {
    padding-top: 33px;
  }
  .work-hero__text-main {
    font-size: 31px;
  }
  .work-hero__text-sub {
    font-size: 14px;
    margin-top: 17px;
  }
  .work-hero__wrapper {
    margin-top: 49px;
  }
  .work-hero__visual {
    width: 78%;
  }
  .work-hero__text02 {
    font-size: 14px;
    margin-top: 128px;
    line-height: 1.5;
  }
  .work-hero__text-sub02 {
    font-size: 12px;
    width: 90%;
  }
  .work-mv__box {
    padding: 30px 10px;
  }
  .work-mv__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .work-mv__text {
    width: 100%;
  }
  .work-mv__main {
    font-size: 20px;
    line-height: 1.5;
  }
  .work-mv__sub {
    font-size: 49px;
  }
  .work-mv__visual {
    margin-left: 0;
    width: 90%;
    margin-top: 20px;
  }
  .work-mv__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work-mv__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }
  .work-mv__item {
    width: 100%;
    font-size: 16px;
    padding: 10px;
  }
  .work-worries {
    padding: 146px 20px;
  }
  .work-worries__title-wrapper {
    height: 159px;
  }
  .work-worries__title {
    font-size: 21px;
  }
  .work-worries__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work-worries__item:not(:first-of-type) {
    margin-top: 18px;
  }
  .work-worries__item {
    width: 100%;
  }
  .work-worries__text {
    font-size: 18px;
    margin-top: 7px;
  }
  .work-case__box {
    padding: 30px 10px;
  }
  .work-case__main {
    font-size: 20px;
  }
  .work-case__sub {
    font-size: 30px;
  }
  .work-case__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .work-case__item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .work-case__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }
  .work-case__visual {
    width: 80%;
  }
  .work-case__text02 {
    width: 80%;
  }
  .work-case__flex-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 48px;
  }
  .work-case__item-02 {
    width: 100%;
  }
  .work-case__visual-02 {
    width: 30%;
    margin-top: 20px;
  }
  .work-case__item-03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
  }
  .work-case__procedure-title {
    margin-top: 74px;
  }
  .work-case__procedure-bg {
    display: none;
  }
  .work-case__procedure {
    padding-right: 20px;
  }
  .work-case__procedure-notes {
    margin-top: 40px;
  }
  .work-case__procedure-notes-text {
    font-size: 20px;
  }
  .work-case__procedure-notes-flex {
    margin-top: 10px;
  }
  .work-case__procedure-notes-person {
    font-size: 20px;
  }
  .work-case__procedure-notes-link {
    font-size: 20px;
  }
  .work-note {
    margin-top: 91px;
    padding: 30px 10px;
  }
  .work-note__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .work-note__main {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .work-note__sub:not(:first-of-type) {
    margin-top: 11px;
  }
  .work-note__sub {
    font-size: 15px;
  }
  .service-nami-bg {
    display: none;
  }
  .service-hero {
    height: auto;
    padding-top: 32px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-hero__text {
    padding-top: 33px;
  }
  .service-hero__text-main {
    font-size: 31px;
  }
  .service-hero__text-sub {
    font-size: 14px;
    margin-top: 17px;
  }
  .service-hero__wrapper {
    margin-top: 49px;
  }
  .service-hero__visual {
    width: 78%;
  }
  .service-hero__text02 {
    font-size: 14px;
    margin-top: 128px;
    line-height: 1.5;
  }
  .service-drone {
    padding-top: 83px;
  }
  .service-drone__header-main {
    font-size: 15px;
  }
  .service-drone__header-sub {
    font-size: 28px;
  }
  .service-drone__header-text {
    width: 100%;
    font-size: 13px;
  }
  .service-drone__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .service-drone__bg {
    display: none;
  }
  .service-drone__list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 0px;
  }
  .service-drone__item02 {
    width: 100%;
    margin-left: 0;
  }
  .service-drone__item02 :not(:first-of-type) {
    margin-top: 60px;
  }
  .service-drone__text-visual {
    width: 100%;
  }
  .service-drone__text-img-cover {
    width: 68%;
    margin: 0 auto;
  }
  .service-drone__item {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .service-drone__item:not(:first-of-type) {
    margin-left: 0;
  }
  .service-drone__item-text {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
  }
  .service-drone__item-text-sub {
    font-size: 16px;
    margin-top: 50px;
  }
  .service-robot {
    padding-top: 77px;
  }
  .service-robot__header-main {
    font-size: 15px;
  }
  .service-robot__header-sub {
    font-size: 28px;
  }
  .service-robot__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .service-robot__visual {
    width: 100%;
  }
  .service-robot__text {
    width: 100%;
    margin-left: 0;
    font-size: 13px;
    margin-top: 20px;
  }
  .service-cleaning {
    padding: 50px 0 50px;
  }
  .service-cleaning__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .service-cleaning__visual {
    width: 70%;
  }
  .service-cleaning__list {
    width: 100%;
  }
  .service-cleaning__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
  .service-cleaning__item:not(:first-of-type) {
    margin-top: 30px;
  }
  .service-cleaning__maru {
    width: 80px;
    height: 80px;
  }
  .service-cleaning__maru-number {
    font-size: 40px;
  }
  .service-cleaning__p {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-cleaning__header {
    font-size: 21px;
  }
  .service-cleaning__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    width: 80%;
  }
  .service-comparison {
    margin-top: 77px;
  }
  .service-comparison__top-header {
    font-size: 28px;
  }
  .service-comparison__table-header {
    padding: 6px;
  }
  .service-comparison__table-shop {
    padding: 79px;
  }
  .service-work__top-header {
    font-size: 28px;
  }
  .service-work__second-header {
    font-size: 28px;
  }
  
  .service-zaiseki__inner {
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
  }
  .service-zaiseki__p {
    padding: .5em;
    font-size:28px;
  }
  .service-example {
    margin-top: 100px;
  }
  .service-example__bg {
    padding: 62px 21px;
  }
  .service-example__header {
    font-size: 28px;
  }
  .service-example__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service-example__text {
    width: 100%;
    margin-top: 30px;
  }
  .service-example__circle {
    margin: 0 auto;
    width: 130px;
    height: 130px;
  }
  .service-example__circle::after {
    font-size: 18px;
    white-space: nowrap;
  }
  .service-example__p {
    margin-top: 20px;
    line-height: 1.5;
  }
  .service-example__visual-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
  .service-sewage__header-main {
    font-size: 15px;
  }
  .service-sewage__header-sub {
    font-size: 28px;
  }
  .service-sewage__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-sewage__visual {
    margin-left: 0;
  }
  .service-sewage__text {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  .service-sewage__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
  .service-sewage__item {
    width: 100%;
  }
  .service-sewage__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 30px;
  }
  .service-sewage__item-title {
    font-size: 26px;
  }
  .service-sewage__item-text {
    font-size: 18px;
    margin-top: 20px;
  }
  .about-nami-bg {
    top: 19%;
  }
  .about-main {
    margin-top: 0px;
  }
  .about-hero {
    height: auto;
    padding-top: 53px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-hero__bg {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  .about-hero__text-main {
    font-size: 31px;
  }
  .about-hero__text-sub {
    font-size: 18px;
    margin-top: 10px;
  }
  .about-hero__text02 {
    margin-top: 48px;
  }
  .about-hero__text02-main {
    font-size: 20px;
  }
  .about-hero__text02-sub {
    font-size: 20px;
  }
  .about-hero__text03 {
    font-size: 12px;
    margin-top: 20px;
  }
  .about-hero__visual {
    margin-left: 0;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 28px;
  }
  .about-company {
    padding-top: 72px;
  }
  .about-company__header-main {
    font-size: 16px;
  }
  .about-company__header-sub {
    font-size: 24px;
    margin-top: 8px;
  }
  .about-company__table-wrapper {
    margin-top: 50px;
  }
  .about-company__table-header {
    display: block;
    width: 100%;
  }
  .about-company__table-date {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-left: 22px;
  }
  .about-company__visual {
    margin-top: 50px;
  }
  .about-company__img {
    width: 90%;
  }
  .about-company__flex {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .about-company__flex-main {
    font-size: 24px;
  }
  .about-company__flex-item {
    font-size: 18px;
  }
  .about-work {
    padding-top: 70px;
  }
  .about-work__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .about-work__list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 30px;
  }
  .about-work__item {
    width: 100%;
  }
  .about-work__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 30px;
  }
  .about-work__header {
    font-size: 24px;
  }
  .about-work__text {
    font-size: 16px;
  }
  .contact-nami-bg {
    top: 19%;
  }
  .contact-hero__text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-hero__text-main {
    font-size: 24px;
    text-align: center;
  }
  .contact-hero__text-sub {
    font-size: 18px;
    margin-top: 10px;
  }
  .thanks__wrapper {
    width: 100%;
  }
  .thanks__text {
    font-size: 20px;
  }
  .thanks__text-sub {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .menu {
    display: none;
    /* スマホの最初の画面は非表示
    クリックしたら、見れる */
  }
  .mypage {
    display: none;
  }
  .dropdown__lists {
    display: none;
    /* スマホの最初の画面は非表示
    クリックしたら、見れる */
  }
  .header__item:hover .dropdown__lists {
    display: none;
  }
  .dropdown__list .dropdown__link {
    display: none;
  }
  .contact {
    margin-top: 32px;
  }
 
}
@media (min-width: 769px) {
  .menu-item:hover .sub-wrap {
    opacity: 1;
    visibility: visible;
    /* 操作を可能にする */
  }
}
@media (min-width: 751px) {
  .sp , .sp-br {
    display: none !important;
  }
  .footer__robot-link {
    width:45%;
  }
  .footer__robot-link_container {
    display:flex;
    justify-content:space-between;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .break-sp {
    display: inline-block;
  }
  .footer__robot-link {
    width:50%;
    margin:1rem auto;
  }
}
@media screen and (max-width: 1500px) {
  .index-hero__text {
    top: 49%;
    left: 50%;
  }
  .index-hero__text-main {
    font-size: 45px;
  }
  .index-hero__text-sub {
    font-size: 45px;
  }
  .index-hero__text02 {
    margin-top: 69px;
  }
  .about-hero {
    height: auto;
  }
  .about-hero__text {
    margin-top: 10px;
  }
  .about-hero__text02:first-of-type {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .work-hero__text {
    padding-top: 12px;
  }
  .work-hero__visual {
    width: 72%;
  }
  .service-hero__text {
    padding-top: 12px;
  }
  .service-hero__visual {
    width: 72%;
  }
  .about-hero__bg {
    margin-top: 10px;
  }
  .about-hero__text-sub {
    font-size: 18px;
    margin-top: 3px;
  }
  .about-hero__text02 {
    margin-top: 15px;
  }
  .about-hero__visual {
    height: 223px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .work-hero__wrapper {
    margin-top: 54px;
  }
  .work-hero__visual {
    width: 50%;
  }
  .service-hero__wrapper {
    margin-top: 54px;
  }
  .service-hero__visual {
    width: 50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .service-drone__item02 :not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1040px) {
  .service-comparison__table {
    display: block;
    overflow: scroll;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1500px) {
  .about-hero__text-main {
    font-size: 80px;
  }
  
}
@media screen and (max-width: 1000px) {
  form#mail_form {
    margin: 16px auto;
  }
  form#mail_form dl dt {
    margin-top: 10px;
  }
  /* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
  form#mail_form {
    width: 95%;
    font-size: 100%;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    padding: -9px 0 10px;
    text-align: left;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    padding: 0px 0 20px 0px;
  }
  form#mail_form dl dt i {
    float: none;
    position: static;
    font-weight: normal;
  }
  /* -- span.required, span.optional -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin: 0 15px 0 0;
  }
  /* -- input design -------------------------------------------------------------------------------- */
  form#mail_form input[name=phone],
  form#mail_form input[name=schedule] {
    width: 60%;
  }
  /* -- button -------------------------------------------------------------------------------- */
  form#mail_form p#form_submit {
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  form#mail_form input[type=button] {
    margin-left: 0;
  }
  /* -- div#thanks -------------------------------------------------------------------------------- */
  div#thanks {
    width: 95%;
    font-size: 100%;
  }
}
/*# sourceMappingURL=style.css.map */