@charset "UTF-8";
/* CSS Document */
html,
body,
main,
nav,
section,
article,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
input,
textarea,
button,
figure,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*::before,
*::after {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
}

address,
cite {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-weight: normal;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}

/*iOS*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  font-size: 50%;
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1A1A1A;
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  scroll-behavior: smooth;
}

.lato {
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.6rem;
  font-weight: 500;
}

li {
  list-style: none;
}

img {
  width: 100%;
  pointer-events: none;
  vertical-align: middle;
}

a {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  transition: 0.5s;
}
a *, a::before, a::after {
  transition: 0.5s;
}

@media print, screen and (min-width: 500px) {
  a[href*=tel] {
    pointer-events: none;
  }
}

img,
video,
iframe {
  display: block;
  height: auto;
}

address {
  font-style: normal;
}

br.under480 {
  display: block;
}
@media print, screen and (min-width: 480px) {
  br.under480 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  br.under768 {
    display: none;
  }
}
br.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.over768 {
    display: block;
  }
}
br.between768-1024 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.between768-1024 {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  br.between768-1024 {
    display: none;
  }
}
br.under1024 {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  br.under1024 {
    display: none;
  }
}
br.over1024 {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  br.over1024 {
    display: block;
  }
}
br.over1280 {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  br.over1280 {
    display: block;
  }
}

.inner {
  padding: 5rem 0;
}
@media print, screen and (min-width: 768px) {
  .inner {
    padding: 10rem 0;
  }
}

.max768 {
  max-width: 768px;
  width: 95%;
  margin: auto;
}

.max1024 {
  max-width: 1024px;
  width: 95%;
  margin: auto;
}

.max1070 {
  max-width: 1070px;
  width: 95%;
  margin: auto;
}

.max1130 {
  max-width: 1130px;
  width: 95%;
  margin: auto;
}

.max1200 {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.max1250 {
  max-width: 1250px;
  width: 95%;
  margin: auto;
}

.max1400 {
  max-width: 1400px;
  width: 95%;
  margin: auto;
}

.max1600 {
  max-width: 1600px;
  width: 95%;
  margin: auto;
}

.max1880 {
  max-width: 1880px;
  width: 95%;
  margin: auto;
}

.pd64 {
  padding: 6.4rem 0;
}

.pd80 {
  padding: 6.4rem 0;
}
@media print, screen and (min-width: 768px) {
  .pd80 {
    padding: 8rem 0;
  }
}

.pd100 {
  padding: 6.4rem 0;
}
@media print, screen and (min-width: 768px) {
  .pd100 {
    padding: 10rem 0;
  }
}

.pd150 {
  padding: 7.2rem 0;
}
@media print, screen and (min-width: 768px) {
  .pd150 {
    padding: 15rem 0;
  }
}

.pd100 {
  padding: 6.4rem 0;
}
@media print, screen and (min-width: 768px) {
  .pd100 {
    padding: 10rem 0;
  }
}

.pd-top100 {
  padding-top: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .pd-top100 {
    padding-top: 10rem;
  }
}

.pd-bottom100 {
  padding-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .pd-bottom100 {
    padding-bottom: 10rem;
  }
}

.pd-bottom150 {
  padding-bottom: 7.2rem;
}
@media print, screen and (min-width: 768px) {
  .pd-bottom150 {
    padding-bottom: 15rem;
  }
}

.pd-bottom200 {
  padding-bottom: 10rem;
}
@media print, screen and (min-width: 768px) {
  .pd-bottom200 {
    padding-bottom: 20rem;
  }
}

.mg64 {
  margin: 4rem;
}
@media print, screen and (min-width: 768px) {
  .mg64 {
    margin: 6.4rem;
  }
}

.mg-top64 {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  .mg-top64 {
    margin-top: 6.4rem;
  }
}

.mg-top100 {
  margin-top: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .mg-top100 {
    margin-top: 10rem;
  }
}

.margin-top200 {
  margin-top: 10rem;
}
@media print, screen and (min-width: 768px) {
  .margin-top200 {
    margin-top: 20rem;
  }
}

.mg-bottom64 {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  .mg-bottom64 {
    margin-bottom: 6.4rem;
  }
}

.mg-bottom100 {
  margin-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .mg-bottom100 {
    margin-bottom: 10rem;
  }
}

ul.breadcrumb {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 2rem;
}
ul.breadcrumb li {
  font-size: 1.4rem;
  font-weight: 400;
}
ul.breadcrumb li a {
  transition: 0.5s;
}
ul.breadcrumb li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

#page-header {
  padding-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #page-header {
    padding-top: 0;
  }
}
#page-header .page-header-inner .page-header-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-header .page-header-inner .page-header-title hgroup h2 {
  font-size: min(5.6rem, 8vw);
  font-weight: bold;
  color: #006c54;
}
#page-header .page-header-inner .page-header-title hgroup p {
  font-size: 2rem;
  font-weight: 400;
}
#page-header .page-header-inner .page-header-title ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#page-header .page-header-inner .page-header-title ul li a {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  transition: 0.5s;
}
#page-header .page-header-inner .page-header-title ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.contents-title01 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 3.8rem;
}
@media print, screen and (min-width: 768px) {
  .contents-title01 {
    font-size: 5.6rem;
  }
}
.contents-title01::after {
  display: block;
  content: "";
  height: 1px;
  width: 5rem;
  background: #333;
  margin-left: 2rem;
}
@media print, screen and (min-width: 768px) {
  .contents-title01::after {
    width: 10rem;
  }
}
.contents-title01 span {
  color: #006c54;
}

.contents-title02 h3 {
  font-size: min(3.2rem, 6vw);
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
.contents-title02 p {
  font-size: 2rem;
  font-weight: 400;
  color: #006c54;
  text-align: center;
}

ul.contents-button {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 500px) {
  ul.contents-button {
    flex-direction: row;
  }
}
ul.contents-button li {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  ul.contents-button li {
    width: calc(50% - 1rem);
  }
}
ul.contents-button li:first-child a {
  border-radius: 60px 60px 0 0;
}
@media print, screen and (min-width: 500px) {
  ul.contents-button li:first-child a {
    border-radius: 60px 0 0 0;
  }
}
ul.contents-button li:last-child a {
  border-radius: 60px 60px 0 0;
}
@media print, screen and (min-width: 500px) {
  ul.contents-button li:last-child a {
    border-radius: 0 60px 0 0;
  }
}
ul.contents-button li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  background: #3d3d3d;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 3rem 1rem;
  color: #fff;
  transition: 0.5s;
}
ul.contents-button li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
ul.contents-button li a img {
  max-width: 49px;
  width: 5vw;
}

header#header {
  position: fixed;
  top: 0;
  z-index: 100000000;
  width: 100%;
  transition: 0.5s;
  background: #fff;
  padding: 2rem 4rem;
}
header#header.active-background {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(105, 105, 105, 0.5);
  transition: 0.5s;
}
header#header .header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 1024px) {
  header#header .header-main {
    display: block;
  }
}
header#header .header-main h1 {
  min-width: 160px;
  width: 17vw;
}
header#header .header-main h1 a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
header#header .header-main div.main-link {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  header#header .header-main div.main-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
}
header#header .header-main div.main-link > ul {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  header#header .header-main div.main-link > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
header#header .header-main div.main-link > ul li.main-menu > a {
  color: #1A1A1A;
  display: grid;
  place-items: center;
  margin: 0 2rem;
}
header#header .header-main div.main-link > ul li.main-menu > a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
header#header .header-main div.main-link > ul li.recruit-link {
  margin-left: 1rem;
}
header#header .header-main div.main-link > ul li.recruit-link a {
  background: #006c54;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
header#header .header-main div.main-link > ul li.recruit-link a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
header#header .header-main div.main-link > ul li.recruit-link a p {
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
}
header#header .header-main div.main-link > ul li.recruit-link a img {
  max-width: 38px;
  width: 100%;
}
header#header .header-main .overlay_toggle {
  width: 40px;
  height: 45px;
  cursor: pointer;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  header#header .header-main .overlay_toggle {
    display: none;
  }
}
header#header .header-main .overlay_toggle span {
  display: block;
  width: 40px;
  height: 2px;
  background: #006c54;
  transition: 0.5s;
}
header#header .header-main .overlay_toggle span:nth-of-type(1) {
  position: absolute;
  top: 0;
}
header#header .header-main .overlay_toggle span:nth-of-type(2) {
  position: absolute;
  top: 10px;
}
header#header .header-main .overlay_toggle span:nth-of-type(3) {
  position: absolute;
  top: 20px;
}
header#header .header-main .overlay_toggle.active span:nth-of-type(1) {
  top: 12px;
  transform: translate(0, 0) rotate(30deg);
}
header#header .header-main .overlay_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
header#header .header-main .overlay_toggle.active span:nth-of-type(3) {
  top: 12px;
  transform: translate(0, 0) rotate(-30deg);
}
header#header .header-main .overlay_toggle p {
  position: absolute;
  top: 30px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #006c54;
}
header#header .overlay {
  position: fixed;
  top: 9.6rem;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: calc(100vh - 7.7rem);
  background: #f3f7f4;
  overflow-y: scroll;
  opacity: 0;
  transform: translateX(100%);
  transition: 0.5s;
}
header#header .overlay.active {
  opacity: 1;
  transform: translateX(0px);
}
header#header .overlay nav > p {
  padding-top: 2rem;
  background: #006c54;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > p {
    padding-top: 4rem;
  }
}
header#header .overlay nav > p > span {
  display: block;
  color: #1A1A1A;
  font-weight: bolder;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 10rem;
  padding: 0.5rem 2rem;
  margin-left: 5%;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > p > span {
    margin: auto;
  }
}
header#header .overlay nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
  padding: 3rem 3rem 2rem;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > ul {
    gap: 5rem 0;
    padding: 5rem 5rem 2rem;
  }
}
header#header .overlay nav > ul > li {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  header#header .overlay nav > ul > li {
    width: 50%;
  }
}
header#header .overlay nav > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
  display: inline-block;
  margin-bottom: 1rem;
}
header#header .overlay nav > ul > li > a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
header#header .overlay nav > ul > li > a img {
  width: auto;
  height: min(5vw, 1.5em);
  margin: 0 0.5em;
  vertical-align: baseline;
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav > ul > li > a img {
    height: min(2.5vw, 1.5em);
  }
}
header#header .overlay nav > ul > li > ul {
  margin-left: 1rem;
  width: 100%;
}
header#header .overlay nav > ul > li > ul li {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
header#header .overlay nav > ul > li > ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 0.5rem;
}
header#header .overlay nav > ul > li > ul li::before {
  content: "－";
  color: #1A1A1A;
}
header#header .overlay nav > ul > li > ul li a {
  font-size: 14px;
  color: #1A1A1A;
}
header#header .overlay nav > ul > li > ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
header#header .overlay nav .btn_area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 0 3rem;
}
@media print, screen and (min-width: 500px) {
  header#header .overlay nav .btn_area {
    flex-direction: row;
    align-items: baseline;
  }
}
@media print, screen and (min-width: 768px) {
  header#header .overlay nav .btn_area {
    gap: 0 4rem;
    padding: 0 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  header#header .overlay nav .btn_area:nth-of-type(3) {
    display: none;
  }
}
header#header .overlay nav .btn_area .btn {
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  header#header .overlay nav .btn_area .btn {
    width: 33.3333333333%;
  }
}
header#header .overlay nav .btn_area .btn:first-child a {
  background: #006c54;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
header#header .overlay nav .btn_area .btn:nth-of-type(2) a {
  background: #606080;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
header#header .overlay nav .btn_area .btn:nth-of-type(3) a {
  background: #22ccab;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
header#header .overlay nav .btn_area .btn:last-child a {
  background: #3d3d3d;
  color: #fff;
}
header#header .overlay nav .btn_area .btn a {
  text-align: center;
  padding: 1.6rem 0;
  font-weight: bold;
}
header#header .overlay nav .btn_area .btn a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
header#header .overlay nav .btn_area .btn a img {
  max-width: 38px;
  width: 100%;
}

footer#footer .footer-inner .google-map {
  width: 100%;
}
footer#footer .footer-inner .google-map iframe {
  height: 300px;
}
@media print, screen and (min-width: 768px) {
  footer#footer .footer-inner .google-map iframe {
    height: 400px;
  }
}
footer#footer .footer-inner .footer-link-contents {
  width: 100%;
  margin: 0 auto;
  background: #006c54;
  padding: 3.2rem 0 8rem;
  display: none;
}
@media print, screen and (min-width: 768px) {
  footer#footer .footer-inner .footer-link-contents {
    padding: 6.4rem 0 16rem;
  }
}
@media print, screen and (min-width: 1200px) {
  footer#footer .footer-inner .footer-link-contents {
    display: block;
  }
}
footer#footer .footer-inner .footer-link-contents .footer-link-top {
  margin-bottom: 6.4rem;
}
footer#footer .footer-inner .footer-link-contents .footer-link-top a {
  max-width: 304px;
  width: 100%;
  margin: 0 auto 1rem;
  background: #fff;
  padding: 1.6rem;
}
footer#footer .footer-inner .footer-link-contents .footer-link-top p {
  text-align: center;
  color: #fff;
}
footer#footer .footer-inner .footer-link-contents ul.max1400 {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
footer#footer .footer-inner .footer-link-contents ul.max1400 a {
  color: #fff;
}
footer#footer .footer-inner .footer-link-contents ul.max1400 a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
footer#footer .footer-inner .footer-link-contents ul.max1400 > li {
  width: calc((100% - 2rem) / 5);
}
footer#footer .footer-inner .footer-link-contents ul.max1400 > li a.footer-main-link {
  border-bottom: 1px solid #fff;
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
footer#footer .footer-inner .footer-link-contents ul.max1400 > li a.footer-main-link::after {
  content: ">";
  display: block;
}
footer#footer .footer-inner .footer-link-contents ul.max1400 > li > ul > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
footer#footer .footer-inner .footer-link-contents ul.max1400 > li > ul > li a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer#footer .footer-inner .footer-link-contents ul.max1400 > li > ul > li a::before {
  content: "-";
  display: block;
}
footer#footer .footer-inner .copyright {
  background: #333;
  padding: 1.6rem;
}
footer#footer .footer-inner .copyright p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
footer#footer .to_top {
  position: fixed;
  right: 1.5rem;
  bottom: 6.5rem;
  z-index: 99;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
footer#footer .to_top.active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
}
footer#footer .to_top a {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: #006c54;
  border: 0.2rem solid #fff;
  display: grid;
  place-items: center;
}
footer#footer .to_top a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
footer#footer .to_top a img {
  max-width: 26px;
}

#top article {
  overflow: hidden;
}
#top article #mv {
  padding-top: 80px;
}
#top article #top-news .top-news-inner ul {
  display: flex;
  flex-direction: column;
  gap: 4rem 10%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-news .top-news-inner ul {
    align-items: end;
    justify-content: space-between;
    flex-direction: row;
  }
}
#top article #top-news .top-news-inner ul li:first-child {
  width: 160px;
}
#top article #top-news .top-news-inner ul li:first-child h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
#top article #top-news .top-news-inner ul li:first-child p {
  color: #9c9c9c;
}
#top article #top-news .top-news-inner ul li:last-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-news .top-news-inner ul li:last-child {
    width: calc(90% - 160px);
  }
}
#top article #top-news .top-news-inner ul li:last-child a {
  display: flex;
  align-items: center;
  transition: 0.5s;
}
#top article #top-news .top-news-inner ul li:last-child a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#top article #top-news .top-news-inner ul li:last-child a p.news-date {
  margin-right: 4rem;
}
#top article #top-news .top-news-inner ul li:last-child a span.news-category {
  color: #9c9c9c;
  font-size: 14px;
  margin-right: 1.6rem;
}
#top article #top-news .top-news-inner ul li:last-child a p.news-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#top article #top-company {
  position: relative;
}
#top article #top-company .top-company-inner {
  position: relative;
}
#top article #top-company .top-company-inner .top-company-contents {
  display: grid;
  justify-content: center;
}
#top article #top-company .top-company-inner .top-company-contents h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
#top article #top-company .top-company-inner .top-company-contents ul {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #top article #top-company .top-company-inner .top-company-contents ul li:first-child {
    margin-left: calc(50% - 50vw);
  }
}
#top article #top-company .top-company-inner .top-company-contents ul li:first-child figure img {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  #top article #top-company .top-company-inner .top-company-contents ul li:first-child figure img {
    width: 72vw;
  }
}
#top article #top-company .top-company-inner .top-company-contents ul li:last-child {
  max-width: 800px;
  width: 100%;
  background: #006c54;
  padding: 2rem;
  margin: -3rem auto 0;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1024px) {
  #top article #top-company .top-company-inner .top-company-contents ul li:last-child {
    max-width: 460px;
    position: absolute;
    right: 0;
    bottom: -6.4rem;
    margin: 0;
  }
}
#top article #top-company .top-company-inner .top-company-contents ul li:last-child .top-company-menu {
  border: 6px solid #fff;
  background: #006c54;
  padding: 2rem;
}
#top article #top-company .top-company-inner .top-company-contents ul li:last-child .top-company-menu > figure {
  max-width: 248px;
  width: 100%;
  margin: 0 auto 2rem;
}
#top article #top-company .top-company-inner .top-company-contents ul li:last-child .top-company-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
#top article #top-company .top-company-inner .top-company-contents ul li:last-child .top-company-menu a:not(:last-child) {
  margin-bottom: 2rem;
}
#top article #top-company .top-company-inner .top-company-contents ul li:last-child .top-company-menu a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
#top article #top-company .top-company-inner .top-company-contents ul li:last-child .top-company-menu a p {
  color: #fff;
}
#top article #top-company .bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -9%;
}
#top article #top-company .bg-img img {
  width: 130vw;
}
@media print, screen and (min-width: 1024px) {
  #top article #top-company .bg-img img {
    width: 100%;
  }
}
#top article #top-business .top-business-inner .top-business-contents ul {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner .top-business-contents ul {
    flex-direction: row;
    justify-content: space-between;
  }
  #top article #top-business .top-business-inner .top-business-contents ul:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
#top article #top-business .top-business-inner .top-business-contents ul li:first-child {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 2rem;
}
#top article #top-business .top-business-inner .top-business-contents ul li span {
  display: block;
  color: #9c9c9c;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner .top-business-contents ul li span {
    text-align: left;
  }
}
#top article #top-business .top-business-inner .top-business-contents ul li h3 {
  font-size: 3.2rem;
  margin: 2rem 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner .top-business-contents ul li h3 {
    margin: 4rem 0;
    text-align: left;
  }
}
#top article #top-business .top-business-inner .top-business-contents ul li p {
  font-weight: 400;
  margin-bottom: 4rem;
  line-height: 1.8;
}
#top article #top-business .top-business-inner .top-business-contents ul li a {
  border: 1px solid #333;
  color: #333;
  border-radius: 10000000px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  padding: 10px 18px;
  transition: 0.5s;
  font-size: 16px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner .top-business-contents ul li a {
    margin: 0;
  }
}
#top article #top-business .top-business-inner .top-business-contents ul li a:hover {
  transition: 0.5s;
  color: #006c54;
  border: 1px solid #006c54;
}
#top article #top-business .top-business-inner .top-business-contents ul li figure {
  margin-top: 4rem;
  max-width: 1024px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-business .top-business-inner .top-business-contents ul li figure {
    margin-top: 8rem;
    width: 65vw;
  }
}
#top article #top-recruit .top-recruit-inner {
  position: relative;
}
#top article #top-recruit .top-recruit-inner figure.attached-img {
  max-width: 880px;
  width: 60vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #top article #top-recruit .top-recruit-inner figure.attached-img {
    top: -8%;
  }
}
#top article #top-recruit .top-recruit-inner ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  #top article #top-recruit .top-recruit-inner ul {
    flex-direction: row;
  }
}
#top article #top-recruit .top-recruit-inner ul li:first-child {
  background: #006c54;
  padding: 4rem;
  max-width: 1200px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-recruit .top-recruit-inner ul li:first-child {
    margin-top: 17rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top article #top-recruit .top-recruit-inner ul li:first-child {
    padding: 12rem 8rem;
  }
}
#top article #top-recruit .top-recruit-inner ul li:first-child h2 {
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
  color: #40f99b;
}
@media print, screen and (min-width: 500px) {
  #top article #top-recruit .top-recruit-inner ul li:first-child h2 {
    font-size: min(5.6rem, 3.6vw);
  }
}
#top article #top-recruit .top-recruit-inner ul li:first-child > p {
  font-weight: 400;
  color: #fff;
  margin: 4rem 0;
  line-height: 1.8;
}
#top article #top-recruit .top-recruit-inner ul li:first-child a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  padding: 1rem 2rem;
  transition: 0.5s;
}
#top article #top-recruit .top-recruit-inner ul li:first-child a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
#top article #top-recruit .top-recruit-inner ul li:first-child a p {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #top article #top-recruit .top-recruit-inner ul li:last-child {
    margin-left: -10rem;
  }
}
#top article #top-recruit .top-recruit-inner ul li:last-child img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article #top-recruit .top-recruit-inner ul li:last-child img {
    width: 45vw;
  }
}
#top article #top-document .top-document-inner ul {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #top article #top-document .top-document-inner ul {
    flex-direction: row;
    align-items: flex-start;
  }
}
#top article #top-document .top-document-inner ul li:first-child p {
  margin-bottom: 4rem;
  line-height: 1.8;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #top article #top-document .top-document-inner ul li:first-child p {
    text-align: left;
  }
}
#top article #top-document .top-document-inner ul li:first-child a {
  border: 1px solid #333;
  color: #333;
  border-radius: 10000000px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  padding: 10px 18px;
  transition: 0.5s;
  font-size: 16px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #top article #top-document .top-document-inner ul li:first-child a {
    margin: 0;
  }
}
#top article #top-document .top-document-inner ul li:first-child a:hover {
  transition: 0.5s;
  color: #006c54;
  border: 1px solid #006c54;
}
#top article #top-document .top-document-inner ul li:last-child {
  max-width: 820px;
  width: 100%;
}
#top article #top-document .top-document-inner ul li:last-child .top-document-button {
  background: #3D3D3D;
  display: flex;
  height: 100%;
}
#top article #top-document .top-document-inner ul li:last-child .top-document-button:first-child {
  margin-bottom: 2rem;
}
#top article #top-document .top-document-inner ul li:last-child .top-document-button > span {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 5rem 2rem;
  width: 20%;
  border-right: 1px solid #fff;
}
#top article #top-document .top-document-inner ul li:last-child .top-document-button div {
  padding: 5rem 6rem;
  height: 100%;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top article #top-document .top-document-inner ul li:last-child .top-document-button div p span {
  display: block;
}
#top article #top-document .top-document-inner ul li:last-child .top-document-button div p span:first-child {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
#top article #top-document .top-document-inner ul li:last-child .top-document-button div p span:last-child {
  color: #9c9c9c;
}
#top article #top-document .top-document-inner ul li:last-child .top-document-button div a {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10000000px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  padding: 10px 18px;
  transition: 0.5s;
  font-size: 16px;
}
#top article #top-document .top-document-inner ul li:last-child .top-document-button div a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

#entry article {
  overflow: hidden;
}
#entry article #new-graduate-contact .new-graduate-contact-inner {
  border: 2px solid #006c54;
  padding: 4rem 1.6rem;
  background: linear-gradient(135deg, #006c54 4rem, transparent 0);
}
#entry article #new-graduate-contact .new-graduate-contact-inner h3 {
  text-align: center;
  font-size: min(3.2rem, 5.5vw);
  font-weight: bold;
  color: #006c54;
}
#entry article #new-graduate-contact .new-graduate-contact-inner p.contents {
  font-weight: bold;
  text-align: center;
  margin: 4rem 0;
}
#entry article #new-graduate-contact .new-graduate-contact-inner p.contents span {
  color: #006c54;
}
#entry article #new-graduate-contact .new-graduate-contact-inner .entry-sheet {
  margin-bottom: 4rem;
}
#entry article #new-graduate-contact .new-graduate-contact-inner .entry-sheet > p {
  text-align: center;
  font-weight: bold;
  font-weight: bold;
  color: #e42a2a;
  margin-bottom: 1rem;
}
#entry article #new-graduate-contact .new-graduate-contact-inner .entry-sheet a {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: #006c54;
  padding: 3rem 1rem;
  transition: 0.5s;
}
#entry article #new-graduate-contact .new-graduate-contact-inner .entry-sheet a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#entry article #new-graduate-contact .new-graduate-contact-inner .entry-sheet a p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
#entry article #new-graduate-contact .new-graduate-contact-inner .entry-sheet a img {
  max-width: 20px;
  width: 100%;
}
#entry article #new-graduate-contact .new-graduate-contact-inner p.important {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e42a2a;
}
#entry article #form_contents .form_contents_inner > p {
  display: grid;
  place-items: center;
}
#entry article #form_contents .form_contents_inner form {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #entry article #form_contents .form_contents_inner form dl {
    display: flex;
    align-items: center;
  }
}
#entry article #form_contents .form_contents_inner form dl + dl {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #entry article #form_contents .form_contents_inner form dl + dl {
    margin-top: 3rem;
  }
}
#entry article #form_contents .form_contents_inner form dl dt {
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #entry article #form_contents .form_contents_inner form dl dt {
    width: 15em;
  }
}
#entry article #form_contents .form_contents_inner form dl dt.required::after {
  content: "＊";
  color: #e42a2a;
  margin-left: 0.3rem;
}
#entry article #form_contents .form_contents_inner form dl dd {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  #entry article #form_contents .form_contents_inner form dl dd {
    flex: 1;
    margin-top: 0;
  }
}
#entry article #form_contents .form_contents_inner form dl dd label:first-child {
  margin-right: 3rem;
}
#entry article #form_contents .form_contents_inner form dl dd input:not([type=radio]),
#entry article #form_contents .form_contents_inner form dl dd textarea {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.8rem;
  border: 0.1rem solid #a1a1a1;
}
#entry article #form_contents .form_contents_inner form dl dd textarea {
  field-sizing: content;
  min-height: 15rem;
}
#entry article #form_contents .form_contents_inner form dl dd.birthday-item-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#entry article #form_contents .form_contents_inner form dl dd.birthday-item-wrap .birthday-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 1rem;
}
#entry article #form_contents .form_contents_inner form dl dd.birthday-item-wrap .birthday-item:first-child {
  width: 50%;
}
#entry article #form_contents .form_contents_inner form dl dd.birthday-item-wrap .birthday-item:nth-of-type(2) {
  width: 25%;
}
#entry article #form_contents .form_contents_inner form dl dd.birthday-item-wrap .birthday-item:last-child {
  width: 25%;
}
#entry article #form_contents .form_contents_inner form dl dd.education-item-wrap .education-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}
#entry article #form_contents .form_contents_inner form dl dd.education-item-wrap .education-item:first-child {
  margin-bottom: 1rem;
}
#entry article #form_contents .form_contents_inner form dl dd.filesheet-wrap input {
  width: auto;
  padding: 0;
  border: none;
  color: #006c54;
  font-size: 1.6rem;
  transition: 0.5s;
}
#entry article #form_contents .form_contents_inner form dl dd.filesheet-wrap input:hover {
  transition: 0.5s;
  opacity: 0.5;
}
#entry article #form_contents .form_contents_inner form .privacy_area {
  width: 100%;
  margin: 4rem auto 0;
  background: #f3f7f4;
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  #entry article #form_contents .form_contents_inner form .privacy_area p {
    text-align: center;
  }
}
#entry article #form_contents .form_contents_inner form .privacy_area p a {
  display: inline;
  color: #006c54;
}
#entry article #form_contents .form_contents_inner form .privacy_area p a:hover {
  text-decoration: underline;
}
#entry article #form_contents .form_contents_inner form .privacy_area label {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
  background: #fff;
  padding: 1em 0;
  cursor: pointer;
}
#entry article #form_contents .form_contents_inner form .privacy_area label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #02538a;
}
#entry article #form_confirm .form_confirm_inner p.form_intro {
  text-align: left;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #entry article #form_confirm .form_confirm_inner p.form_intro {
    text-align: center;
  }
}
#entry article #form_confirm .form_confirm_inner p.form_intro span {
  color: #006c54;
  display: inline-block;
  width: auto;
  font-weight: bold;
}
#entry article #form_confirm .form_confirm_inner form {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #entry article #form_confirm .form_confirm_inner form dl {
    display: flex;
    align-items: center;
  }
}
#entry article #form_confirm .form_confirm_inner form dl + dl {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #entry article #form_confirm .form_confirm_inner form dl + dl {
    margin-top: 3rem;
  }
}
#entry article #form_confirm .form_confirm_inner form dl dt {
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #entry article #form_confirm .form_confirm_inner form dl dt {
    width: 15em;
  }
}
#entry article #form_confirm .form_confirm_inner form dl dt.required::after {
  content: "＊";
  color: #e42a2a;
  margin-left: 0.3rem;
}
#entry article #form_confirm .form_confirm_inner form dl dd {
  background: #f3f7f4;
  padding: 1.5rem;
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  #entry article #form_confirm .form_confirm_inner form dl dd {
    flex: 1;
    margin-top: 0;
  }
}
#entry article #form_confirm .form_confirm_inner form dl dd input:not([type=radio]),
#entry article #form_confirm .form_confirm_inner form dl dd textarea {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.8rem;
  border: 0.1rem solid #a1a1a1;
  border-radius: 10px;
}
#entry article #form_confirm .form_confirm_inner form dl dd textarea {
  field-sizing: content;
  height: 15rem;
}
#entry article #form_confirm .form_confirm_inner form dl dd.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
#entry article #form_confirm .form_confirm_inner form dl dd.flex label {
  display: flex;
  align-items: center;
  gap: 0 0.3rem;
}
#entry article #form_confirm .form_confirm_inner form dl dd.flex label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #02538a;
  font-size: 1.8rem;
}
#entry article #form_confirm .form_confirm_inner form .contact_privacy {
  width: 100%;
  margin: 4rem auto 0;
  background: #f2f2f2;
  padding: 2rem;
}
#entry article #form_confirm .form_confirm_inner form .contact_privacy p {
  text-align: none;
}
@media print, screen and (min-width: 500px) {
  #entry article #form_confirm .form_confirm_inner form .contact_privacy p {
    text-align: center;
  }
}
#entry article #form_confirm .form_confirm_inner form .contact_privacy p a {
  display: inline-block;
  width: auto;
  color: #006c54;
}
#entry article #form_confirm .form_confirm_inner form .contact_privacy p a:hover {
  text-decoration: underline;
}
#entry article #form_confirm .form_confirm_inner form .contact_privacy p br.br_none {
  display: none;
}
@media print, screen and (min-width: 500px) {
  #entry article #form_confirm .form_confirm_inner form .contact_privacy p br.br_none {
    display: block;
  }
}
#entry article #form_confirm .form_confirm_inner form .contact_privacy label {
  display: block;
  text-align: center;
  background: #fff;
  padding: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
}
#entry article #form_thanks .form_thanks_inner p {
  display: grid;
  justify-content: center;
  line-height: 1.8;
  font-size: 1.8rem;
}
#entry article #form_thanks .form_thanks_inner a {
  max-width: 400px;
  width: 100%;
  background: #006c54;
  color: #fff;
  text-align: center;
  margin: 4rem auto 0;
  padding: 2rem 1rem;
  transition: 0.5s;
}
#entry article #form_thanks .form_thanks_inner a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
#entry article .contact_btn_area {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2rem 4rem;
}
@media print, screen and (min-width: 500px) {
  #entry article .contact_btn_area {
    flex-direction: row;
  }
}
#entry article .contact_btn_area button {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  padding: 1em 0;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  #entry article .contact_btn_area button {
    width: calc(50% - 2rem);
  }
}
#entry article .contact_btn_area button[type=reset] {
  background-color: #333;
}
#entry article .contact_btn_area button[type=submit] {
  background-color: #006c54;
}
#entry article .contact_btn_area button[type=submit][disabled] {
  opacity: 0.5;
  cursor: auto;
}
#entry article .contact_btn_area button:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#entry article .contact_btn_area input {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  padding: 1em 0;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
@media print, screen and (min-width: 500px) {
  #entry article .contact_btn_area input {
    width: calc(50% - 2rem);
  }
}
#entry article .contact_btn_area input[type=button] {
  background-color: #333;
}
#entry article .contact_btn_area input[type=submit] {
  background-color: #006c54;
}
#entry article .contact_btn_area input[type=submit][disabled] {
  opacity: 0.5;
  cursor: auto;
}
#entry article .contact_btn_area input:hover {
  opacity: 0.5;
  transition: 0.5s;
}

#privacy article {
  overflow: hidden;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap > p {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #1A1A1A;
  line-height: 1.8;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap .privacy-contents-detail {
  margin-bottom: 4rem;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap .privacy-contents-detail h4 {
  font-size: 2rem;
  color: #006c54;
  margin-bottom: 1.6rem;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap .privacy-contents-detail p {
  line-height: 1.8;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap .privacy-ceo-name {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap .privacy-ceo-name p {
  margin-bottom: 1rem;
}
#privacy article #privacy-contents .privacy-contents-inner .privacy-contents-detail-wrap .privacy-ceo-name figure {
  max-width: 170px;
}

#recruit article {
  overflow: hidden;
}
#recruit article ul.recruit-button-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
}
#recruit article ul.recruit-button-wrap li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 3rem;
  transition: 0.5s;
}
@media print, screen and (min-width: 500px) {
  #recruit article ul.recruit-button-wrap li a {
    padding: 2rem 5rem;
  }
}
#recruit article ul.recruit-button-wrap li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#recruit article ul.recruit-button-wrap li a img {
  max-width: 20px;
  width: 100%;
}
@media print, screen and (min-width: 500px) {
  #recruit article ul.recruit-button-wrap li a img {
    max-width: 36px;
  }
}
#recruit article ul.recruit-button-wrap li:first-child a {
  color: #fff;
  background: #006c54;
}
#recruit article ul.recruit-button-wrap li:last-child a {
  color: #1A1A1A;
  background: #40f99b;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents-head {
  background: url(../img/recruit/top/bg-img01.png) no-repeat center/cover;
  width: 100vw;
  position: relative;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents-head ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 4rem;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  #recruit article #interview .interview-inner .interview-contents-wrap .interview-contents-head ul {
    flex-direction: row;
  }
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents-head ul li hgroup p {
  color: #40f99b;
  font-size: 2rem;
  font-weight: bold;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents-head ul li hgroup h4 {
  color: #fff;
  font-size: min(4.8rem, 7vw);
  font-weight: bold;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents-head ul li > p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents-head ul li:last-child {
  max-width: 640px;
  width: 100%;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents-head ul li:last-child figure img {
  width: 100%;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents-head figure.attached-img {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1177px;
  width: 80vw;
  z-index: 1;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 4rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap {
    flex-direction: row;
  }
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap:nth-of-type(even) {
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap li {
    width: calc((100% - 4rem) / 2);
  }
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap li figure.recruit-interview {
  max-width: 546px;
  width: 45vw;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap li .introduction-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap li .introduction-wrap {
    margin-top: 2rem;
  }
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap li .introduction-wrap span.recruit-date {
  font-size: 1.8rem;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap li .introduction-wrap p.recruit-name {
  font-size: min(3.2rem, 4.5vw);
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap li .interview-contents-detail h4 {
  font-size: 2rem;
  font-weight: 400;
  color: #006c54;
  margin-bottom: 1.6rem;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents ul.interview-contents-detail-wrap li .interview-contents-detail p {
  font-weight: 400;
  line-height: 1.8;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents .interview-contents-head02 {
  position: relative;
  background: url(../img/recruit/top/bg-img02.png) no-repeat center/cover;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents .interview-contents-head02 h3 {
  font-size: min(4rem, 5vw);
  text-align: center;
  color: #fff;
}
#recruit article #interview .interview-inner .interview-contents-wrap .interview-contents .interview-contents-head02 figure {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 792px;
  width: 80vw;
}
#recruit article #interview .interview-inner .interview-contents-wrap .schedule-wrap {
  background: #f3f7f4;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #recruit article #interview .interview-inner .interview-contents-wrap .schedule-wrap {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#recruit article #interview .interview-inner .interview-contents-wrap .schedule-wrap h4 {
  font-size: 2.4rem;
  color: #006c54;
  text-align: center;
  margin-bottom: 4rem;
}
#recruit article #interview .interview-inner .interview-contents-wrap .schedule-wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
#recruit article #interview .interview-inner .interview-contents-wrap .schedule-wrap ul:not(:last-child) {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #interview .interview-inner .interview-contents-wrap .schedule-wrap ul {
    flex-direction: row;
  }
}
#recruit article #interview .interview-inner .interview-contents-wrap .schedule-wrap ul li.left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #recruit article #interview .interview-inner .interview-contents-wrap .schedule-wrap ul li.left {
    width: 30%;
    justify-content: left;
  }
}
#recruit article #interview .interview-inner .interview-contents-wrap .schedule-wrap ul li.left span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #006c54;
  border-radius: 10000000000px;
  padding: 28px 10px;
  width: 80px;
  text-align: center;
}
#recruit article #interview .interview-inner .interview-contents-wrap .schedule-wrap ul li.right {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #recruit article #interview .interview-inner .interview-contents-wrap .schedule-wrap ul li.right {
    width: 65%;
    text-align: left;
  }
}
#recruit article .car-img {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 500px) {
  #recruit article .car-img {
    flex-direction: row;
  }
}
#recruit article .car-img figure {
  max-width: 440px;
  margin: 0 auto;
}
#recruit article .car-img figure img {
  width: 100%;
}
#recruit article .careerpath-img {
  margin-top: 6rem;
}

#requirements article {
  overflow: hidden;
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail {
  background: #f3f7f4;
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate,
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career {
  background: #fff;
  padding: 6.4rem 4rem;
}
@media print, screen and (min-width: 768px) {
  #requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate,
  #requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career {
    padding: 10rem 8rem;
  }
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate hgroup,
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career hgroup {
  text-align: center;
  margin-bottom: 4rem;
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate hgroup h4,
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career hgroup h4 {
  font-size: min(4rem, 6vw);
  font-weight: bold;
  color: #40f99b;
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate hgroup p,
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career hgroup p {
  font-size: min(2.4rem, 5vw);
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate dl,
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate dl dt,
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career dl dt {
  width: 100%;
  padding-top: 3rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate dl dt,
  #requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career dl dt {
    width: 30%;
    padding: 3rem 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
  }
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate dl dt p,
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career dl dt p {
  color: #006c54;
  border: 1px solid #006c54;
  width: 100px;
  padding: 2px;
  text-align: center;
  margin: 0 auto 1rem;
}
@media print, screen and (min-width: 768px) {
  #requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate dl dt p:first-child,
  #requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career dl dt p:first-child {
    margin: 0 0 1rem 0;
  }
  #requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate dl dt p:last-child,
  #requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career dl dt p:last-child {
    margin: 0;
  }
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate dl dd,
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career dl dd {
  width: 100%;
  padding: 3rem 2rem;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate dl dd,
  #requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career dl dd {
    width: 70%;
    text-align: left;
  }
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate dl dd p,
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career dl dd p {
  padding: 2px;
}
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #new-graduate dl dd p:first-child,
#requirements article #requirements-contents .requirements-contents-inner .requirements-contents-detail #career dl dd p:first-child {
  margin-bottom: 1rem;
}

#company article {
  overflow: hidden;
}
#company article #access {
  scroll-margin-top: 10rem;
}
#company article #greeting {
  scroll-margin-top: 10rem;
}
#company article #greeting .greeting-inner .greeting-contents h4 {
  color: #006c54;
  font-size: min(4rem, 6vw);
  font-weight: 400;
  margin-bottom: 3rem;
  text-align: center;
}
#company article #greeting .greeting-inner .greeting-contents p {
  text-align: center;
  line-height: 2;
}
#company article #greeting .greeting-inner .greeting-contents p.ceo-name {
  margin-top: 2rem;
  font-family: "Yu Mincho", "YuMincho", serif;
}
#company article #greeting .greeting-inner .greeting-contents p.ceo-name span {
  font-size: 2rem;
}
#company article #profile {
  scroll-margin-top: 10rem;
  background: #f3f7f4;
}
#company article #profile .profile-inner .profile-contents {
  background: #fff;
}
#company article #profile .profile-inner .profile-contents dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
}
#company article #profile .profile-inner .profile-contents dl dt {
  width: 100%;
  padding: 2rem 0 1rem;
  display: grid;
  align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #company article #profile .profile-inner .profile-contents dl dt {
    width: 25%;
    padding: 2rem 0;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
  }
}
#company article #profile .profile-inner .profile-contents dl dd {
  width: 100%;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #company article #profile .profile-inner .profile-contents dl dd {
    width: 75%;
    border-bottom: 1px solid #f2f2f2;
    padding: 2rem 0;
    padding-left: 2rem;
    text-align: left;
  }
}
#company article #profile .profile-inner .profile-contents iframe.google-map {
  max-width: 1024px;
  width: 95%;
  height: 300px;
  margin: 2rem auto 0;
  padding: 0 2rem;
}
#company article #history {
  scroll-margin-top: 10rem;
}
#company article #history .history-inner .history-contents ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
#company article #history .history-inner .history-contents ul:not(:last-child) {
  margin-bottom: 4rem;
}
#company article #history .history-inner .history-contents ul li:first-child {
  width: 100%;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  #company article #history .history-inner .history-contents ul li:first-child {
    width: 65%;
    padding-right: 2rem;
    padding-bottom: 0;
  }
}
#company article #history .history-inner .history-contents ul li:last-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #company article #history .history-inner .history-contents ul li:last-child {
    width: 35%;
  }
}
#company article #history .history-inner .history-contents ul li h4 {
  color: #b3b3b3;
  font-size: min(3.2rem, 6vw);
  margin-bottom: 1rem;
}
#company article #history .history-inner .history-contents ul li p {
  display: flex;
  align-items: center;
}
#company article #history .history-inner .history-contents ul li p img {
  max-width: 262px;
  width: 100%;
  margin-left: 1.6rem;
}

#document article {
  overflow: hidden;
}
#document article #document-contents .document-contents-inner > p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 4rem;
}
#document article #document-contents .document-contents-inner #invoice,
#document article #document-contents .document-contents-inner #breakdown {
  scroll-margin-top: 10rem;
}
#document article #document-contents .document-contents-inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
}
#document article #document-contents .document-contents-inner ul li:first-child {
  width: 100%;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  #document article #document-contents .document-contents-inner ul li:first-child {
    width: calc(95% - 340px);
    margin-bottom: 0;
  }
}
#document article #document-contents .document-contents-inner ul li:last-child {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}
#document article #document-contents .document-contents-inner ul li:last-child div:first-child {
  margin-bottom: 1rem;
}
#document article #document-contents .document-contents-inner ul li .top-document-button {
  background: #3D3D3D;
  display: flex;
  height: 100%;
}
#document article #document-contents .document-contents-inner ul li .top-document-button:first-child {
  margin-bottom: 2rem;
}
#document article #document-contents .document-contents-inner ul li .top-document-button > span {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 5rem 2rem;
  width: 20%;
  border-right: 1px solid #fff;
}
#document article #document-contents .document-contents-inner ul li .top-document-button div {
  padding: 5rem 6rem;
  height: 100%;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#document article #document-contents .document-contents-inner ul li .top-document-button div p span {
  display: block;
}
#document article #document-contents .document-contents-inner ul li .top-document-button div p span:first-child {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
#document article #document-contents .document-contents-inner ul li .top-document-button div p span:last-child {
  color: #9c9c9c;
}
#document article #document-contents .document-contents-inner ul li .top-document-button div a {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10000000px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  padding: 10px 18px;
  transition: 0.5s;
  font-size: 16px;
}
#document article #document-contents .document-contents-inner ul li .top-document-button div a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
#document article #document-contents .document-contents-inner ul li .top-document-button02 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #3D3D3D;
  padding: 3rem;
  transition: 0.5s;
}
#document article #document-contents .document-contents-inner ul li .top-document-button02 a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
#document article #document-contents .document-contents-inner ul li .top-document-button02 a p {
  color: #fff;
}
#document article #document-contents .document-contents-inner ul li .top-document-button02 a img {
  max-width: 19px;
  width: 100%;
}

#news article {
  overflow: hidden;
}
#news article #news-list .news-list-inner .news-list-contents-wrap .news-list-contents {
  border-bottom: 1px solid #e6e6e6;
}
#news article #news-list .news-list-inner .news-list-contents-wrap .news-list-contents a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
  transition: 0.5s;
}
#news article #news-list .news-list-inner .news-list-contents-wrap .news-list-contents a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#news article #news-list .news-list-inner .news-list-contents-wrap .news-list-contents a .news-list-contents-detail {
  display: flex;
  align-items: center;
  width: calc(100% - 2rem - 30px);
}
#news article #news-list .news-list-inner .news-list-contents-wrap .news-list-contents a .news-list-contents-detail span.news-category {
  font-size: 12px;
  color: #9c9c9c;
  margin: 0 2rem;
}
@media print, screen and (min-width: 500px) {
  #news article #news-list .news-list-inner .news-list-contents-wrap .news-list-contents a .news-list-contents-detail span.news-category {
    margin: 0 2rem 0 4rem;
  }
}
#news article #news-list .news-list-inner .news-list-contents-wrap .news-list-contents a .news-list-contents-detail p.news-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news article #news-list .news-list-inner .news-list-contents-wrap .news-list-contents a figure img {
  width: 30px;
}
#news article #news-detail .news-detail-inner .news-detail-attached {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
#news article #news-detail .news-detail-inner .news-detail-attached span.news-category {
  color: #9c9c9c;
  font-size: 12px;
  border: 1px solid #9c9c9c;
  padding: 2px 16px;
}
#news article #news-detail .news-detail-inner p.news-text {
  font-size: min(3.2rem, 6vw);
  margin-bottom: 2rem;
}
#news article #news-detail .news-detail-inner figure {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#news article #news-detail .news-detail-inner p.news-text-detail {
  margin-top: 4rem;
  line-height: 1.8;
}
#news article #news-detail .news-detail-inner a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 3rem;
}
#news article #news-detail .news-detail-inner a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
#news article #news-detail .news-detail-inner a p {
  font-size: 1.8rem;
  font-weight: 400;
}
#news article #news-detail .news-detail-inner a span {
  color: #9c9c9c;
  border: 1px solid #9c9c9c;
  border-radius: 100000000px;
  padding: 10px 18px;
}

#business article {
  overflow: hidden;
}
#business #general-building.business-contents .business-contents-inner ul,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul,
#business #apartment-building.business-contents .business-contents-inner ul,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #business #general-building.business-contents .business-contents-inner ul,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul,
  #business #apartment-building.business-contents .business-contents-inner ul,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul {
    flex-direction: row;
  }
}
#business #general-building.business-contents .business-contents-inner ul.top,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.top,
#business #apartment-building.business-contents .business-contents-inner ul.top,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.top {
  border-bottom: 1px solid #e6e6e6;
}
#business #general-building.business-contents .business-contents-inner ul.top li:first-child,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.top li:first-child,
#business #apartment-building.business-contents .business-contents-inner ul.top li:first-child,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.top li:first-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #business #general-building.business-contents .business-contents-inner ul.top li:first-child,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.top li:first-child,
  #business #apartment-building.business-contents .business-contents-inner ul.top li:first-child,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul.top li:first-child {
    width: calc(45% - 1rem);
  }
}
#business #general-building.business-contents .business-contents-inner ul.top li:first-child span.lato,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.top li:first-child span.lato,
#business #apartment-building.business-contents .business-contents-inner ul.top li:first-child span.lato,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.top li:first-child span.lato {
  color: #b2d3cc;
  font-size: min(5.6rem, 6vw);
  font-weight: 900;
  text-align: center;
  display: block;
}
#business #general-building.business-contents .business-contents-inner ul.top li:first-child hgroup,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.top li:first-child hgroup,
#business #apartment-building.business-contents .business-contents-inner ul.top li:first-child hgroup,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.top li:first-child hgroup {
  margin: 2rem 0;
}
@media print, screen and (min-width: 500px) {
  #business #general-building.business-contents .business-contents-inner ul.top li:first-child hgroup,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.top li:first-child hgroup,
  #business #apartment-building.business-contents .business-contents-inner ul.top li:first-child hgroup,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul.top li:first-child hgroup {
    margin: 4rem 0;
  }
}
#business #general-building.business-contents .business-contents-inner ul.top li:first-child hgroup p,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.top li:first-child hgroup p,
#business #apartment-building.business-contents .business-contents-inner ul.top li:first-child hgroup p,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.top li:first-child hgroup p {
  color: #006c54;
  text-align: center;
}
#business #general-building.business-contents .business-contents-inner ul.top li:first-child hgroup h3,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.top li:first-child hgroup h3,
#business #apartment-building.business-contents .business-contents-inner ul.top li:first-child hgroup h3,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.top li:first-child hgroup h3 {
  font-size: min(4rem, 6vw);
  text-align: center;
}
#business #general-building.business-contents .business-contents-inner ul.top li:first-child > p,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.top li:first-child > p,
#business #apartment-building.business-contents .business-contents-inner ul.top li:first-child > p,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.top li:first-child > p {
  text-align: center;
  line-height: 1.8;
}
#business #general-building.business-contents .business-contents-inner ul.top li:last-child,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.top li:last-child,
#business #apartment-building.business-contents .business-contents-inner ul.top li:last-child,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.top li:last-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #business #general-building.business-contents .business-contents-inner ul.top li:last-child,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.top li:last-child,
  #business #apartment-building.business-contents .business-contents-inner ul.top li:last-child,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul.top li:last-child {
    width: calc(55% - 1rem);
  }
}
#business #general-building.business-contents .business-contents-inner ul.center,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center,
#business #apartment-building.business-contents .business-contents-inner ul.center,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.center {
  align-items: flex-start;
}
#business #general-building.business-contents .business-contents-inner ul.center li:first-child,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child,
#business #apartment-building.business-contents .business-contents-inner ul.center li:first-child,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #business #general-building.business-contents .business-contents-inner ul.center li:first-child,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child,
  #business #apartment-building.business-contents .business-contents-inner ul.center li:first-child,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child {
    width: calc(25% - 1rem);
  }
}
#business #general-building.business-contents .business-contents-inner ul.center li:first-child span.lato,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child span.lato,
#business #apartment-building.business-contents .business-contents-inner ul.center li:first-child span.lato,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child span.lato {
  display: block;
  color: #333;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  #business #general-building.business-contents .business-contents-inner ul.center li:first-child span.lato,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child span.lato,
  #business #apartment-building.business-contents .business-contents-inner ul.center li:first-child span.lato,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child span.lato {
    padding-bottom: 100px;
    font-size: min(5.6rem, 5vw);
  }
}
#business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
#business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
#business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
#business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next {
  color: #333;
  border: 1px solid #333;
  border-radius: 100000px;
  top: 45px;
  transition: 0.5s;
}
@media print, screen and (min-width: 768px) {
  #business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
  #business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
  #business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
  #business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next {
    top: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  #business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
  #business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
  #business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
  #business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next {
    top: 120px;
  }
}
#business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev:hover,
#business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next:hover,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev:hover,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next:hover,
#business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev:hover,
#business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next:hover,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev:hover,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev svg,
#business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next svg,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev svg,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next svg,
#business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev svg,
#business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next svg,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev svg,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next svg {
  width: 7px;
  height: 20px;
}
#business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
#business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev {
  left: 10%;
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  #business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
  #business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-prev {
    left: 20%;
  }
}
#business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
#business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next {
  right: 10%;
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  #business #general-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
  #business #apartment-building.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:first-child .swiper-button-next {
    right: 20%;
  }
}
#business #general-building.business-contents .business-contents-inner ul.center li:last-child,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:last-child,
#business #apartment-building.business-contents .business-contents-inner ul.center li:last-child,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:last-child {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #business #general-building.business-contents .business-contents-inner ul.center li:last-child,
  #business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.center li:last-child,
  #business #apartment-building.business-contents .business-contents-inner ul.center li:last-child,
  #business #landscaping-and-landscape.business-contents .business-contents-inner ul.center li:last-child {
    width: calc(75% - 1rem);
  }
}
#business #general-building.business-contents .business-contents-inner ul.bottom,
#business #medical-and-welfare-facilities.business-contents .business-contents-inner ul.bottom,
#business #apartment-building.business-contents .business-contents-inner ul.bottom,
#business #landscaping-and-landscape.business-contents .business-contents-inner ul.bottom {
  margin-top: 2rem;
}

#notfound article {
  overflow: hidden;
}
#notfound article #notfound-contents .notfound-contents-inner > p {
  display: grid;
  place-items: center;
  line-height: 1.8;
}
#notfound article #notfound-contents .notfound-contents-inner a {
  max-width: 400px;
  width: 100%;
  background: #006c54;
  color: #fff;
  text-align: center;
  margin: 4rem auto 0;
  padding: 2rem 1rem;
  transition: 0.5s;
}/*# sourceMappingURL=style.css.map */