@charset "UTF-8";

/*
Theme Name: aoba
Author: Airily
Version: 1.0
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

div,
pre,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
figure,
figcaption,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

@media (max-width: 1680px) {
  html {
    font-size: 54.6%;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 45.5%;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 41.6%;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 33.3%;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

p {
  margin-bottom: 1.2em;
}

p.mb0 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a {
  color: #000;
}

a[href^="tel:"] {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a img:hover {
  opacity: 0.6;
}

#header {
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px #d9d9d9;
  position: fixed;
  top: 0;
  height: 120px;
  transition: 1s;
  z-index: 10;
}

#header.hide {
  transform: translateY(calc(-120px - 1px));
}

@media (max-width: 820px) {
  #header {
    height: 70px;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .header-inner {
    display: block;
    background: #fff;
    position: relative;
  }
}

.header-inner .header-l {
  width: 30%;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 3.9%;
}

@media (max-width: 820px) {
  .header-inner .header-l {
    width: calc(100% - 70px);
    height: 100%;
    padding-left: 20px;
  }

  .header-inner .header-l a,
  .header-inner .header-l a img {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .header-inner .header-l a,
  .header-inner .header-l a img {
    width: 90%;
  }
}


.header-inner .header-l a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #005041;
}

.header-inner .header-l a .txt-corporation {
  font-weight: 400;
}

.header-inner .header-l a .txt-name {
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

@media (max-width: 820px) {
  .header-inner .header-l a .txt-name {
    font-size: 2rem;
  }
}

.header-inner .header-r {
  width: calc(100% - 30%);
  display: flex;
}

.header-inner .header-r ul.in-right-box-02 {
  width: 42rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

@media (max-width: 820px) {
  .header-inner .header-r ul.in-right-box-02 {
    display: none;
  }
}

.header-inner .header-r ul.in-right-box-02 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.header-inner .header-r ul.in-right-box-02 li.phone-box {
  width: 28rem;
  background: rgba(236, 250, 243, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
}

.header-inner .header-r ul.in-right-box-02 li.phone-box::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #bfbfbf;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-inner .header-r ul.in-right-box-02 li.phone-box .txt-time {
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

.header-inner .header-r ul.in-right-box-02 li.phone-box a.phone-number {
  width: 100%;
  height: auto;
  flex-direction: row;
  gap: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  text-decoration: none;
  color: #005041;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  line-height: 1;
}

@media (max-width: 820px) {
  .header-inner .header-r ul.in-right-box-02 li.phone-box a.phone-number {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
  }
}

.header-inner .header-r ul.in-right-box-02 li.phone-box a.phone-number::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  background: url(img/header-icon-phone.webp) no-repeat center;
  background-size: contain;
}

.header-inner .header-r ul.in-right-box-02 li.contact-box {
  width: 14rem;
}

.header-inner .header-r ul.in-right-box-02 li.contact-box a {
  gap: 1rem;
  background: #009f92;
  color: #fff;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  transition: all 0.3s;
}

.header-inner .header-r ul.in-right-box-02 li.contact-box a.on,
.header-inner .header-r ul.in-right-box-02 li.contact-box a:hover {
  background: rgb(0, 80, 65);
}

.header-inner .header-r ul.in-right-box-02 li.contact-box a .img-box {
  width: 36%;
  max-width: 50px;
}

.header-inner .header-r ul.in-right-box-02 li.contact-box a:hover img {
  opacity: 1;
}

.header-inner .header-r .in-right-box-01 {
  width: calc(100% - 42rem);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding-right: 5rem;
}

@media (max-width: 820px) {
  .header-inner .header-r .in-right-box-01 {
    width: 100%;
  }
}

#nav-content {
  height: 100%;
  contain: paint;
}

@media (max-width: 820px) {
  #nav-content {
    margin-top: 70px;
    width: 60%;
    max-width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
  }
}

#nav-content ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

@media (min-width: 821px) {
  #nav-content ul {
    align-items: center;
    justify-content: flex-end;
    gap: 6.5rem;
  }
}

@media (max-width: 820px) {
  #nav-content ul {
    flex-direction: column;
  }
}

#nav-content ul li {
  padding-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  line-height: 1;
}

@media (min-width: 821px) {
  #nav-content ul li {
    min-width: 40px;
  }
}

@media (max-width: 820px) {
  #nav-content ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }
}

#nav-content ul li a {
  display: block;
  text-decoration: none;
}

@media (min-width: 821px) {
  #nav-content ul li a.on .pick::before {
    content: "";
    width: 85%;
    min-width: 40px;
    border-bottom: 2px solid #009f92;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    margin: 0 auto;
  }

  #nav-content ul li a .pick {
    display: block;
    text-align: center;
    position: relative;
  }

  #nav-content ul li a .pick:hover::before {
    content: "";
    width: 85%;
    min-width: 40px;
    border-bottom: 2px solid #009f92;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    margin: 0 auto;
  }
}

@media (max-width: 820px) {
  #nav-content ul li a {
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.1s;
  }
}

#nav-content ul li.gn-on {
  display: none;
}

@media (max-width: 820px) {
  #nav-content ul li.gn-on {
    display: block;
  }

  #nav-content ul li.gn-on.phone-box {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: rgba(236, 250, 243, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.5rem;
  }

  #nav-content ul li.gn-on.phone-box .txt-time {
    font-weight: 400;
    font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
      "MS 明朝", "HiraMinProN-W6", serif;
  }

  #nav-content ul li.gn-on.phone-box a.phone-number {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 15px 5px;
    text-decoration: none;
    color: #005041;
    font-size: 2rem;
    font-weight: 400;
    font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
      "MS 明朝", "HiraMinProN-W6", serif;
    line-height: 1;
  }

  #nav-content ul li.gn-on.phone-box a.phone-number::before {
    content: "";
    display: block;
    width: 2.9rem;
    height: 2.9rem;
    background: url(img/header-icon-phone.webp) no-repeat center;
    background-size: contain;
  }
}

#footer {
  width: 100%;
  background: url("img/footer-bg.webp") no-repeat;
  background-position: center bottom 2rem;
  background-size: contain;
  border-bottom: solid 1px #7f7f7f;
  margin-top: 9.5rem;
}

@media (max-width: 767px) {
  #footer {
    margin-top: 6rem;
  }
}

#footer .footer-inner {
  width: 78.125%;
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  #footer .footer-inner {
    width: 100%;
  }
}

#footer .footer-inner .footer-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

#footer .footer-inner .footer-box>div.col-l {
  width: 40%;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-left: 7rem;
}

@media (max-width: 820px) {
  #footer .footer-inner .footer-box>div.col-l {
    width: 100%;
    margin-bottom: 6rem;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  #footer .footer-inner .footer-box>div.col-l .btn-01 {
    margin: 0 auto;
  }
}

#footer .footer-inner .footer-box>div.col-l .company-name {
  /*margin-bottom: 1rem;*/
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

