/******************************* Preface ***************************************/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
a:hover {
  color: #88A776;
}

/********************************* body ***************************************/
body {
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
}
body header.header .inner {
  padding: 1.5rem;
  min-width: 100%;
}
body header.header .inner .logo {
  margin: 0;
  margin-right: auto;
}
body header.header .inner .logo a {
  display: block;
}
body header.header .inner .logo a img {
  margin-right: 0;
  height: 3rem;
}
body header.header .inner .menu-wrapper .sub-nav {
  position: fixed;
  bottom: 0.5em;
  right: 0;
  opacity: 0;
  transform: none;
  width: 95%;
  margin: 0 auto;
}
body header.header .inner .menu-wrapper .sub-nav a {
  width: 95%;
}
body header.header .inner .menu-wrapper nav.gnav {
  display: block;
  position: fixed !important;
  top: 0;
  right: -310px;
  bottom: 0;
  width: 310px;
  padding: 6.5rem 1rem;
  background: rgba(255, 255, 255, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
  margin-right: 0;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container {
  width: 100%;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item {
  position: static;
  width: 100%;
  height: auto;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item:nth-child(n+1) {
  margin-left: auto;
  border-top: 1px solid black;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item:last-child {
  margin-left: auto;
  border-bottom: 1px solid black;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item a {
  position: relative;
  display: block;
  padding: 2rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item:not(:nth-last-child(-n+2))::after {
  content: "";
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button {
  padding-top: 2em;
  padding-left: 0;
  border-bottom: none;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button a {
  width: 100%;
  font-size: 1.3rem;
  padding: 2rem;
  text-align: center;
}
body header.header .inner .menu-wrapper .toggle-btn {
  display: block;
  position: fixed;
  right: 1.5rem;
  width: 50px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
body header.header .inner .menu-wrapper .toggle-btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-radius: 3px;
  background-color: #2B2B2B;
  transition: all 0.5s;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(1) {
  top: 0;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(2) {
  top: 14px;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(3) {
  bottom: 0;
}
body header.header .inner .menu-wrapper.menu-open .gnav {
  right: 0;
  opacity: 1;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn {
  margin-top: 0;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span {
  background-color: black;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(17px) rotate(-315deg);
  transform: translateY(17px) rotate(-315deg);
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span.scroll {
  background-color: #000000;
}
body header.header .inner .menu-wrapper.menu-open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 2;
  cursor: pointer;
}
body header.header .inner .menu-wrapper #mask {
  display: none;
  transition: all 0.3s;
}
body header.header .mainvi .slider {
  height: 100%;
}
body header.header .mainvi .slider div {
  background-image: url(../img/mv_sp.jpg);
}
body header.header .mainvi .copy {
  align-items: center;
  bottom: 20%;
  left: 0;
  height: auto;
  width: 100%;
  padding: 0 1.5rem;
}
body header.header .mainvi .copy h1 {
  padding: 0;
}
body header.header .mainvi .top-btn-wrap {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
body header.header.back-head .mainvi {
  height: 250px;
}
body header.header.back-head .mainvi .header-title-wrap img {
  max-width: 250px;
}
body header.header.back-head .mainvi h1 {
  font-size: 1.6rem;
}
body .breadcrumb-wrap {
  padding: 0;
}
body .breadcrumb-wrap ul {
  padding: 1em 1.5rem;
}
body .content-wrap {
  padding: 4rem 0;
}
body .content-wrap .inner {
  padding: 0 1.5rem;
}
body .content-wrap .inner.inner-l {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap .inner.inner-m {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap .inner.inner-s {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap.bg_beige {
  position: relative;
  z-index: 0;
}
body .content-wrap.bg_beige::after {
  content: "";
  display: block;
  width: 350px;
  height: 350px;
}
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: 3rem;
}
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;
}
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 {
  padding-bottom: 1rem;
}
body .content-wrap h1.section-title span.main img,
body .content-wrap h2.section-title span.main img,
body .content-wrap h3.section-title span.main img,
body .content-wrap h4.section-title span.main img,
body .content-wrap h5.section-title span.main img,
body .content-wrap h6.section-title span.main img {
  max-width: 100%;
}
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 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
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: 2.5rem;
}
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: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
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: 500;
}
body .content-wrap .top-about-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
body .content-wrap .top-about-wrap .thumb {
  display: none;
}
body .content-wrap .top-about-wrap .text {
  width: 100%;
  padding-bottom: 2rem;
}
body .content-wrap .top-about-wrap .text .ttl {
  padding-bottom: 2rem;
}
body .content-wrap .top-about-wrap .text .ttl img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
body .content-wrap .top-about-wrap .btn-wrap {
  max-width: 250px;
  margin: 0 auto !important;
}
body .content-wrap .fac-slider {
  width: 100%;
  margin-left: auto;
  position: relative;
  overflow: visible;
}
body .content-wrap .fac-slider .slick-list {
  overflow: visible;
}
body .content-wrap .fac-slider .slick-item img {
  height: auto;
  width: 100%;
  aspect-ratio: 16/10;
}
body .content-wrap .news-list-wrap li a {
  padding-right: 2.5rem;
}
body .content-wrap .news-list-wrap li a .date {
  font-weight: 500;
  font-size: 0.9rem;
}
body .content-wrap .news-list-wrap li a .title {
  width: 100%;
  padding-top: 1rem;
  padding-right: 0;
}
body .content-wrap .article-detail .ttl h2 {
  font-size: 1.3rem;
}
body .content-wrap .flow-wrap {
  position: relative;
}
body .content-wrap .flow-wrap ul.area {
  padding: 4rem 0;
}
body .content-wrap .flow-wrap ul.area li.item {
  display: block;
  padding: 0 4rem 2rem;
}
body .content-wrap .flow-wrap ul.area li.item .thumb {
  width: 100%;
}
body .content-wrap .flow-wrap ul.area li.item .text {
  width: 100%;
  padding: 1.5rem 0 0 1rem;
  line-height: 2;
}
body .content-wrap .flow-wrap ul.area li.item .text::before {
  top: 30px;
  left: -2rem;
}
body .content-wrap .flow-wrap ul.area li.item .text::after {
  content: "";
  display: block;
  width: 2px;
  height: 340px;
  top: 30px;
  left: -16px;
}
body .content-wrap .flow-wrap ul.area li.item .text .time span {
  background: #88A776;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 0.3rem;
}
body .content-wrap .flow-wrap ul.area li.item .text .main {
  font-size: 1.3rem;
  font-weight: bold;
}
body .content-wrap .flow-wrap ul.area li.item .text .sub {
  display: block;
  margin: 1em 0;
  font-size: 1rem;
}
body .content-wrap .flow-wrap ul.area li.item:last-child .text::after {
  display: none;
}
body .content-wrap .flow-wrap ul.area.table-area {
  padding: 4rem 1.5rem;
  margin-bottom: 10%;
}
body .content-wrap .flow-wrap ul.area.table-area li.table-list {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #707070;
}
body .content-wrap .flow-wrap ul.area.table-area li.table-list p {
  font-weight: 500;
  width: 75%;
}
body .content-wrap .flow-wrap ul.area.table-area li.table-list p.main {
  font-weight: bold;
  width: 25%;
}
body .content-wrap .flow-wrap #mechanic li.item .text::before {
  background-color: #ADA49B;
}
body .content-wrap .flow-wrap #mechanic li.item .text::after {
  background-color: #ADA49B;
}
body .content-wrap .flow-wrap #mechanic li.item .text .time span {
  background: #ADA49B;
}
body .content-wrap .flow-wrap #mechanic li.item:last-child .text::after {
  display: none;
}
body .content-wrap .flow-wrap .sec-icon-01 {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
body .content-wrap .flow-wrap .sec-icon-01 img {
  display: block;
  width: 100px;
}
body .content-wrap .about-content-flex {
  display: block;
}
body .content-wrap .about-content-flex .box-left {
  width: 100%;
}
body .content-wrap .about-content-flex .box-left .section-title span.main img {
  width: 70%;
  margin: 0;
  margin-right: auto;
}
body .content-wrap .about-content-flex .box-right {
  width: 100%;
}
body .content-wrap .about-content-flex .box-right .col4-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
body .content-wrap .about-content-flex .box-right .col4-box .item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  border-radius: 10px;
}
body .content-wrap .about-content-flex .box-right .col4-box .item img {
  display: block;
  width: 100%;
}
body .content-wrap .sec-icon-02 {
  text-align: right;
  margin-bottom: 2em;
  margin-top: -24%;
  margin-right: 0;
}
body .content-wrap .sec-icon-02 img {
  width: 100%;
  max-width: 120px;
}
body .content-wrap .sec-icon-03 {
  position: absolute;
  bottom: -5px;
  right: 5%;
}
body .content-wrap .sec-icon-03 img {
  display: block;
  width: 90px;
  height: auto;
}
body .content-wrap .box.box-2 .item {
  display: block;
}
body .content-wrap .box.box-2 .item.reverse {
  flex-direction: row-reverse;
}
body .content-wrap .box.box-2 .item > * {
  width: 100%;
}
body .content-wrap .box .thumb img {
  display: block;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
body .content-wrap .box .text {
  padding-top: 2rem;
}
body .content-wrap .btn-wrap {
  width: 100%;
}
body .content-wrap .btn-wrap a {
  justify-content: flex-end;
}
body .content-wrap .btn-wrap a::after {
  width: 60px;
  height: 60px;
}
body .content-wrap .btn-wrap.center a {
  justify-content: center;
}
body .content-wrap .link-btn {
  width: 80%;
}
body .content-wrap .table tr th {
  width: 28%;
  padding: 1.5rem;
}
body .content-wrap .table tr td {
  padding: 1.5rem;
}
body .content-wrap form {
  padding: 0;
}
body .content-wrap form .row {
  margin: 0;
}
body .content-wrap form .row .col-12 {
  display: block;
  flex-wrap: wrap;
  padding: 1rem 0;
}
body .content-wrap form .row .col-12 label {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
body .content-wrap form .row .col-12 label.reqire::after {
  content: "*";
  color: red;
  font-size: 1.2rem;
}
body .content-wrap form .row .col-12 select,
body .content-wrap form .row .col-12 input,
body .content-wrap form .row .col-12 textarea {
  width: 100%;
  font-size: 16px;
}
body .content-wrap form .link-btn a,
body .content-wrap form .link-btn input[type=submit] {
  width: 80%;
}
body .content-wrap .accordion-wrap .card-header .btn-link {
  font-size: 0.9rem;
  padding-right: 3rem;
}
body .content-wrap .accordion-wrap .card-body {
  padding: 1rem;
}
body .content-wrap .accordion-wrap .card-body img {
  width: 100%;
}
body footer.footer .inner {
  padding: 4rem 1.5rem;
}
body footer.footer .inner .flex-wrap {
  display: block;
}
body footer.footer .inner .flex-wrap .info {
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}
body footer.footer .inner .flex-wrap .info .logo img {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
body footer.footer .inner .flex-wrap .info .logo p {
  font-size: 1rem;
}
body footer.footer .inner .flex-wrap .tail {
  width: 100%;
}
body footer.footer .inner .flex-wrap .tail .footer-nav {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}
body footer.footer .inner .flex-wrap .tail .footer-nav li {
  width: 50%;
}
body footer.footer .inner .flex-wrap .tail .base-list {
  display: flex;
  flex-direction: column;
}
body footer.footer .inner .flex-wrap .tail .base-list li {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid white;
  padding-right: 0;
  margin-right: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
body footer.footer .inner .flex-wrap .tail .base-list li p {
  font-size: 1rem;
}