@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,700;1,700&family=Oswald:wght@600&display=swap");
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.69;
  color: #3C3C3C;
}

a,
a:link {
  color: #1597DE;
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

a:hover {
  color: #004B5F;
}

ol {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 30px;
}
ol li {
  margin-bottom: 15px;
}

.common__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .common__pc {
    display: none;
  }
}
.common__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .common__sp {
    display: block;
  }
}
.common__h2_block {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  position: relative;
}
.common__h2_block .common__h2 {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .common__h2_block .common__h2 {
    margin-top: 0;
  }
}
.common__tit_en {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #E6F4FC;
  font-size: 90px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .common__tit_en {
    font-size: 40px;
    text-align: center;
  }
}
.common__h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .common__h2 {
    font-size: 30px;
    line-height: 1.07;
    padding-bottom: 20px;
  }
}
.common__h2::after {
  content: "";
  width: 100px;
  height: 5px;
  background: #FECD00;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.common__h3 {
  color: #1597DE;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .common__h3 {
    line-height: 1.2;
    text-align: left !important;
  }
}
.common__col02 {
  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;
  gap: 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .common__col02 {
    display: block;
  }
}
.common__col02 .col__block {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .common__col02 .col__block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.common__col02 .col__btn {
  width: 40%;
}
.common__col02 .col__btn a {
  background: #1597DE;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  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: 15px;
}
.common__col02 .col__btn a::after {
  content: "";
  background: url(../img/common/icon_nav.svg) no-repeat;
  width: 13px;
  height: 16px;
  background-size: contain;
  display: block;
  -webkit-transition: inherit;
  transition: inherit;
  margin-left: 11px;
}
.common__col02 .col__btn a:hover {
  background: #FECD00;
}
.common__col02 .col__btn a.insta::after {
  background: url(../img/common/icon_insta.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .common__col02 .col__btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.common__col03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .common__col03 {
    display: block;
  }
}
.common__col03 .col__block {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .common__col03 .col__block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.common__table {
  width: 100%;
  border-top: 1px solid #E4E4E4;
  margin-bottom: 40px;
}
.common__table th {
  text-align: left;
  border-bottom: 1px solid #E4E4E4;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .common__table th {
    display: block;
    border-bottom: none;
    padding: 10px 0 0;
  }
}
.common__table td {
  border-bottom: 1px solid #E4E4E4;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .common__table td {
    display: block;
    padding: 0 0 10px;
  }
}
.common__dl {
  margin-bottom: 30px;
}
.common__dl dt {
  font-weight: 700;
}
.common__panel {
  border: 5px solid #F2F2F0;
  border-radius: 8px;
  padding: 35px 24px;
}
.common__breadcrumbs {
  max-width: 1200px;
  width: 100%;
  padding: 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;
  list-style: none !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}
.common__breadcrumbs li {
  font-size: 12px;
}
.common__breadcrumbs li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.common__breadcrumbs li a span {
  text-decoration: underline;
}
.common__breadcrumbs li a::after {
  content: " / ";
  margin: 0 4px;
}

.u__tc {
  text-align: center;
}
.u__mb30 {
  margin-bottom: 30px;
}
.u__mb80 {
  margin-bottom: 80px;
}
.u__list li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

#wrapper {
  position: relative;
}
#wrapper main .inner__wide {
  max-width: 1170px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#wrapper main .inner {
  max-width: 1128px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#wrapper main .inner__mid {
  max-width: 945px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#wrapper main section {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #wrapper main section {
    padding: 40px 0;
  }
}
#wrapper main section.service__block {
  padding-top: 70px;
}
#wrapper main section.service__block .bnr__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #wrapper main section.service__block .bnr__list {
    display: block;
  }
}
#wrapper main section.service__block .bnr__list li {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 768px) {
  #wrapper main section.service__block .bnr__list li {
    width: 100%;
    margin-bottom: 14px;
  }
}
#wrapper main section.service__block .bnr__list li:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  #wrapper main section.service__block .bnr__list li:first-child {
    margin-right: 0;
  }
}
#wrapper main section.service__block .bnr__list li .bnr__link {
  background: #1597DE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 375px) {
  #wrapper main section.service__block .bnr__list li .bnr__link {
    display: block;
  }
}
#wrapper main section.service__block .bnr__list li .bnr__link::after {
  content: "";
  background: url(../img/common/icon_nav.svg) no-repeat;
  width: 13px;
  height: 16px;
  background-size: contain;
  display: block;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 375px) {
  #wrapper main section.service__block .bnr__list li .bnr__link::after {
    content: none;
  }
}
#wrapper main section.service__block .bnr__list li .bnr__link figure {
  width: 130px;
  margin-right: 20px;
}
@media screen and (max-width: 375px) {
  #wrapper main section.service__block .bnr__list li .bnr__link figure {
    width: 100%;
    margin: 0 0 10px;
  }
}
#wrapper main section.service__block .bnr__list li .bnr__link figure img {
  width: 100%;
  height: auto;
}
#wrapper main section.service__block .bnr__list li .bnr__link .txt {
  width: calc(100% - 145px);
  margin-right: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  #wrapper main section.service__block .bnr__list li .bnr__link .txt {
    width: 100%;
    margin-right: 0;
    position: relative;
    padding-right: 35px;
  }
  #wrapper main section.service__block .bnr__list li .bnr__link .txt::after {
    content: "";
    background: url(../img/common/icon_nav.svg) no-repeat;
    width: 13px;
    height: 16px;
    background-size: contain;
    display: block;
    -webkit-transition: inherit;
    transition: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
  }
}
#wrapper main section.service__block .bnr__list li .bnr__link:hover {
  background: #FECD00;
}
#wrapper main section.service__block .service__dtls {
  border: 3px solid #F7F7F8;
  border-radius: 8px;
  padding: 36px 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #wrapper main section.service__block .service__dtls {
    margin-bottom: 30px;
  }
}
#wrapper main section .flow__list {
  list-style: none;
  counter-reset: my-counter;
  padding: 40px 0 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #wrapper main section .flow__list {
    display: block;
  }
}
#wrapper main section .flow__list li {
  position: relative;
  width: 33.3333333333%;
  border: 3px solid #F7F7F8;
  border-radius: 8px;
  padding: 40px 40px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrapper main section .flow__list li {
    width: 100%;
    margin-bottom: 60px;
  }
  #wrapper main section .flow__list li:last-child {
    margin-bottom: 0;
  }
}
#wrapper main section .flow__list li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #1597DE;
  border-radius: 50%;
  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;
  height: 40px;
  width: 40px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
