/******************************* 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.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: 2.5rem;
}
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(0, 0, 0, 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%;
  margin: 0;
}
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 white;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item:last-child {
  margin-left: auto;
  border-bottom: 1px solid white;
}
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: white;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item a > span {
  display: block;
  font-weight: normal;
  color: white;
}
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,
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button .btn {
  width: 100%;
  font-size: 1.3rem;
  padding: 2rem 1rem;
}
body header.header .inner .menu-wrapper .toggle-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
body header.header .inner .menu-wrapper .toggle-btn span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 2px;
  background-color: #000000;
  transition: all 0.5s;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(1) {
  top: 20px;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(2) {
  top: 30px;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(3) {
  bottom: 28px;
}
body header.header .inner .menu-wrapper.menu-open .gnav {
  right: 0;
  opacity: 1;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn {
  top: 0;
  margin-top: 0;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span {
  left: 25%;
  background-color: #ffffff;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(17px) rotate(-315deg);
  transform: translateY(9px) 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(-17px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}
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 .copy {
  align-items: center;
  bottom: auto;
  left: 0;
  height: auto;
  width: 100%;
  padding: 0 1.5rem;
}
body header.header .mainvi .copy h1 {
  padding: 0;
}
body header.header .mainvi .copy h1 span {
  font-size: 10vw;
}
body header.header .mainvi .copy h1 span.sub {
  font-size: 4vw;
}
body header.header.back-head .mainvi {
  height: 250px;
}
body .breadcrumb-wrap {
  width: 100%;
}
body .header-title-wrap {
  display: block;
  position: relative;
  z-index: 4;
}
body .header-title-wrap h1 {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: #65BF0B;
  margin-top: -8%;
  line-height: 1;
}
body .header-title-wrap h1 > span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 1.2rem;
  padding-top: 10px;
}
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 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.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 {
  font-size: 4rem;
}
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.8rem;
}
body .content-wrap h1.section-title.centerline span.main,
body .content-wrap h2.section-title.centerline span.main,
body .content-wrap h3.section-title.centerline span.main,
body .content-wrap h4.section-title.centerline span.main,
body .content-wrap h5.section-title.centerline span.main,
body .content-wrap h6.section-title.centerline span.main {
  font-size: 2rem;
}
body .content-wrap h1.section-title.centerline span.sub,
body .content-wrap h2.section-title.centerline span.sub,
body .content-wrap h3.section-title.centerline span.sub,
body .content-wrap h4.section-title.centerline span.sub,
body .content-wrap h5.section-title.centerline span.sub,
body .content-wrap h6.section-title.centerline span.sub {
  font-size: 1rem;
}
body .content-wrap h1.section-title-02,
body .content-wrap h2.section-title-02,
body .content-wrap h3.section-title-02,
body .content-wrap h4.section-title-02,
body .content-wrap h5.section-title-02,
body .content-wrap h6.section-title-02 {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #438600;
  padding: 0 1rem 1rem 1rem;
}
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.boder-left-01,
body .content-wrap h2.content-title.boder-left-01,
body .content-wrap h3.content-title.boder-left-01,
body .content-wrap h4.content-title.boder-left-01,
body .content-wrap h5.content-title.boder-left-01,
body .content-wrap h6.content-title.boder-left-01 {
  font-size: 1.3rem;
}
body .content-wrap h1.content-title.boder-left-02,
body .content-wrap h2.content-title.boder-left-02,
body .content-wrap h3.content-title.boder-left-02,
body .content-wrap h4.content-title.boder-left-02,
body .content-wrap h5.content-title.boder-left-02,
body .content-wrap h6.content-title.boder-left-02 {
  font-size: 1.3rem;
}
body .content-wrap h1.content-title.boder-left-03 span.main,
body .content-wrap h2.content-title.boder-left-03 span.main,
body .content-wrap h3.content-title.boder-left-03 span.main,
body .content-wrap h4.content-title.boder-left-03 span.main,
body .content-wrap h5.content-title.boder-left-03 span.main,
body .content-wrap h6.content-title.boder-left-03 span.main {
  font-size: 1.4rem;
}
body .content-wrap h1.content-title.boder-left-03 span.sub,
body .content-wrap h2.content-title.boder-left-03 span.sub,
body .content-wrap h3.content-title.boder-left-03 span.sub,
body .content-wrap h4.content-title.boder-left-03 span.sub,
body .content-wrap h5.content-title.boder-left-03 span.sub,
body .content-wrap h6.content-title.boder-left-03 span.sub {
  font-size: 0.9rem;
}
body .content-wrap h1.content-title.boder-left-04 span,
body .content-wrap h2.content-title.boder-left-04 span,
body .content-wrap h3.content-title.boder-left-04 span,
body .content-wrap h4.content-title.boder-left-04 span,
body .content-wrap h5.content-title.boder-left-04 span,
body .content-wrap h6.content-title.boder-left-04 span {
  margin-left: 0;
}
body .content-wrap h1.content-title.boder-left-04 span.main,
body .content-wrap h2.content-title.boder-left-04 span.main,
body .content-wrap h3.content-title.boder-left-04 span.main,
body .content-wrap h4.content-title.boder-left-04 span.main,
body .content-wrap h5.content-title.boder-left-04 span.main,
body .content-wrap h6.content-title.boder-left-04 span.main {
  font-size: 1.6rem;
}
body .content-wrap h1.content-title.boder-left-04 span.sub,
body .content-wrap h2.content-title.boder-left-04 span.sub,
body .content-wrap h3.content-title.boder-left-04 span.sub,
body .content-wrap h4.content-title.boder-left-04 span.sub,
body .content-wrap h5.content-title.boder-left-04 span.sub,
body .content-wrap h6.content-title.boder-left-04 span.sub {
  font-size: 1rem;
}
body .content-wrap h1.content-title.boder-left-05 span.main,
body .content-wrap h2.content-title.boder-left-05 span.main,
body .content-wrap h3.content-title.boder-left-05 span.main,
body .content-wrap h4.content-title.boder-left-05 span.main,
body .content-wrap h5.content-title.boder-left-05 span.main,
body .content-wrap h6.content-title.boder-left-05 span.main {
  font-size: 1.6rem;
  padding-left: 2.8rem;
}
body .content-wrap h1.content-title.boder-left-05 span.sub,
body .content-wrap h2.content-title.boder-left-05 span.sub,
body .content-wrap h3.content-title.boder-left-05 span.sub,
body .content-wrap h4.content-title.boder-left-05 span.sub,
body .content-wrap h5.content-title.boder-left-05 span.sub,
body .content-wrap h6.content-title.boder-left-05 span.sub {
  font-size: 1rem;
}
body .content-wrap h1.content-title.boder-left-06,
body .content-wrap h2.content-title.boder-left-06,
body .content-wrap h3.content-title.boder-left-06,
body .content-wrap h4.content-title.boder-left-06,
body .content-wrap h5.content-title.boder-left-06,
body .content-wrap h6.content-title.boder-left-06 {
  border-left: 30px solid #65BF0B;
}
body .content-wrap h1.content-title.boder-left-06 span.main,
body .content-wrap h2.content-title.boder-left-06 span.main,
body .content-wrap h3.content-title.boder-left-06 span.main,
body .content-wrap h4.content-title.boder-left-06 span.main,
body .content-wrap h5.content-title.boder-left-06 span.main,
body .content-wrap h6.content-title.boder-left-06 span.main {
  font-size: 1.6rem;
}
body .content-wrap h1.content-title.boder-left-06 span.sub,
body .content-wrap h2.content-title.boder-left-06 span.sub,
body .content-wrap h3.content-title.boder-left-06 span.sub,
body .content-wrap h4.content-title.boder-left-06 span.sub,
body .content-wrap h5.content-title.boder-left-06 span.sub,
body .content-wrap h6.content-title.boder-left-06 span.sub {
  font-size: 1rem;
}
body .content-wrap h1.content-title.boder-bottom-01,
body .content-wrap h2.content-title.boder-bottom-01,
body .content-wrap h3.content-title.boder-bottom-01,
body .content-wrap h4.content-title.boder-bottom-01,
body .content-wrap h5.content-title.boder-bottom-01,
body .content-wrap h6.content-title.boder-bottom-01 {
  font-size: 1.3rem;
}
body .content-wrap h1.content-title.boder-top-01,
body .content-wrap h2.content-title.boder-top-01,
body .content-wrap h3.content-title.boder-top-01,
body .content-wrap h4.content-title.boder-top-01,
body .content-wrap h5.content-title.boder-top-01,
body .content-wrap h6.content-title.boder-top-01 {
  font-size: 1.3rem;
}
body .content-wrap h1.content-title.boder-bg-01,
body .content-wrap h2.content-title.boder-bg-01,
body .content-wrap h3.content-title.boder-bg-01,
body .content-wrap h4.content-title.boder-bg-01,
body .content-wrap h5.content-title.boder-bg-01,
body .content-wrap h6.content-title.boder-bg-01 {
  font-size: 1.3rem;
}
body .content-wrap .contact-wrap {
  display: block;
}
body .content-wrap .contact-wrap .thumb {
  width: 100%;
}
body .content-wrap .contact-wrap .text {
  width: 100%;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
}
body .content-wrap .contact-wrap .text .detail {
  height: 100%;
  padding: 2.5rem 1.5rem;
}
body .content-wrap .contact-wrap .text .detail.border-b {
  border-bottom: 1px solid #707070;
}
body .content-wrap .contact-wrap .text .detail .ttl {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
body .content-wrap .contact-wrap .text .detail .tel-num {
  padding-bottom: 1rem;
}
body .content-wrap .contact-wrap .text .detail .tel-num a {
  font-size: 3rem;
  font-weight: 900;
  transition: all 0.3s;
  line-height: 1;
}
body .content-wrap .contact-wrap .text .link-btn {
  width: 100%;
}
body .content-wrap .form-group {
  margin-bottom: 3rem;
}
body .content-wrap .form-group .form-select {
  border: 1px solid #ccc;
  padding: 1rem 1rem;
  width: 70%;
}
body .content-wrap .company-wrap {
  display: block;
  margin-bottom: 5rem;
}
body .content-wrap .company-wrap .table-list {
  width: 100%;
}
body .content-wrap .company-wrap .company-map {
  width: 100%;
}
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.3rem;
}
body .content-wrap .box-1col.box-1col-04 {
  display: block;
}
body .content-wrap .box-1col.box-1col-04 .thumb {
  width: 100%;
  margin-right: 0;
}
body .content-wrap .box-1col.box-1col-04 .thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
}
body .content-wrap .box-1col.box-1col-04 .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.5rem;
  background-color: #F6F6F6;
}
body .content-wrap .box-1col.box-1col-04 .text .link-btn {
  width: 100%;
}
body .content-wrap .box-1col.box-1col-05 {
  display: block;
}
body .content-wrap .box-1col.box-1col-05 .thumb {
  width: 100%;
}
body .content-wrap .box-1col.box-1col-05 .thumb img {
  display: block;
  width: 100%;
}
body .content-wrap .box-1col.box-1col-05 .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0.5rem;
}
body .content-wrap .box-1col.box-1col-05 .text > p {
  font-size: 0.9rem;
  line-height: 2.2;
}
body .content-wrap .box-1col.box-1col-07 .text {
  position: relative;
  width: 90%;
  margin: -4rem auto 0 auto;
  padding: 2.5rem 2rem;
}
body .content-wrap .box-1col.box-1col-07 .text h3.section-title {
  margin-bottom: 2.5rem;
}
body .content-wrap .box-1col.box-1col-07 .text h3.section-title .main {
  font-size: 2rem;
}
body .content-wrap .box-1col.box-1col-07 .text > p {
  font-size: 0.9rem;
}
body .content-wrap .box-1col.box-1col-07 .text .link-btn {
  width: 100%;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10%;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .preface {
  margin: 0.7rem 0;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .preface .label {
  font-size: 0.85rem;
  padding: 0.1rem 1rem 0 1rem;
  margin-right: 1rem;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .preface .date {
  font-size: 0.9rem;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .title {
  font-size: 1.2rem;
}
body .content-wrap .box-3col.box-3col-03 ul.list li.list-item .text {
  font-size: 1rem;
}
body .content-wrap .link-btn {
  width: 100%;
}
body .content-wrap .link-btn.link-btn-01 a {
  font-size: 1.4rem;
}
body .content-wrap .table tr th {
  width: 28%;
  padding: 1.5rem;
}
body .content-wrap .table tr td {
  padding: 1.5rem;
}
body .content-wrap form .row {
  border-bottom: 1px solid #eef3f1;
}
body .content-wrap form .row:first-child {
  border-top: 1px solid #eef3f1;
}
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: 14px;
  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 .form-btn a,
body .content-wrap form .form-btn input[type=submit] {
  width: 80%;
}
body .content-wrap .map {
  aspect-ratio: 1/1;
}
body .content-wrap .map iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
body footer.footer-01 .inner {
  padding: 4rem 0;
}
body footer.footer-01 .inner .head .logo img {
  display: block;
  padding-bottom: 2rem;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
body footer.footer-01 .inner .head .name {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 2rem;
}