#footer .footer-inner .footer-box>div.col-l .company-name .txt-corporation {
  line-height: 1;
}

#footer .footer-inner .footer-box>div.col-l .company-name .txt-name {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

@media (max-width: 820px) {
  #footer .footer-inner .footer-box>div.col-l .company-name {
    margin: 0 auto 2rem;
    display: block;
    width: 90%;
  }
}

@media (max-width: 767px) {
  #footer .footer-inner .footer-box>div.col-l .company-name .txt-name {
    font-size: 2rem;
  }
}

#footer .footer-inner .footer-box>div.col-l .company-address {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  #footer .footer-inner .footer-box>div.col-l .company-address {
    font-size: 1.4rem;
  }
}

#footer .footer-inner .footer-box>div.col-l .company-address .txt-address {
  margin-bottom: 0.5rem;
}

#footer .footer-inner .footer-box>div.col-l .company-address a.phone-number {
  position: relative;
}

#footer .footer-inner .footer-box>div.col-l .company-address a.phone-number::after {
  content: "／";
}

#footer .footer-inner .footer-box>div.col-r {
  width: 60%;
}

@media (max-width: 820px) {
  #footer .footer-inner .footer-box>div.col-r {
    width: 100%;
  }
}

.footer-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8%;
}

@media (max-width: 820px) {
  .footer-nav {
    justify-content: center;
    gap: 0;
    border-top: solid 1px #d4f3e3;
  }
}

.footer-nav dl {
  margin: 0;
  padding: 0;
}

.footer-nav dl dt,
.footer-nav dl dd {
  margin: 0;
  padding: 0;
}

@media (max-width: 820px) {
  .footer-nav dl {
    width: 50%;
    border-bottom: solid 1px #d4f3e3;
  }

  .footer-nav dl:nth-child(odd) {
    border-right: solid 1px #d4f3e3;
  }

  .footer-nav dl.all-dt {
    width: 100%;
    border-right: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-nav dl.all-dt dt {
    width: 50%;
  }

  .footer-nav dl.all-dt dt:first-child {
    border-right: solid 1px #d4f3e3;
  }
}

.footer-nav dl a {
  text-decoration: none;
}

@media (max-width: 820px) {
  .footer-nav dl a {
    display: block;
    padding: 2rem 1rem;
    text-align: center;
  }
}

.footer-nav dl a:hover {
  opacity: 0.7;
}

.footer-nav dl dt,
.footer-nav dl dd {
  margin-bottom: 1.5rem;
}

@media (max-width: 820px) {

  .footer-nav dl dt,
  .footer-nav dl dd {
    margin-bottom: 0;
  }
}

.footer-nav dl dt a {
  color: #007e66;
}

.footer-nav dl dd {
  display: flex;
  font-size: 1.6rem;
  position: relative;
}

@media (max-width: 820px) {
  .footer-nav dl dd {
    display: none;
  }
}

.footer-nav dl dd::before {
  content: "・";
}

.copyright {
  padding-left: 7rem;
  margin-bottom: 3.5rem;
  font-size: 1.5rem;
}

@media (max-width: 820px) {
  .copyright {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 1.4rem;
  }
}

.slick-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .slick-wrap {
    margin-top: 70px;
  }
}

.slick-img {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  aspect-ratio: 1920 / 980;
}

.slick-img img {
  width: 100%;
  max-width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .slick-img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.add-animation {
  animation: zoomUp 7s linear 0s normal both;
}

.slick-txt {
  position: absolute;
  bottom: 4.7%;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  z-index: 1;
}

@media (max-width: 767px) {
  .slick-txt {
    display: block;
    background: #009f92;
    padding: 20px;
    position: static;
  }
}

.slick-txt p {
  margin-bottom: 0;
}

.slick-txt p.txt-01 {
  font-size: 5.3rem;
}

@media (max-width: 767px) {
  .slick-txt p.txt-01 {
    font-size: 2rem;
    word-break: break-word;
  }
}

.slick-txt p.txt-02 {
  font-size: 3.2rem;
}

@media (max-width: 767px) {
  .slick-txt p.txt-02 {
    font-size: 1.6rem;
  }
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 1.9rem;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

#nav-container {
  width: 100%;
}

@media (max-width: 820px) {
  #nav-container {
    position: fixed;
    height: 100vh;
    pointer-events: none;
    top: 0;
  }
}

@media (max-width: 820px) {
  #nav-container .bg {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #000;
  }

  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: 0.6;
  }
}

#nav-container * {
  visibility: visible;
}

