@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #231815;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 760px) {
  body {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #231815;
  -webkit-transition: background 0.25s, color 0.25s, opacity 0.25s;
  transition: background 0.25s, color 0.25s, opacity 0.25s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

.link-sp {
  pointer-events: none;
}

.anchor {
  display: block;
  position: relative;
  top: 0px;
  visibility: hidden;
}
@media only screen and (max-width: 1120px) {
  .anchor {
    top: -80px;
  }
}

.DNPShueiMGoStdL {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.DNPShueiMGoStdB {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.txthead-box {
  padding-bottom: 50px;
}
@media only screen and (max-width: 860px) {
  .txthead-box {
    padding-bottom: 30px;
  }
}
.txthead-box.center {
  text-align: center;
}
.txthead-box .jp {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 760px) {
  .txthead-box .jp {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.txthead-box .eng {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  .txthead-box .fz40 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.txthead-box .fz40 span.large {
  font-size: 6rem;
  line-height: 5rem;
}
@media only screen and (max-width: 760px) {
  .txthead-box .fz40 span.large {
    font-size: 4.2rem;
    line-height: 4rem;
  }
}
.txthead-box .fz38 {
  font-size: 3.8rem;
  line-height: 4.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  .txthead-box .fz38 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.btn-box {
  margin-top: 50px;
}
@media only screen and (max-width: 760px) {
  .btn-box {
    margin-top: 40px;
  }
}
.btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-box ul.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  -webkit-transition: background 0.25s, color 0.25s, opacity 0.25s;
  transition: background 0.25s, color 0.25s, opacity 0.25s;
}
button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  border-radius: 45px;
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  .btn {
    height: 45px;
  }
}
.btn.smallest {
  height: 40px;
}
.btn.small {
  height: 45px;
}
.btn.medium {
  height: 50px;
}

.btn-193 {
  width: 100%;
  max-width: 193px;
}

.btn-200 {
  width: 100%;
  max-width: 200px;
}

.btn-250 {
  width: 100%;
  max-width: 250px;
}
@media only screen and (max-width: 760px) {
  .btn-250 {
    max-width: 200px;
  }
}

.btn-278 {
  width: 100%;
  max-width: 278px;
}

.btn-320 {
  width: 100%;
  max-width: 320px;
}
@media only screen and (max-width: 760px) {
  .btn-320 {
    max-width: 240px;
  }
}

.btn-448 {
  width: 100%;
  max-width: 448px;
}

.btn-icon-left span {
  margin-right: 10px;
}

.btn-orange {
  color: #fff;
  background-color: #ee8e38;
}

.btn-green-stroke {
  color: #1cc789;
  border: 2px solid #1cc789;
  background-color: #fff;
}
@media only screen and (max-width: 760px) {
  .btn-green-stroke {
    border-width: 1px;
  }
}

.btn-orange-stroke {
  color: #ee8e38;
  border: 2px solid #ee8e38;
  background-color: #fff;
}
@media only screen and (max-width: 760px) {
  .btn-orange-stroke {
    border-width: 1px;
  }
}

.btn-green {
  color: #fff;
  background-color: #1cc789;
}

.btn-line {
  color: #fff;
  background-color: #06c755;
}

.btn-arrow-right-orange {
  background-image: url("/assets/images/commons/btn-arrow-right-orange.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 21px 12px;
}

.btn-arrow-right-green {
  background-image: url("/assets/images/commons/btn-arrow-right-green.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 21px 12px;
}
.btn-arrow-right-green span {
  font-size: 1.2rem;
}

.btn-arrow-right-white {
  background-image: url("/assets/images/commons/btn-arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 21px 12px;
}

.btn-pdf-right-orange {
  background-image: url("/assets/images/commons/btn-pdf-right-orange.png");
  background-repeat: no-repeat;
  background-position: center right 0px;
  padding-right: 30px;
  background-size: 21px 25px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.btn-last {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}

.btn-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn-page {
  margin-top: 30px;
}
.btn-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-page ul li {
  margin: 0 7px;
}
.btn-page ul li a {
  width: 35px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #736f6e;
  background-color: #e5e5e5;
  border-radius: 5px;
}
.btn-page ul li a.active {
  color: #fff;
  background-color: #1cc789;
}

.color-orange {
  color: #ee8e38;
}

.color-green {
  color: #1cc789;
}

.bg-blue {
  background-color: #029bd7;
}

.bg-orange {
  background-color: #ee8e38;
}

.bg-green-line {
  background-color: #06c755;
}

/* Header */
@media only screen and (max-width: 1120px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #cecccc;
  }
}
header .header {
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1120px) {
  header .header {
    height: 80px;
  }
}
header .header .header-left .header-logo {
  display: block;
}
@media only screen and (max-width: 1120px) {
  header .header .header-left .header-logo img {
    width: auto;
    height: 65px;
  }
}
header .header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .header-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1120px) {
  header .header .header-right ul {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  header .header .header-right ul li .btn {
    font-size: 1.4rem !important;
  }
}
@media only screen and (max-width: 1220px) {
  header .header .header-right ul li .btn {
    font-size: 1.2rem !important;
  }
}
header .header .header-right ul li.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .header-right ul li.header-contact .contact-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 1300px) {
  header .header .header-right ul li.header-contact .contact-box a {
    font-size: 2.2rem !important;
  }
}
@media only screen and (max-width: 1220px) {
  header .header .header-right ul li.header-contact .contact-box a {
    font-size: 2rem !important;
    white-space: nowrap;
  }
}
header .header .header-right ul li.header-contact .contact-box a span {
  margin-right: 6px;
}
header .header .header-right ul li.header-contact .contact-box p {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2px;
  padding: 3px 0;
  color: #fff;
  background-color: #029bd7;
  border-radius: 16px;
}
header .header .header-right ul li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 1300px) {
  header .header .header-right ul li + li {
    margin-left: 15px;
  }
}
header .header .header-right ol {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
@media only screen and (max-width: 1120px) {
  header .header .header-right ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 400px) {
  header .header .header-right ol {
    margin-right: 10px;
  }
}
header .header .header-right ol li a {
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1300px) {
  header .header .header-right ol li a {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 400px) {
  header .header .header-right ol li a {
    width: 26px;
  }
}
header .header .header-right ol li + li {
  margin-left: 6px;
}
header .header-menu {
  border-top: 1px solid #cecccc;
  border-bottom: 1px solid #cecccc;
}
@media only screen and (max-width: 1120px) {
  header .header-menu {
    display: none;
  }
}
header .header-menu ul {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .header-menu ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-weight: normal;
}
header .header-menu ul li a:hover {
  color: #ee8e38;
  opacity: 1;
}
header .header-menu ul li .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 55px;
  z-index: 9;
  padding: 15px 10px 20px 10px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
header .header-menu ul li .dropdown-content.service {
  width: 165px;
  left: 6px;
}
header .header-menu ul li .dropdown-content.company {
  width: 120px;
  left: 12px;
}
header .header-menu ul li .dropdown-content::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/assets/images/commons/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
header .header-menu ul li .dropdown-content ul {
  display: block;
  height: auto;
}
header .header-menu ul li .dropdown-content ul li {
  width: 100%;
}
header .header-menu ul li .dropdown-content ul li a {
  width: 100%;
  display: block;
  text-align: center;
  color: #231815;
  white-space: nowrap;
}
header .header-menu ul li .dropdown-content ul li a:hover {
  color: #ee8e38;
}
header .header-menu ul li .dropdown-content ul li + li {
  margin-top: 8px;
}
header .header-menu ul li .dropdown-content ul li + li::before {
  display: none;
}
header .header-menu ul li:hover a {
  color: #ee8e38;
}
header .header-menu ul li:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
header .header-menu ul li + li::before {
  content: "｜";
  margin: 0 7px 0 14px;
}

.header-burger {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1120px) {
  .header-burger {
    display: block;
  }
}
.header-burger p {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  font-size: 9px;
  line-height: 9px;
  color: #029bd7;
  text-align: center;
  white-space: nowrap;
}

.nav-icon {
  display: block;
  width: 35px;
  height: 23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  opacity: 1;
}

.nav-icon:focus, .nav-icon:active, .nav-icon:visited {
  opacity: 1;
}

.nav-icon span {
  display: block;
  position: absolute;
  width: 35px;
  height: 3px;
  background: #029bd7 !important;
  border-radius: 0;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 10px;
}

.nav-icon span:nth-child(4) {
  top: 20px;
}

.nav-icon.open span:nth-child(1) {
  top: 0;
  width: 0%;
  left: 0;
  right: 0;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 0;
  right: 0;
}

.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  padding-top: 81px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  overflow: scroll;
}
.menu-responsive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.menu-responsive nav {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.menu-responsive nav ul {
  width: 100%;
}
.menu-responsive nav ul li {
  width: 100%;
  border-bottom: 1px solid #cecccc;
}
.menu-responsive nav ul li a {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  padding: 15px 3%;
}
@media only screen and (max-width: 760px) {
  .menu-responsive nav ul li a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 12px 3%;
  }
}
.menu-responsive nav ul li a.toggle-btn {
  background-image: url("/assets/images/commons/icon-menu-open.svg");
  background-repeat: no-repeat;
  background-position: center right 3%;
  background-size: 13px 13px;
  -webkit-transition: color 0.25s !important;
  transition: color 0.25s !important;
}
.menu-responsive nav ul li a.toggle-btn.active {
  background-image: url("/assets/images/commons/icon-menu-close.svg");
  background-repeat: no-repeat;
  background-position: center right 3%;
  background-size: 13px 13px;
}
.menu-responsive nav ul li .toggle-content {
  display: none;
  background-color: #e9ffff;
}
.menu-responsive nav ul li .toggle-content li {
  border-top: 1px solid #cecccc;
  border-bottom: 0;
}
.menu-responsive .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.menu-responsive .header-contact .contact-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}
.menu-responsive .header-contact .contact-box a span {
  margin-right: 6px;
}
.menu-responsive .header-contact .contact-box p {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2px;
  padding: 3px 0;
  color: #fff;
  background-color: #029bd7;
  border-radius: 16px;
}
.menu-responsive .header-btn {
  position: relative;
  z-index: 10;
}
.menu-responsive .header-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-responsive .header-btn ul li {
  width: 33.33%;
}
.menu-responsive .header-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  color: #fff;
}
.menu-responsive .header-btn ul li a .box .icon {
  margin-bottom: 6px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-responsive .header-btn ul li a .box .icon img {
  margin: 0 auto;
}
.menu-responsive .header-btn ul li a .box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 32px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
}

.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05,
.active-mn-06 .mn-06,
.active-mn-07 .mn-07 {
  color: #ee8e38;
}

/* Main */
main {
  overflow: hidden;
}
@media only screen and (max-width: 1120px) {
  main {
    padding-top: 80px;
  }
}

.content-1500 {
  width: 94%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.content-1400 {
  width: 94%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.content-1100 {
  width: 94%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.content-866 {
  width: 94%;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}

.mt0 {
  margin-top: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1120px) {
  .pad100 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

/* MV */
#mv .mv {
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/assets/images/top/mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 760px) {
  #mv .mv {
    background-image: url("/assets/images/top/mv-sp.jpg");
    height: 325px;
  }
}
#mv .mv .mv-text {
  padding: 0 40px;
}
#mv .mv-remark {
  margin-top: 10px;
}
#mv .mv-remark p {
  text-align: right;
  font-size: 1rem;
  line-height: 1.4rem;
}

/* Breadcrumb */
.breadcrumb {
  padding-top: 10px;
  padding-bottom: 25px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
}
.breadcrumb ul li {
  margin-top: 5px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.breadcrumb ul li a {
  white-space: nowrap;
  color: #f3953e;
}
.breadcrumb ul li + li {
  margin-left: 10px;
}
.breadcrumb ul li + li::before {
  content: ">";
  margin-right: 5px;
}

/* Clean */
#clean .clean .clean-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 860px) {
  #clean .clean .clean-content {
    display: block;
  }
}
#clean .clean .clean-content .text {
  width: 50%;
}
@media only screen and (max-width: 860px) {
  #clean .clean .clean-content .text {
    width: 100%;
  }
}
#clean .clean .clean-content .text h3 {
  display: inline;
  font-size: 2.8rem;
  line-height: 5rem;
  font-weight: bold;
  background-image: url("/assets/images/commons/hilight-yellow.jpg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 1px;
}
@media only screen and (max-width: 760px) {
  #clean .clean .clean-content .text h3 {
    font-size: 2.2rem;
    line-height: 4rem;
  }
}
#clean .clean .clean-content .text h3 span.small {
  font-size: 1rem;
}
#clean .clean .clean-content .text p {
  line-height: 4rem;
}
@media only screen and (max-width: 860px) {
  #clean .clean .clean-content .text p {
    line-height: 3rem;
  }
}
#clean .clean .clean-content .text .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 860px) {
  #clean .clean .clean-content .text .btn {
    display: none;
  }
}
#clean .clean .clean-content .img {
  width: 45.8181%;
}
@media only screen and (max-width: 860px) {
  #clean .clean .clean-content .img {
    width: 100%;
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
#clean .clean .clean-content .img h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 860px) {
  #clean .clean .clean-content .img h4 {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 760px) {
  #clean .clean .clean-content .img h4 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 10px;
  }
}
#clean .clean .clean-content .img p.remark {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: right;
}

