@charset "UTF-8";
:root {
  --color-base: #92D04F;
  --ff-zen: "Zen Kaku Gothic New", sans-serif;
  --ff-noto: "Noto Sans JP", sans-serif;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  margin: auto;
  font-family: var(--ff-noto);
  font-optical-sizing: auto;
  font-style: normal;
  min-width: 320px;
  color: #404040;
  font-size: 1.6rem;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
.navFixed {
  overflow: hidden;
}
main {
  overflow: hidden;
}
.googleMap {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.googleMap iframe,
.googleMap object,
.googleMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.googleMap #gmap_canvas,
.googleMap > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

a {
  display: inline-block;
	box-sizing: border-box;
  color: #000;
  transition: .3s;
}
a:hover {
  opacity: .7;
}
a[href^="tel:"] {
  pointer-events: none;
}
* {
  text-decoration: none;
  list-style: none;
}
.w-1100 {
  max-width: 1120px;
  margin-inline: auto;
  padding: 0 20px;
}
.bg_color {
  background-color: var(--color-base);
}
img {
  width: 100%;
  height: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 248px;
}
.pd_wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.btn {
  margin-top: 40px;
}
.btn a {
  display: block;
  width: fit-content;
  min-width: 380px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-inline: auto;
  padding: 12px 60px 14px 40px;
  position: relative;
  background-color: var(--color-base);
  color: #fff;
  border-radius: 50px;
  text-align: center;
}
.btn a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}
.btn.small a {
  min-width: 0;
  font-size: 1.6rem;
  padding: 8px 60px 10px 40px;
}
.btn.small a::after {
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  right: 16px;
}
header {
  padding: 20px;
}
nav {
  font-family: var(--ff-zen);
}
nav ul.link li + * {
  margin-left: 20px;
}
nav ul.link li a {
  display: block;
}
nav ul.link li a span {
  width: fit-content;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  position: relative;
  padding-right: 20px;
}
nav ul.link li a span::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background-image: url(../images/gnav_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
}
nav ul.contact li {
  margin-left: 20px;
}

.sp_btn {
  display: none;
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 99;
}
.sp_btn button {
  width: 50px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
}
.sp_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-base);
  margin: 10px 0;
}

.contents small.km {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #868686;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.fv {
  position: relative;
  height: 520px;
  overflow: hidden;
}
.fv > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fv .wrap img {
  width: auto;
}
.fv .wrap > div {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  position: relative;
  margin-inline: auto;
}
.fv .wrap > div > * {
  position: absolute;
}
.fv .wrap > div > *:nth-child(1) {
  top: 5%;
  left: 0;
}
.fv .wrap > div > *:nth-child(2) {
  bottom: 2%;
  left: 0;
}
.fv .wrap > div > *:nth-child(3) {
  top: 5%;
  right: 0;
}
.fv .wrap > div > *:nth-child(4) {
  bottom: 3%;
  right: 330px;
}
.fv .wrap > div > *:nth-child(5) {
  bottom: 3%;
  right: 0;
}
.contents h2 {
  font-size: 5rem;
  color: var(--color-base);
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.contents h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--color-base);
  margin-inline: auto;
  margin-top: 10px;
}

#indeed_plus .flex {
  align-items: stretch;
}
#indeed_plus .flex .left {
  display: grid;
  place-content: center;
  width: 35%;
  border: 2px solid var(--color-base);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
}
#indeed_plus .flex .left img {
  max-width: 300px;
}
#indeed_plus .flex .right {
  width: 60%;
}
#indeed_plus .flex h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--color-base);
  border-bottom: 2px solid var(--color-base);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#indeed_plus .flex p {
  font-size: 1.8rem;
  font-weight: bold;
}
#indeed_plus .flex p + * {
  margin-top: 10px;
}
#indeed_plus .img_box {
  margin-top: 40px;
}

#contact {
  padding: 40px 0;
}
#contact h3 {
  font-size: 4.5rem;
  color: var(--color-base);
  font-weight: bold;
  text-align: center;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
#contact h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -19px;
  left: calc(50% - 30px);
}
#contact h4,
#contact h5 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#contact h4 {
  width: fit-content;
  margin: 0 auto 5px;
  padding: 0 30px;
}
#contact h4::before,
#contact h4::after {
  content: "";
  display: block;
  height: 42px;
  border-left: 3px solid #fff;
  position: absolute;
}
#contact h4::before {
  bottom: 2px;
  left: 0;
  transform: rotate(-40deg);
}
#contact h4::after {
  bottom: 2px;
  right: 0;
  transform: rotate(40deg);
}
#contact .flex {
  margin-top: 40px;
}

