@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
a {
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
body.pen {
  height: 100%;
  overflow: hidden;
}
body #header.fixed .header_wrap.fix {
  display: block;
  top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
body .header_wrap {
  margin-bottom: 22px;
  position: relative;
  z-index: 99999;
}
body .header_wrap .headLine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
body .header_wrap .headLine h1.logo {
  width: 410px;
  margin: 20px 30px;
}
body .header_wrap .headLine .contactBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body .header_wrap .headLine .contactBox div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .header_wrap .headLine .contactBox div .contact {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0b308e;
  font-size: 20px;
  font-weight: 400;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 250px;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .header_wrap .headLine .contactBox div .contact:before {
  content: "";
  background: url(/img/mail_icon_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 23px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .header_wrap .headLine .contactBox div .contact:hover {
  background: #ffe205;
  color: #0b308e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .header_wrap .headLine .contactBox div .contact:hover:before {
  content: "";
  background: url(/img/mail_hover.svg);
}
body .header_wrap .headLine .contactBox div.telbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body .header_wrap .headLine .contactBox .telbox {
  margin-right: 36px;
}
body .header_wrap .headLine .contactBox .telbox img {
  width: 23px;
}
body .header_wrap .headLine .contactBox .telbox div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .header_wrap .headLine .contactBox .telbox p {
  margin-left: 13px;
  color: #0b308e;
}
body .header_wrap .headLine .contactBox .telbox p:first-of-type {
  font-size: 14px;
  line-height: 1.3;
}
body .header_wrap .headLine .contactBox .telbox p:last-of-type {
  font-size: 22px;
  font-weight: bold;
}
body .header_wrap nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .header_wrap nav ul.parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 0 1.5em;
  position: relative;
  z-index: 2;
  margin-top: -1.5em;
}
body .header_wrap nav ul.parent li:not(.subnuv) {
  -webkit-transition: 1s;
  transition: 1s;
}
body .header_wrap nav ul.parent li:not(.subnuv):hover {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #ffe100));
  background: -webkit-linear-gradient(transparent 90%, #ffe100 0%);
  background: linear-gradient(transparent 90%, #ffe100 0%);
  background-position: -25px;
  -webkit-transition: 1s;
  transition: 1s;
}
body .header_wrap nav ul.parent > li {
  padding: 1.5em 1.5em 0.5em;
  margin-bottom: -0.5em;
}
body .header_wrap nav ul.parent li.subnuv {
  position: relative;
}
body .header_wrap nav ul.parent li.subnuv span {
  position: absolute;
  font-size: 9px;
  bottom: 12px;
  right: 11px;
}
body .header_wrap nav ul.parent li.subnuv ul {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 10;
  padding: 1em 1em 0.6em;
  left: -1em;
}
body .header_wrap nav ul.parent li.subnuv ul li {
  margin: 0 1.5em;
  padding: 1em 0 0.5em;
}
body .header_wrap nav ul.parent li.subnuv ul li:not(:last-of-type):after {
  color: #0b308e;
  margin: 1em;
}
body .header_wrap nav ul.parent li.subnuv ul li:first-of-type {
  margin-left: 1.5em;
}
body .header_wrap nav ul.parent li.subnuv:nth-of-type(2) ul {
  width: 800px;
}
body .header_wrap nav ul.parent li.subnuv:nth-of-type(4) ul {
  width: 535px;
  left: 0;
}
body main .mainVisual {
  width: 85vw;
  margin: auto;
  margin-bottom: 6%;
  position: relative;
  overflow: hidden;
}
body main .mainVisual::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  position: absolute;
  top: 0;
}
body main .mainVisual:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0b308e;
  z-index: 999;
  position: absolute;
  top: 0;
}
body main .mainVisual.loaded:before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
body main .mainVisual.loaded:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
body main .mainVisual .mvbanner {
  position: absolute;
  z-index: 1;
  bottom: 3%;
  max-width: 50vw;
  left: 2%;
  pointer-events: none;
}
body main .mainVisual .copys {
  position: absolute;
  z-index: 1;
  top: 23%;
  max-width: 50vw;
  left: -1px;
  pointer-events: none;
}
body main .mainVisual .copys div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 4%;
  margin: 10% 0;
  width: 100%;
}
body main .mainVisual .copys div p:first-of-type {
  margin-right: 4%;
}
body main .mainVisual .slider {
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 85vw;
  margin: auto;
}
body main .mainVisual .slick-img img {
  width: 100%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
body main .mainVisual .add-animation {
  -webkit-animation: zoomUp 20s linear 0s normal both;
          animation: zoomUp 20s linear 0s normal both;
}
body main section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body main section .lpkomidashi {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #292929;
}
body main section.about {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(/img/about_bgabout_bg.png);
  background-repeat: repeat;
}
body main section.about h2,
body main section.about p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
body main section.about h2 {
  margin-bottom: 2%;
  position: relative;
  padding-top: 62px;
}
body main section.about h2:before {
  position: absolute;
  top: 0;
  content: "";
  width: 38px;
  height: 38px;
  background: url(/img/symbol.svg);
  background-repeat: no-repeat;
  background-position: center;
}
body main section.about p:first-of-type {
  line-height: 2;
  margin-bottom: 2%;
  display: block;
}
body main section.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(/img/menu_bg.png);
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body main section.menu .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1350px;
  margin: auto;
}
body main section.menu .menu-item {
  width: 25%;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body main section.menu .menu-item:hover {
  background: #feffed;
  border-color: #0b308e;
}
body main section.menu .menu-item:hover .moreBtn {
  background: #0b308e;
  color: white;
}
body main section.menu .menu-item:hover .moreBtn::after {
  border-right: 1px solid white;
  border-top: 1px solid white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body main section.menu .js-scroll {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body main section.menu .js-scroll.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
body main section.menu .delay1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
body main section.menu .delay2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body main section.menu .delay3 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body main section.menu .delay4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 960px) {
  body main section.menu .menu-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  body main section.menu .menu-item {
    width: 100%;
  }
}
body main section.menu .menu-item-link {
  color: #333;
}
body main section.menu .menu-item-picture img {
  width: 100%;
  height: auto;
  padding: 2%;
}
body main section.menu .menu-item-title {
  font-size: 17px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}
body main section.menu .menu-item-text {
  font-size: 14px;
  padding: 0 15px 15px;
}
body main section.menu .moreBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid #0b308e;
  border-radius: 1.5em;
  max-width: 110px;
  margin: auto;
  margin-bottom: 8%;
  padding: 0.5em;
  font-size: 13px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body main section.menu .moreBtn:before, body main section.menu .moreBtn:after {
  content: "";
  position: absolute;
  right: 10px;
}
body main section.menu .moreBtn::after {
  width: 5px;
  height: 5px;
  border-right: 1px solid #0b308e;
  border-top: 1px solid #0b308e;
  top: 50%;
  translate: 0 -30%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body main section.works {
  background-color: #ffffea;
}
body main section.works .work_container {
  max-width: 1250px;
  margin: auto;
}
body main section.sec_clean .imgmargin img {
  max-inline-size: 70%;
}
body main section.agency {
  background: url(/img/bg_dairi.png);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 0;
}
body main section.agency .container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body main section.agency .container h2 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  z-index: 1000;
  color: black;
  margin-bottom: 3%;
}
body main section.agency .container h2:before, body main section.agency .container h2:after {
  content: "";
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: -1;
}
body main section.agency .container h2::before {
  width: 100%;
  height: 2px;
  background: #0b308e;
}
body main section.agency .container h2:after {
  width: 10em;
  height: 5px;
  background: white;
}
body main section.agency .container h2 span {
  font-size: 20px;
  color: #0b308e;
  display: block;
  line-height: 1.4;
}
body main section.agency .container h2 span span {
  font-size: 24px;
  color: black;
}
body main section.agency .container .leadcopy {
  margin-bottom: 3%;
}
body main section.agency .container .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4%;
}
body main section.agency .container .contents div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
body main section.agency .container .contents div h3 {
  text-align: center;
  margin: 4% 0 2%;
}
body main section.agency .container .contents .moreBtn {
  margin-top: 8%;
  text-align: center;
}
body main section.subsidy {
  background: url(/img/bg_subsidy.png);
  background-size: cover;
  background-attachment: fixed;
}
body main section.subsidy .white_block {
  background: white;
  padding: 4%;
  max-width: 1200px;
  margin: auto;
}
body main section.subsidy .white_block p:first-of-type {
  margin-bottom: 4%;
}
body main section.subsidy .white_block .moreBtn {
  text-align: center;
}
body main section.q_a .accordion_inner {
  display: none;
}
body main section.q_a .accordion_inner.stay {
  display: block;
}
body main section.q_a .accordion_one {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 4%;
}
body main section.q_a .accordion_one dt,
body main section.q_a .accordion_one .aWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid black;
}
body main section.q_a .accordion_one .qp {
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body main section.q_a .accordion_one .qp:hover {
  background: #fffec6;
}
body main section.q_a .accordion_one .qp:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  top: 43%;
  right: 2%;
  translate: 0 -50%;
  rotate: 45deg;
}
body main section.q_a .accordion_one .q,
body main section.q_a .accordion_one .a {
  background: #0b308e;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  padding: 1%;
  -webkit-flex-basis: 5%;
      -ms-flex-preferred-size: 5%;
          flex-basis: 5%;
  min-width: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body main section.q_a .accordion_one .qp,
body main section.q_a .accordion_one .ap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
}
body main section.q_a .accordion_one .a {
  background: #f1b93e;
}
body main section.q_a .accordion_header.stay .qp,
body main section.q_a .accordion_header.open .qp {
  background: #fffec6;
}
body main section.q_a .accordion_header.stay .qp:before,
body main section.q_a .accordion_header.open .qp:before {
  top: 50%;
  rotate: 225deg;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body main section.q_a .accordion_header .qp,
body main section.q_a .accordion_header.stay.open .qp {
  background: transparent;
}
body main section.q_a .accordion_header .qp:hover,
body main section.q_a .accordion_header.stay.open .qp:hover {
  background: #fffec6;
}
body main section.q_a .accordion_header .qp:before,
body main section.q_a .accordion_header.stay.open .qp:before {
  rotate: 45deg;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body main section.news {
  background: #f7f7f7;
}
body main section.news dl {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  border-bottom: 1px solid black;
}
body main section.news dl dt {
  float: left;
  margin-right: 2em;
}
body main section.sec01.corporate .firstblock p:last-of-type.greating {
  display: block !important;
}
body main section.company {
  padding-bottom: 2%;
}
body main section.company .contentsWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1100px;
  margin: auto;
  gap: 4%;
}
body main section.company .cmp_table {
  border-collapse: collapse;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body main section.company .cmp_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
body main section.company .cmp_table tr td:first-of-type {
  background: #f3f7ff;
  width: 25%;
}
body main section.company .cmp_table td {
  border: 1px solid black;
  padding: 0.5em;
}
body main section.company .google_map {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
body main section.company .google_map.corpo {
  width: 100%;
  height: 500px;
}
body main section.company .google_map iframe {
  margin-top: 2%;
  height: 330px;
}
body main section.company p.info {
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 4% auto;
  background: #0b308e;
  color: white;
  font-size: 20px;
  padding: 2%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body main section.company p.info:before {
  content: "";
  background: url(/img/mail_icon_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 4px;
  display: inline-block;
  translate: 0 5px;
  width: 31px;
  height: 28px;
  margin-right: 5px;
}
body main section.company p.info:hover {
  background: #fff39a;
  color: #0b308e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body main section.company p.info:hover:before {
  content: "";
  background: url(/img/mail_hover.svg);
  background-position: center 4px;
  background-repeat: no-repeat;
}
body main section.keireki p {
  text-align: center;
}
body main section.keireki table tbody tr:nth-of-type(even) {
  background: #f7f7f7;
}
body main section .GREETINGS02 {
  padding: 2% 4%;
}
body main section .keireki {
  padding-top: 2%;
}
body main section.seclp ol.lp01 {
  padding: 2em 2em 2em;
}
body main section.seclp ol.lp01 li {
  margin-bottom: 1.5em;
}
body main section.seclp ol.lp01 li dt {
  font-weight: bold;
  border-bottom: 1px dashed #333;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
body main section.seclp .lptitle {
  font-weight: bold;
  padding: 0.5em 1em;
  background: #fdffcf;
}
body main section.seclp dd.lpdd {
  padding: 0.5em 1em;
  border: 1px solid #e3e793;
  border-top: 0;
}
body main section.seclp dl.boxcapsule {
  border-color: #a7e0e8;
  margin-top: 4%;
  margin-bottom: 2%;
}
body main section.seclp dl.boxcapsule dt {
  background: #eefffe;
}
body main section.seclp .yellowbox {
  background: #fffeec;
}
body main section.seclp .yellowbox p {
  margin-bottom: 1em;
  font-weight: bold;
}
body main section.seclp .yellowbox ol li {
  margin-bottom: 0.3em;
}
body main section.sec_lpmelit h3 {
  margin-bottom: 2%;
}
body main section.sec_lpmelit .yellowbox {
  background: #fffeec;
  display: block;
}
body main section.sec_lpmelit > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  margin-bottom: 2%;
}
body main section.sec_lpmelit > div figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body main section.sec_lpmelit > div div {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
body main section.sec_lpmelit > div div table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #333;
  margin-bottom: 1em;
}
body main section.sec_lpmelit > div div table th:not(:last-of-type),
body main section.sec_lpmelit > div div table td:not(:last-of-type) {
  border-right: 1px solid #333;
}
body main section.sec_lpmelit > div div table td {
  border-top: 1px solid #333;
}
body main section.sec_lpmelit > div div table th,
body main section.sec_lpmelit > div div table td {
  padding: 1em;
}
body main section.sec_lpmelit > div div table thead {
  background: #ffffd4;
}
body main section.sec_lpmelit > div div table tbody tr:first-of-type {
  background: #f5f5f5;
}
body main section.sec_lpmelit > div div table tbody tr td:first-of-type {
  text-align: center;
  font-weight: bold;
}
body main section.sec_lpmelit > div div table tbody tr td:not(first-of-type) {
  text-align: right;
}
body footer {
  border-top: 1px solid #d3d3d3;
  padding-top: 4%;
}
body footer p {
  text-align: center;
  margin-bottom: 4%;
}
body footer .btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
}
body footer .btnWrap > p a {
  display: block;
  font-size: 18px;
  border: 1px solid black;
  padding: 1em;
  min-width: 315px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body footer .btnWrap > p a:before, body footer .btnWrap > p a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  border: 2px solid black;
  top: 50%;
  right: 4%;
}
body footer .btnWrap > p a::before {
  translate: 0 -50%;
}
body footer .btnWrap > p a::after {
  translate: -3px -3px;
  border-top: transparent;
  border-right: transparent;
}
body footer .btnWrap > p a:hover {
  background: #fffbc5;
}
body footer ul {
  max-width: 70%;
  margin: auto;
}
body footer li {
  font-size: 14px;
  display: inline-block;
}
body footer li:not(:last-of-type)::after {
  content: "|";
}
body footer > p:last-of-type {
  font-size: 18px;
  margin: auto;
  text-align: center;
  padding: 2% 2%;
}

.works {
  margin: auto;
  padding: 6% 0;
}
.works .container {
  max-width: 1100px;
  margin: auto;
}
.works .slide-items2 {
  width: 100%;
  height: 100%;
}
.works .slide-items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .multiple .slick-slide {
  margin: 0 0.5%;
}
.works .slick-prev:before, .works .slick-prev:after,
.works .slick-next:before,
.works .slick-next:after {
  display: block;
  content: "";
}
.works .slick-prev:before,
.works .slick-next:before {
  width: 30px;
  height: 30px;
  border-top: 2px solid black;
  border-left: 2px solid black;
}
.works .slick-prev:after,
.works .slick-next:after {
  width: 40px;
  height: 50px;
  background: transparent;
  -webkit-transform: translate(-15%, -130%);
          transform: translate(-15%, -130%);
}
.works .slick-prev::before {
  -webkit-transform: translateY(-55%) rotate(-45deg);
          transform: translateY(-55%) rotate(-45deg);
}
.works .slick-next::before {
  -webkit-transform: translateY(-55%) rotate(130deg);
          transform: translateY(-55%) rotate(130deg);
}
.works .slick-next::after {
  -webkit-transform: translate(15%, -115%);
          transform: translate(15%, -115%);
}
.works .multiple p {
  text-align: center;
  margin-top: 0.5em;
}
.works .moreBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 4%;
  margin-right: 2%;
}
.works a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.works a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.works a:hover p:first-of-type {
  position: relative;
  -webkit-transition: 2s;
  transition: 2s;
}
.works a:hover p:first-of-type::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 2s;
  transition: 2s;
}

.moreBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.moreBtn a {
  min-width: 240px;
  padding: 0.5em;
  background: transparent;
  border: 2px solid #0b308e;
  border-radius: 1.5em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.moreBtn a:before, .moreBtn a:after {
  content: "";
  position: absolute;
  right: 18px;
}
.moreBtn a::before {
  width: 18px;
  height: 1%;
  background: #0b308e;
  top: 50%;
  right: 18px;
}
.moreBtn a::after {
  width: 5px;
  height: 5px;
  border-right: 1px solid #0b308e;
  border-top: 1px solid #0b308e;
  top: 50%;
  translate: 0 -50%;
  right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moreBtn a:hover {
  background: #0b308e;
  color: white;
}
.moreBtn a:hover:before {
  background: white;
}
.moreBtn a:hover:after {
  border-color: #fff;
}

span.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffe100));
  background: -webkit-linear-gradient(transparent 70%, #ffe100 0%);
  background: linear-gradient(transparent 70%, #ffe100 0%);
}

h2 {
  text-align: center;
  margin-bottom: 2em;
}
h2 span {
  display: block;
  font-size: 20px;
  color: #0b308e;
  line-height: 1.5;
}

.lescopy {
  position: absolute;
  top: 0;
  width: 85vw;
  height: auto;
}
.lescopy .embanim01,
.lescopy .embanim02 {
  opacity: 0;
}
.lescopy picture {
  position: absolute;
  top: 0;
  left: -1px;
}

.mainVisual.loaded .embanim01 {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.mainVisual.loaded .embanim02 {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-scroll {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-scroll.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #0b308e;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

#header.fixed .pagetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pagetop__arrow {
  height: 15px;
  width: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

body .header_wrap.fix {
  background: white;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: -160px;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
body .header_wrap.fix .headLine h1.logo {
  width: 15vw;
}
body .header_wrap.fix .headLine {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
body .header_wrap.fix .headLine .contactBox div .contact {
  height: 79px;
}
@media screen and (max-width: 1850px) {
  body .header_wrap.fix .contactBox .contact span {
    display: none;
  }
  body .header_wrap.fix .headLine .contactBox {
    height: 75.34px;
  }
  body .header_wrap.fix .headLine .contactBox nav ul.parent > li {
    padding: 1.5em 1em 0.5em;
  }
  body .header_wrap.fix .headLine .contactBox div .contact {
    position: relative;
    width: 75.34px;
    height: 75.34px;
  }
  body .header_wrap.fix .headLine .contactBox div .contact:before {
    position: absolute;
    margin: auto;
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 1600px) {
  body .header_wrap.fix nav ul.parent > li {
    padding: 1.5em 1em 0.5em;
    font-size: 14px;
  }
  body .header_wrap.fix .headLine .contactBox .telbox {
    margin-right: 12px;
  }
}
@media screen and (max-width: 1310px) {
  body .header_wrap.fix .headLine h1.logo {
    margin-right: 0;
  }
  body .header_wrap.fix .headLine .contactBox .telbox p:last-of-type {
    font-size: 15px;
  }
}
@media screen and (max-width: 1250px) {
  body .header_wrap.fix .headLine h1.logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 1270px) {
  body .header_wrap.fix .headLine .contactBox .telbox p:first-of-type {
    font-size: 10px;
  }
  body .header_wrap.fix nav ul.parent > li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1100px) {
  body .header_wrap.fix nav ul.parent > li {
    padding: 1.5em 0.8em 0.5em;
  }
}

body.curent .header_wrap.fix {
  top: 0;
}

@media screen and (min-width: 821px) {
  body:not(.home) {
    position: relative;
  }
  body:not(.home) #header {
    position: fixed;
    top: 0;
  }
  body:not(.home) main {
    margin-top: 74px;
  }
  body:not(.home) header {
    margin-bottom: 0;
  }
  body:not(.home) header .header_wrap {
    margin-bottom: 0;
  }
  body:not(.home) header .headLine {
    margin-bottom: 0;
  }
  body:not(.home) header .headLine h1.logo {
    width: 410px;
    margin: 0px 30px;
  }
}
body:not(.home) section {
  padding: 8% 0 0;
}
body:not(.home) section.sec01 {
  padding-top: 0;
}
body:not(.home) section.sec01.renove {
  margin-bottom: 8%;
}
body:not(.home) section.re03 {
  padding-top: 8%;
}
body:not(.home) section.re03 .re05 {
  padding-top: 6%;
}
body:not(.home) section:last-of-type {
  padding-bottom: 8%;
}
body:not(.home) section.secglass {
  padding-top: 0;
}
body:not(.home) .titlehead {
  background: url(/img/h1.jpg);
  background-position: center 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 220px;
}
body:not(.home) .titlehead:before, body:not(.home) .titlehead:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0b308e;
}
body:not(.home) .titlehead:before {
  top: 10%;
}
body:not(.home) .titlehead:after {
  bottom: 10%;
}
body:not(.home) h2 {
  border-bottom: 1px solid black;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
body:not(.home) h3 {
  border-bottom: 1px solid black;
  padding-bottom: 1%;
  margin-bottom: 1%;
  position: relative;
  padding-left: 1.2em;
}
body:not(.home) h3::before {
  content: "◆";
  margin-right: 0.5em;
  color: #0b308e;
  position: absolute;
  left: 0;
}
body:not(.home) h4 {
  margin-bottom: 0.5em;
}
body:not(.home) p {
  line-height: 1.7;
}
body:not(.home) .box {
  border: 1px solid black;
  padding: 2em;
  margin-bottom: 2%;
  background: #f9feff;
}
body:not(.home) .container {
  max-width: 1100px;
  margin: auto;
  margin-top: 4%;
}
body:not(.home) .container.anker {
  margin-top: 0;
}
body:not(.home) .container.anker #a01 {
  padding-top: 8%;
}
body:not(.home) .container #qa {
  padding-top: 0;
}
body:not(.home) .container #qa dl {
  margin-bottom: 8%;
}
body:not(.home) .container p.info.qainfo {
  margin-bottom: 0;
}
body:not(.home) .container .firstblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 2%;
}
body:not(.home) .container .firstblock p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body:not(.home) .container .firstblock.clean {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body:not(.home) .container .firstblock.clean p {
  text-align: center;
  display: inline-block;
  padding: 0.5em;
  background: #fffab5;
  margin-bottom: 1em;
  font-weight: bold;
}
body:not(.home) .container .firstblock.clean p.bg_blue {
  background: #dcfffd;
  margin-top: 2%;
}
body:not(.home) .container .firstblock.clean div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body:not(.home) .container .firstblock.clean div.four {
  margin-bottom: 1em;
}
body:not(.home) .container .firstblock.clean .imgmargin {
  margin-top: 1%;
}
body:not(.home) .container .firstblock.clean.air dl {
  padding-bottom: 2%;
}
body:not(.home) .container .firstblock.clean.air dt {
  text-align: center;
  display: block;
  padding: 0.5em;
  background: #fffab5;
  font-weight: bold;
  border: 1px dashed #cabe1a;
  border-bottom: 0;
}
body:not(.home) .container .firstblock.clean.air dd {
  border: 1px dashed #cabe1a;
  border-top: 0;
  padding: 1.5em;
  text-align: center;
  font-size: 14px;
}
body:not(.home) .container .firstblock.clean.air dd ul {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
body:not(.home) .container .firstblock.clean.air dd ul li {
  text-align: left;
  line-height: 1.6;
}
body:not(.home) .container .firstblock.clean.air p.bg_blue {
  background: #eafffe;
  margin-top: 2%;
}
body:not(.home) .container .firstblock figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 1em;
}
body:not(.home) .container .firstblock figure figcaption {
  font-weight: 400;
  padding: 1em;
  padding-bottom: 0;
}
body:not(.home) .container .lisk_title:before {
  content: "▲";
  margin-right: 0.5em;
  color: #fcb61f;
}
body:not(.home) .container .lisk {
  margin: 1em 0 0;
  list-style-type: circle !important;
}
body:not(.home) .container .lisk li {
  display: inline-block;
  font-weight: bold;
  margin-right: 2em;
  position: relative;
  padding-left: 1.2em;
}
body:not(.home) .container .lisk li::before {
  content: "・";
  position: absolute;
  left: 0;
}
body:not(.home) .container .riyuu {
  margin-top: 4%;
}
body:not(.home) .container .riyuu li {
  background: #f1b93e;
  padding: 1px;
  margin-left: 1em;
  position: relative;
  margin-bottom: 6%;
}
body:not(.home) .container .riyuu li:last-of-type {
  margin-bottom: 0;
}
body:not(.home) .container .riyuu li .pointnum {
  background: #fff;
  border: 5px solid #f1b93e;
  padding: 0.2em 1em;
  position: absolute;
  border-radius: 1em;
  left: -16px;
  top: -24px;
  font-size: 14px;
  font-weight: 500;
}
body:not(.home) .container .riyuu li .pointnum span {
  font-size: 18px;
  font-weight: bold;
}
body:not(.home) .container .riyuu li:nth-of-type(even) {
  background: #81d7ff;
}
body:not(.home) .container .riyuu li:nth-of-type(even) .pointnum {
  border: 5px solid #81d7ff;
}
body:not(.home) .container .riyuu li dl {
  background: white;
  margin: 1%;
  padding: 1% 2% 2%;
  border-radius: 0.5em;
}
body:not(.home) .container .riyuu li dl dt {
  border-bottom: 1px dashed black;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 0 0.7em;
  margin-bottom: 0.5em;
}
body:not(.home) .container .promise ul {
  line-height: 3;
  font-weight: bold;
  max-width: 800px;
  margin: 4% auto 4%;
}
body:not(.home) .container .promise ul li:before {
  content: "■";
  margin-right: 0.5em;
  color: #f1b93e;
}
body:not(.home) .container .flow {
  margin-bottom: 8%;
}
body:not(.home) .container .flow p {
  font-size: 18px;
  text-align: center;
  margin-top: 4%;
  margin-bottom: 4%;
  font-weight: bold;
  color: #292929;
}
body:not(.home) .container .flow ol {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1%;
}
body:not(.home) .container .flow ol li {
  display: inline;
  margin: auto;
  padding: 0.5em;
  border: 3px solid #ffff47;
}
body:not(.home) .container .flow ol li:nth-of-type(2) {
  border-color: #ffed48;
}
body:not(.home) .container .flow ol li:nth-of-type(3) {
  border-color: #ffdb48;
}
body:not(.home) .container .flow ol li:nth-of-type(4) {
  border-color: #ffca49;
}
body:not(.home) .container .flow ol li:nth-of-type(5) {
  border-color: #ffb849;
}
body:not(.home) .container .flow ol li:nth-of-type(6) {
  border-color: #ffa64a;
}
body:not(.home) .container .flow ol li:nth-of-type(7) {
  border-color: #ff944b;
}
body:not(.home) .container .flow ol li:nth-of-type(8) {
  border-color: #ff824b;
}
body:not(.home) .container .flow ol li:nth-of-type(9) {
  border-color: #ff714c;
}
body:not(.home) .container p.muryou {
  text-align: center;
  font-weight: bold;
}
body:not(.home) .container p.muryou .bgred {
  background: #ffeaea;
  padding: 0.5em 1em;
}
body:not(.home) .container .re05 div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
body:not(.home) .container .re05 div p:first-of-type,
body:not(.home) .container .re05 div figure:first-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body:not(.home) .container .re05 div p:last-of-type {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
body:not(.home) .container .re05 .dis_block {
  display: block;
}
body:not(.home) .container .re05 .dis_block p:nth-of-type(2) {
  margin: 1em 0;
  font-weight: bold;
}
body:not(.home) .container .dis div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.home) .container .komi > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
body:not(.home) .container .komi > div > div p {
  background: #fffce2;
  padding: 1em;
  margin-bottom: 1em;
}
body:not(.home) .container .komi > div > div ul {
  padding-left: 1em;
}
body:not(.home) .container .komi > div > div li {
  margin-bottom: 0.5em;
}
body:not(.home) .container .komi > div > div li:before {
  content: "・";
}
body:not(.home) .container .sec_lining {
  padding-bottom: 0;
}
body:not(.home) .container .sec_lining .box {
  border: dashed 1px #4565ac;
}
body:not(.home) .container .sec_lining .box p {
  border-bottom: double 3px rgb(84, 84, 204);
  display: inline;
}
body:not(.home) .container .sec_lining ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
  margin-top: 1.5em;
}
body:not(.home) .container .drain {
  padding-bottom: 0;
}
body:not(.home) .container section.airflow {
  padding-top: 0;
}
body:not(.home) .container section.airflow dt:nth-of-type(1) {
  border: 5px solid #ffcd61;
}
body:not(.home) .container section.airflow dt:nth-of-type(1) span {
  background: #ffcd61;
}
body:not(.home) .container section.airflow dd:nth-of-type(1) {
  border: 5px solid #ffcd61;
  border-top: 0;
}
body:not(.home) .container section.airflow dt:nth-of-type(2) {
  border: 5px solid #ffb35d;
}
body:not(.home) .container section.airflow dt:nth-of-type(2) span {
  background: #ffb35d;
}
body:not(.home) .container section.airflow dd:nth-of-type(2) {
  border: 5px solid #ffb35d;
  border-top: 0;
}
body:not(.home) .container section.airflow dt:nth-of-type(3) {
  border: 5px solid #ff9a59;
}
body:not(.home) .container section.airflow dt:nth-of-type(3) span {
  background: #ff9a59;
}
body:not(.home) .container section.airflow dd:nth-of-type(3) {
  border: 5px solid #ff9a59;
  border-top: 0;
}
body:not(.home) .container section.airflow dt:nth-of-type(4) {
  border: 5px solid #ff8055;
}
body:not(.home) .container section.airflow dt:nth-of-type(4) span {
  background: #ff8055;
}
body:not(.home) .container section.airflow dd:nth-of-type(4) {
  border: 5px solid #ff8055;
  border-top: 0;
}
body:not(.home) .container section.airflow dt:nth-of-type(5) {
  border: 5px solid #ff6751;
}
body:not(.home) .container section.airflow dt:nth-of-type(5) span {
  background: #ff6751;
}
body:not(.home) .container section.airflow dd:nth-of-type(5) {
  border: 5px solid #ff6751;
  border-top: 0;
}
body:not(.home) .container section.airflow dt:nth-of-type(6) {
  border: 5px solid #ff4d4d;
}
body:not(.home) .container section.airflow dt:nth-of-type(6) span {
  background: #ff4d4d;
}
body:not(.home) .container section.airflow dd:nth-of-type(6) {
  border: 5px solid #ff4d4d;
  border-top: 0;
}
body:not(.home) .container section.airflow dt:nth-of-type(7) {
  border: 5px solid;
}
body:not(.home) .container section.airflow dd:nth-of-type(7) {
  border: 5px solid;
  border-top: 0;
}
body:not(.home) .container section.airflow dt {
  border-bottom: 0;
  padding: 1em;
  padding-left: 0;
  font-weight: bold;
}
body:not(.home) .container section.airflow dt span {
  color: #fff;
  padding: 1em;
  margin-right: 1em;
}
body:not(.home) .container section.airflow dd {
  margin-bottom: 1.5em;
  padding: 1em;
  border-radius: 0 0 0.5em 0.5em;
  border-top: 0;
}
body:not(.home) .container section.airflow dd:lasto-of-type {
  margin-bottom: 0;
}
body:not(.home) .container section.airflow.paintflow h3 {
  margin: 4% 0 1%;
  border-bottom: dashed 1px #333;
}
body:not(.home) .container section.airflow.paintflow dl {
  margin-top: 2%;
}
body:not(.home) .container section.lpflow .yellowbox {
  background: #fffeec;
}
body:not(.home) .container section.lpflow .yellowbox h4:before {
  content: "▲";
  margin-right: 0.2em;
}
body:not(.home) .container section.lpflow ol {
  padding: 1em 0;
  font-weight: bold;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(1) {
  border: 5px solid #ffcd61;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 1em;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(1) span {
  background: #ffcd61;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(2) {
  border: 5px solid #ffb35d;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 1em;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(2) span {
  background: #ffb35d;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(3) {
  border: 5px solid #ff9a59;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 1em;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(3) span {
  background: #ff9a59;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(4) {
  border: 5px solid #ff8055;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 1em;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(4) span {
  background: #ff8055;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(5) {
  border: 5px solid #ff6751;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 1em;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(5) span {
  background: #ff6751;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(6) {
  border: 5px solid #ff4d4d;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 1em;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(6) span {
  background: #ff4d4d;
}
body:not(.home) .container section.lpflow ol li:nth-of-type(7) {
  border: 5px solid;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 1em;
}
body:not(.home) .container section.lpflow ol li {
  padding: 1em;
}
body:not(.home) .container section.lpflow ol span {
  color: #fff;
  padding: 1em;
  margin-right: 1em;
}
body:not(.home) .container .secglass > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body:not(.home) .container .secglass > div div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2%;
}
body:not(.home) .container .secglass > div div h3 {
  padding-top: 1em;
}
body:not(.home) .container .secglass > div div .moreBtn {
  margin-top: 1em;
}
body:not(.home) .container #glass > div,
body:not(.home) .container #syunnkou > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
body:not(.home) .container #glass > div > .glassimg,
body:not(.home) .container #syunnkou > div > .glassimg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body:not(.home) .container #glass > div > p:nth-of-type(2),
body:not(.home) .container #syunnkou > div > p:nth-of-type(2) {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
body:not(.home) .container #glass > div .marker,
body:not(.home) .container #syunnkou > div .marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffe100));
  background: -webkit-linear-gradient(transparent 70%, #ffe100 0%);
  background: linear-gradient(transparent 70%, #ffe100 0%);
  margin-top: 0.5em;
}
body:not(.home) .container .rekka dl {
  background: #effaff;
  padding: 2em;
}
body:not(.home) .container .rekka dt {
  padding-left: 1.2em;
  position: relative;
  font-weight: bold;
}
body:not(.home) .container .rekka dt:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 0.8em;
  background: #0b308e;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body:not(.home) .container .rekka dd {
  margin-bottom: 1.5em;
}
body:not(.home) .container .glass02 ul {
  padding: 1.5em;
  border-radius: 1em;
  font-weight: bold;
}
body:not(.home) .container .glass02 li {
  line-height: 2;
  border-bottom: dotted 1px #333;
  margin-bottom: 1em;
}
body:not(.home) .container .glass02 li:before {
  content: "・";
}
body:not(.home) .container .glass02.syunnkou02 ul:first-of-type {
  border-radius: 0;
  padding: 1em;
  margin-bottom: 0.5em;
}
body:not(.home) .container .glass02.syunnkou02 ul:first-of-type li {
  display: inline;
  border: none;
}
body:not(.home) .container .glass02.syunnkou02 ul:first-of-type li::before {
  content: "";
}
body:not(.home) .container .glass02.syunnkou02 ul:first-of-type li:after {
  content: "/";
}
body:not(.home) .container .glass02.syunnkou02 ul:first-of-type li:last-of-type::after {
  content: "など";
}
body:not(.home) .container .glass02.syunnkou02 ul:last-of-type li {
  line-height: 1;
  padding-bottom: 0.5em;
}
body:not(.home) .container .glass02.syunnkou02 ul:last-of-type li:before {
  content: "・";
}
body:not(.home) .container .glass03.glass03 h3 {
  background: #eafffe;
  font-size: 16px;
  padding: 0.5em;
  text-align: center;
  border-bottom: 0;
}
body:not(.home) .container .glass03.glass03 h3::before {
  content: "";
}
body:not(.home) .container .sec01.corporate .firstblock p:first-of-type {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
body:not(.home) .container .sec01.corporate .firstblock p:last-of-type {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: double 4px #0b308e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  padding: 4.5em;
  max-height: 100%;
}
body:not(.home) .container .GREETINGS p {
  margin-bottom: 1em;
}
body:not(.home) .container .keiken {
  border: 1px solid #969696;
  text-align: left;
  border-spacing: 0;
  font-size: 14px;
}
body:not(.home) .container .keiken thead tr:first-of-type {
  background: #fdffeb;
}
body:not(.home) .container .keiken th,
body:not(.home) .container .keiken td {
  padding: 0.5em;
}
body:not(.home) .container .keiken th {
  border: 1px solid #969696;
}
body:not(.home) .container .keiken td {
  border: 1px solid #969696;
}
body:not(.home) .container .sign {
  text-align: right;
  font-weight: bold;
  color: #141414;
}
body:not(.home) .container .forworks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  border: 5px dotted #0b308e;
  padding: 2em;
  margin-bottom: 12%;
}
body:not(.home) .container .forworks div p:last-of-type {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-top: 1.5em;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
body:not(.home) .container p.info {
  font-size: 20px;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 4% auto;
  background: #0b308e;
  color: white;
  padding: 4%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 20%;
}
body:not(.home) .container p.info:before {
  content: "";
  background: url(/img/mail_icon_white.svg);
  width: 31px;
  height: 28px;
  background-position: center 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 4px;
  display: inline-block;
  translate: 0 5px;
  margin-right: 5px;
}
body:not(.home) .container p.info:hover {
  background: #fff39a;
  color: #0b308e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body:not(.home) .container p.info:hover:before {
  content: "";
  background: url(/img/mail_hover.svg);
  background-position: center 4px;
  background-repeat: no-repeat;
}

.yellowbox {
  background: #fff8c4;
  padding: 2em;
}

.boxcapsule {
  border: 5px solid #f1b93e;
  border-radius: 0.5em;
  margin-bottom: 1em;
}
.boxcapsule dt {
  background: #ffefb9;
  padding: 0.5em 1em;
}
.boxcapsule dd {
  padding: 1em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 3em;
}

.mb10 {
  margin-bottom: 10% !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}

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

.mb1 {
  margin-bottom: 2em !important;
}

html {
  scroll-behavior: smooth;
}

.red {
  color: red;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  body.pen .header_wrap .headLine .contactBox .burger span span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body.pen .header_wrap .headLine .contactBox .burger span span:nth-of-type(2) {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body.pen .header_wrap .headLine .contactBox .burger span span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body main {
    padding-top: 49px;
  }
  body main .titlehead h1 {
    font-size: 28px;
  }
  body main h2 {
    margin-bottom: 8%;
    font-size: 22px;
  }
  body main h2 span {
    font-size: 18px;
  }
  body main h3 {
    font-size: 18px;
    padding-bottom: 2%;
    margin-bottom: 2%;
  }
  body main .mainVisual {
    margin-top: 7.5%;
    margin-bottom: 7.5%;
  }
  body main section {
    padding: 16% 6%;
  }
  body main section.about h2 {
    padding-top: 48px;
    margin-bottom: 6%;
    font-size: 22px;
  }
  body main section.about p:first-of-type {
    display: block;
    line-height: 2;
    margin-bottom: 8%;
  }
  body main section.about p:first-of-type span.sp-bold {
    display: inline;
    font-weight: bold;
  }
  body main section.menu .menu-item-picture img {
    padding: 6%;
    padding-bottom: 2%;
  }
  body main section.menu .menu-item-text {
    padding: 0 6% 6%;
    font-size: 16px;
  }
  body main section.menu .menu-item:not(:last-of-type) {
    margin-bottom: 6%;
  }
  body main section.menu .moreBtn {
    max-width: 240px;
    background: #0b308e;
    color: white;
    font-size: 16px;
  }
  body main section.menu .moreBtn:after {
    border-color: white;
    right: 17px;
    width: 7px;
    height: 7px;
  }
  body main section.works {
    padding: 16% 4%;
  }
  body main section.works .work_container {
    max-width: 100%;
  }
  body main section.works .scroll {
    text-align: center;
    margin-bottom: 4%;
    font-weight: bold;
  }
  body main section.works .multiple p {
    text-align: left;
  }
  body main section.works .multiple .slick-slide {
    margin: 0 0.4%;
  }
  body main section.works .moreBtn {
    margin: 8% auto auto;
  }
  body main section.agency .container h2 span {
    font-size: 18px;
  }
  body main section.agency .container h2 span span {
    font-size: 22px;
  }
  body main section.agency .container .contents div {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  body main section.agency .container .contents div:not(.alsock_contents) {
    margin-bottom: 16%;
  }
  body main section.agency .container h2:after {
    width: 8em;
  }
  body main section.agency .container .leadcopy {
    margin-bottom: 12%;
  }
  body main section.agency .container .contents div h3 {
    margin: 5% 0 2.5%;
  }
  body main section.subsidy .white_block {
    padding: 12% 10%;
  }
  body main section.subsidy .white_block p:first-of-type {
    line-height: 1.6;
    margin-bottom: 10%;
  }
  body main section.q_a .accordion_one {
    margin-bottom: 10%;
  }
  body main section.q_a .accordion_one .a,
  body main section.q_a .accordion_one .q {
    -webkit-flex-basis: 14%;
        -ms-flex-preferred-size: 14%;
            flex-basis: 14%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
  }
  body main section.q_a .accordion_one .qp,
  body main section.q_a .accordion_one .ap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body main section.q_a .accordion_one .qp {
    padding: 1em 3.5em 1em 1.2em;
  }
  body main section.q_a .accordion_one .qp:before {
    width: 13px;
    height: 13px;
    right: 8%;
  }
  body main section.q_a .accordion_one .ap {
    text-align: justify;
    padding: 1.2em;
  }
  body main section.news {
    padding: 12% 6% 16%;
  }
  body main section.news dl dt {
    float: none;
    margin-bottom: 0.2em;
    font-weight: bold;
  }
  body main section.company .cmp_table tr td:first-of-type {
    width: 30%;
  }
  body main section.company .contentsWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main section.company .google_map {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
  }
  body main section.company .google_map iframe {
    margin-top: 6%;
  }
  body main section.company p.info {
    margin: 10% auto 16%;
  }
  body main section.keireki .table-wrap {
    overflow-x: scroll;
  }
  body main section.keireki table {
    white-space: nowrap;
  }
  body .header_wrap nav {
    display: none;
  }
  body .header_wrap .headLine {
    -webkit-box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.3);
    padding: 0 15px;
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
  }
  body .header_wrap .headLine h1.logo {
    width: 200px;
    margin: 20px 10px 20px 0;
    position: relative;
    z-index: 102;
  }
  body .header_wrap .headLine .contactBox {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .header_wrap .headLine .contactBox .burger {
    position: absolute;
    z-index: 102;
    width: 35px;
    height: 60%;
    background: #0b308e;
  }
  body .header_wrap .headLine .contactBox .burger span {
    width: 100%;
    height: 100%;
  }
  body .header_wrap .headLine .contactBox .burger span span {
    position: absolute;
    z-index: 100;
    height: 2px;
    width: 50%;
    background: white;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  body .header_wrap .headLine .contactBox .burger span span:nth-of-type(1) {
    top: 30%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body .header_wrap .headLine .contactBox .burger span span:nth-of-type(2) {
    top: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body .header_wrap .headLine .contactBox .burger span span:nth-of-type(3) {
    top: 70%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body .header_wrap .headLine .contactBox .drawer {
    display: none;
    background: #ffffff;
    position: fixed;
    z-index: 101;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: scroll;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  body .header_wrap .headLine .contactBox .drawer > ul {
    margin-top: 120px;
  }
  body .header_wrap .headLine .contactBox .drawer > ul li {
    text-align: center;
    padding: 1em;
  }
  body .header_wrap .headLine .contactBox .drawer > ul li.subnuv span {
    font-size: 11px;
    display: inline-block;
    -webkit-transform: translate(4px, -2px);
            transform: translate(4px, -2px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body .header_wrap .headLine .contactBox .drawer > ul li ul {
    margin-top: 0.5em;
    width: 75vw;
  }
  body .header_wrap .headLine .contactBox .drawer > ul li ul li {
    text-align: left;
    padding: 0.5em;
  }
  body .header_wrap .headLine .contactBox .drawer > ul li ul li:before {
    content: "└";
    font-weight: bold;
    margin-right: 5px;
  }
  body .header_wrap .headLine .contactBox .drawer > ul li ul li:first-of-type {
    border-top: 1px dotted #333;
  }
  body .header_wrap .headLine .contactBox .drawer.classname {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: appear 0.5s ease;
            animation: appear 0.5s ease;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  @-webkit-keyframes appear {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes appear {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  body .header_wrap .headLine .contactBox .drawer.classname ul li.subnuv.active span {
    -webkit-transform: translate(4px, 0px) rotate(180deg);
            transform: translate(4px, 0px) rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body .header_wrap .headLine .contactBox .conv {
    position: relative;
    z-index: 102;
    margin-right: 30px;
  }
  body .header_wrap .headLine .contactBox .conv a {
    padding: 18px 8px;
    margin-right: 15px;
  }
  body .header_wrap .headLine .contactBox .conv img {
    width: 26px;
  }
  body .header_wrap .headLine .contactBox .telbox {
    position: relative;
    z-index: 102;
    margin-right: 2px;
  }
  body .header_wrap .headLine .contactBox .telbox a {
    padding: 12px 8px;
  }
  body .header_wrap .headLine .contactBox .telbox img {
    width: 18px;
  }
  body .slick-prev,
  body .slick-next {
    display: none !important;
  }
  body main section.agency .container .contents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  body footer > p:first-of-type {
    text-align: left;
    padding: 0 9%;
    margin-top: 10%;
    margin-bottom: 10%;
    line-height: 2;
  }
  body footer > p:last-of-type {
    font-size: 16px;
    margin: 4%;
  }
  body footer .btnWrap {
    padding: 0 9%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10%;
  }
  body footer .btnWrap > p a {
    font-size: 16px;
    min-width: 100%;
  }
  body footer .btnWrap > p a::after, body footer .btnWrap > p a:before {
    border: 1px solid black;
  }
  body footer .btnWrap > p a:after {
    border-top: transparent;
    border-right: transparent;
  }
  body footer ul {
    margin: 0;
    max-width: 100%;
  }
  body footer ul li {
    border-top: 1px solid rgb(193, 193, 193);
    width: 100%;
    text-align: center;
    padding: 0.5em;
  }
  body footer ul li a {
    font-size: 13px;
  }
  body footer ul li:last-of-type {
    border-bottom: 1px solid rgb(193, 193, 193);
  }
  body footer ul li:not(:last-of-type)::after {
    content: "";
  }
  body .pagetop {
    right: 10px;
  }
  body:not(.home) .titlehead {
    height: 150px;
  }
  body:not(.home) .titlehead h1 {
    text-align: center;
  }
  body:not(.home) .titlehead h1 span {
    font-size: 21px;
    line-height: 1;
  }
  body:not(.home) .container {
    margin: auto 6%;
    margin-top: 0;
  }
  body:not(.home) .container h2 {
    border-bottom: 1px solid black;
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
  body:not(.home) .container h3 {
    padding-bottom: 2%;
    margin-bottom: 2%;
  }
  body:not(.home) .container section {
    padding: 16% 0 0;
  }
  body:not(.home) .container section.sech3 {
    padding: 10% 0 0;
  }
  body:not(.home) .container > section:first-of-type {
    padding: 10% 0 0;
  }
  body:not(.home) .container .lisk li:not(:last-of-type) {
    margin-bottom: 0.5em;
  }
  body:not(.home) .container .box {
    margin-bottom: 4%;
  }
  body:not(.home) .container .riyuu {
    margin-top: 10%;
  }
  body:not(.home) .container .riyuu li {
    margin-bottom: 14%;
  }
  body:not(.home) .container .riyuu li dl {
    padding: 6% 5% 5%;
  }
  body:not(.home) .container .promise ul {
    margin: 4% 6% 0;
  }
  body:not(.home) .container .promise ul li {
    line-height: 1.5;
    position: relative;
    padding-left: 1.5em;
  }
  body:not(.home) .container .promise ul li:not(:last-of-type) {
    margin-bottom: 1em;
  }
  body:not(.home) .container .promise ul li::before {
    position: absolute;
    left: 0;
  }
  body:not(.home) .container .flow ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body:not(.home) .container .flow ol li {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.5em;
  }
  body:not(.home) .container .forworks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body:not(.home) .container .forworks p:first-of-type {
    margin-bottom: 4%;
  }
  body:not(.home) .container .forworks div p:last-of-type {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body:not(.home) .container p.info {
    font-size: 16px;
  }
  body:not(.home) .container p.info:before {
    background-position: center 50%;
    width: 25px;
    height: 24px;
  }
  body:not(.home) .container section.sec01.renove {
    margin-bottom: 0;
  }
  body:not(.home) .container section.re03 .re05 {
    padding-top: 10%;
  }
  body:not(.home) .container .re05 div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body:not(.home) .container .re05 div p {
    margin-bottom: 0.5em;
  }
  body:not(.home) .container .forworks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
    border: 5px dotted #0b308e;
    padding: 2em;
    margin-bottom: 12%;
  }
  body:not(.home) .container .forworks div p:last-of-type {
    margin-top: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body:not(.home) .container section.dis > div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2%;
  }
  body:not(.home) .container section.dis > div p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
  body:not(.home) .container section.dis > div p:nth-of-type(n + 3) {
    margin-top: 2%;
  }
  body:not(.home) .container .komi > div {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  body:not(.home) .container .komi > div > p {
    margin: 4% 0 2%;
  }
  body:not(.home) .container .lisk li {
    display: inline-block;
    font-weight: bold;
    margin-right: 0;
  }
  body:not(.home) .container h3 {
    padding-bottom: 2%;
    margin-bottom: 4%;
  }
  body:not(.home) .container .jyumyou figure {
    font-size: 14px;
    margin-bottom: 0.8em;
  }
  body:not(.home) .container .jyumyou figure figcaption {
    margin: 0.2em 0 0;
  }
  body:not(.home) .container section.sec_clean .imgmargin img {
    max-inline-size: 100%;
  }
  body:not(.home) .container .firstblock {
    margin-bottom: 4%;
  }
  body:not(.home) .container .firstblock figure {
    padding: 2% 2% 2%;
  }
  body:not(.home) .container .firstblock figure figcaption {
    font-weight: 400;
    padding: 0.2em 0.5em 0;
  }
  body:not(.home) .container p.yellowbox.muryou {
    padding: 1.3em;
    margin-bottom: 10%;
    text-align: justify;
  }
  body:not(.home) .container p.muryou {
    text-align: center;
  }
  body:not(.home) .container section.airflow,
  body:not(.home) .container section.lpflow {
    padding-top: 16%;
  }
  body:not(.home) .container section.airflow dl dt,
  body:not(.home) .container section.airflow dl li,
  body:not(.home) .container section.airflow ol dt,
  body:not(.home) .container section.airflow ol li,
  body:not(.home) .container section.lpflow dl dt,
  body:not(.home) .container section.lpflow dl li,
  body:not(.home) .container section.lpflow ol dt,
  body:not(.home) .container section.lpflow ol li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4% 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body:not(.home) .container section.airflow dl li,
  body:not(.home) .container section.airflow ol li,
  body:not(.home) .container section.lpflow dl li,
  body:not(.home) .container section.lpflow ol li {
    padding: 0 0.3em 0 0;
  }
  body:not(.home) .container section.airflow dl li span,
  body:not(.home) .container section.airflow ol li span,
  body:not(.home) .container section.lpflow dl li span,
  body:not(.home) .container section.lpflow ol li span {
    display: block;
    min-width: 106px;
  }
  body:not(.home) .container section.secglass > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  body:not(.home) .container section.secglass > div div:first-of-type {
    margin-bottom: 10%;
  }
  body:not(.home) .container #glass div,
  body:not(.home) .container #syunnkou div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body:not(.home) .container #glass div p:first-of-type,
  body:not(.home) .container #syunnkou div p:first-of-type {
    margin-bottom: 0.5em;
  }
  body:not(.home) .container section.rekka dd:last-of-type {
    margin-bottom: 0;
  }
  body:not(.home) .container section.glass02 .nayami {
    margin-bottom: 0;
  }
  body:not(.home) .container section.glass02 ul.lsdotto {
    padding-left: 0;
    padding-right: 0;
  }
  body:not(.home) .container section.glass02 ul.lsdotto li {
    position: relative;
    padding-left: 1.2em;
  }
  body:not(.home) .container section.glass02 ul.lsdotto li:before {
    position: absolute;
    left: 0;
  }
  body:not(.home) .container section.glass02 ul.lsdotto li:last-of-type {
    margin-bottom: 0;
  }
  body:not(.home) .container p.muryou.kasai {
    text-align: left;
    margin: 4% 0;
  }
  body:not(.home) .container p.muryou.kasai .bgred {
    padding: 0;
  }
  body:not(.home) .container p.muryou.hojyo {
    text-align: left;
    margin: 8% 0;
  }
  body:not(.home) .container p.muryou.hojyo .bgred {
    padding: 0;
  }
  body:not(.home) .container #qa {
    padding-top: 10%;
  }
  body:not(.home) .container #qa dl {
    margin-bottom: 0;
  }
  body:not(.home) .container section.seclp ol.lp01 {
    padding: 1.5em 0.5em 1em;
  }
  body:not(.home) .container section.seclp dl.boxcapsule {
    border-color: #a7e0e8;
    margin-top: 8%;
    margin-bottom: 8%;
  }
  body:not(.home) .container section.seclp dl.boxcapsule dt {
    font-weight: bold;
  }
  body:not(.home) .container section.sec_lpmelit > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body:not(.home) .container section.sec_lpmelit > div figure {
    padding: 2% 6% 0;
    margin-bottom: 1em;
  }
  body:not(.home) .container section.sec_lpmelit > div > div:first-of-type {
    margin-bottom: 10%;
  }
  body:not(.home) .container section.sec_lpmelit > div div table th,
  body:not(.home) .container section.sec_lpmelit > div div table td {
    padding: 0.3em;
  }
  body:not(.home) .container p.muryou.gas {
    margin: 6% 0;
  }
  body:not(.home) .container section.sec01.corporate .firstblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body:not(.home) .container section.sec01.corporate .firstblock p:first-of-type {
    margin-bottom: 4%;
  }
  body:not(.home) .container section.sec01.corporate .firstblock p.mb1 {
    padding: 1em;
  }
  body:not(.home) .container .sec01.corporate .firstblock p:last-of-type {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
    border: double 4px #0b308e;
    display: block;
    padding: 3em 1em;
    max-height: 100%;
  }
  .mb16 {
    margin-bottom: 10% !important;
  }
}
@media screen and (max-width: 820px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 821px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 530px) {
  body main .titlehead h1.lestitle {
    font-size: 6vw;
  }
}
@media screen and (max-width: 413px) {
  body:not(.home) .container h3 {
    font-size: 16px;
  }
}
.delay1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay21 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay3 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

@media screen and (max-width: 820px) {
  .delay2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .delay3 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .delay4 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background: #fff;
    color: black;
  }
}/*# sourceMappingURL=style.css.map */