/* Reason */
#reason {
  background-image: url("/assets/images/top/reason-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1920px;
}
@media only screen and (max-width: 860px) {
  #reason {
    background-size: cover;
  }
}
#reason .reason .reason-content {
  position: relative;
}
#reason .reason .reason-content ul li {
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 860px) {
  #reason .reason .reason-content ul li {
    display: block;
  }
}
@media only screen and (max-width: 760px) {
  #reason .reason .reason-content ul li {
    padding: 10px 15px;
  }
}
#reason .reason .reason-content ul li .topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#reason .reason .reason-content ul li .topic p.no {
  width: 85px;
  max-width: 85px;
  min-width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
  color: #ee8e38;
}
@media only screen and (max-width: 760px) {
  #reason .reason .reason-content ul li .topic p.no {
    font-size: 4.5rem;
    line-height: 4.5rem;
    width: 60px;
    max-width: 60px;
    min-width: 60px;
  }
}
#reason .reason .reason-content ul li .topic h3 {
  width: 310px;
  min-width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 860px) {
  #reason .reason .reason-content ul li .topic h3 {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  #reason .reason .reason-content ul li .topic h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#reason .reason .reason-content ul li .topic .txt-small {
  font-size: 1rem;
  margin-top: -10px;
}
#reason .reason .reason-content ul li .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  #reason .reason .reason-content ul li .text {
    margin-top: 5px;
  }
}
#reason .reason .reason-content ul li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 760px) {
  #reason .reason .reason-content ul li + li {
    margin-top: 15px;
  }
}
#reason .reason .reason-content p.remark {
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 8;
  font-size: 1rem;
  line-height: 1rem;
}
@media only screen and (max-width: 760px) {
  #reason .reason .reason-content p.remark {
    position: static;
    margin-top: 20px;
    text-align: right;
  }
}

/* Flow */
#flow .flow .flow-content {
  padding-top: 25px;
}
#flow .flow .flow-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1120px) {
  #flow .flow .flow-content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -6%;
  }
}
@media only screen and (max-width: 860px) {
  #flow .flow .flow-content ul {
    display: block;
  }
}
@media only screen and (max-width: 760px) {
  #flow .flow .flow-content ul {
    margin-top: -40px;
  }
}
#flow .flow .flow-content ul li {
  width: 14.5%;
  padding: 15px 0;
  text-align: center;
  border: 2px solid #029bd7;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 1120px) {
  #flow .flow .flow-content ul li {
    width: 29%;
    margin-top: 6%;
  }
}
@media only screen and (max-width: 860px) {
  #flow .flow .flow-content ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 760px) {
  #flow .flow .flow-content ul li {
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 35px;
    margin-top: 40px;
    border-width: 1px;
  }
}
#flow .flow .flow-content ul li p.step {
  display: table;
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #029bd7;
  background-color: #fff;
  padding: 0 5px;
}
@media only screen and (max-width: 860px) {
  #flow .flow .flow-content ul li p.step {
    width: 60px;
    max-width: 60px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: -30px;
    left: 10px;
  }
}
@media only screen and (max-width: 760px) {
  #flow .flow .flow-content ul li p.step {
    width: 50px;
    max-width: 50px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    left: 5px;
    padding: 0;
  }
}
#flow .flow .flow-content ul li p.step span {
  display: block;
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 4.2rem;
  line-height: 4.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  #flow .flow .flow-content ul li p.step span {
    font-size: 3.1rem;
    line-height: 3.1rem;
  }
}
#flow .flow .flow-content ul li .icon {
  width: 90px;
  margin: 0 auto;
}
@media only screen and (max-width: 860px) {
  #flow .flow .flow-content ul li .icon {
    width: 100px;
    min-width: 100px;
    margin: 0;
  }
}
@media only screen and (max-width: 760px) {
  #flow .flow .flow-content ul li .icon {
    width: 80px;
    min-width: 80px;
  }
}
@media only screen and (max-width: 860px) {
  #flow .flow .flow-content ul li .icon img {
    width: 70px;
    height: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 760px) {
  #flow .flow .flow-content ul li .icon img {
    width: 45px;
  }
}
#flow .flow .flow-content ul li .text {
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  #flow .flow .flow-content ul li .text {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 760px) {
  #flow .flow .flow-content ul li .text {
    min-height: 50px;
  }
}
#flow .flow .flow-content ul li .text h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  #flow .flow .flow-content ul li .text h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 10px 0;
  }
}
#flow .flow .flow-content ul li .text h3 span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: normal;
}
@media only screen and (max-width: 860px) {
  #flow .flow .flow-content ul li .text h3 span {
    display: inline;
  }
}
@media only screen and (max-width: 760px) {
  #flow .flow .flow-content ul li .text h3 span {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
#flow .flow .flow-content ul li .text h3 span.only_sp {
  display: none;
}
@media only screen and (max-width: 860px) {
  #flow .flow .flow-content ul li .text h3 span.only_sp {
    display: inline;
  }
}
@media only screen and (max-width: 760px) {
  #flow .flow .flow-content ul li .text h3 span.only_sp {
    display: inline;
  }
}
#flow .flow .flow-content ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13.5%;
  z-index: 8;
  width: 11px;
  height: 17px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("/assets/images/commons/flow-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 17px;
}
@media only screen and (max-width: 760px) {
  #flow .flow .flow-content ul li + li::before {
    width: 17px;
    height: 11px;
    top: -53%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    background-image: url("/assets/images/commons/flow-arrow-sp.png");
    background-size: 17px 11px;
  }
}

/* About */
#about .title-about {
  font-size: 2.2rem;
  color: #ee8e38;
  text-align: center;
  margin-top: 0px;
}
@media only screen and (max-width: 760px) {
  #about h2 {
    text-align: center;
  }
}
#about .reason-inner .real-estate {
  background-image: url(/assets/images/service/clean-up-bg.png);
  background-repeat: no-repeat;
  background-position: left 0em top 54%;
}