#wrapper main section .flow__list li::after {
  content: "";
  background: url(../img/common/icon_arrow.svg) no-repeat;
  width: 13px;
  height: 16px;
  background-size: contain;
  display: block;
  position: absolute;
  right: -40px;
  top: 40%;
}
@media screen and (max-width: 768px) {
  #wrapper main section .flow__list li::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    left: 0;
    top: auto;
    bottom: -30px;
    margin: auto;
  }
}
#wrapper main section .flow__list li:last-child::after {
  content: none;
}
#wrapper main section .flow__list li dl dt {
  color: #1597DE;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
#wrapper main section .flow__list li dl dd {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #wrapper.low main section .common__tit_en {
    text-align: left;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper.low main section.service__block {
    padding-top: 30px;
  }
}
#wrapper.low main section.cleaning__block {
  border-top: 1px solid #E4E4E4;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #wrapper.low main section.cleaning__block {
    padding-top: 30px;
  }
}
#wrapper.low main section.cleaning__block h3 {
  font-size: 24px;
  line-height: 1.42;
}
#wrapper.low main section.cleaning__block .service__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #wrapper.low main section.cleaning__block .service__cont {
    display: block;
    margin-top: 0;
  }
}
#wrapper.low main section.cleaning__block .service__cont .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1100px) {
  #wrapper.low main section.cleaning__block .service__cont .text {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper.low main section.cleaning__block .service__cont .text {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