@media (max-width: 820px) {
  .button {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 11;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 70px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: auto;
    margin-right: 20px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transition: 0.3s;
  }

  .icon-bar+.icon-bar {
    margin-top: 8px;
  }

  #nav-container:focus-within .button {
    pointer-events: none;
  }

  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 11px, 0) rotate(45deg);
  }

  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
  }

  #nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -11px, 0) rotate(-45deg);
  }
}

@media (max-width: 820px) {
  #nav-container:focus-within #nav-content {
    transform: none;
  }
}

section,
.section_box {
  width: 70.84%;
  max-width: 1360px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 767px) {

  section,
  .section_box {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

section>p:last-child,
.section_box>p:last-child {
  margin-bottom: 0;
}

main {
  width: 100%;
}

main.sub-box {
  padding-bottom: 2rem;
}

main.sub-box section,
main.sub-box .section_box {
  padding-top: 3rem;
  margin-bottom: 11rem;
}

@media (max-width: 767px) {

  main.sub-box section,
  main.sub-box .section_box {
    margin-bottom: 6rem;
  }
}

h1 {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 820px) {
  h1 {
    display: none;
  }
}

h4.h4-sub {
  padding: 0.8rem 1rem;
  background: #f2f2f2;
  margin-bottom: 4rem;
  text-align: center;
  color: #005041;
  font-size: 2.7rem;
  font-weight: 500;
}

@media (max-width: 820px) {
  h4.h4-sub {
    font-size: 2rem;
  }
}

h5.h5-sub {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: bold;
}

@media (max-width: 820px) {
  h5.h5-sub {
    font-size: 1.4rem;
  }
}

.center {
  text-align: center;
}

.pc_on {
  display: block;
}

@media (max-width: 767px) {
  .pc_on {
    display: none;
  }
}

.sp_on {
  display: none;
}

@media (max-width: 767px) {
  .sp_on {
    display: block;
  }
}

.pc_br {
  display: block;
}

@media (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

@media (min-width: 768px) {
  .sp_br.non-br {
    white-space: nowrap;
  }
}

.sp_br.pad-r {
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .sp_br.pad-r {
    padding-right: 0;
  }
}

.sp_br.pad-l {
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .sp_br.pad-l {
    padding-left: 0;
  }
}

.s2v {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

@media (max-width: 767px) {
  .s2v {
    bottom: 0;
    right: 0;
  }
}

.s2v img {
  width: 50px;
  height: 50px;
}

.pageNum {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 767px) {
  .pageNum {
    font-size: 14px;
  }
}

.pageNum a {
  text-decoration: none;
}

.pageNum a.numb2 {
  padding: 0 2em;
}

.pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  clear: both;
  background-color: transparent;
  padding-top: 4em;
}

.pagination a {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}

.pagination a:hover {
  background-color: #e8e8e8;
}

.pagination span {
  padding: 5px 10px;
  display: inline-block;
}

.pagination span.current {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

.fadeIn {
  opacity: 0;
  transition-duration: 1.3s;
  transition-property: opacity, transform;
}

.fadeIn-up {
  transform: translate(0, 50px);
}

.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

#h2-bg {
  width: 100%;
  padding-top: 28.65%;
  margin-bottom: 7.5rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  #h2-bg {
    margin-top: 70px;
    margin-bottom: 4rem;
    height: 150px;
  }
}

#h2-bg .h2-inner {
  display: block;
  width: 70.84%;
  height: calc(100% - 120px);
  max-width: 1360px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  #h2-bg .h2-inner {
    height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

#h2-bg .h2-inner .h2-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  color: #fff;
  font-weight: 400;
}

#h2-bg .h2-inner .h2-box h2 {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  padding: 6px 5px 5px;
  background: #009f92;
  border-radius: 50px;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 767px) {
  #h2-bg .h2-inner .h2-box h2 {
    font-size: 1.6rem;
  }
}

#h2-bg .h2-inner .h2-box .h2-eng {
  display: inline-block;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 6.4rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  letter-spacing: 1.25rem;
}

@media (max-width: 767px) {
  #h2-bg .h2-inner .h2-box .h2-eng {
    font-size: 2.8rem;
  }
}

.path-bg {
  width: 100%;
  margin-bottom: 11rem;
}

@media (max-width: 767px) {
  .path-bg {
    display: none;
  }
}

.path-bg .path-wrap {
  width: 70.84%;
  max-width: 1360px;
  margin: 0 auto;
}

ol.topic-path {
  list-style: none;
  display: flex;
  gap: 2.8rem;
  margin-bottom: 9rem;
  line-height: 1;
}

ol.topic-path li {
  display: inline;
  background: url(img/topicpath-arrow.webp) no-repeat left center;
  padding-left: 2.5rem;
  font-size: 1.6rem;
}

ol.topic-path li a {
  text-decoration: none;
}

ol.topic-path li a:hover {
  text-decoration: underline;
}

ol.topic-path li:first-child {
  background: none;
  padding-left: 0;
}

.page-path-wrapp {
  width: 100%;
}

.page-path-wrapp .page-path-title {
  width: 22.1%;
  max-width: 300px;
  padding-left: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 3.5rem;
  border-bottom: solid 1px #000;
  color: #005041;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1;
}

.page-path-wrapp .page-path-box {
  padding-left: 2rem;
}

.page-path-wrapp .page-path-box a {
  display: inline-block;
  padding-right: 4rem;
  margin-right: 4rem;
  text-decoration: none;
  color: #595959;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
}

.page-path-wrapp .page-path-box a::before,
.page-path-wrapp .page-path-box a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.page-path-wrapp .page-path-box a::before {
  width: 0.55rem;
  height: 0.55rem;
  right: 0.8rem;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
}

.page-path-wrapp .page-path-box a::after {
  right: 0;
  background: #7f7f7f;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.page-path-wrapp .page-path-box a:hover {
  color: #009f92;
}

.page-path-wrapp .page-path-box a:hover::after {
  background: #009f92;
}