/* Contents */
#contents {
  background-image: url("/assets/images/top/contents-bg-repeat.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 8px;
  position: relative;
}
#contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 164px;
  background-image: url("/assets/images/top/contents-bg-top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
}
@media only screen and (max-width: 760px) {
  #contents::before {
    background-position: top 0px left 175px;
    background-size: 1280px;
  }
}
#contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 175px;
  background-image: url("/assets/images/top/contents-bg-btm.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
}
@media only screen and (max-width: 760px) {
  #contents::after {
    background-position: bottom 0px right 175px;
    background-size: 1280px;
  }
}
#contents .contents {
  position: relative;
  z-index: 9;
}
#contents .contents .contents-content .contents-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1120px) {
  #contents .contents .contents-content .contents-list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -2%;
  }
}
@media only screen and (max-width: 760px) {
  #contents .contents .contents-content .contents-list ul {
    margin-top: -4%;
  }
}
#contents .contents .contents-content .contents-list ul li {
  width: 23%;
}
@media only screen and (max-width: 1120px) {
  #contents .contents .contents-content .contents-list ul li {
    width: 49%;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 760px) {
  #contents .contents .contents-content .contents-list ul li {
    width: 100%;
    margin-top: 4%;
  }
}
#contents .contents .contents-content .contents-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 760px) {
  #contents .contents .contents-content .contents-list ul li a {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 760px) {
  #contents .contents .contents-content .contents-list ul li a .box-text .img {
    height: 0;
    padding: 25% 0;
    overflow: hidden;
    position: relative;
  }
}
@media only screen and (max-width: 760px) {
  #contents .contents .contents-content .contents-list ul li a .box-text .img img {
    position: absolute;
    top: 0;
    z-index: 8;
  }
}
#contents .contents .contents-content .contents-list ul li a .box-text .brief {
  padding: 25px 25px 15px 25px;
}
@media only screen and (max-width: 760px) {
  #contents .contents .contents-content .contents-list ul li a .box-text .brief {
    padding: 15px 15px 10px 15px;
  }
}
#contents .contents .contents-content .contents-list ul li a .box-text .brief h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1120px) {
  #contents .contents .contents-content .contents-list ul li a .box-text .brief h3 {
    min-height: auto;
  }
}
@media only screen and (max-width: 760px) {
  #contents .contents .contents-content .contents-list ul li a .box-text .brief h3 {
    font-size: 1.7rem;
    line-height: 2rem;
    margin-bottom: 5px;
  }
}
#contents .contents .contents-content .contents-list ul li a .box-btn {
  padding: 0 25px 25px 25px;
}
@media only screen and (max-width: 760px) {
  #contents .contents .contents-content .contents-list ul li a .box-btn {
    padding: 0 15px 15px 15px;
  }
}
#contents .contents .contents-content .contents-list ul li a .box-btn .btn {
  height: 50px;
}
@media only screen and (max-width: 760px) {
  #contents .contents .contents-content .contents-list ul li a .box-btn .btn {
    height: 45px;
  }
}

/* Area */
#area .area .area-content .quote {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: #fff799;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
@media only screen and (max-width: 760px) {
  #area .area .area-content .quote {
    padding: 10px 15px;
    border-radius: 10px;
  }
}
#area .area .area-content .quote .vector-left {
  min-width: 65px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 760px) {
  #area .area .area-content .quote .vector-left {
    position: absolute;
    left: 10px;
    bottom: 5px;
    width: 45px;
    min-width: 45px;
  }
}
#area .area .area-content .quote .text {
  width: 100%;
  text-align: center;
}
#area .area .area-content .quote .text h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  #area .area .area-content .quote .text h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
#area .area .area-content .quote .text h3 span.small {
  font-size: 1rem;
  line-height: 1rem;
}
#area .area .area-content .quote .vector-right {
  min-width: 88px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 760px) {
  #area .area .area-content .quote .vector-right {
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 60px;
    min-width: 60px;
  }
}
#area .area .area-content .quote::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  z-index: 8;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  background-image: url("/assets/images/top/area-vector-shape.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
#area .area .area-content .quote p.remark {
  position: absolute;
  right: 0;
  bottom: -18px;
  z-index: 8;
  font-size: 1rem;
  line-height: 1rem;
}
#area .area .area-content .map {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  #area .area .area-content .map {
    display: block;
  }
}
@media only screen and (max-width: 760px) {
  #area .area .area-content .map {
    margin-top: 20px;
  }
}
#area .area .area-content .map .img {
  width: 322px;
  min-width: 322px;
}
@media only screen and (max-width: 860px) {
  #area .area .area-content .map .img {
    width: 100%;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 760px) {
  #area .area .area-content .map .img {
    padding: 0 40px;
  }
}
#area .area .area-content .map .img img {
  width: 100%;
  max-width: 644px;
  height: auto;
  margin: 0 auto;
}
#area .area .area-content .map .text {
  width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 860px) {
  #area .area .area-content .map .text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 760px) {
  #area .area .area-content .map .text {
    margin-top: 15px;
  }
}
#area .area .area-content .map .text .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 860px) {
  #area .area .area-content .map .text .row {
    display: block;
  }
}
#area .area .area-content .map .text .row h4 {
  width: 90px;
  min-width: 90px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #1cc789;
  border-radius: 10px;
}
@media only screen and (max-width: 860px) {
  #area .area .area-content .map .text .row h4 {
    display: table;
    width: auto;
    min-width: auto;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 760px) {
  #area .area .area-content .map .text .row h4 {
    border-radius: 5px;
  }
}
#area .area .area-content .map .text .row p {
  padding-top: 5px;
  padding-left: 10px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media only screen and (max-width: 860px) {
  #area .area .area-content .map .text .row p {
    padding-top: 10px;
    padding-left: 0;
  }
}
#area .area .area-content .map .text .row + .row {
  margin-top: 10px;
}
@media only screen and (max-width: 860px) {
  #area .area .area-content .map .text .row + .row {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 760px) {
  #area .area .area-content .map .text .row + .row {
    margin-top: 15px;
  }
}

/* Schedule */
#schedule {
  background-image: url("/assets/images/top/schedule-bg02.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 10px;
  position: relative;
}
#schedule .schedule .schedule-content {
  z-index: 1;
  position: relative;
}
#schedule .schedule .schedule-content .schedule-box {
  width: 100%;
  max-width: 955px;
  margin: 0 auto;
  padding: 26px;
  background-color: #ffe9c7;
  border-radius: 20px;
}
@media only screen and (max-width: 760px) {
  #schedule .schedule .schedule-content .schedule-box {
    padding: 10px;
    border-radius: 10px;
  }
}
#schedule .schedule .schedule-content .schedule-box .calendar {
  position: relative;
  width: 100%;
  height: 750px;
}
#schedule .schedule .schedule-content .schedule-box .calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#schedule:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 164px;
  background-image: url("/assets/images/top/schedule-bg-top.png?Sdf=sdf");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
}
@media only screen and (max-width: 760px) {
  #schedule:before {
    background-position: top 0px right -255px;
    background-size: 1280px;
  }
}
#schedule:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 175px;
  background-image: url(/assets/images/top/schedule-bg-btm.png?Sdf=sdf);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
  z-index: 0;
}
@media only screen and (max-width: 760px) {
  #schedule:after {
    background-position: bottom -25px left -255px;
    background-size: 1280px;
  }
}

/* Work */
#work {
  background-image: url("/assets/images/top/work-bg-repeat.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 8px;
  position: relative;
}
#work::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 165px;
  background-image: url("/assets/images/top/work-bg-top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
}
@media only screen and (max-width: 760px) {
  #work::before {
    background-position: top 0px right -255px;
    background-size: 1280px;
  }
}
#work::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 167px;
  background-image: url("/assets/images/top/work-bg-btm.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px;
}
@media only screen and (max-width: 760px) {
  #work::after {
    background-position: bottom -25px left -255px;
    background-size: 1280px;
  }
}
#work .work {
  position: relative;
  z-index: 9;
}
#work .work .work-content .work-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -25px;
}
@media only screen and (max-width: 860px) {
  #work .work .work-content .work-list ul {
    display: block;
    margin-top: 0;
  }
}
#work .work .work-content .work-list ul li {
  width: 30.33%;
  margin: 25px 1.5% 0 1.5%;
}
@media only screen and (max-width: 860px) {
  #work .work .work-content .work-list ul li {
    width: 100%;
    margin: 25px 0 0 0;
  }
}
#work .work .work-content .work-list ul li a {
  display: block;
}
#work .work .work-content .work-list ul li a .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#work .work .work-content .work-list ul li a .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#work .work .work-content .work-list ul li a .img {
  position: relative;
}
#work .work .work-content .work-list ul li a .img img {
  width: 100%;
  height: auto;
}
#work .work .work-content .work-list ul li a .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/commons/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22%;
}
@media only screen and (max-width: 760px) {
  #work .work .work-content .work-list ul li a .img::before {
    background-size: 16%;
  }
}
#work .work .work-content .work-list ul li a h3 {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  #work .work .work-content .work-list ul li a h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#work .work .work-content .work-list ul li a h3 span {
  font-size: 1.2rem;
  font-weight: normal;
}

/* News */
#news .news .news-content .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 860px) {
  #news .news .news-content .news-flex {
    display: block;
  }
}
#news .news .news-content .news-flex .txthead-box {
  width: 165px;
  min-width: 165px;
}
@media only screen and (max-width: 860px) {
  #news .news .news-content .news-flex .txthead-box {
    width: 100%;
    min-width: 100%;
  }
}
#news .news .news-content .btn-box {
  margin-top: 20px;
}
@media only screen and (max-width: 860px) {
  #news .news .news-content .btn-box {
    margin-top: 40px;
  }
}
#news .news .news-content .btn-box ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-list {
  width: 100%;
  padding-left: 100px;
}
@media only screen and (max-width: 860px) {
  .news-list {
    padding-left: 0;
  }
}
.news-list.inner {
  padding-left: 0;
}
.news-list.inner ul {
  border-top: 1px solid #cecccc;
}
.news-list.inner ul li {
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 860px) {
  .news-list.inner ul li {
    padding-left: 0;
  }
}
.news-list.inner ul li a p.date {
  width: 25%;
}
.news-list.inner ul li + li {
  padding-top: 25px;
}
.news-list ul li {
  border-bottom: 1px solid #cecccc;
  padding-left: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 860px) {
  .news-list ul li {
    padding-left: 0;
  }
}
.news-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 860px) {
  .news-list ul li a {
    display: block;
  }
}
.news-list ul li + li {
  padding-top: 15px;
}