#wrapper.low main section.cleaning__block .service__cont .text h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.13;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
#wrapper.low main section.cleaning__block .service__cont .text h2::before {
  content: "";
  width: 5px;
  display: block;
  background: #FECD00;
  border-radius: 10px;
  margin-right: 10px;
}
#wrapper.low main section.cleaning__block .service__cont .text p {
  text-align: center;
}
#wrapper.low main section.cleaning__block .service__cont .text p.memo {
  font-size: 14px;
}
#wrapper.low main section.cleaning__block .service__cont figure {
  max-width: 66.18%;
}
@media screen and (max-width: 768px) {
  #wrapper.low main section.cleaning__block .service__cont figure {
    max-width: none;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper.low main section.cleaning__block .service__cont figure {
    width: 100%;
  }
}
#wrapper.low main section.cleaning__block .service__cont figure img {
  width: 100%;
  height: auto;
}
#wrapper.low main section.cleaning__block .need__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #wrapper.low main section.cleaning__block .need__cont {
    display: block;
  }
}
#wrapper.low main section.cleaning__block .need__cont .need {
  margin-bottom: 15px;
  width: calc((100% - 15px) / 2);
  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;
  gap: 17px;
}
@media screen and (max-width: 768px) {
  #wrapper.low main section.cleaning__block .need__cont .need {
    width: 100%;
    margin-bottom: 30px;
  }
}
#wrapper.low main section.cleaning__block .need__cont .need figure {
  width: 100px;
}
#wrapper.low main section.cleaning__block .need__cont .need figure img {
  width: 100%;
  height: auto;
}
#wrapper.low main section.cleaning__block .need__cont .need dl {
  width: calc(100% - 17px);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#wrapper.low main section.cleaning__block .need__cont .need dl dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#wrapper.low main section.cleaning__block .key__txt {
  margin-bottom: 50px;
}
#wrapper.low main section.recruit__block {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  #wrapper.low main section.recruit__block {
    padding-top: 30px;
  }
}
#wrapper.low main section.recruit__block .rec__table {
  margin-bottom: 0;
}

