@charset "UTF-8";
/******************************* Preface ***************************************/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
a:hover {
  color: #65BF0B;
}

/********************************* body ***************************************/
body {
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
}
body header {
  position: relative;
}
body header.scrolled .inner {
  background-color: rgba(241, 241, 234, 0.7);
  transition: all linear 0.2s;
}
body header.header.top {
  height: 100vh;
}
body header.header .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 3rem;
  background: white;
  z-index: 99;
}
body header.header .inner .logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}
body header.header .inner .logo a {
  display: block;
}
body header.header .inner .logo a img {
  height: 3rem;
  width: auto;
}
body header.header .inner .menu-wrapper nav.gnav {
  flex: none;
  position: relative;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu {
  display: flex;
  align-items: center;
  margin: 0 1rem;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item {
  position: relative;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a {
  display: block;
  font-size: 0.9rem;
  padding: 1rem;
  line-height: 1;
  color: #000000;
  transition: all 0.3s;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a:hover {
  color: #65BF0B;
  text-decoration: none;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button {
  padding-left: 1rem;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a,
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button .btn {
  border: 1px solid #65BF0B;
  background-color: #65BF0B;
  padding: 1rem 2rem;
  color: white;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a:hover, body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a:focus,
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button .btn:hover,
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button .btn:focus {
  background: white;
  color: #65BF0B;
  text-decoration: none;
  opacity: 0.8;
  box-shadow: none;
}
body header.header .mainvi {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
body header.header .mainvi .slider {
  height: 100%;
}
body header.header .mainvi .slider div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body header.header .mainvi .copy {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 100%;
}
body header.header .mainvi .copy h1 {
  width: 100%;
  padding-left: 160px;
}
body header.header .mainvi .copy h1 span {
  font-family: "Lato", sans-serif;
  display: block;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: white;
}
body header.header .mainvi .copy h1 span.sub {
  font-size: 1.5vw;
  line-height: 2;
}
body header.header.back-head .mainvi {
  position: relative;
  overflow: hidden;
  height: 300px;
}
body header.header.back-head .mainvi .bg-mainvi {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .breadcrumb-wrap {
  width: 40%;
}
body .breadcrumb-wrap ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1em 0;
}
body .breadcrumb-wrap ul li {
  font-size: 0.9rem;
}
body .breadcrumb-wrap ul li::after {
  padding: 0 1em;
  content: url(../img/arrow_black.svg);
  vertical-align: text-top;
}
body .breadcrumb-wrap ul li:last-child::after {
  content: "";
}
body .breadcrumb-wrap ul li:first-child {
  color: #65BF0B;
}
body .breadcrumb-wrap ul li a {
  text-decoration: none;
}
@media screen and (min-width: 678px) and (max-width: 1140px) {
  body .breadcrumb-wrap {
    padding: 0 40px;
  }
}
body .header-title-wrap {
  display: flex;
  position: relative;
  z-index: 4;
}
body .header-title-wrap h1 {
  width: 60%;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  font-weight: 900;
  color: #65BF0B;
  margin-top: -5%;
  line-height: 1;
}
body .header-title-wrap h1 > span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: black;
  letter-spacing: normal;
  padding-top: 10px;
}
body .content-wrap {
  padding: 4rem 0;
}
body .content-wrap .inner.inner-l {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
body .content-wrap .inner.inner-m {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
body .content-wrap .inner.inner-s {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (min-width: 678px) and (max-width: 1150px) {
  body .content-wrap .inner.inner-s {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-m {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-l {
    padding: 0 40px;
  }
}
body .content-wrap h1.section-title,
body .content-wrap h2.section-title,
body .content-wrap h3.section-title,
body .content-wrap h4.section-title,
body .content-wrap h5.section-title,
body .content-wrap h6.section-title {
  margin-bottom: 4rem;
  position: relative;
}
body .content-wrap h1.section-title span,
body .content-wrap h2.section-title span,
body .content-wrap h3.section-title span,
body .content-wrap h4.section-title span,
body .content-wrap h5.section-title span,
body .content-wrap h6.section-title span {
  display: block;
  line-height: 1;
}
body .content-wrap h1.section-title span.main,
body .content-wrap h2.section-title span.main,
body .content-wrap h3.section-title span.main,
body .content-wrap h4.section-title span.main,
body .content-wrap h5.section-title span.main,
body .content-wrap h6.section-title span.main {
  position: relative;
  font-size: 6rem;
  font-weight: 900;
  color: #F5F5F5;
}
body .content-wrap h1.section-title span.sub,
body .content-wrap h2.section-title span.sub,
body .content-wrap h3.section-title span.sub,
body .content-wrap h4.section-title span.sub,
body .content-wrap h5.section-title span.sub,
body .content-wrap h6.section-title span.sub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: bold;
}
body .content-wrap h1.content-title,
body .content-wrap h2.content-title,
body .content-wrap h3.content-title,
body .content-wrap h4.content-title,
body .content-wrap h5.content-title,
body .content-wrap h6.content-title {
  margin-bottom: 4rem;
}
body .content-wrap h1.content-title span,
body .content-wrap h2.content-title span,
body .content-wrap h3.content-title span,
body .content-wrap h4.content-title span,
body .content-wrap h5.content-title span,
body .content-wrap h6.content-title span {
  display: block;
}
body .content-wrap h1.content-title span.main,
body .content-wrap h2.content-title span.main,
body .content-wrap h3.content-title span.main,
body .content-wrap h4.content-title span.main,
body .content-wrap h5.content-title span.main,
body .content-wrap h6.content-title span.main {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body .content-wrap h1.content-title span.sub,
body .content-wrap h2.content-title span.sub,
body .content-wrap h3.content-title span.sub,
body .content-wrap h4.content-title span.sub,
body .content-wrap h5.content-title span.sub,
body .content-wrap h6.content-title span.sub {
  font-size: 1.1rem;
  font-weight: 900;
}
body .content-wrap .contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
body .content-wrap .contact-wrap .thumb {
  width: 50%;
}
body .content-wrap .contact-wrap .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .content-wrap .contact-wrap .text {
  width: 50%;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
}
body .content-wrap .contact-wrap .text .detail {
  height: 100%;
  padding: 2.5rem;
}
body .content-wrap .contact-wrap .text .detail.border-b {
  border-bottom: 1px solid #707070;
}
body .content-wrap .contact-wrap .text .detail .ttl {
  font-weight: bold;
  padding-bottom: 0.5rem;
}
body .content-wrap .contact-wrap .text .detail .tel-num {
  padding-bottom: 0.5rem;
}
body .content-wrap .contact-wrap .text .detail .tel-num a {
  font-size: 2rem;
  font-weight: 900;
  transition: all 0.3s;
  line-height: 1;
}
body .content-wrap .contact-wrap .text .link-btn {
  width: 50%;
}
body .content-wrap .form-group {
  margin-bottom: 3rem;
}
body .content-wrap .form-group .form-select {
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  width: 30%;
}
body .content-wrap .company-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
body .content-wrap .company-wrap .table-list {
  width: 42%;
}
body .content-wrap .company-wrap .company-map {
  width: 50%;
}
body .content-wrap .company-wrap .company-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
body .content-wrap .article-detail .ttl h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
body .content-wrap .article-detail .ttl .preface {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}
body .content-wrap .article-detail .ttl .preface .label {
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.1rem 1rem 0 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1.4;
  /******  オフィスワーク・事務 ******/
  /******  製造・工業 ******/
  /******  ドライバー・配送 ******/
  /******  営業・販売・サービス ******/
  /******  物流・倉庫・軽作業 ******/
  /******  その他 ******/
}
body .content-wrap .article-detail .ttl .preface .label.office-work {
  background: #65BF0B;
}
body .content-wrap .article-detail .ttl .preface .label.manufacturing {
  background: #0DB5A8;
}
body .content-wrap .article-detail .ttl .preface .label.driver {
  background: #0B65BF;
}
body .content-wrap .article-detail .ttl .preface .label.sales {
  background: #F78705;
}
body .content-wrap .article-detail .ttl .preface .label.logistics {
  background: #FC4C4C;
}
body .content-wrap .article-detail .ttl .preface .label.others {
  background: gray;
}
body .content-wrap .article-detail .ttl .preface .date {
  font-size: 0.9rem;
}
body .content-wrap .article-detail .artcle img {
  display: block;
  width: 100%;
  padding: 2rem 0;
}
body .content-wrap .article-detail .artcle a {
  text-decoration: underline;
  color: #65BF0B;
}
body .content-wrap .box-1col.box-1col-04 {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  overflow: hidden;
}
body .content-wrap .box-1col.box-1col-04 .thumb {
  width: 60%;
  margin-right: -50px;
}
@media screen and (min-width: 678px) and (max-width: 1024px) {
  body .content-wrap .box-1col.box-1col-04 .thumb {
    margin-right: -40px;
  }
}
body .content-wrap .box-1col.box-1col-04 .thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  height: 100%;
}
body .content-wrap .box-1col.box-1col-04 .text {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 3.5rem;
}
body .content-wrap .box-1col.box-1col-04 .text h3.section-title {
  margin-bottom: 3rem;
}
body .content-wrap .box-1col.box-1col-04 .text h3.section-title .main {
  font-size: 2.5rem;
}
body .content-wrap .box-1col.box-1col-04 .text > p {
  font-size: 1rem;
  line-height: 2.2;
}
body .content-wrap .box-1col.box-1col-04 .text .link-btn {
  width: 50%;
}
body .content-wrap .box-1col.box-1col-05 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 5rem;
}
body .content-wrap .box-1col.box-1col-05 .thumb {
  width: 60%;
}
body .content-wrap .box-1col.box-1col-05 .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
body .content-wrap .box-1col.box-1col-05 .text {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem 3.5rem;
}
body .content-wrap .box-1col.box-1col-05 .text .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
}
body .content-wrap .box-1col.box-1col-05 .text > p {
  font-size: 1rem;
  line-height: 2.2;
}
body .content-wrap .box-1col.box-1col-05 .text .link-btn {
  width: 100%;
}
body .content-wrap .box-1col.box-1col-05.reverse {
  flex-direction: row;
}
body .content-wrap .box-1col.box-1col-07 .thumb {
  width: 100%;
}
body .content-wrap .box-1col.box-1col-07 .thumb img {
  display: block;
  width: 100%;
}
body .content-wrap .box-1col.box-1col-07 .text {
  position: relative;
  width: 60%;
  margin: -11rem auto 0 auto;
  padding: 3.5rem 5rem;
  background: rgba(101, 191, 11, 0.9);
}
@media screen and (min-width: 678px) and (max-width: 1024px) {
  body .content-wrap .box-1col.box-1col-07 .text {
    width: 70%;
    margin: -7rem auto 0 auto;
    padding: 3rem 3rem;
  }
}
body .content-wrap .box-1col.box-1col-07 .text > p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.2;
}
body .content-wrap .box-1col.box-1col-07 .text .link-btn {
  width: 55%;
  margin: 0 auto;
}
body .content-wrap .box-3col.box-3col-03 ul.list {
  display: flex;
  flex-wrap: wrap;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item:nth-child(3n) {
  margin-right: 0;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item a {
  display: block;
  transition: 0.3s;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item a:hover {
  opacity: 0.7;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .thm img {
  aspect-ratio: 10/9;
  object-fit: cover;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .preface {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .preface .label {
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.1rem 1rem 0 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1.4;
  /******  オフィスワーク・事務 ******/
  /******  製造・工業 ******/
  /******  ドライバー・配送 ******/
  /******  営業・販売・サービス ******/
  /******  物流・倉庫・軽作業 ******/
  /******  その他 ******/
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .preface .label.office-work {
  background: #65BF0B;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .preface .label.manufacturing {
  background: #0DB5A8;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .preface .label.driver {
  background: #0B65BF;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .preface .label.sales {
  background: #F78705;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .preface .label.logistics {
  background: #FC4C4C;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .preface .label.others {
  background: gray;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .preface .date {
  font-size: 0.85rem;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .title {
  font-size: 0.9rem;
  font-weight: 500;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .text {
  font-size: 0.9rem;
}
body .content-wrap .link-btn {
  width: 30%;
}
body .content-wrap .link-btn.main-color a {
  display: block;
  background-color: #65BF0B;
  border: 1px solid #65BF0B;
  color: #fff;
}
body .content-wrap .link-btn.main-color a:hover {
  background-color: #fff;
  color: #65BF0B;
}
body .content-wrap .link-btn.main-color a:hover::after {
  border-color: #65BF0B;
}
body .content-wrap .link-btn.main-color a::after {
  border-color: #fff;
}
body .content-wrap .link-btn.reverse-color a {
  background-color: #fff;
  border: 1px solid black;
  color: black;
}
body .content-wrap .link-btn.reverse-color a:hover {
  background-color: black;
  color: #fff;
}
body .content-wrap .link-btn.reverse-color a:hover::after {
  border-color: #fff;
}
body .content-wrap .link-btn a {
  display: block;
  transition: 0.3s;
}
body .content-wrap .link-btn.link-btn-01 a {
  position: relative;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
body .content-wrap .link-btn.link-btn-01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
body .content-wrap .link-btn.icon-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.3em;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .content-wrap .link-btn.icon-link a:hover::before {
  background-image: url(../img/icon_mail_green.svg);
}
body .content-wrap .link-btn.center {
  margin: 0 auto;
}
body .content-wrap .table tr th {
  width: 25%;
  padding: 1rem 0;
  font-weight: 500;
}
body .content-wrap .table tr td {
  padding: 1rem 0;
}
body .content-wrap .table tr:last-of-type th,
body .content-wrap .table tr:last-of-type td {
  border-bottom: 1px solid #dee2e6;
}
body .content-wrap .caption .main {
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
body .content-wrap .caption .main.bg_orange {
  background: #F78705;
}
body .content-wrap .caption .main.bg_green {
  background: #65BF0B;
}
body .content-wrap form .form-control {
  height: auto;
}
body .content-wrap form .row {
  border-bottom: 1px solid #eef3f1;
  margin-left: 0;
  margin-right: 0;
}
body .content-wrap form .row:first-child {
  border-top: 1px solid #eef3f1;
}
body .content-wrap form .row .col-12,
body .content-wrap form .row .col-6 {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
body .content-wrap form .row .col-12 label,
body .content-wrap form .row .col-6 label {
  width: 20%;
  font-size: 1.1rem;
  font-weight: bold;
}
body .content-wrap form .row .col-12 label.reqire::after,
body .content-wrap form .row .col-6 label.reqire::after {
  content: "*";
  color: red;
  font-size: 1.2rem;
}
body .content-wrap form .row .col-12 .radio-wrap,
body .content-wrap form .row .col-6 .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
body .content-wrap form .row .col-12 .radio-wrap label,
body .content-wrap form .row .col-6 .radio-wrap label {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 0.5rem;
}
body .content-wrap form .row .col-12 .radio-wrap input[type=radio],
body .content-wrap form .row .col-6 .radio-wrap input[type=radio] {
  position: relative;
  background: white;
  padding: 0;
  margin-right: 0.5rem;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .content-wrap form .row .col-12 .radio-wrap input[type=radio]:checked:before,
body .content-wrap form .row .col-6 .radio-wrap input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  content: "";
}
body .content-wrap form .row .col-12 select,
body .content-wrap form .row .col-12 input,
body .content-wrap form .row .col-12 textarea,
body .content-wrap form .row .col-6 select,
body .content-wrap form .row .col-6 input,
body .content-wrap form .row .col-6 textarea {
  width: 80%;
  background-color: white;
  border: 1px solid #707070;
  padding: 1em;
  border-radius: 0.25rem;
}
body .content-wrap form .row .col-12 select:hover, body .content-wrap form .row .col-12 select:focus, body .content-wrap form .row .col-12 select:active,
body .content-wrap form .row .col-12 input:hover,
body .content-wrap form .row .col-12 input:focus,
body .content-wrap form .row .col-12 input:active,
body .content-wrap form .row .col-12 textarea:hover,
body .content-wrap form .row .col-12 textarea:focus,
body .content-wrap form .row .col-12 textarea:active,
body .content-wrap form .row .col-6 select:hover,
body .content-wrap form .row .col-6 select:focus,
body .content-wrap form .row .col-6 select:active,
body .content-wrap form .row .col-6 input:hover,
body .content-wrap form .row .col-6 input:focus,
body .content-wrap form .row .col-6 input:active,
body .content-wrap form .row .col-6 textarea:hover,
body .content-wrap form .row .col-6 textarea:focus,
body .content-wrap form .row .col-6 textarea:active {
  outline: 2px solid #65BF0B;
  border-color: transparent !important;
  box-shadow: none !important;
}
body .content-wrap form .checkbox-consent {
  text-align: center;
}
body .content-wrap form .checkbox-consent input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 1;
  padding: 0;
  margin-right: 10px;
  display: inline-block;
  background: white;
  outline: 1px solid black;
}
body .content-wrap form .checkbox-consent input[type=checkbox]:checked:after {
  content: "✓";
  font-weight: bold;
}
body .content-wrap form .checkbox-consent .form-group .form-check {
  width: 100%;
  justify-content: center;
}
body .content-wrap form .checkbox-consent .form-group .form-check label {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .content-wrap form .checkbox-consent .form-group .form-check label > a {
  text-decoration: underline;
}
body .content-wrap form .checkbox-consent .form-group .form-check span.error {
  margin-left: 1rem;
}
body .content-wrap form .form-btn a,
body .content-wrap form .form-btn input[type=submit] {
  display: block;
  background-color: #0B65BF;
  color: white;
  position: relative;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 5px;
  width: 350px;
  margin: 0 auto;
}
body .content-wrap form .form-btn a::after,
body .content-wrap form .form-btn input[type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
body .content-wrap .scroll-wrap {
  height: 300px;
  overflow: auto;
  border: 1px solid #D6D6D6;
  padding: 1.5rem;
  background: white;
}
body .content-wrap .scroll-wrap h5 {
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}
body .content-wrap .scroll-wrap p {
  padding-bottom: 1rem;
  line-height: 1.8;
}
body .content-wrap .map {
  aspect-ratio: 16/8;
}
body .content-wrap .map iframe {
  width: 100%;
  height: 100%;
  max-height: 500px;
}
body footer.footer-01 .inner {
  padding: 4rem 0;
}
body footer.footer-01 .inner .head .logo img {
  display: block;
  max-width: 100%;
  width: 350px;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
body footer.footer-01 .inner .head .name {
  font-size: 0.9rem;
  font-weight: 500;
  padding-bottom: 2rem;
}
body footer.footer-01 .inner .footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer.footer-01 .inner .footer-nav li a {
  display: block;
  margin-right: 1rem;
}
body footer.footer-01 .copyright {
  background: #438600;
  color: white;
  font-weight: 500;
  padding: 1rem 0;
}