p.date {
  width: 160px;
  min-width: 160px;
  color: #ee8e38;
}

.news-detail .topic {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecccc;
}
@media only screen and (max-width: 860px) {
  .news-detail .topic {
    padding-left: 0;
    padding-right: 0;
  }
}
.news-detail .topic h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 760px) {
  .news-detail .topic h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.news-detail .content {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 860px) {
  .news-detail .content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 760px) {
  .news-detail .content {
    padding-top: 30px;
  }
}
.news-detail .content p {
  line-height: 3rem;
}
.news-detail .content p strong {
  font-weight: 600;
}

/* Contact */
#contact {
  background-image: url("/assets/images/top/contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1920px;
}
@media only screen and (max-width: 860px) {
  #contact {
    background-size: cover;
  }
}
#contact .contact .contact-content .contact-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 860px) {
  #contact .contact .contact-content .contact-list ul {
    display: block;
  }
}
#contact .contact .contact-content .contact-list ul li {
  width: 31.3636%;
  padding: 15px 0 25px 0;
  text-align: center;
  background-color: #fff;
  border: 2px solid;
  border-radius: 20px;
}
@media only screen and (max-width: 860px) {
  #contact .contact .contact-content .contact-list ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  #contact .contact .contact-content .contact-list ul li {
    border-radius: 10px;
    padding: 15px 0 15px 0;
    border: 1px solid;
  }
}
#contact .contact .contact-content .contact-list ul li .icon img {
  margin: 0 auto;
}
#contact .contact .contact-content .contact-list ul li h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 760px) {
  #contact .contact .contact-content .contact-list ul li h3 {
    margin-top: 10px;
  }
}
#contact .contact .contact-content .contact-list ul li p.no {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#contact .contact .contact-content .contact-list ul li p.blue {
  display: table;
  margin: 0 auto;
  padding: 3px 20px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #fff;
  background-color: #029bd7;
  border-radius: 18px;
}
#contact .contact .contact-content .contact-list ul li .btn {
  margin-top: 10px;
}
#contact .contact .contact-content .contact-list ul li.blue {
  border-color: #029bd7;
}
#contact .contact .contact-content .contact-list ul li.orange {
  border-color: #ee8e38;
}
#contact .contact .contact-content .contact-list ul li.line {
  border-color: #06c755;
}
@media only screen and (max-width: 860px) {
  #contact .contact .contact-content .contact-list ul li + li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 760px) {
  #contact .contact .contact-content .contact-list ul li + li {
    margin-top: 15px;
  }
}

#contact-inner .contact-inner .contact-info h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-info h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#contact-inner .contact-inner .contact-info p {
  text-align: center;
  line-height: 3rem;
}
#contact-inner .contact-inner .contact-info .info-box {
  width: 100%;
  max-width: 720px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #029bd7;
  border-radius: 20px;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-info .info-box {
    display: block;
    padding: 25px;
  }
}
#contact-inner .contact-inner .contact-info .info-box .col {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-info .info-box .col {
    width: 100%;
  }
}
#contact-inner .contact-inner .contact-info .info-box .col:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #cecccc;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-info .info-box .col:first-child::after {
    display: none;
  }
}
#contact-inner .contact-inner .contact-info .info-box .col h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  text-align: center;
}
#contact-inner .contact-inner .contact-info .info-box .col a {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 1300px) {
  #contact-inner .contact-inner .contact-info .info-box .col a {
    font-size: 2.2rem !important;
  }
}
@media only screen and (max-width: 1220px) {
  #contact-inner .contact-inner .contact-info .info-box .col a {
    font-size: 2rem !important;
    white-space: nowrap;
  }
}
#contact-inner .contact-inner .contact-info .info-box .col a span {
  margin-right: 6px;
}
#contact-inner .contact-inner .contact-info .info-box .col p {
  max-width: 250px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 0;
  color: #fff;
  background-color: #029bd7;
  border-radius: 16px;
}
#contact-inner .contact-inner .contact-info .info-box .col.email {
  text-align: center;
}
#contact-inner .contact-inner .contact-info .info-box .col.email a {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
#contact-inner .contact-inner .contact-info .info-box .col.email a span.underline {
  text-decoration: underline;
  margin-right: 0;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-info .info-box .col + .col {
    border-top: 1px solid #cecccc;
    margin-top: 25px;
    padding-top: 15px;
  }
}
#contact-inner .contact-inner .contact-info .info-box .txt12 {
  font-size: 1.2rem;
}
#contact-inner .contact-inner .contact-form {
  margin-top: 100px;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form {
    margin-top: 50px;
  }
}
#contact-inner .contact-inner .contact-form h2 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
  }
}
#contact-inner .contact-inner .contact-form .form-select p.qoute {
  display: table;
  margin: 0 auto 15px auto;
  padding: 5px 25px;
  color: #fff;
  background-color: #029bd7;
  border-radius: 10px;
  position: relative;
}
#contact-inner .contact-inner .contact-form .form-select p.qoute::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 15px;
  height: 10px;
  margin: 0 auto;
  background-image: url("/assets/images/commons/qoute-triangle-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 10px;
}
#contact-inner .contact-inner .contact-form .form-select .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form-select .row {
    display: block;
  }
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form-select .row .topic {
    text-align: center;
  }
}
#contact-inner .contact-inner .contact-form .form-select .row .field {
  margin-left: 20px;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form-select .row .field {
    margin-left: 0;
  }
}
#contact-inner .contact-inner .contact-form .form-select .row .field ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form-select .row .field ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#contact-inner .contact-inner .contact-form .form-select .row .field ul li + li {
  margin-left: 20px;
}
#contact-inner .contact-inner .contact-form .form {
  width: 100%;
  max-width: 950px;
  margin-top: 50px;
  margin-left: auto;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form {
    margin-top: 30px;
  }
}
#contact-inner .contact-inner .contact-form .form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 860px) {
  #contact-inner .contact-inner .contact-form .form .row {
    display: block;
  }
}
#contact-inner .contact-inner .contact-form .form .row .topic {
  position: relative;
  max-width: 260px;
  min-width: 260px;
  margin-top: 12px;
}
@media only screen and (max-width: 860px) {
  #contact-inner .contact-inner .contact-form .form .row .topic {
    max-width: 100%;
    min-width: auto;
  }
}
#contact-inner .contact-inner .contact-form .form .row .topic p {
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 860px) {
  #contact-inner .contact-inner .contact-form .form .row .topic p {
    display: table;
    padding-right: 50px;
  }
}
#contact-inner .contact-inner .contact-form .form .row .topic p span.alert {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 9;
  width: 40px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: normal;
  color: #fff;
  background-color: #ee8e38;
  border-radius: 5px;
}
#contact-inner .contact-inner .contact-form .form .row .topic p span.small {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
#contact-inner .contact-inner .contact-form .form .row .topic p.under {
  display: block;
  font-size: 10px;
  line-height: 10px;
  font-weight: normal;
}
#contact-inner .contact-inner .contact-form .form .row .topic p.under.red {
  color: #ff0415;
}
#contact-inner .contact-inner .contact-form .form .row .topic .small {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
#contact-inner .contact-inner .contact-form .form .row .field {
  width: 100%;
  padding-left: 15px;
}
@media only screen and (max-width: 860px) {
  #contact-inner .contact-inner .contact-form .form .row .field {
    padding-left: 0;
    margin-top: 10px;
  }
}
#contact-inner .contact-inner .contact-form .form .row .field ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
  margin-top: -4px;
}
@media only screen and (max-width: 860px) {
  #contact-inner .contact-inner .contact-form .form .row .field ul {
    display: block;
    max-width: 100%;
  }
}
#contact-inner .contact-inner .contact-form .form .row .field ul.block {
  display: block;
}
#contact-inner .contact-inner .contact-form .form .row .field ul.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form .row .field ul.flex {
    display: block;
  }
}
#contact-inner .contact-inner .contact-form .form .row .field ul.flex li {
  margin-top: 4px;
  margin-right: 20px;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form .row .field ul.flex li {
    margin-right: 0;
    margin-top: 0;
  }
}
#contact-inner .contact-inner .contact-form .form .row .field ul.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact-inner .contact-inner .contact-form .form .row .field ul li {
  margin-top: 4px;
  margin-right: 20px;
}
@media only screen and (max-width: 860px) {
  #contact-inner .contact-inner .contact-form .form .row .field ul li {
    margin-right: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form .row .field ul li {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form .row .field ul li.field-chk {
    margin-top: 5px;
  }
}
#contact-inner .contact-inner .contact-form .form .row .field ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
@media only screen and (max-width: 860px) {
  #contact-inner .contact-inner .contact-form .form .row .field ul li ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form .row .field ul li ul {
    display: block;
  }
}
#contact-inner .contact-inner .contact-form .form .row .field ul li ul li {
  margin-right: 10px;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form .row .field ul li ul li {
    margin-right: 0;
  }
}
#contact-inner .contact-inner .contact-form .form .row .field ul li ul li span.small {
  font-size: 1.2rem;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form .row .field ul li ul li.field-box {
    margin-top: 5px;
    padding-left: 25px;
  }
}
#contact-inner .contact-inner .contact-form .form .row + .row {
  margin-top: 30px;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form .row + .row {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form .row.agree .field .chkbox-btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#contact-inner .contact-inner .contact-form .form .row.button {
  margin-top: 50px;
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form .row.button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 760px) {
  #contact-inner .contact-inner .contact-form .form .row.button .field button {
    margin-left: auto;
    margin-right: auto;
  }
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cecccc;
  opacity: 1; /* Firefox */
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cecccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cecccc;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cecccc;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cecccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cecccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #cecccc;
}