#header {
  background: #004B5F;
}
@media screen and (max-width: 1220px) {
  #header {
    padding: 20px 0;
  }
}
#header .inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  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;
}
@media screen and (max-width: 768px) {
  #header .inner {
    padding: 10px 20px 20px;
  }
}
#header .inner .logo {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  #header .inner .logo {
    width: 240px;
  }
}
#header .inner .logo h1 {
  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;
}
#header .inner .logo img {
  width: 100%;
  height: auto;
}
#header .inner .header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 400px);
  margin-left: 90px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #096A84;
}
#header .inner .header__nav nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1220px) {
  #header .inner .header__nav nav {
    display: none;
  }
}
#header .inner .header__nav nav .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header .inner .header__nav nav .nav__list .navi__item {
  border-left: 1px solid #096A84;
  width: 30%;
  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;
}
#header .inner .header__nav nav .nav__list .navi__item.tel {
  width: 40%;
}
#header .inner .header__nav nav .nav__list .navi__item.insta {
  display: none;
}
#header .inner .header__nav nav .nav__list .navi__item a {
  color: #fff;
  padding: 20px 24px;
  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;
}
#header .inner .header__nav nav .nav__list .navi__item a.text::before {
  content: "";
  background: url(../img/common/icon_nav.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 10px;
  display: block;
  margin-right: 8px;
  -webkit-transition: inherit;
  transition: inherit;
}
#header .inner .header__nav nav .nav__list .navi__item a.tel {
  font-size: 12px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .inner .header__nav nav .nav__list .navi__item a.tel span {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  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;
}
#header .inner .header__nav nav .nav__list .navi__item a.tel span::before {
  content: "";
  background: url(../img/common/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 3px;
  -webkit-transition: inherit;
  transition: inherit;
}
#header .inner .header__nav nav .nav__list .navi__item a:hover {
  color: #FECD00;
}
#header .inner .header__nav nav .nav__list .navi__item a:hover.text::before {
  background: url(../img/common/icon_nav_hv.svg) no-repeat;
}
#header .inner .header__nav nav .nav__list .navi__item a:hover.tel span::before {
  background: url(../img/common/icon_tel_hv.svg) no-repeat;
}
#header .inner .header__nav #navi__toggle {
  display: none;
}
@media screen and (max-width: 1220px) {
  #header .inner .header__nav #navi__toggle {
    display: block;
    width: 35px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    cursor: pointer;
  }
  #header .inner .header__nav #navi__toggle div {
    position: relative;
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 50%;
  }
  #header .inner .header__nav #navi__toggle span {
    position: absolute;
    display: block;
    height: 1px;
    background: #F0EEEC;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #header .inner .header__nav #navi__toggle span:nth-child(1) {
    top: 0;
  }
  #header .inner .header__nav #navi__toggle span:nth-child(2) {
    top: 10px;
  }
  #header .inner .header__nav #navi__toggle span:nth-child(3) {
    top: 20px;
  }
}
#header.open {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100vh;
  z-index: 100;
  background: #004B5F;
}
#header.open .inner {
  display: block;
  height: 100vh;
  background: none;
}
#header.open .header__nav {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
}
#header.open .header__nav nav {
  display: block;
  width: 100%;
  overflow-y: scroll;
  padding: 100px 0;
}
#header.open .header__nav nav .nav__list {
  display: block;
}
#header.open .header__nav nav .nav__list .navi__item {
  margin: 0 0 20px;
  width: 100%;
  border: none;
  display: block;
}
#header.open .header__nav nav .nav__list .navi__item.tel {
  display: none;
}
#header.open .header__nav nav .nav__list .navi__item.insta {
  display: block;
}
#header.open .header__nav nav .nav__list .navi__item .navi__link {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header.open .header__nav nav .nav__list .navi__item .navi__link.text::before {
  content: none;
}
#header.open .header__nav #navi__toggle {
  display: block !important;
  z-index: 101 !important;
  top: 20px !important;
  bottom: auto !important;
}
#header.open .header__nav #navi__toggle span {
  background: #fff;
}
#header.open .header__nav #navi__toggle span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#header.open .header__nav #navi__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#header.open .header__nav #navi__toggle span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.bar__tel {
  display: none;
}
@media screen and (max-width: 520px) {
  .bar__tel {
    display: block;
    background: #1597DE;
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 8px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
  }
  .bar__tel a {
    text-align: center;
    padding: 8px;
    color: #fff;
    display: block;
  }
  .bar__tel a span {
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    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;
  }
  .bar__tel a span::before {
    content: "";
    background: url(../img/common/icon_tel.svg) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 3px;
    -webkit-transition: inherit;
    transition: inherit;
  }
}