div.wpcf7 form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 1px #d9d9d9;
  text-align: left;
  line-height: 1;
}

div.wpcf7 form dl dt,
div.wpcf7 form dl dd {
  margin: 0;
  padding: 0;
}

div.wpcf7 form dl:nth-of-type(1) {
  border-top: solid 1px #d9d9d9;
}

div.wpcf7 form dl>dt {
  width: 29.5%;
}

@media (max-width: 767px) {
  div.wpcf7 form dl>dt {
    width: 100%;
    float: none;
    font-weight: bold;
  }
}

div.wpcf7 form dl>dd {
  width: calc(100% - 29.5%);
}

div.wpcf7 form dl>dd.inline-list p {
  line-height: 1.7;
}

div.wpcf7 form dl>dd input,
div.wpcf7 form dl>dd textarea {
  width: 100%;
  background: none;
  border: solid 1px #d9d9d9;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media (max-width: 767px) {

  div.wpcf7 form dl>dd input,
  div.wpcf7 form dl>dd textarea {
    margin-top: 0;
    margin-bottom: 0;
  }
}

div.wpcf7 form dl>dd input.wsiz-m,
div.wpcf7 form dl>dd textarea.wsiz-m {
  width: 120px;
}

div.wpcf7 form dl>dd input.spc-mt,
div.wpcf7 form dl>dd textarea.spc-mt {
  margin-top: 5px;
}

div.wpcf7 form dl>dd .wpcf7-list-item {
  margin: 0 30px 0 0;
}

@media (max-width: 767px) {
  div.wpcf7 form dl>dd .wpcf7-list-item {
    display: block;
    margin-top: 15px;
  }

  div.wpcf7 form dl>dd .wpcf7-list-item:nth-of-type(1) {
    margin-top: 0;
  }
}

div.wpcf7 form dl>dd .wpcf7-list-item input {
  width: auto;
}

@media (max-width: 767px) {
  div.wpcf7 form dl>dd {
    width: 100%;
    margin-left: 0;
    padding: 5px;
  }
}

div.wpcf7 form dl p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
  }

  .wpcf7-spinner {
    display: block;
    margin: 0 auto;
  }
}

input[type="submit"] {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 55px;
  background: #fff;
  border: solid 1px #000;
  text-align: center;
  color: #000;
  font-size: 1.9rem;
}

@media (max-width: 767px) {
  input[type="submit"] {
    font-size: 1.4rem;
  }
}

input[type="submit"]:hover {
  background: #7f7f7f;
  color: #fff;
}

.form-wrap.ctct {
  margin-top: 4rem;
}

.form-wrap.ctct div.wpcf7 form dl {
  padding: 3px 0;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .form-wrap.ctct div.wpcf7 form dl:nth-of-type(1) {
    padding-top: 10px;
  }
}

.form-wrap.ctct div.wpcf7 form dl.radio-wrapp dt {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 3.5rem;
}

@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl.radio-wrapp dt {
    padding-left: 0;
  }
}

.form-wrap.ctct div.wpcf7 form dl.radio-wrapp dd {
  padding: 1.3rem 5% 1.3rem 2rem;
}

@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl.radio-wrapp dd {
    padding-left: 0;
  }
}

.form-wrap.ctct div.wpcf7 form dl.last {
  margin-bottom: 3.5rem;
}

.form-wrap.ctct div.wpcf7 form dl dt {
  width: 27%;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 3.5rem;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dt {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.form-wrap.ctct div.wpcf7 form dl dd {
  width: 73%;
  padding: 0.4rem 5% 0.4rem 2rem;
}

@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dd {
    width: 100%;
    padding: 0 0 10px;
  }
}

.form-wrap.ctct div.wpcf7 form dl dd input,
.form-wrap.ctct div.wpcf7 form dl dd textarea {
  padding: 8px;
}

.form-wrap.ctct div.wpcf7 form dl dd textarea {
  height: 140px;
}

.form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
  color: #a6a6a6;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

.form-wrap.ctct div.wpcf7 form ::placeholder {
  color: #a6a6a6;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
    font-size: 1.4rem;
  }

  .form-wrap.ctct div.wpcf7 form ::placeholder {
    font-size: 1.4rem;
  }
}

.acc-wrapp {
  padding: 0 0 2.5em;
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .acc-wrapp {
    font-size: 1.4rem;
  }
}

.acc-wrapp p {
  margin-bottom: 0;
  line-height: 1.8;
}

.acc-wrapp p.txt-acc-01 {
  margin-bottom: 2rem;
}

.acc-wrapp p.txt-acc-02 {
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .acc-wrapp p.txt-acc-02 {
    font-size: 1.4rem;
  }
}

.wpcf7 .wpcf7-submit:disabled {
  color: #000;
}

.submit_wrapp p {
  margin-bottom: 0;
}

.txt_req::after {
  content: "(必須)";
  display: inline-block;
  margin-left: 5px;
  color: #ff0000;
}

span.icon {
  display: inline-block;
  width: 140px;
  background: #fff;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  padding: 7px 4px;
}

@media (max-width: 767px) {
  span.icon {
    font-size: 1.4rem;
  }
}

span.icon.info {
  background-color: #c5efd9;
  color: #000;
}

span.icon.company {
  background-color: #007e66;
}

span.icon.blog {
  background-color: #005041;
}

span.icon.recruit {
  background-color: #009f92;
}

.topics-box {
  width: 70.834%;
  max-width: 1360px;
  height: 240px;
  background: #fff;
  margin: 0 auto 6rem;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  padding-top: 20px;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .topics-box {
    width: calc(100% - 40px);
    margin-bottom: 3rem;
  }
}

.topics-tbl {
  border-collapse: collapse;
  width: 100%;
}

@media (max-width: 767px) {
  .topics-tbl {
    width: calc(100% - 17px);
  }
}