.textbox {
  width: 100%;
  max-width: 480px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 5px;
}
@media only screen and (max-width: 860px) {
  .textbox {
    width: 100% !important;
    max-width: 100%;
  }
}
.textbox.small {
  padding: 1px 10px;
}
.textbox.w360 {
  width: 360px;
}

.file {
  position: relative;
  padding-left: 75px;
  color: #cecccc;
}
.file:hover {
  cursor: pointer;
}
.file::before {
  content: "ファイルを選択";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  z-index: 9;
  width: 141px;
  height: 31px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  border: 1px solid #cecccc;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cecccc;
  border-radius: 5px;
}
.file::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 100%;
  background-color: #f5f5f5;
}

textarea.textbox {
  font-size: 14px;
  line-height: 24px;
  resize: none;
}

/* Checkbox */
.chkbox-btn {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  .chkbox-btn {
    white-space: normal;
  }
}

/* Hide the browser's default checkbox */
.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkbox {
  position: absolute;
  top: 4px;
  left: 0;
  border: 2px solid #231815;
  height: 18px;
  width: 18px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.chkbox-btn:hover input ~ .chkbox {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.chkbox-btn input:checked ~ .chkbox {
  border-color: #231815;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn span.small {
  font-size: 1.2rem;
  line-height: 2.6rem;
}

/* Style the checkmark/indicator */
.chkbox-btn .chkbox:after {
  top: 0px;
  left: 4px;
  width: 4px;
  height: 9px;
  border: solid #231815;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* Radio */
.radio-btn {
  display: table;
  position: relative;
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  .radio-btn {
    white-space: normal;
  }
}

.radio-btn span.small {
  font-size: 1.2rem;
  line-height: 2.6rem;
}

.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-btn input.textbox {
  position: static;
  opacity: 1;
  cursor: auto;
  margin-top: -10px;
  width: 100%;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  border: 2px solid #231815;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
}

/* On mouse-over, add a grey background color */
.radio-btn:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-btn input:checked ~ .checkmark {
  background-color: #fff;
  border-width: 2px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #231815;
}

/* MV Inner */
#mv-inner {
  background-image: url("/assets/images/top/mv-inner-bg-repeat.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 8px;
}
#mv-inner .mv-inner {
  padding-bottom: 73px;
}
@media only screen and (max-width: 860px) {
  #mv-inner .mv-inner {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 760px) {
  #mv-inner .mv-inner {
    padding-bottom: 10px;
  }
}

/* Content */
#content .content .content-main-img {
  margin-top: -75px;
  position: relative;
}
@media only screen and (max-width: 860px) {
  #content .content .content-main-img {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 760px) {
  #content .content .content-main-img {
    margin-top: 50px;
  }
}
#content .content .content-main-img .left {
  width: 63.1818%;
}
@media only screen and (max-width: 860px) {
  #content .content .content-main-img .left {
    width: 100%;
  }
}
#content .content .content-main-img .left .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#content .content .content-main-img .right {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 860px) {
  #content .content .content-main-img .right {
    position: static;
    margin-top: -10px;
    margin-bottom: -25px;
  }
}
@media only screen and (max-width: 760px) {
  #content .content .content-main-img .right {
    margin-bottom: -50px;
  }
}
#content .content .content-main-img .right .text h2 {
  display: inline;
  font-size: 2.6rem;
  line-height: 5.6rem;
  font-weight: 600;
  color: #fff;
  padding: 7px 12px;
  background-image: url("/assets/images/commons/content-main-text-bg.jpg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  white-space: nowrap;
}
@media only screen and (max-width: 860px) {
  #content .content .content-main-img .right .text h2 {
    font-size: 2.2rem;
    line-height: 5rem;
    white-space: normal;
  }
}
@media only screen and (max-width: 760px) {
  #content .content .content-main-img .right .text h2 {
    font-size: 1.8rem;
    line-height: 4.6rem;
  }
}

/* Message */
#message .message h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 50px;
}
@media only screen and (max-width: 860px) {
  #message .message h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 760px) {
  #message .message h3 {
    margin-top: 35px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 5px;
  }
}
#message .message .img {
  margin-top: 50px;
  margin-bottom: 20px;
}
#message .message .img img {
  border-radius: 10px;
}
@media only screen and (max-width: 760px) {
  #message .message .img img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}
#message .message p {
  line-height: 3.2rem;
}
@media only screen and (max-width: 760px) {
  #message .message p {
    line-height: 3rem;
  }
}
#message .message p .img {
  float: right;
  margin-top: 10px;
  padding-left: 30px;
  padding-bottom: 30px;
}
#message .message p .img img {
  border-radius: 10px;
}
#message .message p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 860px) {
  #message .message p + p {
    margin-top: 15px;
  }
}
#message .message p + h3 {
  margin-top: 50px;
}
@media only screen and (max-width: 860px) {
  #message .message p + h3 {
    margin-top: 35px;
  }
}
#message .message .name {
  display: table;
  margin-top: 35px;
  margin-left: auto;
}
#message .message .name img {
  margin-top: 5px;
}

/* Outline */
#outline .outline .outline-row {
  overflow: hidden;
}
#outline .outline .outline-row h3 {
  display: table;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 2px solid #1cc789;
  position: relative;
}
@media only screen and (max-width: 860px) {
  #outline .outline .outline-row h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 760px) {
  #outline .outline .outline-row h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#outline .outline .outline-row h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  width: 10000%;
  height: 2px;
  background-color: #b5b5b5;
}
#outline .outline .outline-row .company .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 760px) {
  #outline .outline .outline-row .company .row {
    display: block;
  }
}
#outline .outline .outline-row .company .row .topic {
  width: 100%;
  max-width: 230px;
  min-width: 200px;
}
@media only screen and (max-width: 760px) {
  #outline .outline .outline-row .company .row .topic {
    max-width: 100%;
    margin-bottom: 5px;
  }
}
#outline .outline .outline-row .company .row .topic p {
  font-weight: 600;
}
#outline .outline .outline-row .company .row .text {
  width: 100%;
}
#outline .outline .outline-row .company .row .text p span {
  font-size: 1.2rem;
  line-height: 2rem;
}
#outline .outline .outline-row .company .row + .row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #b5b5b5;
}
#outline .outline .outline-row .access .row h4 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 760px) {
  #outline .outline .outline-row .access .row h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#outline .outline .outline-row .access .row .text p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#outline .outline .outline-row .access .row .text p a span {
  margin-right: 5px;
}
#outline .outline .outline-row .access .row .map {
  margin-top: 15px;
  position: relative;
  height: 266px;
  overflow: hidden;
}
#outline .outline .outline-row .access .row .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#outline .outline .outline-row .access .row + .row {
  margin-top: 35px;
}
#outline .outline .outline-row .permit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 860px) {
  #outline .outline .outline-row .permit ul {
    display: block;
  }
}
#outline .outline .outline-row .permit ul li {
  display: table;
  margin-right: 25px;
}
@media only screen and (max-width: 860px) {
  #outline .outline .outline-row .permit ul li {
    margin: 0 auto;
  }
}
#outline .outline .outline-row .permit ul li p {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-align: center;
}
#outline .outline .outline-row .permit ul li a {
  display: block;
  border: 1px solid #b5b5b5;
  position: relative;
}
#outline .outline .outline-row .permit ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.68);
  background-image: url("/assets/images/commons/icon-zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
@media only screen and (max-width: 860px) {
  #outline .outline .outline-row .permit ul li + li {
    margin-top: 50px;
  }
}
#outline .outline .outline-row + .outline-row {
  margin-top: 75px;
}
@media only screen and (max-width: 860px) {
  #outline .outline .outline-row + .outline-row {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 760px) {
  #outline .outline .outline-row + .outline-row {
    margin-top: 50px;
  }
}

/* Partners */
#partners .partners .partners-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.8182%;
  margin-top: -1.8182%;
}
@media only screen and (max-width: 860px) {
  #partners .partners .partners-list ul {
    margin-left: -2%;
    margin-top: -2%;
  }
}
#partners .partners .partners-list ul li {
  width: 23.1818%;
  margin-left: 1.8182%;
  margin-top: 1.8182%;
}
@media only screen and (max-width: 860px) {
  #partners .partners .partners-list ul li {
    width: 31.3333%;
    margin-left: 2%;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 760px) {
  #partners .partners .partners-list ul li {
    width: 48%;
  }
}
#partners .partners .partners-list ul li a {
  display: block;
  border: 1px solid #cecccc;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#partners .partners .partners-list ul li a:hover {
  opacity: 1;
  border-color: #ee8e38;
}