footer {
  background: #FECD00;
}
@media screen and (max-width: 520px) {
  footer {
    margin-top: 100px;
  }
}
footer .contact__block {
  background: url(../img/common/img_footer.jpg) no-repeat top center;
  padding: 75px 0 55px;
  text-align: center;
  width: 100%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  footer .contact__block {
    background: url(../img/common/img_footer_sp.jpg) no-repeat;
    background-size: cover;
  }
}
footer .contact__block .inner {
  display: inline-block;
}
footer .contact__block h2 {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  footer .contact__block h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
footer .contact__block dl {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .contact__block dl {
    display: block;
    margin-bottom: 30px;
    text-align: left;
  }
}
footer .contact__block dl dt {
  font-weight: 700;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  footer .contact__block dl dt {
    margin-right: 0;
  }
}
footer .contact__block dl dd span {
  font-size: 30px;
  margin-left: -40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer .contact__block dl dd span {
    margin-left: 0;
  }
}
footer .contact__block dl dd a {
  color: #fff;
}
footer .contact__block dl dd a:hover {
  color: #fff;
}
footer .company__block {
  color: #004B5F;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .company__block {
    display: block;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .company__block .company__block {
    margin-bottom: 30px;
  }
}
footer .company__block .company__block .logo {
  max-width: 260px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  footer .company__block .company__block .logo {
    margin: 0 auto 20px;
  }
}
footer .company__block .company__block .logo img {
  width: 100%;
  height: auto;
}
footer .company__block nav .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .company__block nav .nav__list {
    display: block;
  }
}
footer .company__block nav .nav__list .nav__item {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  footer .company__block nav .nav__list .nav__item {
    margin: 0 15px 0;
  }
}
footer .company__block nav .nav__list .nav__item:last-child {
  margin-right: 0;
}
footer .company__block nav .nav__list .nav__item .nav__link {
  color: #004B5F;
  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 .company__block nav .nav__list .nav__item .nav__link::before {
  content: ">";
  margin-right: 5px;
}
footer .company__block nav .nav__list .nav__item .nav__link.insta::after {
  content: "";
  background: url(../img/common/icon_footer_insta.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 5px;
  -webkit-transition: inherit;
  transition: inherit;
}
footer .company__block nav .nav__list .nav__item .nav__link:hover {
  color: #1597DE;
}
footer .company__block nav .nav__list .nav__item .nav__link:hover.insta::after {
  background: url(../img/common/icon_footer_insta_hv.svg) no-repeat;
  background-size: contain;
}
footer .copyrights {
  background: #004B5F;
  color: #F7F7F7;
  padding: 20px;
  text-align: center;
  font-size: 12px;
}

.important {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  z-index: 999;
  background: #fff;
  border: 1px solid #D40F0F;
}
@media screen and (max-width: 768px) {
  .important {
    top: 50px;
  }
}
.important.on .important__head .common__inner::before {
  content: "閉じる";
}
.important.on .important__head .common__inner::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.important__head {
  background: #D40F0F;
  cursor: pointer;
}
.important__head .common__inner {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .important__head .common__inner {
    font-size: 16px;
  }
}
.important__head .common__inner::before {
  content: "開く";
  position: absolute;
  right: 20px;
  top: 8px;
  width: 80px;
  border: 1px solid #fff;
  text-align: left;
  font-size: 15px;
  padding: 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .important__head .common__inner::before {
    right: 15px;
  }
}
.important__head .common__inner::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../image/common/icon_double_down.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 16px;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media screen and (max-width: 768px) {
  .important__head .common__inner::after {
    right: 25px;
  }
}
.important__head .common__inner span::before {
  content: "";
  width: 25px;
  height: 22px;
  background: url("../image/common/icon_important_info.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.important__body {
  display: none;
}
.important__body .common__news {
  border-top: none;
}
.important__body .common__news li:last-child {
  border-bottom: none;
}

#wrapper.top main {
  position: relative;
}
#wrapper.top main .mv__block {
  height: 770px;
  position: relative;
  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;
}
@media screen and (max-width: 768px) {
  #wrapper.top main .mv__block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 520px) {
  #wrapper.top main .mv__block {
    height: 758px;
  }
}
#wrapper.top main .mv__block .slider__area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 770px;
}
@media screen and (max-width: 520px) {
  #wrapper.top main .mv__block .slider__area {
    height: 758px;
  }
}
#wrapper.top main .mv__block .slider__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  -webkit-animation: slideShow 20s linear infinite 0s;
          animation: slideShow 20s linear infinite 0s;
}
#wrapper.top main .mv__block .slider__item:nth-child(2) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
#wrapper.top main .mv__block .slider__item img {
  width: 100%;
  height: 770px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 520px) {
  #wrapper.top main .mv__block .slider__item img.on__pc {
    display: none;
  }
}
#wrapper.top main .mv__block .slider__item img.on__sp {
  display: none;
}
@media screen and (max-width: 520px) {
  #wrapper.top main .mv__block .slider__item img.on__sp {
    display: block;
    height: 758px;
  }
}
@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
  }
}
#wrapper.top main .mv__block .inner {
  max-width: 960px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #wrapper.top main .mv__block .inner {
    padding-top: 6%;
  }
}
@media screen and (max-width: 520px) {
  #wrapper.top main .mv__block .inner {
    padding-top: 15%;
  }
}
@media screen and (max-width: 400px) {
  #wrapper.top main .mv__block .inner {
    padding-top: 60%;
  }
}
#wrapper.top main .mv__block .inner .text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #wrapper.top main .mv__block .inner .text {
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  #wrapper.top main .mv__block .inner .text {
    width: 60%;
  }
}
@media screen and (max-width: 400px) {
  #wrapper.top main .mv__block .inner .text {
    width: 100%;
  }
}
#wrapper.top main .mv__block .inner .text p {
  margin-bottom: 25px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #wrapper.top main .mv__block .inner .text p {
    margin-bottom: 15px;
  }
}
#wrapper.top main .mv__block .inner .text .copy {
  background-color: rgba(254, 205, 0, 0.68);
  font-size: 20px;
  font-weight: 700;
  width: 90%;
  text-align: center;
  padding: 6px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 38px;
}
@media screen and (max-width: 520px) {
  #wrapper.top main .mv__block .inner .text .copy {
    font-size: 14px;
  }
}
#wrapper.top main .mv__block .inner .text .copy::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: rgba(254, 205, 0, 0.68);
  height: 12.9903810568px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: auto;
}
#wrapper.top main .mv__block .inner .text .title {
  width: 100%;
  margin-bottom: 25px;
}
#wrapper.top main .mv__block .inner .text .title img {
  width: 100%;
  height: auto;
}
#wrapper.top main .mv__block .inner .text .card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #wrapper.top main .mv__block .inner .text .card__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#wrapper.top main .mv__block .inner .text .card__list li {
  margin-right: 16px;
}
#wrapper.top main .mv__block .price__block {
  padding-top: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 75, 95, 0)), to(rgb(0, 75, 95)));
  background: -webkit-linear-gradient(rgba(0, 75, 95, 0), rgb(0, 75, 95));
  background: linear-gradient(rgba(0, 75, 95, 0), rgb(0, 75, 95));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  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;
}
#wrapper.top main .mv__block .price__list {
  max-width: 1130px;
  width: 100%;
  padding: 20px;
}
#wrapper.top main .mv__block .price__list img {
  width: 100%;
  height: auto;
}
#wrapper.top main section.sestimonials__block {
  padding-top: 30px;
  background: #E6F4FC;
}
#wrapper.top main section.sestimonials__block .common__tit_en {
  color: #fff;
}
#wrapper.top main section.sestimonials__block .common__h2 {
  color: #1597DE;
}
#wrapper.top main section.sestimonials__block .voice__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #wrapper.top main section.sestimonials__block .voice__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 520px) {
  #wrapper.top main section.sestimonials__block .voice__list {
    display: block;
  }
}
#wrapper.top main section.sestimonials__block .voice__list li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #wrapper.top main section.sestimonials__block .voice__list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 520px) {
  #wrapper.top main section.sestimonials__block .voice__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper.top main section.sestimonials__block .voice__list li::before {
  content: "";
  margin: 0 auto 15px;
  display: block;
  width: 90px;
  height: 100px;
}
#wrapper.top main section.sestimonials__block .voice__list li:nth-child(odd)::before {
  background: url(../img/top/voice01.png) no-repeat;
  background-size: contain;
}
#wrapper.top main section.sestimonials__block .voice__list li:nth-child(even)::before {
  background: url(../img/top/voice02.png) no-repeat;
  background-size: contain;
}
#wrapper.top main section.sestimonials__block .voice__list li .age {
  text-align: center;
  margin-bottom: 15px;
}
#wrapper.top main section.sestimonials__block .voice__list li .assessment {
  color: #FECD00;
}
#wrapper.top main section.flow__block {
  padding-top: 30px;
}
#wrapper.top main section.flow__block .flow__list li dl dt {
  text-align: center;
}
#wrapper.top main section.flow__block .flow__list li dl dd {
  text-align: center;
  color: #1597DE;
  font-weight: 700;
}
#wrapper.top main section.link__block {
  border-top: 1px solid #E4E4E4;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #wrapper.top main section.link__block {
    padding-top: 50px;
  }
}
#wrapper.top main section.company__block {
  padding-top: 30px;
  background: #F6F7F7;
}
#wrapper.top main section.company__block .common__tit_en {
  color: #fff;
}/*# sourceMappingURL=style.css.map */