.topics-tbl tbody tr td {
  padding-top: 1px;
  padding-bottom: 14px;
  vertical-align: top;
  text-align: left;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .topics-tbl tbody tr td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
}

.topics-tbl tbody tr td.entry {
  width: 340px;
  padding-top: 0;
  padding-left: 2rem;
}

@media (max-width: 767px) {
  .topics-tbl tbody tr td.entry {
    width: 100%;
    padding-left: 0;
  }
}

.topics-tbl tbody tr td .entry-day {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5rem;
}

@media (max-width: 767px) {
  .topics-tbl tbody tr td .entry-day {
    padding-right: 2rem;
  }
}

.topics-tbl tbody tr td.topics_contents {
  width: calc(100% - 340px);
  padding-top: 5px;
  padding-left: 4rem;
}

@media (max-width: 767px) {
  .topics-tbl tbody tr td.topics_contents {
    width: 100%;
    padding-top: 1rem;
    padding-left: 0;
  }
}

.topics-tbl tbody tr td p {
  margin-bottom: 0;
}

.topics-tbl tbody tr td a {
  text-decoration: none;
}

.topics-tbl tbody tr td a:hover {
  text-decoration: underline;
}

#layout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 145px;
}

@media (max-width: 767px) {
  #layout {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }
}

#layout .main-box {
  margin-right: 3%;
  width: 69%;
}

@media (max-width: 767px) {
  #layout .main-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

#layout .side-box {
  width: 28%;
  max-width: 380px;
}

@media (max-width: 767px) {
  #layout .side-box {
    width: 100%;
    margin: 0 auto;
  }
}

#layout .side-box h4 {
  font-weight: 400;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  line-height: 1;
}

#layout .side-box ul {
  list-style: none;
  margin-bottom: 50px;
  padding-left: 35px;
}

#layout .side-box ul li {
  margin-bottom: 10px;
  border: solid 1px #bfbfbf;
}

#layout .side-box ul li:first-child {
  display: flex;
  align-items: center;
}

#layout .side-box ul li a {
  display: block;
  width: 100%;
  padding: 15px;
  text-decoration: none;
}

#layout .side-box ul li a:hover {
  background: #7f7f7e;
  color: #fff;
}

#layout .side-box ul li.current-cat {
  background-color: #7f7f7e;
}

#layout .side-box ul li.current-cat a {
  color: #ffffff;
}

.article .article-box {
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 10px;
  background: #f2f2f2;
}

.article .article-box .icon {
  margin-right: 15px;
}

.article .article-box .day-box {
  vertical-align: middle;
}

.article .article-box .article-link {
  padding-top: 15px;
}

.side-calen-wrap {
  width: 100%;
  padding-left: 35px;
}

.side-calen-wrap h2 {
  display: none;
}

.wp-calendar {
  width: 100%;
  border: solid 1px #bfbfbf;
}

.wp-calendar th {
  font-weight: normal;
}

.wp-calendar td {
  text-align: center;
}

.wp-calendar td.today {
  color: #e5000e;
  border-bottom: none;
}

.wp-calendar td a {
  display: block;
  color: #014da1;
  font-weight: bold;
}

.wp-calendar td a:hover {
  background: #014da1;
  color: #fff;
}

.wp-calendar-nav {
  position: relative;
}

.wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  right: 0;
}

.wp-calendar-nav .wp-calendar-nav-next a {
  text-decoration: none;
}

.wp-calendar-nav .wp-calendar-nav-prev a {
  text-decoration: none;
}

.news-details {
  margin-bottom: 5em;
}

p.news-details-day {
  margin-bottom: 0;
}

.col2-greeting {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}

@media (max-width: 767px) {
  .col2-greeting {
    flex-direction: column;
  }
}