.media_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  font-family: var(--ff-noto);
}
.media_list li > * {
  display: block;
  height: 100%;
  position: relative;
  border: 3px solid var(--color-base);
  border-radius: 15px;
  padding: 10px 10px 30px 10px;
}
.media_list li > *::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: var(--color-base);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.media_list li h3 span {
  display: grid;
  place-content: center;
  height: 174px;
  font-size: 3.6rem;
  font-weight: bold;
}
.media_list li h4 span {
  display: inline;
  font-size: 2.2rem;
  font-weight: 600;
  background-image: linear-gradient(transparent 65%,var(--color-base) 35%);
  padding-bottom: 2px;
}
.media_list li p.color {
  font-size: 2rem;
  background-color: var(--color-base);
  padding: 8px;
  text-align: center;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
}
.media_list li a > * + * {
  margin-top: 10px;
}
.media_list li a small {
  display: block;
  font-size: 1.4rem;
  color: #787878;
  margin-top: 5px;
}

#info .wrap,
#recruit_case .wrap {
  max-width: 1100px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 50px;
}
#info .wrap > div {
  padding: 0 50px;
}
.info_list {
  margin-top: 50px;
}
.info_list li {
  display: flex;
  gap: 40px;
}
.info_list li:nth-child(odd) {
  flex-direction: row-reverse;
}
.info_list li + * {
  margin-top: 80px;
}
.info_list li .txt_box {
  width: 60%;
}
.info_list li .img_box {
  width: 40%;
}
.info_list h3 {
  font-size: 2.6rem;
  color: var(--color-base);
  font-weight: 600;
  border-bottom: 2px solid var(--color-base);
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.info_list li:nth-child(n+2) h3::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 8px;
}
.info_list li:nth-child(2) h3::before {
  background-image: url(../images/icon_hand.svg);
}
.info_list li:nth-child(3) h3::before {
  background-image: url(../images/icon_note.svg);
}
.info_list li:nth-child(4) h3::before {
  background-image: url(../images/icon_graph.svg);
}
.info_list p {
  font-size: 1.5rem;
}
.info_list img {
  border-radius: 20px;
}

.case_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.case_list li {
  border: 2px solid var(--color-base);
  border-radius: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}
.case_list li p {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px;
}
.case_list li .btn {
  margin: 0;
}

.bg_color h2 {
  color: #fff;
}
.bg_color h2::after {
  background-color: #fff;
}

.consul_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.consul_list > li {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 30px;
}
.consul_list .txt_box {
  padding: 20px;
}
.consul_list h3 {
  margin-bottom: 10px;
}
.consul_list h3 strong {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
}
.consul_list h3 span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-base);
}
.consul_list ul {
  padding-left: 1em;
}
.consul_list ul li {
  font-size: 1.35rem;
  list-style-type: disc;
}
.consul_list ul li + * {
  margin-top: 3px;
}
.consul_list .btn {
  margin: 0;
}
.consul_list .btn a {
  min-width: 260px;
}

.com_tab {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.com_tab th {
  width: 200px;
  padding-bottom: 20px;
}
.com_tab th span {
  display: grid;
  box-sizing: border-box;
  place-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--color-base);
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
}
.com_tab td {
  padding: 0 0 20px 20px;
}
.com_tab td > * + p,
.com_tab td > * + ul {
  margin-top: 20px;
}
.com_tab td > * + .googleMap {
  margin-top: 10px;
}
.business_list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.business_list li + *,
.link_list li + * {
  padding-top: 5px;
}
.business_list li::before {
  content: "●";
  margin-right: .5em;
}
.link_list li a {
  font-size: 1.8rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
  color: var(--color-base);
  border-bottom: 1px solid var(--color-base);
}
.link_list li a::before {
  content: "■";
  margin-right: .5em;
}
.bgbk {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(000,000,000,.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
footer {
  padding: 20px;
  text-align: center;
}
footer small {
  font-family: var(--ff-zen);
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 500;
}

#recruit_case.bg_color h2 {
  color: var(--color-base);
}
#recruit_case.bg_color h2::after {
  background-color: var(--color-base);
}
#recruit_case.bg_color .box > * + * {
  margin-top: 20px;
}
#recruit_case.bg_color h3 {
  font-size: 3rem;
}
.post_content * + * {
  margin-top: .3em;
}
.post_content h1 {
  font-size: 4rem;
  color: var(--color-base);
  font-weight: 600;
}
.post_content h2 {
  font-size: 3.2rem;
  color: inherit;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
}
.post_content h2::after {
  display: none;
}
.post_content h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.post_content h4 {
  font-size: 2.6rem;
}
.post_content h5 {
  font-size: 2.4rem;
}
.post_content h6 {
  font-size: 2rem;
}
.post_content strong {
  font-weight: 600;
}
.post_content em {
  font-style: italic;
}
.post_content ul,
.post_content ol {
  padding-left: 1em;
}
.post_content ul li {
  list-style: disc;
}
.post_content ol li {
  list-style: decimal;
}
.post_content img {
  margin-top: 20px;
}
.post-navigation {
  margin-top: 40px;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.post-navigation .nav-links > * {
  max-width: 540px;
}
.post-navigation a {
  font-size: 2rem;
  color: #fff;
}
.post-navigation a {
  display: block;
  width: fit-content;
  min-width: 380px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-inline: auto;
  position: relative;
  color: var(--color-base);
  background-color: #fff;
  border-radius: 100px;
  text-align: left;
}
.post-navigation .nav-previous a {
  padding: 12px 40px 14px 80px;
}
.post-navigation .nav-next a {
  padding: 12px 80px 14px 40px;
}
.post-navigation a::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../images/arrow_btn2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(50% - 13px);
}
.post-navigation .nav-previous a::after {
  left: 30px;
  transform: rotate(180deg);
}
.post-navigation .nav-next a::after {
  right: 30px;
}