/* Footer */
footer {
  padding: 40px 0 20px 0;
}
@media only screen and (max-width: 760px) {
  footer {
    padding: 30px 0 20px 0;
  }
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 860px) {
  footer .footer {
    display: block;
  }
}
footer .footer .footer-left .footer-logo {
  margin-bottom: 25px;
  display: block;
}
@media only screen and (max-width: 1120px) {
  footer .footer .footer-left .footer-logo img {
    width: auto;
    height: 65px;
  }
}
footer .footer .footer-left .row h2 {
  font-weight: bold;
  color: #029bd7;
  margin-bottom: 5px;
}
footer .footer .footer-left .row p.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .footer-left .row p.icon span {
  margin-right: 5px;
}
footer .footer .footer-left .row + .row {
  margin-top: 15px;
}
@media only screen and (max-width: 860px) {
  footer .footer .footer-left .row + .row {
    margin-top: 20px;
  }
}
footer .footer .footer-right {
  text-align: right;
}
@media only screen and (max-width: 860px) {
  footer .footer .footer-right {
    margin-top: 20px;
    text-align: left;
  }
}
footer .footer .footer-right .cer p {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
}
footer .footer .footer-right .banner {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 860px) {
  footer .footer .footer-right .banner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 760px) {
  footer .footer .footer-right .banner {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 860px) {
  footer .footer .footer-right .banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .footer .footer-right .banner ul li a {
  display: block;
  border: 1px solid #a0a0a0;
}
footer .footer .footer-right .banner ul li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 860px) {
  footer .footer .footer-right .banner ul li + li {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 760px) {
  footer .footer .footer-right .banner ul li + li {
    margin-left: 10px;
  }
}
footer .footer .footer-right .menu {
  margin-top: 60px;
}
@media only screen and (max-width: 860px) {
  footer .footer .footer-right .menu {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 760px) {
  footer .footer .footer-right .menu {
    margin-top: 20px;
  }
}
footer .footer .footer-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 860px) {
  footer .footer .footer-right .menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .footer .footer-right .menu ul li {
  position: relative;
}
footer .footer .footer-right .menu ul li a {
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  footer .footer .footer-right .menu ul li a {
    font-size: 1.4rem;
  }
}
footer .footer .footer-right .menu ul li + li::before {
  content: "|";
  margin: 0 15px 0 20px;
}
@media only screen and (max-width: 760px) {
  footer .footer .footer-right .menu ul li + li::before {
    margin: 0 5px 0 10px;
  }
}
footer .footer .footer-right .copyright {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
@media only screen and (max-width: 860px) {
  footer .footer .footer-right .copyright {
    text-align: center;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 760px) {
  footer .footer .footer-right .copyright {
    margin-top: 40px;
  }
}

.show1080 {
  display: none !important;
}
@media only screen and (max-width: 1120px) {
  .show1080 {
    display: block !important;
  }
}

.show834 {
  display: none !important;
}
@media only screen and (max-width: 860px) {
  .show834 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 760px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1120px) {
  .hide1080 {
    display: none !important;
  }
}

@media only screen and (max-width: 860px) {
  .hide834 {
    display: none !important;
  }
}

@media only screen and (max-width: 760px) {
  .hide750 {
    display: none !important;
  }
}

.txt-head-detail-underline {
  position: relative;
}
.txt-head-detail-underline h1, .txt-head-detail-underline h2, .txt-head-detail-underline h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.txt-head-detail-underline h1:after, .txt-head-detail-underline h2:after, .txt-head-detail-underline h3:after {
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #cecccc;
  padding-bottom: 2px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.txt-head-detail-underline span {
  padding-bottom: 6px;
  border-bottom: 2px solid #cecccc;
  width: 100%;
}
.txt-head-detail-underline span:last-child {
  padding-top: 4px;
}
@media only screen and (max-width: 760px) {
  .txt-head-detail-underline span:last-child {
    padding-top: 0px;
  }
}
.txt-head-detail-underline .base-font {
  font-size: 2.8rem;
  padding-bottom: 6px;
  border-bottom: 2px solid #1cc789;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 760px) {
  .txt-head-detail-underline .base-font {
    font-size: 2.2rem;
  }
}

.txt-detail {
  margin-top: 50px;
  line-height: 2;
  margin-bottom: 100px;
}
@media only screen and (max-width: 760px) {
  .txt-detail {
    margin-bottom: 75px;
    margin-top: 35px;
  }
}
.txt-detail h4 {
  font-weight: bold;
  margin-top: 40px;
}
@media only screen and (max-width: 760px) {
  .txt-detail h4 {
    margin-top: 35px;
  }
}
.txt-detail .p_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.txt-detail .p_flex_padtop {
  margin-top: 20px;
}
@media only screen and (max-width: 760px) {
  .txt-detail .p_flex_padtop {
    margin-top: 15px;
  }
}
.txt-detail .btn-box {
  margin-top: 25px;
}
.txt-detail .btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 760px) {
  .txt-detail .btn-box ul li a {
    font-size: 1.4rem;
  }
}
.txt-detail:last-child {
  margin-bottom: 0px;
}

.service-detail .clean-up-detail {
  background-image: url("/assets/images/service/clean-up-bg.png");
  background-repeat: no-repeat;
  background-position: left 0em top 69%;
}
@media only screen and (max-width: 760px) {
  .service-detail .clean-up-detail {
    background-size: contain;
  }
}
.service-detail .clean-up-detail h2 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  .service-detail .clean-up-detail h2 {
    font-size: 2.6rem;
    text-align: left;
  }
}
.service-detail .clean-up-detail .bg-line {
  font-size: 3rem;
  background-image: url("/assets/images/service/bg-text-line.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  line-height: 1.6;
  background-position-y: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  .service-detail .clean-up-detail .bg-line {
    font-size: 1.8rem;
    text-align: left;
    background-position-y: 15px;
  }
}
.service-detail .clean-up-detail p {
  font-size: 2rem;
  text-align: center;
  margin-top: 40px;
  line-height: 2;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  .service-detail .clean-up-detail p {
    font-size: 1.6rem;
    margin-top: 15px;
    text-align: left;
  }
  .service-detail .clean-up-detail p br {
    display: none;
  }
}

.hilight-bg-green {
  background-image: url(/assets/images/commons/hilight-green.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.title-section {
  font-size: 3.6rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 860px) {
  .title-section {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 760px) {
  .title-section {
    font-size: 2.8rem;
  }
}
.title-section h1, .title-section h2, .title-section h3, .title-section h4 {
  font-weight: bold;
}

@media only screen and (max-width: 760px) {
  .contents .service-inner .btn-box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents .service-inner .btn-box ul li {
  margin-left: 25px;
  margin-right: 25px;
}
@media only screen and (max-width: 760px) {
  .contents .service-inner .btn-box ul li {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 760px) {
  .contents .service-inner .btn-box ul li + li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .contents .service-inner .btn-box .btn {
    height: 60px;
  }
}
.contents .service-inner .service-list-content ul .padding-top20 {
  padding: 20px 0;
}
@media only screen and (max-width: 860px) {
  .contents .service-inner .service-list-content ul .padding-top20 {
    padding: 10px 0;
  }
}
.contents .service-inner .service-list-content ul .padding-top50 {
  padding: 40px 0;
}
@media only screen and (max-width: 860px) {
  .contents .service-inner .service-list-content ul .padding-top50 {
    padding: 10px 0;
  }
}
.contents .service-inner .service-list-content ul li:nth-child(even) {
  margin-left: 7.909%;
}
@media only screen and (max-width: 760px) {
  .contents .service-inner .service-list-content ul li:nth-child(even) {
    margin-left: 0;
  }
}
.contents .service-inner .service-list-content ul li:nth-child(odd) {
  margin-right: 7.909%;
}
@media only screen and (max-width: 760px) {
  .contents .service-inner .service-list-content ul li:nth-child(odd) {
    margin-right: 0;
  }
}
.contents .service-inner .service-list-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 760px) {
  .contents .service-inner .service-list-content ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents .service-inner .service-list-content ul li a .list-image {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 3%;
}
@media only screen and (max-width: 860px) {
  .contents .service-inner .service-list-content ul li a .list-image {
    min-width: auto;
    max-width: 40%;
  }
}
@media only screen and (max-width: 760px) {
  .contents .service-inner .service-list-content ul li a .list-image {
    margin-right: 0;
    max-width: 100%;
  }
}
.contents .service-inner .service-list-content ul li a .list-detail {
  width: 54.9%;
}
@media only screen and (max-width: 760px) {
  .contents .service-inner .service-list-content ul li a .list-detail {
    margin-right: 0;
    width: 100%;
  }
}
.contents .service-inner .service-list-content ul li a .list-detail h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 860px) {
  .contents .service-inner .service-list-content ul li a .list-detail h3 {
    font-size: 2.2rem;
  }
}
.contents .service-inner .service-list-content ul li a .list-detail p {
  margin-top: 20px;
}
@media only screen and (max-width: 1120px) {
  .contents .service-inner .service-list-content ul li a .list-detail p {
    margin-top: 10px;
  }
  .contents .service-inner .service-list-content ul li a .list-detail p br {
    display: none;
  }
}
.contents .service-inner .service-list-content ul li a .btn {
  height: 50px;
  margin-top: 20px;
}
.contents .service-inner .service-list-content ul li + li {
  margin-top: 50px;
}

.list-bg-green li .box-bg-green {
  background-image: url(/assets/images/service/bg-green.jpg);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: cover;
  padding: 30px 0;
}
@media only screen and (max-width: 770px) {
  .list-bg-green li .box-bg-green {
    background-position-x: -500px;
  }
}
@media only screen and (max-width: 760px) {
  .list-bg-green li .box-bg-green {
    padding: 30px 0;
    background-position-x: -850px;
    background-repeat: inherit;
    background-size: inherit;
  }
}
.list-bg-green li .box-bg-green .content-bg-green {
  position: relative;
  margin-left: 7.27272727%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 760px) {
  .list-bg-green li .box-bg-green .content-bg-green {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.list-bg-green li .box-bg-green .content-bg-green .txt-bg-green {
  margin-right: -15px;
  z-index: 1;
}
@media only screen and (max-width: 860px) {
  .list-bg-green li .box-bg-green .content-bg-green .txt-bg-green {
    max-width: 50%;
  }
}
@media only screen and (max-width: 760px) {
  .list-bg-green li .box-bg-green .content-bg-green .txt-bg-green {
    max-width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
.list-bg-green li .box-bg-green .content-bg-green .title-bg-green {
  z-index: 2;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 860px) {
  .list-bg-green li .box-bg-green .content-bg-green .title-bg-green {
    font-size: 1.8rem;
  }
}
.list-bg-green li .box-bg-green .content-bg-green .title-bg-green h3 {
  font-weight: bold;
  padding-right: 4.0909%;
}
@media only screen and (max-width: 1120px) {
  .list-bg-green li .box-bg-green .content-bg-green .title-bg-green h3 {
    padding-right: 5.0909%;
  }
  .list-bg-green li .box-bg-green .content-bg-green .title-bg-green h3 br {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .list-bg-green li .box-bg-green .content-bg-green .title-bg-green h3 {
    padding-right: 0;
  }
}
.list-bg-green li .box-bg-green .content-bg-green .title-bg-green span {
  color: #1cc789;
}
.list-bg-green li .box-bg-green .content-bg-green .txt-detail-bg-green {
  padding-right: 9.0909%;
}
@media only screen and (max-width: 1120px) {
  .list-bg-green li .box-bg-green .content-bg-green .txt-detail-bg-green {
    padding-right: 5.0909%;
  }
  .list-bg-green li .box-bg-green .content-bg-green .txt-detail-bg-green br {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .list-bg-green li .box-bg-green .content-bg-green .txt-detail-bg-green {
    padding-right: 0;
  }
}
.list-bg-green li .box-bg-green .content-bg-green hr {
  border-top: 1px solid #000;
  margin-top: 3px;
}
.list-bg-green li:nth-child(even) .box-bg-green {
  background-image: url(/assets/images/service/bg-green-ro.jpg);
  background-repeat: repeat-x;
  background-position: right center;
  background-size: cover;
}
@media only screen and (max-width: 770px) {
  .list-bg-green li:nth-child(even) .box-bg-green {
    background-position-x: -1530px;
  }
}
@media only screen and (max-width: 760px) {
  .list-bg-green li:nth-child(even) .box-bg-green {
    background-position-x: -420px;
  }
}
.list-bg-green li:nth-child(even) .box-bg-green .content-bg-green {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 7.27272727%;
  margin-left: 0;
}
@media only screen and (max-width: 760px) {
  .list-bg-green li:nth-child(even) .box-bg-green .content-bg-green {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: 0;
  }
}
.list-bg-green li:nth-child(even) .box-bg-green .content-bg-green .title-bg-green h3 {
  padding-left: 9.0909%;
}
@media only screen and (max-width: 860px) {
  .list-bg-green li:nth-child(even) .box-bg-green .content-bg-green .title-bg-green h3 {
    padding-left: 9.0909%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 760px) {
  .list-bg-green li:nth-child(even) .box-bg-green .content-bg-green .title-bg-green h3 {
    padding-left: 0;
  }
}
.list-bg-green li:nth-child(even) .box-bg-green .content-bg-green .txt-bg-green {
  margin-left: -15px;
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  .list-bg-green li:nth-child(even) .box-bg-green .content-bg-green .txt-bg-green {
    margin-left: 0;
  }
}
.list-bg-green li:nth-child(even) .box-bg-green .content-bg-green .txt-detail-bg-green {
  padding-left: 9.0909%;
  padding-right: 0;
}
@media only screen and (max-width: 860px) {
  .list-bg-green li:nth-child(even) .box-bg-green .content-bg-green .txt-detail-bg-green {
    padding-left: 9.0909%;
  }
}
@media only screen and (max-width: 760px) {
  .list-bg-green li:nth-child(even) .box-bg-green .content-bg-green .txt-detail-bg-green {
    padding-left: 0;
  }
}
.list-bg-green li {
  margin-top: 40px;
}

.price-detail h2 {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
.price-detail .chart {
  margin-top: 50px;
}
.price-detail .chart img {
  margin-left: auto;
  margin-right: auto;
}

.price-inner .section-title h3 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 760px) {
  .price-inner .section-title h3 {
    font-size: 2.2rem;
  }
}

.content-section {
  padding-top: 100px;
}
@media only screen and (max-width: 760px) {
  .content-section {
    padding-top: 75px;
  }
}

.list-price {
  margin-top: 40px;
}
@media only screen and (max-width: 760px) {
  .list-price {
    margin-top: 20px;
  }
}
.list-price > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background-color: #effadc;
  border-radius: 20px;
}
@media only screen and (max-width: 760px) {
  .list-price > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.list-price > ul > li .pdf-thumb {
  min-width: 131px;
  margin-right: 30px;
}
@media only screen and (max-width: 760px) {
  .list-price > ul > li .pdf-thumb {
    margin-right: 0px;
    margin: auto;
  }
}
.list-price > ul > li .pdf-detail {
  padding: 25px 0;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .list-price > ul > li .pdf-detail {
    padding-bottom: 0;
  }
}
.list-price > ul > li .pdf-detail h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.list-price > ul > li .pdf-detail .btn-box {
  margin-top: 20px;
}
.list-price > ul > li .pdf-detail .btn-box > ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 760px) {
  .list-price > ul > li .pdf-detail .btn-box > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.list-price > ul > li .pdf-detail .btn-box > ul > li a {
  height: 52px;
}
@media only screen and (max-width: 760px) {
  .list-price > ul > li .pdf-detail .btn-box > ul > li a {
    height: 45px;
  }
}
.list-price > ul > li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 760px) {
  .list-price > ul > li + li {
    margin-top: 20px;
  }
}
.list-price > ul .li-block {
  display: block;
}
.list-price > ul .li-block > p {
  text-align: center;
  margin-bottom: 20px;
}
.list-price > ul .li-block .table-price > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #effadc;
}
.list-price > ul .li-block .table-price > ul > li .title {
  background-color: #1cc789;
  min-width: 179px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 3px solid #effadc;
}
@media only screen and (max-width: 760px) {
  .list-price > ul .li-block .table-price > ul > li .title {
    min-width: 130px;
    font-size: 1.2rem;
  }
}
.list-price > ul .li-block .table-price > ul > li .description {
  width: 100%;
  line-height: 1.6;
  background-color: #fff;
  font-size: 1.2rem;
  padding: 7px 20px;
}
.list-price > ul .li-block .table-price > ul > li .description span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  .list-price > ul .li-block .table-price > ul > li .description {
    padding: 7px 10px;
  }
  .list-price > ul .li-block .table-price > ul > li .description br {
    display: none;
  }
}
.list-price > ul .li-block .table-price > ul > li:last-child .title {
  border-bottom-left-radius: 10px;
}
.list-price > ul .li-block .table-price > ul > li:last-child .description {
  border-bottom-right-radius: 10px;
}
.list-price > ul .li-block .table-price > ul > li:first-child .title {
  border-top-left-radius: 10px;
}
.list-price > ul .li-block .table-price > ul > li:first-child .description {
  border-top-right-radius: 10px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.pad030 {
  padding: 0 30px !important;
}

.padtb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.note-list {
  margin-top: 10px;
}
.note-list p {
  font-size: 1rem;
  line-height: 1.6;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mt30 {
  margin-top: 30px;
}

.yellow-bar {
  background-image: url("/assets/images/commons/hilight-yellow.jpg");
  background-repeat: repeat-x;
  background-position: left 0 bottom -5px;
  background-size: 1px;
  padding-bottom: 3px;
}

.table-price {
  overflow: auto;
}

.table-custom {
  width: 806px;
  border-collapse: collapse;
  border-radius: 30px;
  border-style: hidden;
}
.table-custom .width-100 {
  width: 100px;
}
.table-custom .width-110 {
  width: 110px;
}
.table-custom .width-120 {
  width: 120px;
}
.table-custom .width-215 {
  width: 125px;
}
.table-custom .width-135 {
  width: 135px;
}
.table-custom .width-140 {
  width: 140px;
}
.table-custom .width-150 {
  width: 150px;
}
.table-custom .width-215 {
  width: 215px;
}
.table-custom .width-230 {
  width: 230px;
}
.table-custom .th-padding15 {
  padding: 15px 0;
}
.table-custom .vertical-center {
  vertical-align: middle;
}
.table-custom .bg-drak-green {
  background-color: #c9fca7;
}
.table-custom .bg-drak-yellow {
  background-color: #fff799;
}
.table-custom th {
  padding: 2px 0;
  vertical-align: middle;
}
.table-custom th, .table-custom td {
  border: 5px solid #effadc;
  border-collapse: collapse;
  text-align: center;
  background-color: #fff;
}
.table-custom td {
  padding: 5px 3px;
  vertical-align: middle;
}
.table-custom tr th {
  background-color: #1cc789;
  color: #fff;
}
.table-custom tr th:first-child {
  border-top-left-radius: 10px;
}
.table-custom tr th:last-child {
  border-top-right-radius: 10px;
}
.table-custom tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.table-custom tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.title-txt-detail h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 760px) {
  .title-txt-detail h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

.padleft0 {
  padding-left: 0 !important;
}

.martop35 {
  margin-top: 35px !important;
}
@media only screen and (max-width: 760px) {
  .martop35 {
    margin-top: 25px !important;
  }
}

.list-detail-parent {
  padding-left: 25px;
  margin-bottom: 35px;
}
.list-detail-parent-flex {
  padding-left: 25px;
  margin-bottom: 35px;
}
.list-detail-parent-flex > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-detail-parent-flex > li > ul {
  padding-left: 15px;
}
.list-detail-parent-flex > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-detail-parent-flex > li:nth-child(odd) {
  margin-top: 30px;
}
.list-detail-parent-flex > li:first-child {
  margin-top: 0px;
}

.txt-green {
  color: #1cc789;
}

.txt-center {
  text-align: center;
}

.bg-green-dotted {
  background-image: url("/assets/images/individual_customer/bg.jpg?sdf=dsf");
  background-repeat: repeat;
  background-position: left bottom;
  background-size: auto;
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #1cc789;
  margin-top: 70px;
}
@media only screen and (max-width: 760px) {
  .bg-green-dotted {
    margin-top: 35px;
    padding: 15px;
  }
}

.voice-customer-inner {
  line-height: 1.8;
}
.voice-customer-inner p.p_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice-customer-inner p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 760px) {
  .voice-customer-inner p + p {
    margin-top: 20px;
  }
}
.voice-customer-inner .row-txt-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 760px) {
  .voice-customer-inner .row-txt-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.voice-customer-inner .row-txt-img .row-txt {
  width: 49.25%;
}
@media only screen and (max-width: 760px) {
  .voice-customer-inner .row-txt-img .row-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.voice-customer-inner .row-txt-img .row-img {
  width: 49.25%;
}
@media only screen and (max-width: 760px) {
  .voice-customer-inner .row-txt-img .row-img {
    width: 100%;
  }
}
.voice-customer-inner .martop70 {
  margin-top: 70px !important;
}
@media only screen and (max-width: 760px) {
  .voice-customer-inner .martop70 {
    margin-top: 35px !important;
  }
}
.voice-customer-inner .voice-customer-detail .section + .section {
  margin-top: 50px;
}
@media only screen and (max-width: 760px) {
  .voice-customer-inner .voice-customer-detail .section + .section {
    margin-top: 30px;
  }
}
.voice-customer-inner .voice-customer-detail-txt {
  margin-top: 25px;
}
@media only screen and (max-width: 760px) {
  .voice-customer-inner .voice-customer-detail-txt {
    margin-top: 20px;
  }
}
.voice-customer-inner .voice-customer-detail-txt h3 {
  margin-top: 35px;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  .voice-customer-inner .voice-customer-detail-txt h3 {
    margin-top: 25px;
  }
}
.voice-customer-inner .clean-myself-detail .section {
  margin-top: 10px;
}
.voice-customer-inner .clean-myself-detail .section h2 {
  text-align: center;
  background-image: url("/assets/images/individual_customer/icon-clean-title.png"), url("/assets/images/individual_customer/icon-clean-title02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 25px, 25px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 760px) {
  .row-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.realestate-inner {
  line-height: 1.8;
}
.realestate-inner .bg-green-dotted {
  padding: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 760px) {
  .realestate-inner .bg-green-dotted {
    margin-top: 30px;
    padding: 20px;
  }
}
.realestate-inner .list-detail-parent-flex {
  margin-bottom: 0;
  margin-top: 30px;
}
.realestate-inner p.p_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.realestate-inner p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 760px) {
  .realestate-inner p + p {
    margin-top: 20px;
  }
}
.realestate-inner .row-txt-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 760px) {
  .realestate-inner .row-txt-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.realestate-inner .row-txt-img .row-txt {
  width: 64.25%;
}
@media only screen and (max-width: 760px) {
  .realestate-inner .row-txt-img .row-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.realestate-inner .row-txt-img .row-img {
  width: 33.25%;
}
@media only screen and (max-width: 760px) {
  .realestate-inner .row-txt-img .row-img {
    width: 100%;
  }
}
.realestate-inner .row-txt-img-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 760px) {
  .realestate-inner .row-txt-img-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.realestate-inner .row-txt-img-reverse .row-txt {
  width: 49%;
}
@media only screen and (max-width: 760px) {
  .realestate-inner .row-txt-img-reverse .row-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.realestate-inner .row-txt-img-reverse .row-img {
  width: 49%;
}
@media only screen and (max-width: 760px) {
  .realestate-inner .row-txt-img-reverse .row-img {
    width: 100%;
  }
}
.realestate-inner .section + .section {
  margin-top: 50px;
}
@media only screen and (max-width: 760px) {
  .realestate-inner .section + .section {
    margin-top: 30px;
  }
}
.realestate-inner .list-detail-parent {
  padding-left: 25px;
  margin-bottom: 0;
  margin-top: 35px;
}
.realestate-inner .list-detail-parent li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reason-inner .list-title-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reason-inner span.no {
  width: 85px;
  max-width: 85px;
  min-width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 6rem;
  line-height: 6rem;
  font-weight: bold;
  color: #ee8e38;
}
@media only screen and (max-width: 760px) {
  .reason-inner span.no {
    font-size: 4.5rem;
    line-height: 4.5rem;
    width: 60px;
    max-width: 60px;
    min-width: 60px;
  }
}
.reason-inner .real-estate {
  background-image: url("/assets/images/service/clean-up-bg.png");
  background-repeat: no-repeat;
  background-position: left 0em top 59%;
}
@media only screen and (max-width: 760px) {
  .reason-inner .real-estate {
    background-size: contain;
  }
}
.reason-inner .real-estate h2 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  .reason-inner .real-estate h2 {
    font-size: 2.6rem;
    text-align: left;
  }
}
.reason-inner .real-estate .bg-line {
  font-size: 3rem;
  background-image: url("/assets/images/service/bg-text-line.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  line-height: 1.6;
  background-position-y: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  .reason-inner .real-estate .bg-line {
    font-size: 1.8rem;
  }
}
.reason-inner .real-estate p {
  font-size: 2rem;
  text-align: center;
  margin-top: 40px;
  line-height: 2;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  .reason-inner .real-estate p {
    font-size: 1.4rem;
    margin-top: 15px;
    text-align: left;
  }
}
.reason-inner .reason .reason-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1120px) {
  .reason-inner .reason .reason-content {
    max-width: 940px;
  }
}
.reason-inner .reason .reason-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -30px;
  margin-top: -30px;
}
@media only screen and (max-width: 1120px) {
  .reason-inner .reason .reason-content > ul {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason .reason-content > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0px;
  }
}
.reason-inner .reason .reason-content > ul > li {
  margin-left: 30px !important;
  margin-top: 30px !important;
  border-radius: 20px !important;
  background-image: url("/assets/images/commons/arrow-down-orange.png?Sdf=sdf");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 17px;
  padding: 0 !important;
}
@media only screen and (max-width: 1120px) {
  .reason-inner .reason .reason-content > ul > li {
    width: 49%;
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason .reason-content > ul > li {
    margin-left: 0px !important;
    width: 100%;
    margin-top: 20px !important;
  }
}
.reason-inner .reason .reason-content > ul > li a {
  padding: 15px 20px !important;
  padding-right: 35px !important;
}
@media only screen and (max-width: 1120px) {
  .reason-inner .reason .reason-content > ul > li a h3 {
    width: auto !important;
    min-width: auto !important;
    font-size: 1.8rem !important;
  }
}
.reason-inner .reason-list-content > ul .align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason-inner .reason-list-content > ul .padtop200 {
  padding-top: 200px;
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content > ul .padtop200 {
    padding-top: 0px;
  }
}
.reason-inner .reason-list-content > ul li {
  padding-left: 13.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content > ul li {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.reason-inner .reason-list-content > ul li .list-title-reason {
  margin-bottom: 35px;
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content > ul li .list-title-reason {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.reason-inner .reason-list-content > ul li .txt-image-reason {
  width: 35.538%;
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content > ul li .txt-image-reason {
    width: 100%;
  }
  .reason-inner .reason-list-content > ul li .txt-image-reason img {
    width: 100%;
  }
}
.reason-inner .reason-list-content > ul li .txt-detail-reason {
  width: 61.384%;
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content > ul li .txt-detail-reason {
    width: 100%;
    margin-top: 25px;
  }
}
.reason-inner .reason-list-content > ul li .txt-detail-reason p + p {
  margin-top: 30px;
}
.reason-inner .reason-list-content > ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 13.3333%;
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content > ul li:nth-child(even) {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.reason-inner .reason-list-content > ul li + li {
  margin-top: 80px;
}
.reason-inner .reason-list-content > ul .note {
  font-size: 1rem;
  text-align: right;
  margin-top: 0 !important;
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content > ul .note {
    line-height: 1.4;
    margin-top: 5px !important;
  }
}
.reason-inner .reason-list-content .btn-box {
  margin-top: 100px;
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content .btn-box {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content .btn-box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reason-inner .reason-list-content .btn-box ul li {
  margin-left: 25px;
  margin-right: 25px;
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content .btn-box ul li {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content .btn-box ul li a {
    max-width: 240px;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content .btn-box ul li a span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 760px) {
  .reason-inner .reason-list-content .btn-box ul li + li {
    margin-top: 40px;
  }
}
.reason-inner p.remark {
  bottom: 5px !important;
}

.txt-orange {
  color: #ee8e38;
}

#policy-inner .txt-head-detail-underline h2 {
  font-size: 2.4rem !important;
}
#policy-inner .txt-head-detail-underline h2 span.base-font {
  font-size: 2.4rem !important;
}
@media only screen and (max-width: 760px) {
  #policy-inner .txt-head-detail-underline h2 span.base-font {
    font-size: 2.2rem !important;
  }
}
#policy-inner .txt-head-detail-underline h2 span:last-child {
  padding-top: 0px;
}
#policy-inner .txt-policy {
  margin-top: 40px;
  line-height: 1.8;
}
@media only screen and (max-width: 760px) {
  #policy-inner .txt-policy {
    margin-top: 35px;
  }
}
#policy-inner .txt-policy h3 {
  margin-top: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  #policy-inner .txt-policy h3 {
    margin-top: 35px;
  }
}

#recruit-inner {
  line-height: 1.8;
}
#recruit-inner .txt-head-detail-underline {
  margin-bottom: 30px;
}
#recruit-inner .txt-head-detail-underline h2 .base-font {
  position: relative;
}
#recruit-inner .txt-head-detail-underline h2 .banner-text-green {
  font-size: 1.4rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #1cc789;
  height: 22px;
  line-height: 1.6;
  padding: 0px 20px;
  border-radius: 30px;
  border-bottom: 0px solid #cecccc;
  color: #fff;
  margin-left: 10px;
  margin-top: 15px;
}
@media only screen and (max-width: 760px) {
  #recruit-inner .txt-head-detail-underline h2 .banner-text-green {
    margin-top: 10px;
  }
}
#recruit-inner .list-recruit li {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#recruit-inner .list-recruit li span:first-child {
  min-width: 10.5em;
  font-weight: bold;
}
@media only screen and (max-width: 760px) {
  #recruit-inner .list-recruit li span:first-child {
    min-width: 8em;
  }
}
#recruit-inner .list-recruit li + li {
  border-top: 1px solid #b5b5b5;
}
#recruit-inner .fz12 {
  font-size: 1.2rem;
}
#recruit-inner .secion + .secion {
  margin-top: 70px;
}
#recruit-inner .bold {
  font-weight: bold;
}
/*# sourceMappingURL=global.css.map */