.col2-greeting .col-l {
  width: 77.21%;
  padding-right: 2rem;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

@media (max-width: 767px) {
  .col2-greeting .col-l {
    width: 100%;
    padding-right: 0;
    font-size: 1.6rem;
  }
}

.col2-greeting .col-l p {
  margin-bottom: 1.7em;
}

.col2-greeting .col-r {
  width: 22.79%;
  padding-right: 1rem;
}

@media (max-width: 767px) {
  .col2-greeting .col-r {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
}

.col2-greeting .col-all {
  width: 100%;
  text-align: right;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

.col2-greeting .col-all p {
  margin-bottom: 0;
}

.col2-greeting .col-all .company-name {
  display: block;
  margin-bottom: 0.5rem;
}

.col2-greeting .col-all .representative-name {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .col2-greeting .col-all .representative-name {
    font-size: 1.8rem;
  }
}

div.col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2.9412%;
}

div.col2.company {
  justify-content: space-between;
}

div.col2.company>div.col-l {
  width: 70.59%;
}

@media (max-width: 767px) {
  div.col2.company>div.col-l {
    width: 100%;
  }
}

div.col2.company>div.col-r {
  width: 26.4688%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (max-width: 767px) {
  div.col2.company>div.col-r {
    width: 100%;
  }
}

.tbl-company {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #bfbfbf;
}

.tbl-company th,
.tbl-company td {
  border-top: solid 1px #bfbfbf;
  padding: 1.1rem 0;
  vertical-align: top;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 500;
}

@media (max-width: 767px) {

  .tbl-company th,
  .tbl-company td {
    display: block;
    font-size: 1.4rem;
  }
}

.tbl-company th p,
.tbl-company td p {
  line-height: 1.7;
}

.tbl-company th p:last-child,
.tbl-company td p:last-child {
  margin-bottom: 0;
}

.tbl-company th {
  width: 15.625%;
  padding-left: 1.5rem;
  background: #ecfaf3;
}

@media (max-width: 767px) {
  .tbl-company th {
    width: 100%;
    padding-left: 20px;
    font-weight: bold;
  }
}

.tbl-company td {
  width: 84.375%;
  padding-left: 2rem;
}

@media (max-width: 767px) {
  .tbl-company td {
    width: 100%;
    border-top: none;
    padding-left: 20px;
  }
}

.access-txt-box {
  padding-left: 4rem;
  font-size: 1.7rem;
  line-height: 2.2;
}

@media (max-width: 767px) {
  .access-txt-box {
    padding-left: 25px;
    font-size: 1.4rem;
  }
}

.contact-wrapp {
  width: 72.059%;
  max-width: 980px;
  margin: 0 auto;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .contact-wrapp {
    width: 100%;
    font-size: 1.4rem;
  }
}

.phone-wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

a.office-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  color: #005041;
  font-size: 5.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  a.office-phone {
    justify-content: center;
    font-size: 2.8rem;
  }
}

a.office-phone::before {
  content: "";
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  background: url(img/contact-phone-icon.webp) no-repeat left center;
  background-size: contain;
  margin-right: 2.5rem;
}

.office-time {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-right: 1rem;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .office-time {
    font-size: 1.4rem;
  }
}

.office-time::before {
  content: "";
  display: block;
  width: 6.5rem;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .office-time::before {
    content: none;
  }
}

.col2-home-01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.col2-home-01 figure {
  width: 43.75%;
  padding-top: 10rem;
  padding-right: 4rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .col2-home-01 figure {
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 4rem;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
}

.col2-home-01 figure::after {
  content: "";
  width: 63.1%;
  height: 100%;
  display: block;
  background: #ecfaf3;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.col2-home-01 figure img {
  width: 100%;
}

.col2-home-01 .txt-box {
  width: 56.25%;
  padding-top: 10rem;
  padding-bottom: 9.5rem;
  padding-left: 3rem;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .col2-home-01 .txt-box {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 6rem;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.4rem;
  }
}

.col2-home-01 .txt-box p.txt-title {
  width: 90%;
  max-width: 940px;
  color: #005041;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  line-height: 2.1;
}

@media (max-width: 767px) {
  .col2-home-01 .txt-box p.txt-title {
    width: 100%;
    font-size: 2.3rem;
    line-height: 1.5;
  }
}

.col2-home-01 .txt-box .p-txt-box {
  width: 74%;
  max-width: 760px;
  margin-bottom: 9rem;
}

@media (max-width: 767px) {
  .col2-home-01 .txt-box .p-txt-box {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.full-wrapp {
  margin-bottom: 11rem;
}

.bg-home-h2 {
  width: 100%;
  padding-top: 13.65%;
  margin-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: relative;
}

@media (max-width: 767px) {
  .bg-home-h2 {
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bg-home-h2.bg-right {
  background-image: url(img/bg-right.webp);
  background-position: right top;
}

.bg-home-h2.bg-left {
  background-image: url(img/bg-left.webp);
  margin-bottom: 4rem;
  background-position: left top;
}

.bg-home-h2 .bg-home-h2-inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .bg-home-h2 .bg-home-h2-inner {
    position: static;
    transform: none;
  }
}

.col3-home-nav {
  width: 63.5417%;
  max-width: 1220px;
  margin: 0 auto 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}

@media (max-width: 767px) {
  .col3-home-nav {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col3-home-nav a.card {
  display: flex;
  flex-direction: column;
  width: calc((100% - 8rem) / 3);
  max-width: 380px;
  background: #009f92;
  text-decoration: none;
  position: relative;
}

@media (max-width: 767px) {
  .col3-home-nav a.card {
    width: 100%;
  }
}

.col3-home-nav a.card figure {
  position: relative;
}

.col3-home-nav a.card figure .img-box {
  display: block;
  overflow: hidden;
  position: relative;
}

.col3-home-nav a.card figure .img-box img {
  transition: ease 0.35s;
}

.col3-home-nav a.card figure img:hover {
  opacity: 1;
}

.col3-home-nav a.card .txt-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 3rem 3.5rem;
  color: #fff;
}

.col3-home-nav a.card .txt-box .txt-title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .col3-home-nav a.card .txt-box .txt-title {
    font-size: 1.8rem;
  }
}

.col3-home-nav a.card .txt-box p {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .col3-home-nav a.card .txt-box p {
    font-size: 1.4rem;
  }
}

.col3-home-nav a.card .txt-box .btn-more {
  margin-top: auto;
  margin-bottom: 0;
}

.col3-home-nav a.card .dec-border {
  display: block;
  border: 2px solid #fff;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 1;
}

.col3-home-nav a.card:hover figure .img-box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
  animation: ring 0.8s;
}

.col3-home-nav a.card:hover figure img {
  transform: scale(1.1, 1.1);
}

@keyframes ring {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.bg-home-info {
  width: 100%;
  position: relative;
  z-index: 0;
}

.bg-home-info::after {
  content: "";
  height: 77%;
  width: 27.084%;
  display: block;
  background: #ecfaf3;
  position: absolute;
  top: 13rem;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .bg-home-info::after {
    top: 5rem;
  }
}

.bg-home-info .img-dec-01 {
  width: 85.417%;
  max-width: 1640px;
  margin-bottom: 9rem;
}

@media (max-width: 767px) {
  .bg-home-info .img-dec-01 {
    margin-bottom: 3rem;
  }
}

.bg-home-info h2.h2-home.info {
  margin-bottom: 5.5rem;
}

@media (max-width: 767px) {
  .bg-home-info h2.h2-home.info {
    margin-bottom: 3rem;
  }
}

.bg-home-aboutus {
  padding-bottom: 14rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .bg-home-aboutus {
    padding-bottom: 7rem;
  }
}

.bg-home-aboutus::after {
  content: "";
  width: 27.084%;
  height: 100%;
  display: block;
  background: #ecfaf3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-home-aboutus .bg-home-aboutus-inner {
  background: url(img/bg-home.webp) no-repeat center top;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.col2-home-aboutus {
  width: 70.84%;
  max-width: 1360px;
  margin: 0 auto 11rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
  padding-top: 15rem;
}

@media (max-width: 767px) {
  .col2-home-aboutus {
    width: 100%;
    padding-top: 6rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col2-home-aboutus .col-l {
  width: 48.53%;
  max-width: 660px;
}

@media (max-width: 767px) {
  .col2-home-aboutus .col-l {
    width: 100%;
  }
}

.col2-home-aboutus .col-r {
  flex: 1;
  padding-top: 11rem;
}

@media (max-width: 767px) {
  .col2-home-aboutus .col-r {
    flex: none;
    width: 100%;
    padding-top: 0;
  }
}

.col2-home-aboutus .col-r .company-name {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  color: #005041;
}

.col2-home-aboutus .col-r .company-name .txt-corporation {
  line-height: 1;
}

.col2-home-aboutus .col-r .company-name .txt-name {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

@media (max-width: 820px) {
  .col2-home-aboutus .col-r .company-name .txt-name {
    font-size: 2rem;
  }
}

.tbl-home-aboutus {
  border-collapse: collapse;
  width: 100%;
}

.tbl-home-aboutus th,
.tbl-home-aboutus td {
  padding-bottom: 2rem;
  vertical-align: top;
  text-align: left;
  font-size: 1.7rem;
}

@media (max-width: 767px) {

  .tbl-home-aboutus th,
  .tbl-home-aboutus td {
    display: block;
    font-size: 1.4rem;
  }
}

.tbl-home-aboutus th {
  width: 14.29%;
  color: #007e66;
}

@media (max-width: 767px) {
  .tbl-home-aboutus th {
    width: 100%;
  }
}

.tbl-home-aboutus td {
  width: 85.71%;
  padding-left: 5.7%;
}

@media (max-width: 767px) {
  .tbl-home-aboutus td {
    width: 100%;
    padding-left: 0;
  }
}

.tbl-home-aboutus td p {
  margin-bottom: 0;
}

.tbl-home-aboutus td p.m-b {
  margin-bottom: 7.5rem;
}

@media (max-width: 767px) {
  .tbl-home-aboutus td p.m-b {
    margin-bottom: 3rem;
  }
}

.tbl-home-aboutus tr:last-child th,
.tbl-home-aboutus tr:last-child td {
  padding-bottom: 0;
}

.col3-home-nav-02 {
  width: 70.84%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

@media (max-width: 767px) {
  .col3-home-nav-02 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col3-home-nav-02.footer-box {
  margin-bottom: 23rem;
}

@media (max-width: 767px) {
  .col3-home-nav-02.footer-box {
    margin-bottom: 0;
  }
}

.col3-home-nav-02 a.btn-wrapp {
  display: flex;
  flex-direction: column;
  width: calc((100% - 4rem) / 3);
  max-width: 440px;
  text-decoration: none;
  position: relative;
}

@media (max-width: 767px) {
  .col3-home-nav-02 a.btn-wrapp {
    width: 100%;
  }
}

.col3-home-nav-02 a.btn-wrapp figure {
  position: relative;
}

.col3-home-nav-02 a.btn-wrapp figure .img-box {
  display: block;
  overflow: hidden;
  position: relative;
}

.col3-home-nav-02 a.btn-wrapp figure .img-box img {
  transition: ease 0.35s;
}

.col3-home-nav-02 a.btn-wrapp figure .img-box img:hover {
  opacity: 1;
}

.col3-home-nav-02 a.btn-wrapp figure figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.col3-home-nav-02 a.btn-wrapp figure figcaption span {
  width: 100%;
  display: block;
  text-align: center;
}

.col3-home-nav-02 a.btn-wrapp figure figcaption span.txt-jp {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

@media (max-width: 767px) {
  .col3-home-nav-02 a.btn-wrapp figure figcaption span.txt-jp {
    font-size: 2.5rem;
  }
}

.col3-home-nav-02 a.btn-wrapp figure figcaption span.txt-eng {
  font-size: 1.9rem;
}

@media (max-width: 767px) {
  .col3-home-nav-02 a.btn-wrapp figure figcaption span.txt-eng {
    font-size: 1.4rem;
  }
}

.col3-home-nav-02 a.btn-wrapp .dec-border {
  display: block;
  border: 2px solid #fff;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 1;
}

.col3-home-nav-02 a.btn-wrapp:hover figure .img-box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
  animation: ring 0.8s;
}

.col3-home-nav-02 a.btn-wrapp:hover figure img {
  transform: scale(1.1, 1.1);
}

.col2-home {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 2.21%;
  margin-bottom: 14rem;
}

@media (max-width: 767px) {
  .col2-home {
    margin-bottom: 6rem;
  }
}

.col2-home.last {
  margin-bottom: 0;
}

.col2-home>div {
  width: 48.895%;
}

@media (max-width: 767px) {
  .col2-home>div {
    width: 100%;
  }
}

.col2-home>div.pd-t {
  padding-top: 1.5rem;
}

@media (max-width: 767px) {
  .col2-home>div.pd-t {
    padding-top: 0;
  }
}

.box-img {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto 6rem;
}

.box-map {
  width: 25%;
  max-width: 228px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .box-map {
    width: 50%;
  }
}

.tbl-price {
  border-collapse: collapse;
  width: 100%;
}

.tbl-price tr th,
.tbl-price tr td {
  padding-right: 5px;
  padding-left: 5px;
}

.tbl-price tr th {
  padding-top: 3px;
  background: #009f92;
  border: solid 1px #009f92;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
}

.tbl-price tr th:nth-child(1) {
  border-right-color: #fff;
}

.tbl-price tr th.fs-17 {
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .tbl-price tr th.fs-17 {
    font-size: 1.4rem;
  }
}

.tbl-price tr td {
  border: solid 1px #d9d9d9;
  text-align: center;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .tbl-price tr td {
    font-size: 1.4rem;
  }
}

.tbl-price tr:nth-child(odd) td {
  background: #ecfaf3;
}

.tbl-price.row2 th,
.tbl-price.row2 td {
  width: 50%;
}

.tbl-price.row3 th,
.tbl-price.row3 td {
  width: 33.3333%;
}

.tbl-price.row3 th:nth-child(2) {
  border-right-color: #fff;
}

.tbl-price.td-pd td {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.tbl-price-02 {
  border-collapse: collapse;
  width: 100%;
}

.tbl-price-02 tr th,
.tbl-price-02 tr td {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}

.tbl-price-02 tr th {
  padding-top: 3px;
  background: #009f92;
  border: solid 1px #009f92;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
}

.tbl-price-02 tr th:nth-child(1) {
  border-right-color: #fff;
}

.tbl-price-02 tr td {
  border: solid 1px #d9d9d9;
  text-align: center;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .tbl-price-02 tr td {
    font-size: 1.4rem;
  }
}

.tbl-price-02 tr td.bg-grn {
  background: #ecfaf3;
}

.tbl-price-02 tr td.txt-left {
  text-align: left;
}

.ul-dot {
  list-style: none;
}

.ul-dot li {
  padding-left: 1.5rem;
  position: relative;
}

.ul-dot li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.ul-dot li.non-dot::before {
  display: none;
}

.ul-dot li p {
  margin-bottom: 0;
}

.ul-dot.service {
  margin-top: 1rem;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .ul-dot.service {
    font-size: 1.4rem;
  }
}

.ul-dot.service li {
  margin-bottom: 0.8rem;
}

.ul-kome {
  list-style: none;
}

.ul-kome li {
  padding-left: 2rem;
  position: relative;
}

.ul-kome li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ul-kome.service {
  margin-top: 1rem;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .ul-kome.service {
    font-size: 1.4rem;
  }
}

p.txt-h3 {
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 2;
}

@media (max-width: 767px) {
  p.txt-h3 {
    text-align: left;
  }
}

p.txt-h4 {
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  p.txt-h4 {
    font-size: 1.4rem;
  }
}

p.txt-nb {
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  p.txt-nb {
    font-size: 1.3rem;
  }
}

.fs-22 {
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .fs-22 {
    font-size: 1.6rem;
  }
}

dl.privacy {
  margin: 0;
  padding: 0;
}

dl.privacy dt,
dl.privacy dd {
  margin: 0;
  padding: 0;
}

dl.privacy dt {
  counter-increment: title;
  font-weight: bold;
}

dl.privacy dt::before {
  content: counter(title) "．";
}

dl.privacy dd {
  margin: 0 0 30px 25px;
}

h2.h2-home {
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 4.3rem;
  color: #009f92;
  text-align: center;
  font-weight: 400;
  font-size: 2.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  position: relative;
}

@media (max-width: 767px) {
  h2.h2-home {
    padding-top: 2rem;
    font-size: 1.6rem;
  }
}

h2.h2-home::before {
  content: attr(data-eng);
  display: block;
  color: #005041;
  font-size: 4.3rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  h2.h2-home::before {
    font-size: 2rem;
  }
}

h2.h2-home.tb-cent {
  padding-top: 0;
  margin-bottom: 0;
}

h2.h2-home.home-aboutus {
  margin-bottom: 0;
}

.h3-sub {
  margin-bottom: 5rem;
  text-align: center;
  position: relative;
}

.h3-sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #009f92;
}

.h3-sub .h3-txt {
  display: inline-block;
  min-width: 320px;
  padding: 0 2.5rem;
  background: #fff;
  color: #009f92;
  font-size: 3.7rem;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  position: relative;
}

@media (max-width: 767px) {
  .h3-sub .h3-txt {
    padding: 0 1rem;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .h3-sub .h3-txt {
    min-width: auto;
    max-width: 250px;
  }
}

h4.h4-sub-02 {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  position: relative;
}

@media (max-width: 767px) {
  h4.h4-sub-02 {
    padding-left: 25px;
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }
}

h4.h4-sub-02::before {
  content: url("img/h5-icon.webp");
  margin-right: 1rem;
  line-height: 0;
}

@media (max-width: 767px) {
  h4.h4-sub-02::before {
    position: absolute;
    left: 0;
  }
}

h4.h4-sub-02.access {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  h4.h4-sub-02.access::before {
    top: 2px;
  }
}

@media (max-width: 767px) {
  h4.h4-sub-02.news::before {
    top: -1px;
  }
}

.btn-more {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  line-height: 1;
  position: relative;
}

.btn-more::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  margin-left: 1rem;
  background: #fff;
}

.btn-01 {
  position: relative;
  display: flex;
  align-items: center;
  width: 24rem;
  max-width: 240px;
  padding: 12px 25px;
  background: #fff;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  font-size: 1.9rem;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .btn-01 {
    max-width: 200px;
    font-size: 1.4rem;
  }
}

.btn-01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7rem;
  transform: translateY(-50%);
  width: 11rem;
  height: 1px;
  border-bottom: 1px solid #000;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .btn-01::after {
    right: -30px;
    width: 80px;
  }
}

.btn-01:hover {
  opacity: 0.7;
}

.btn-01:hover::after {
  right: -10rem;
}

@media (max-width: 767px) {
  .btn-01:hover::after {
    right: -50px;
  }
}

.btn-01.center {
  margin: 0 auto;
}

.btn-01.btn-info {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .btn-01.btn-info {
    margin-bottom: 6rem;
  }
}

/*# sourceMappingURL=style.css.map */

.grecaptcha-badge {
  bottom: 80px !important;
}