@media screen and (max-width: 1300px){
  .w-1100 {
    max-width: none;
  }
  #info,
  #recruit_case {
    padding: 20px;
  }
  #info .wrap,
  #recruit_case .wrap {
    max-width: none;
  }
  .post-navigation {
    margin-top: 20px;
    padding: 0;
  }
  .post-navigation .nav-links {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  nav .link.flex {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 40px;
    position: fixed;
    top: -100%;
    right: 0;
    z-index: 50;
    transition: .3s;
  }
  nav.open .link.flex {
    top: 0;
  }
  nav .contact.flex {
    padding-right: 70px;
  }
  nav ul.link li + * {
    margin-left: 0;
    margin-top: 40px;
  }
  nav ul.link li a span {
    font-size: 2.4rem;
    padding-right: 35px;
  }
  nav ul.link li a span::after {
    width: 24px;
    height: 12px;
    top: calc(50% - 4px);
  }
  .sp_btn {
    display: block;
  }
  .fv {
    height: 500px;
    background-image: url(../images/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .fv .wrap > div > *:nth-child(1) {
    width: 300px;
    left: 2%;
  }
  .fv .wrap > div > *:nth-child(2) {
    width: 460px;
    left: 2%;
  }
  .fv .wrap > div > *:nth-child(3) {
    width: 410px;
    right: 3.5%;
  }
  .fv .wrap > div > *:nth-child(4) {
    bottom: 30%;
    right: 2%;
  }
  .fv .wrap > div > *:nth-child(5) {
    bottom: 3%;
    right: 2%;
  }
    .fv .wrap > div > a img {
    width: 275px;
  }
  .bnr_area ul {
    grid-template-columns: repeat(4, 1fr);
  }
  #indeed_plus .flex {
    display: block;
  }
  #indeed_plus .flex .left {
    width: auto;
  }
  #indeed_plus .flex .right {
    width: auto;
    margin-top: 20px;
  }
  #contact h3 {
    font-size: 2.8rem;
  }
  #contact h4, #contact h5 {
    font-size: 2rem;
  }
  #contact .flex {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  #contact .flex > * {
    width: 90%;
  }
  #contact .flex > * + * {
    margin-top: 20px;
  }
  .contents h2 {
    font-size: 4rem;
  }
  .media_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #info .wrap {
    padding: 20px;
  }
  .info_list li {
    display: block;
  }
  .info_list li + * {
    margin-top: 40px;
  }
  .info_list li .txt_box {
    width: auto;
  }
  .info_list li .img_box {
    width: auto;
    margin-top: 30px;
  }
  .case_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .consul_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .com_tab tr,
  .com_tab th,
  .com_tab td {
    display: block;
    width: auto;
  }
  .com_tab tr + * {
    margin-top: 40px;
  }
  .com_tab td {
    padding: 0;
  }
  #contact h4::before, #contact h4::after {
    height: 30px;
  }
  #info .wrap > div {
    padding: 0;
  }
  #recruit_case .wrap {
    padding: 30px;
  }
  .post-navigation .nav-links {
    display: block;
  }
  .post-navigation .nav-links > * {
    max-width: none;
  }
  .post-navigation .nav-links > * + * {
    margin-top: 20px;
  }
  .media_list li h4 span {
    font-size: 2rem;
  }
  .info_list h3 {
    font-size: 2.4rem;
  }
  .info_list p {
    font-size: 1.7rem;
  }
  .consul_list ul li {
    font-size: 1.6rem;
  }
  .com_tab {
    font-size: 2rem;
  }
}