@charset "UTF-8";
/*
Theme Name: kimuraya
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: 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 #BFBFBF;
  position: fixed;
  top: 0;
  height: 10rem;
  transition: 1s;
  z-index: 10;
  background: #fff;
}
#header.hide {
  transform: translateY(calc(-10rem - 1px));
}
@media (max-width: 767px) {
  #header {
    height: 60px;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header-inner {
    display: block;
    background: #fff;
    position: relative;
  }
}
.header-inner .header-l {
  width: 27.0342%;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 2.0834%;
}
@media (max-width: 767px) {
  .header-inner .header-l {
    width: calc(100% - 70px);
    height: 100%;
    padding-left: 20px;
  }
}
.header-inner .header-l a.logo {
  aspect-ratio: 468/68;
}
@media (max-width: 767px) {
  .header-inner .header-l a.logo img {
    width: auto;
    max-width: none;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .header-inner .header-r {
    flex: 1;
    display: flex;
  }
}
@media (max-width: 767px) {
  .header-inner .header-r {
    position: absolute;
    top: 0;
  }
}
.header-inner .header-r .nav-contact {
  width: 16rem;
  display: block;
}
@media (max-width: 767px) {
  .header-inner .header-r .nav-contact {
    display: none;
  }
}
.header-inner .header-r .nav-contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  background: #07A512;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
.header-inner .header-r .nav-contact a .img-box {
  width: 28.58%;
  max-width: 40px;
}
.header-inner .header-r .nav-contact a span {
  line-height: 1;
}
.header-inner .header-r .nav-contact a span.eng {
  font-size: 1.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
}
.header-inner .header-r .nav-contact a:hover img {
  opacity: 1;
}
.header-inner .header-r .nav-contact a.on, .header-inner .header-r .nav-contact a:hover {
  background: #0784F9;
}
@media (min-width: 768px) {
  .header-inner .header-r .in-right-box-01 {
    padding-top: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .header-inner .header-r .in-right-box-01 {
    width: 100%;
  }
}

#nav-content {
  height: 100%;
  contain: paint;
}
@media (max-width: 767px) {
  #nav-content {
    margin-top: calc(60px - 1px);
    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: 768px) {
  #nav-content ul {
    align-items: center;
    justify-content: flex-end;
    gap: 6rem;
  }
}
@media (max-width: 767px) {
  #nav-content ul {
    flex-direction: column;
  }
}
#nav-content ul li {
  line-height: 1;
}
@media (min-width: 768px) {
  #nav-content ul li {
    display: flex;
    min-width: 6rem;
  }
}
@media (max-width: 767px) {
  #nav-content ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
#nav-content ul li a {
  display: flex;
  text-decoration: none;
}
@media (min-width: 768px) {
  #nav-content ul li a {
    min-width: 6rem;
  }
  #nav-content ul li a.on .pick::before {
    content: "";
    width: 6rem;
    border-bottom: 2px solid #07A512;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #nav-content ul li a .pick {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
    font-size: 2.1rem;
    position: relative;
  }
  #nav-content ul li a .pick:hover::before {
    content: "";
    width: 6rem;
    border-bottom: 2px solid #07A512;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #nav-content ul li a .pick {
    min-width: 6rem;
  }
}
@media (max-width: 767px) {
  #nav-content ul li a {
    padding: 15px 5px;
    text-transform: uppercase;
    transition: color 0.1s;
    font-size: 1.4rem;
  }
  #nav-content ul li a .pick {
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
  }
}
#nav-content ul li.gn-on {
  display: none;
}
@media (max-width: 767px) {
  #nav-content ul li.gn-on {
    display: block;
  }
  #nav-content ul li.gn-on.contact-box {
    background: #07A512;
  }
  #nav-content ul li.gn-on.contact-box a {
    color: #fff;
  }
}

#footer {
  width: 100%;
  margin-top: 17rem;
}
@media (max-width: 767px) {
  #footer {
    margin-top: 60px;
  }
}
#footer .footer-contact {
  width: 100%;
  background: url(img/footer-bg-contact.webp) no-repeat center top;
  position: relative;
}
@media (min-width: 768px) {
  #footer .footer-contact {
    padding-top: 25%;
  }
}
#footer .footer-contact .footer-contact-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #footer .footer-contact .footer-contact-inner {
    width: 86.0893%;
    max-width: 1680px;
    position: absolute;
    top: 7rem;
    right: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner {
    padding-bottom: 30px;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .title-box {
  color: #fff;
}
@media (min-width: 768px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .title-box {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .title-box {
    width: 100%;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .title-box .h2-wrapp-03 {
  padding-bottom: 3.5rem;
  margin-bottom: 4.8rem;
  position: relative;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .title-box .h2-wrapp-03 {
    padding-bottom: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .title-box .h2-wrapp-03 .txt-eng {
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .title-box .h2-wrapp-03 .txt-eng {
    font-size: 3rem;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .title-box .h2-wrapp-03 h2.h2-footer {
  font-size: 2.1rem;
  font-weight: normal;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .title-box .h2-wrapp-03 h2.h2-footer {
    font-size: 16px;
    margin-top: 0;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .title-box .h2-wrapp-03::after {
  content: "";
  display: block;
  width: 10rem;
  height: 0.4rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .title-box p {
  font-size: 2.1rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .title-box p {
    font-size: 14px;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box,
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box {
  width: 38rem;
  display: flex;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box,
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box {
    width: calc((100% - 2rem) / 2);
    margin-top: 0;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a,
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a,
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a {
    height: 26rem;
    padding-top: 4.5rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a,
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a {
    padding: 15px 5px;
  }
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a img,
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a img {
    width: 35px;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a .txt-02,
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a .txt-02 {
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a .txt-02,
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a .txt-02 {
    text-align: center;
    font-size: 14px;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box {
  background-color: #fff;
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box .txt-01 {
  padding: 1.4rem 0 0;
  font-size: 4.3rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box .txt-01 {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box .txt-01 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box .txt-02 {
    margin-top: -0.5rem;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box {
  background-color: #07A512;
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a {
  color: #fff;
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box .txt-01 {
  padding: 1.5rem 0 0;
  font-size: 3.7rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box .txt-01 {
    font-size: 1.8rem;
  }
}
#footer .footer-inner {
  width: 100%;
  margin: 6rem auto 0;
}
@media (min-width: 768px) {
  #footer .footer-inner {
    width: 88.189%;
    max-width: 1680px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #footer .footer-inner {
    text-align: center;
  }
}
#footer .footer-inner .footer-logo {
  display: inline-block;
  width: 28.5366%;
  max-width: 468px;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  #footer .footer-inner .footer-logo {
    width: 80%;
    margin: 0 auto 30px;
  }
  #footer .footer-inner .footer-logo img {
    height: 45px;
  }
}
#footer .footer-inner .col2-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 4rem;
}
@media (max-width: 767px) {
  #footer .footer-inner .col2-footer {
    gap: 2rem;
  }
}
#footer .footer-inner .col2-footer .col {
  width: calc((100% - 4rem) / 2);
}
@media (max-width: 767px) {
  #footer .footer-inner .col2-footer .col {
    width: 100%;
  }
}
#footer .footer-inner .col2-footer .col dl {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}
#footer .footer-inner .col2-footer .col dl dt, #footer .footer-inner .col2-footer .col dl dd {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #footer .footer-inner .col2-footer .col dl {
    gap: 2rem 0;
  }
}
#footer .footer-inner .col2-footer .col dl dt {
  width: 100%;
  height: 4rem;
  background: #F2F2F2;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}
#footer .footer-inner .col2-footer .col dl dd {
  width: 39rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #footer .footer-inner .col2-footer .col dl dd {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
}
#footer .footer-inner .col2-footer .col dl a {
  text-decoration: none;
}
#footer .footer-inner .col2-footer .full {
  width: 100%;
}
#footer .footer-inner .col2-footer .full .title-name {
  width: calc((100% - 4rem) / 2);
  height: 4rem;
  background: #F2F2F2;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  #footer .footer-inner .col2-footer .full .title-name {
    width: 100%;
    margin-bottom: 20px;
  }
}
#footer .footer-inner .col2-footer .full .footer-navi-wrapp {
  width: 100%;
  max-width: 1460px;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  #footer .footer-inner .col2-footer .full .footer-navi-wrapp {
    width: 89.024%;
  }
}
@media (max-width: 767px) {
  #footer .footer-inner .col2-footer .full .footer-navi-wrapp {
    gap: 0;
    margin-bottom: 0;
  }
}
#footer .footer-inner .col2-footer .full .footer-navi-wrapp dl {
  width: calc((100% - 20rem) / 6);
  margin: 0;
  padding: 0;
}
#footer .footer-inner .col2-footer .full .footer-navi-wrapp dl dt, #footer .footer-inner .col2-footer .full .footer-navi-wrapp dl dd {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #footer .footer-inner .col2-footer .full .footer-navi-wrapp dl {
    width: 50%;
    border: solid 1px #07A512;
  }
  #footer .footer-inner .col2-footer .full .footer-navi-wrapp dl:nth-child(odd) {
    border-right: none;
    border-left: none;
  }
  #footer .footer-inner .col2-footer .full .footer-navi-wrapp dl:nth-child(even) {
    border-right: none;
  }
  #footer .footer-inner .col2-footer .full .footer-navi-wrapp dl:not(:nth-last-child(-n+2)) {
    border-bottom: none;
  }
}
#footer .footer-inner .col2-footer .full .footer-navi-wrapp dl a {
  text-decoration: none;
}
@media (max-width: 767px) {
  #footer .footer-inner .col2-footer .full .footer-navi-wrapp dl a {
    display: block;
    padding: 15px 10px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #footer .footer-inner .col2-footer .full .footer-navi-wrapp dl dt {
    border-bottom: solid 1px #07A512;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
#footer .footer-inner .col2-footer .full .footer-navi-wrapp dl dd {
  padding-top: 0.5rem;
  padding-left: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #footer .footer-inner .col2-footer .full .footer-navi-wrapp dl dd {
    display: none;
  }
}
#footer .footer-inner .col2-footer .full .footer-navi-wrapp dl dd a {
  padding-left: 1.7rem;
  display: flex;
  position: relative;
}
#footer .footer-inner .col2-footer .full .footer-navi-wrapp dl dd a::before {
  content: "－";
  position: absolute;
  left: 0;
}

.copyright {
  width: 100%;
  height: 3rem;
  background: #07A512;
  border-bottom: solid 1px #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

.slick-wrap {
  margin-top: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .slick-wrap {
    margin-top: 60px;
  }
}

.slick-img {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.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;
  top: 37%;
  left: 0;
  width: 100%;
  padding-right: 20px;
  padding-left: 4rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .slick-txt {
    display: block;
    padding: 10px 20px;
    position: static;
    text-align: center;
  }
}
.slick-txt span {
  display: inline-block;
  padding: 0 2rem;
  background: #fff;
  color: #07A512;
  font-size: 5.3rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .slick-txt span {
    padding: 0;
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .slick-txt span.txt2 {
    margin-top: 3rem;
  }
}

.wrapp-work {
  width: 93.4384%;
  max-width: 1780px;
  padding-bottom: 9rem;
  margin: 0 0 0 auto;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wrapp-work {
    width: 100%;
    padding-bottom: 60px;
  }
}
.wrapp-work .col-l {
  width: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .wrapp-work .col-l {
    width: 100px;
  }
}
.wrapp-work .col-l::after {
  content: "";
  display: block;
  width: 1px;
  height: 26rem;
  background: #A6A6A6;
  position: absolute;
  top: 0;
  right: 0;
}
.wrapp-work .col-l a {
  display: inline-block;
  text-decoration: none;
  padding-bottom: 1rem;
  border-bottom: solid 1px #000;
  font-size: 1.6rem;
  position: absolute;
  bottom: 4rem;
}
@media (max-width: 767px) {
  .wrapp-work .col-l a {
    font-size: 14px;
  }
}
.wrapp-work .col-r {
  width: calc(100% - 24rem);
  position: relative;
}
@media (max-width: 767px) {
  .wrapp-work .col-r {
    width: calc(100% - 100px);
  }
}
.wrapp-work .col-r::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 142rem;
  height: 29rem;
  background: url(img/bg-02.webp) no-repeat left top;
  position: absolute;
  top: 10rem;
  right: 0;
  left: 12rem;
}
@media (max-width: 767px) {
  .wrapp-work .col-r::before {
    height: 20rem;
    left: 8rem;
  }
}
.wrapp-work .col-r .in-col {
  width: min(100%, 1400px);
  margin: 0;
  padding: 0 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .wrapp-work .col-r .in-col {
    padding: 0 10px;
  }
}

.slick-container {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
}

.slick-work {
  padding: 0;
}

.slick-work-card {
  position: relative;
  width: 38rem;
  margin-right: 4rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .slick-work-card {
    width: 25rem;
    margin-right: 10px;
  }
}
.slick-work-card .img-box {
  background: #fff;
}
.slick-work-card .txt-box {
  font-size: 0;
  margin-top: 1rem;
}
.slick-work-card .txt-box .icon-category {
  display: inline-flex;
}
.slick-work-card .txt-box .title-work {
  font-weight: bold;
}
@media (min-width: 768px) {
  .slick-work-card .txt-box .title-work {
    font-size: 1.7rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .slick-work-card .txt-box .title-work {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}

.next-arrow {
  display: block;
  width: 6.1rem;
  height: 6.1rem;
  background: url(img/slide-arrow.webp) no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .next-arrow {
    width: 40px;
    height: 40px;
  }
}

.prev-arrow {
  display: none !important;
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  font-weight: normal;
  font-size: 1.7rem;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
}
@media (min-width: 768px) {
  body {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

@media (max-width: 767px) {
  #nav-container .bg {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    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: 767px) {
  .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: 60px;
    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: 767px) {
  #nav-container:focus-within #nav-content {
    transform: none;
  }
}
section,
.section_box {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
section > p:last-child,
.section_box > p:last-child {
  margin-bottom: 0;
}

main {
  width: 100%;
  margin-top: 11rem;
}
@media (max-width: 767px) {
  main {
    margin-top: 30px;
  }
}
main.sub-box {
  margin-top: 11rem;
}
@media (max-width: 767px) {
  main.sub-box {
    margin-top: 30px;
  }
}
main.sub-box section,
main.sub-box .section_box {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 12.5rem;
}
@media (max-width: 767px) {
  main.sub-box section,
  main.sub-box .section_box {
    margin-bottom: 30px;
  }
}

.path-bg {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .path-bg {
    display: none;
  }
}
.path-bg .path-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}

ol.topic-path {
  display: flex;
  list-style: none;
  color: #000;
  line-height: 1;
  position: relative;
}
ol.topic-path li {
  display: inline;
  margin-left: 2.4rem;
  font-size: 1.6rem;
}
ol.topic-path li:first-child {
  margin-left: 0;
  margin-right: 0;
}
ol.topic-path li a {
  padding-right: 3rem;
  background: url(img/topicpath-arrow.webp) no-repeat right center;
  text-decoration: none;
  color: #000;
}
ol.topic-path li a:hover {
  text-decoration: underline;
}
ol.topic-path li:nth-last-of-type(1) a {
  background: none;
  padding-right: 0;
}
@media (max-width: 767px) {
  ol.topic-path {
    display: none;
  }
}

.page-path {
  border-left: solid 1px #000;
  margin-left: 2.8%;
  padding-left: 2.5%;
  display: flex;
  align-items: center;
  flex: 1;
  line-height: 1;
}
.page-path a {
  margin-left: 2.5%;
  padding-left: 1%;
  background: url(img/pagepath-arrow.webp) no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
}
.page-path a:first-child {
  margin-left: 0;
}
.page-path a:last-child {
  padding-right: 0;
}
.page-path a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .page-path {
    display: none;
  }
}

h1 {
  text-align: right;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  h1 {
    display: none;
  }
}

.txt-c {
  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);
}

a .img-up {
  display: block;
  overflow: hidden;
}
a .img-up img {
  max-width: 100%;
  height: auto;
  transition: 0.5s;
}
a .img-up img:hover {
  opacity: 1;
}
a:hover .img-up img {
  transform: scale(1.1, 1.1);
}

a .img-ov {
  display: block;
  overflow: hidden;
  position: relative;
}
a .img-ov img {
  transition: ease 0.35s;
}
a .img-ov::before {
  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;
}
a .img-ov:hover::before {
  animation: ring 0.8s;
}
a:hover .img-ov img {
  transform: scale(1.1, 1.1);
}

@keyframes ring {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.gallery-wrapp {
  margin-bottom: 7rem;
}

.gallery {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 4rem;
}
@media (max-width: 767px) {
  .gallery {
    gap: 2rem;
  }
}
.gallery dl.gallery-item {
  width: calc((100% - 12rem) / 4) !important;
  max-width: 380px;
  margin: 0 !important;
  float: none !important;
}
@media (max-width: 767px) {
  .gallery dl.gallery-item {
    width: calc((100% - 2rem) / 2) !important;
  }
}
.gallery dl.gallery-item dt img {
  width: 100%;
  height: auto;
  border: 0 !important;
}
.gallery br {
  display: none;
}

#h2-bg {
  width: 100%;
  height: 29rem;
  background-image: url(img/h2-bg.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 10rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #h2-bg {
    margin-top: 60px;
    height: 150px;
    background-position: left top;
  }
}
#h2-bg .h2-inner {
  display: block;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 2rem;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
  line-height: 1.4;
}
#h2-bg .h2-inner h2 {
  font-size: 2.7rem;
}
@media (max-width: 767px) {
  #h2-bg .h2-inner h2 {
    font-size: 2.3rem;
  }
}
#h2-bg .h2-inner .txt-eng {
  color: #07A512;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  #h2-bg .h2-inner .txt-eng {
    font-size: 1.8rem;
  }
}
#h2-bg.v2 {
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  #h2-bg.v2 {
    padding-top: 30.4462%;
    background-image: url(img/h2-bg-architecture.webp);
  }
}
#h2-bg.v2 .h2-inner {
  max-width: none;
  height: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  #h2-bg.v2 .h2-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 767px) {
  #h2-bg.v2 .h2-inner {
    padding: 0 20px;
  }
}
#h2-bg.v2 .h2-inner .h2-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  #h2-bg.v2 .h2-inner .h2-box {
    padding-left: 29%;
  }
}
@media (max-width: 767px) {
  #h2-bg.v2 .h2-inner .h2-box {
    height: 150px;
    padding-left: 0;
  }
}

.tab-group {
  display: flex;
  list-style: none;
  flex-flow: row nowrap;
  padding-left: 1px;
  overflow-y: hidden !important;
}
@media only screen and (min-width: 1261px) {
  .tab-group {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tab-group {
    padding-left: 5px;
  }
}
.tab-group .tab {
  flex-shrink: 0;
  width: 22rem;
  min-width: 200px;
  background: #fff;
  margin-left: -1px;
  padding: 2rem 1.8rem;
  border-top: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
  border-left: solid 1px #D9D9D9;
  color: #000;
  list-style: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 1px;
  z-index: 0;
}
.tab-group .tab.is-active {
  border-bottom: 1px solid #FFFFFF;
  z-index: 1;
}
.tab-group .tab img {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin-bottom: 15px;
}
.tab-group .tab .caption-01 {
  display: block;
  text-align: center;
}

.panel-group {
  background-color: #fff;
  border-top: solid 1px #D9D9D9;
  padding: 4rem 0 0;
  position: relative;
  top: -1px;
  z-index: 0;
}
.panel-group .panel {
  display: none;
}
.panel-group .panel.is-show {
  display: block;
}
.panel-group .panel.is-show .col2-senior {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.panel-group .panel.is-show .col2-senior dt, .panel-group .panel.is-show .col2-senior dd {
  margin: 0;
  padding: 0;
}
.panel-group .panel.is-show .col2-senior dt {
  width: 52rem;
}
@media (max-width: 767px) {
  .panel-group .panel.is-show .col2-senior dt {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    text-align: center;
  }
}
.panel-group .panel.is-show .col2-senior dt img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.panel-group .panel.is-show .col2-senior dd {
  flex: 1;
  margin: 0;
  padding-left: 5rem;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .panel-group .panel.is-show .col2-senior dd {
    flex: auto;
    width: 100%;
    padding-left: 0;
  }
  .panel-group .panel.is-show .col2-senior dd p {
    line-height: 1.6;
  }
}
.panel-group .panel.is-show .col2-senior dd p:nth-of-type(1) {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .panel-group .panel .h4-sub {
    margin-bottom: 3rem;
  }
}
.panel-group .panel strong {
  color: #07A512;
  font-size: 2.7rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .panel-group .panel strong {
    font-size: 1.8rem;
  }
}
.panel-group .panel p.tit-senior {
  color: #07A512;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  font-weight: 400;
}

.scroll-hint-icon {
  z-index: 1;
}

.tab-recruit {
  display: flex;
  list-style: none;
  overflow-y: hidden !important;
}
@media (min-width: 768px) {
  .tab-recruit {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tab-recruit {
    padding-left: 5px;
  }
}
.tab-recruit .r-tab {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.5%;
  max-width: 22rem;
  background: #fff;
  padding: 1rem;
  margin-left: -1px;
  border-top: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
  border-left: solid 1px #D9D9D9;
  color: #000;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .tab-recruit .r-tab {
    width: 180px;
    height: 110px;
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
  }
}
.tab-recruit .r-tab.is-active-r {
  border-bottom: 1px solid #FFFFFF;
  z-index: 1;
}
.tab-recruit .scroll-hint-icon {
  top: 10px;
}

.panel-group-recruit {
  background-color: #fff;
  border-top: solid 1px #D9D9D9;
  padding-top: 2em;
  position: relative;
  top: -1px;
  z-index: 0;
}
.panel-group-recruit .r-panel {
  display: none;
}
.panel-group-recruit .r-panel.is-show-r {
  display: block;
}
@media (min-width: 768px) {
  .panel-group-recruit .r-panel .h4-sub {
    margin-bottom: 1rem;
  }
}
.panel-group-recruit .r-panel p {
  line-height: 1.7;
}

.scroll-hint-icon {
  z-index: 1;
}

h3.h3-sub {
  position: relative;
  padding: 3rem 0 1rem;
  border-bottom: 4px solid #07A512;
  font-size: 2.7rem;
  font-weight: normal;
  margin-bottom: 6.5rem;
}
@media (min-width: 768px) {
  h3.h3-sub {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  h3.h3-sub {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
h3.h3-sub .txt-eng {
  padding-left: 2rem;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  h3.h3-sub .txt-eng {
    display: block;
    font-size: 13px;
    margin-top: 5px;
  }
}
h3.h3-sub::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 38rem;
  height: 4px;
  content: "";
  background: #BFBFBF;
}
@media (max-width: 767px) {
  h3.h3-sub::before {
    width: 23%;
  }
}

h4.h4-sub {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  padding-left: 3rem;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  h4.h4-sub {
    align-items: flex-start;
    padding-left: 2.5rem;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
  }
}
h4.h4-sub::before {
  content: "";
  display: block;
  background: url(img/h4-icon.webp) no-repeat left top;
  background-size: cover;
  width: 1.9rem;
  height: 1.9rem;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  h4.h4-sub::before {
    position: absolute;
    top: 1rem;
  }
}
@media (max-width: 767px) {
  h4.h4-sub::before {
    top: 3px;
  }
}

.btn-01 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5rem;
  margin: 0 auto;
  background-color: #fff;
}
.btn-01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  background-color: #07A512;
  transform: translateX(-100%);
}
.btn-01:hover::before {
  left: 0;
  transform: translateX(0);
}
.btn-01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  color: #000;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: 0.2s;
}
.btn-01 a:hover {
  color: #fff;
  border: none;
}
@media (max-width: 767px) {
  .btn-01 a {
    font-size: 1.4rem;
  }
}
.btn-01.w280 {
  width: 28rem;
}
.btn-01.w290 {
  width: 29rem;
}
.btn-01.w290 a {
  border: none;
}
.btn-01.left {
  margin-left: 0;
}
@media (max-width: 767px) {
  .btn-01.left {
    margin-left: auto;
  }
}

.h2-wrapp {
  padding-bottom: 1rem;
  margin-bottom: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .h2-wrapp {
    margin-bottom: 2rem;
  }
}
.h2-wrapp .txt-eng {
  font-size: 3.7rem;
  font-weight: bold;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .h2-wrapp .txt-eng {
    font-size: 2.5rem;
  }
}
.h2-wrapp h2.h2-home {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .h2-wrapp h2.h2-home {
    vertical-align: super;
  }
}
.h2-wrapp::after {
  content: "";
  display: block;
  width: 10rem;
  height: 0.4rem;
  background: #07A512;
  position: absolute;
  bottom: 0;
}
.h2-wrapp.v2 .txt-eng {
  font-size: 3.2rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .h2-wrapp.v2 .txt-eng {
    display: inline-block;
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
.h2-wrapp.v2 h2.h2-home {
  padding: 1rem 0 2rem;
}

.h2-wrapp-02 {
  padding-bottom: 2.5rem;
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
}
.h2-wrapp-02 .txt-eng {
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .h2-wrapp-02 .txt-eng {
    font-size: 2.8rem;
  }
}
.h2-wrapp-02 h2.h2-home {
  font-size: 1.4rem;
  font-weight: normal;
}
.h2-wrapp-02::after {
  content: "";
  display: block;
  width: 10rem;
  height: 0.4rem;
  background: #07A512;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.home-wrapp-01 {
  width: 100%;
  margin: 0 auto 10rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-wrapp-01 {
    margin-bottom: 60px;
  }
}
.home-wrapp-01 .title-home {
  padding-top: 0.8rem;
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  font-weight: 400;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-wrapp-01 .title-home {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.home-wrapp-01 .home-01-contents {
  width: 94.4882%;
  max-width: 1800px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .home-wrapp-01 .home-01-contents .img-box {
    width: 94rem;
  }
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .img-box {
    width: 100%;
  }
}
.home-wrapp-01 .home-01-contents .txt-box {
  flex: 1;
  padding-right: 2.4391%;
  padding-left: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents .txt-box {
    width: 100%;
    padding: 0 20px 30px;
    font-size: 1.6rem;
  }
}
.home-wrapp-01 .home-01-contents .txt-box p {
  line-height: 1.8;
}
.home-wrapp-01 .home-01-contents::before {
  content: "";
  display: block;
  width: 130rem;
  height: 33rem;
  background: url(img/bg-01.webp) no-repeat;
  position: absolute;
  right: 6rem;
  bottom: -26rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .home-wrapp-01 .home-01-contents::before {
    right: 6rem;
    bottom: -26rem;
  }
}
@media (max-width: 767px) {
  .home-wrapp-01 .home-01-contents::before {
    left: 50px;
    bottom: -15rem;
  }
}
.home-wrapp-01 .col2-home {
  width: 86.0893%;
  max-width: 1640px;
  margin: 6rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (min-width: 768px) {
  .home-wrapp-01 .col2-home {
    padding-right: 0.8rem;
  }
}
@media (max-width: 767px) {
  .home-wrapp-01 .col2-home {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.home-wrapp-01 .col2-home .img-box {
  width: calc((100% - 4rem - 0.8rem) / 2);
}
@media (max-width: 767px) {
  .home-wrapp-01 .col2-home .img-box {
    width: 100%;
  }
}
.home-wrapp-01 .col2-home .img-box a {
  position: relative;
}
.home-wrapp-01 .col2-home .img-box .txt-more {
  width: 23rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #fff;
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  color: #fff;
  font-size: 2.1rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .home-wrapp-01 .col2-home .img-box .txt-more {
    width: 15rem;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}
.home-wrapp-01 .col2-home .img-box .txt-page {
  padding-top: 1.5rem;
  padding-left: 1rem;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .home-wrapp-01 .col2-home .img-box .txt-page {
    font-size: 1.6rem;
  }
}

.home-wrapp-02 {
  width: 100%;
  margin: 0 auto 9rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-wrapp-02 {
    margin-bottom: 60px;
  }
}
.home-wrapp-02 .home-02-contents {
  width: 94.4882%;
  max-width: 1800px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-wrapp-02 .home-02-contents {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .home-wrapp-02 .home-02-contents .img-box {
    width: 75.5556%;
    max-width: 136rem;
  }
}
@media (max-width: 767px) {
  .home-wrapp-02 .home-02-contents .img-box {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .home-wrapp-02 .home-02-contents .img-box .in-txt-box {
    padding-top: 4rem;
    padding-left: 28rem;
  }
}
@media (max-width: 767px) {
  .home-wrapp-02 .home-02-contents .img-box .in-txt-box {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.home-wrapp-02 .home-02-contents .txt-box {
  flex: 1;
  padding-right: 2rem;
  padding-left: 20px;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767px) {
  .home-wrapp-02 .home-02-contents .txt-box {
    width: 100%;
    padding: 0 20px 10px;
  }
}
.home-wrapp-02 .home-02-contents .txt-box .pic {
  max-width: 66rem;
}
@media (min-width: 768px) {
  .home-wrapp-02 .home-02-contents .txt-box .pic {
    position: absolute;
    top: 25rem;
    left: 20px;
    width: 150%;
  }
}
@media (max-width: 767px) {
  .home-wrapp-02 .home-02-contents .txt-box .pic {
    margin: 0 -20px;
  }
}

.home-wrapp-03 {
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  .home-wrapp-03 {
    margin-bottom: 60px;
  }
}

.bgfix {
  padding-top: 29.3963%;
  width: 100%;
  background-image: url(img/bg-fix.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 767px) {
  .bgfix {
    background-attachment: scroll;
  }
}

.home-wrapp-04 {
  padding-top: 12rem;
  padding-bottom: 15rem;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .home-wrapp-04 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.home-wrapp-05 {
  background: url(img/bg-03.webp) no-repeat center top;
  padding-top: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .home-wrapp-05 {
    padding-top: 30px;
  }
}
.home-wrapp-05::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .home-wrapp-05::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
  }
}

.home-col3-navi {
  width: 86.0893%;
  max-width: 1640px;
  margin: 0 auto 9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-col3-navi {
    max-width: 520px;
    margin-bottom: 60px;
  }
}
.home-col3-navi .img-box {
  width: calc((100% - 8rem) / 3);
  max-width: 520px;
}
@media (max-width: 767px) {
  .home-col3-navi .img-box {
    width: 100%;
  }
}
.home-col3-navi .img-box a {
  position: relative;
}
.home-col3-navi .img-box .txt-more {
  width: 21rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #fff;
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  color: #fff;
  font-size: 1.7rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .home-col3-navi .img-box .txt-more {
    width: 100px;
    font-size: 1.5rem;
  }
}
.home-col3-navi .img-box .txt-page {
  padding-top: 1.5rem;
  padding-left: 1rem;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .home-col3-navi .img-box .txt-page {
    padding-top: 1rem;
    font-size: 1.6rem;
  }
}

.home-recruit-wrapp {
  width: 56.693%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .home-recruit-wrapp {
    width: 100%;
    padding: 30px 20px;
    background: url(img/bg-home-recruit.webp) no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .home-recruit-wrapp .img-box {
    display: none;
  }
}
.home-recruit-wrapp .on-img-box {
  display: block;
  width: 45.4%;
  max-width: 49rem;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .home-recruit-wrapp .on-img-box {
    position: absolute;
    top: 0;
    left: 7rem;
  }
}
@media (max-width: 767px) {
  .home-recruit-wrapp .on-img-box {
    width: 20rem;
    margin: 0 auto;
  }
}
.home-recruit-wrapp .txt-box {
  width: 100%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (min-width: 768px) {
  .home-recruit-wrapp .txt-box {
    width: 47.3%;
    max-width: 51rem;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
}
.home-recruit-wrapp .txt-box span {
  text-align: center;
}
.home-recruit-wrapp .txt-box .txt-jp {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .home-recruit-wrapp .txt-box .txt-jp {
    font-size: 1.4rem;
  }
}
.home-recruit-wrapp .txt-box .txt-eng {
  font-size: 5.3rem;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .home-recruit-wrapp .txt-box .txt-eng {
    font-size: 2.8rem;
  }
}
.home-recruit-wrapp .txt-box .txt-01 {
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  font-weight: 400;
  margin: 1.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .home-recruit-wrapp .txt-box .txt-01 {
    font-size: 1.8rem;
  }
}
.home-recruit-wrapp .txt-box .txt-02 {
  font-size: 2.1rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .home-recruit-wrapp .txt-box .txt-02 {
    font-size: 14px;
  }
}

.sub-title {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  font-size: 2.4rem;
  margin-top: 10rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 1.6rem;
    margin-top: 6rem;
  }
}

.col2-biz {
  display: flex;
  flex-wrap: wrap;
}
.col2-biz .txt-box {
  flex: 1;
}
.col2-biz .txt-box p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.col2-biz.v1 {
  gap: 3rem;
  margin-bottom: 4rem;
}
.col2-biz.v1 > .img-box {
  width: 66rem;
}
@media (min-width: 768px) {
  .col2-biz.v1 .txt-box {
    margin-top: 1rem;
  }
}
.col2-biz.v1.one {
  margin-bottom: 5rem;
}
.col2-biz.v2 {
  gap: 3rem 4rem;
  margin-bottom: 7rem;
}
.col2-biz.v2 > .img-box {
  width: 80rem;
}

.box-maruteki {
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  border: solid 1px #BFBFBF;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  margin-top: 2.8em;
}
@media (max-width: 767px) {
  .box-maruteki {
    font-size: 14px;
  }
}
.box-maruteki .img-box {
  width: 9rem;
}
.box-maruteki p {
  flex: 1;
  margin-bottom: 0;
}

.txt-biz {
  font-weight: bold;
  margin-bottom: 1rem;
}
.txt-biz::first-letter {
  color: #07A512;
}

.col3-biz {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.col3-biz .col {
  width: calc((100% - 8rem) / 3);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .col3-biz .col {
    width: 100%;
    text-align: center;
  }
  .col3-biz .col .txt-box {
    text-align: left;
  }
}
.col3-biz .col .img-box {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .col3-biz.v2 {
    gap: 2rem;
  }
}

.tbl-biz {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-biz th, .tbl-biz td {
  padding-right: 1rem;
  padding-left: 1rem;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 768px) {
  .tbl-biz th, .tbl-biz td {
    font-weight: 500;
  }
}
.tbl-biz > tbody > tr > th, .tbl-biz > tbody > tr > td {
  border-top: solid 1px #BFBFBF;
  padding: 1rem;
}
@media (min-width: 768px) {
  .tbl-biz > tbody > tr > th, .tbl-biz > tbody > tr > td {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .tbl-biz > tbody > tr > th, .tbl-biz > tbody > tr > td {
    display: block;
  }
}
.tbl-biz > tbody > tr > th {
  width: 23.75%;
}
@media (max-width: 767px) {
  .tbl-biz > tbody > tr > th {
    width: 100%;
    font-weight: bold;
  }
}
.tbl-biz > tbody > tr > td {
  width: 76.25%;
}
@media (max-width: 767px) {
  .tbl-biz > tbody > tr > td {
    width: 100%;
    border-top: none;
    padding-top: 0;
    font-weight: normal;
  }
}

.tbl-in-biz {
  border-collapse: collapse;
  width: 100%;
}
.tbl-in-biz th {
  width: 22.0339%;
  padding-left: 0;
}
@media (min-width: 768px) {
  .tbl-in-biz th {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .tbl-in-biz th {
    font-weight: normal;
  }
}
.tbl-in-biz td {
  padding-right: 0;
}

.col2-biz-map {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.col2-biz-map .img-box {
  width: 100%;
}
@media (min-width: 768px) {
  .col2-biz-map .img-box {
    width: 14.6342%;
  }
}
@media (max-width: 767px) {
  .col2-biz-map .img-box {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .col2-biz-map .txt-box {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .col2-biz-map .txt-box {
    width: 100%;
  }
}

.col2-office {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
  margin-bottom: 7rem;
}
.col2-office .img-box {
  width: 100%;
  width: 80rem;
}
@media (min-width: 768px) {
  .col2-office .txt-box {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .col2-office .txt-box {
    width: 100%;
  }
}

.tbl-office {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-office th, .tbl-office td {
  padding: 1.2rem 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
@media (min-width: 768px) {
  .tbl-office th, .tbl-office td {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .tbl-office th, .tbl-office td {
    display: block;
  }
}
.tbl-office th {
  width: 16.25%;
}
@media (max-width: 767px) {
  .tbl-office th {
    width: 100%;
    font-weight: bold;
  }
}
.tbl-office td {
  width: 83.75%;
}
@media (max-width: 767px) {
  .tbl-office td {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}

.btn-map {
  width: 6.5rem;
  height: 2.5rem;
  background-color: #07A512;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .btn-map {
    display: flex;
    margin-top: 5px;
    margin-left: 0;
  }
}

.search-wrapp {
  margin: 0;
  padding: 0;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 8rem;
}
.search-wrapp dt, .search-wrapp dd {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .search-wrapp {
    gap: 2rem;
    margin-bottom: 40px;
  }
}
.search-wrapp dt {
  width: 100%;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .search-wrapp dt {
    margin-bottom: 0;
  }
}
.search-wrapp dd {
  width: 21rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .search-wrapp dd {
    width: calc((100% - 2rem) / 2);
    font-size: 14px;
  }
}
.search-wrapp dd a {
  width: 100%;
  height: 4rem;
  border: solid 1px #000;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.search-wrapp dd a.on {
  background: #07A512;
  border: solid 1px #07A512;
  color: #fff;
}

.col4-search-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 4rem;
}
@media (max-width: 767px) {
  .col4-search-list {
    gap: 4rem;
  }
}
.col4-search-list .card {
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .col4-search-list .card {
    width: calc((100% - 12rem) / 4);
  }
}
.col4-search-list .card .img-box {
  margin-bottom: 1rem;
  text-align: center;
}
.col4-search-list .card .txt-box {
  font-size: 0;
}
.col4-search-list .card .txt-box .icon-category {
  display: inline-flex;
}
.col4-search-list .card .txt-box .title-work {
  font-weight: bold;
}
@media (min-width: 768px) {
  .col4-search-list .card .txt-box .title-work {
    font-size: 1.7rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .col4-search-list .card .txt-box .title-work {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }
}

.icon-category {
  width: 14rem;
  height: 3rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  border: solid 1px #07A512;
  color: #07A512;
}
@media (max-width: 767px) {
  .icon-category {
    font-size: 13px;
  }
}

.col2-work-ditails {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .col2-work-ditails {
    margin-bottom: 40px;
  }
}
.col2-work-ditails .img-box {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .col2-work-ditails .img-box {
    width: 48.7805%;
  }
}
@media (min-width: 768px) {
  .col2-work-ditails .txt-box {
    flex: 1;
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .col2-work-ditails .txt-box {
    width: 100%;
  }
}

.tbl-work-details {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-top: 3rem;
}
.tbl-work-details th, .tbl-work-details td {
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 768px) {
  .tbl-work-details th, .tbl-work-details td {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .tbl-work-details th, .tbl-work-details td {
    font-weight: normal;
  }
}
.tbl-work-details th {
  width: 23.75%;
}
@media (max-width: 767px) {
  .tbl-work-details th {
    width: 100px;
  }
}
.tbl-work-details td {
  width: 76.25%;
}
@media (max-width: 767px) {
  .tbl-work-details td {
    width: calc(100% - 100px);
  }
}

.txt-work-gallery-guide {
  color: #7F7F7F;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .txt-work-gallery-guide {
    font-size: 13px;
  }
}

.work-gallery {
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .work-gallery {
    margin-bottom: 60px;
  }
}

.btn-list-back {
  width: 28rem;
  height: 5rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
}

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;
}

span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11rem;
  height: 3rem;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 1.467rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  span.icon {
    font-size: 1.4rem;
  }
}
span.icon.info {
  background-color: #07A512;
}
span.icon.blog {
  background-color: #92D050;
  color: #fff;
}
span.icon.work {
  background-color: #ED7D31;
  color: #fff;
}
span.icon.recruit {
  background-color: #0784F9;
}

.col4-news {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 7rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 2.439%;
}
.col4-news > a {
  display: flex;
  flex-direction: column;
  width: 23.17075%;
  text-decoration: none;
}
@media (max-width: 767px) {
  .col4-news > a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .col4-news {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
}
.col4-news .img-box {
  margin-bottom: 1rem;
}

.entry-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .entry-box {
    margin-bottom: 1rem;
  }
}

.entry-day {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .entry-day {
    font-size: 1.4rem;
  }
}

p.txt-contents {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  p.txt-contents {
    font-size: 1.4rem;
  }
}

.col2-acv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .col2-acv {
    flex-direction: column;
    align-items: unset;
    gap: 2rem;
  }
}
.col2-acv .img-box {
  width: 31.1476%;
  max-width: 380px;
}
@media (max-width: 767px) {
  .col2-acv .img-box {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.col2-acv .txt-box {
  flex: 1;
}
@media (max-width: 767px) {
  .col2-acv .txt-box {
    flex: auto;
  }
}
.col2-acv .txt-box a {
  text-decoration: none;
}
.col2-acv.single {
  align-items: unset;
  margin-top: 3rem;
}

#layout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1680px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 145px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  #layout {
    width: 100%;
    flex-direction: column;
  }
}
#layout .main-box {
  width: calc(100% - 40px - 380px);
  margin-right: 40px;
}
@media (max-width: 767px) {
  #layout .main-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#layout .side-box {
  width: 380px;
}
@media (max-width: 767px) {
  #layout .side-box {
    width: 100%;
    margin: 0 auto;
  }
}
#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: 3rem;
}
@media (max-width: 767px) {
  .col2-greeting {
    flex-direction: column;
  }
}
.col2-greeting .col-r {
  flex: 1;
  font-weight: normal;
}
@media (min-width: 768px) {
  .col2-greeting .col-r {
    margin-top: -0.8rem;
  }
}
@media (max-width: 767px) {
  .col2-greeting .col-r {
    flex: auto;
  }
}
.col2-greeting .col-r p.txt-greeting {
  font-size: 2.1rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .col2-greeting .col-r p.txt-greeting {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.col2-greeting .col-l {
  width: 31.7074%;
  max-width: 520px;
}
@media (max-width: 767px) {
  .col2-greeting .col-l {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.ceo-post {
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .ceo-post {
    font-size: 1.6rem;
  }
}

.ceo-name {
  display: inline-block;
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .ceo-name {
    font-size: 2rem;
  }
}

.title-profile {
  display: block;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.tbl-profile {
  border-collapse: collapse;
  width: auto;
  margin-left: 2rem;
}
.tbl-profile th, .tbl-profile td {
  padding-bottom: 0.2rem;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbl-profile th, .tbl-profile td {
    font-size: 14px;
  }
}
.tbl-profile th {
  border-left: solid 2px #07A512;
  padding-right: 2rem;
  padding-left: 2rem;
  white-space: nowrap;
}

.txt-policy {
  display: block;
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  font-weight: 400;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .txt-policy {
    font-size: 20px;
  }
}

div.col2-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.col2-company > div {
  width: 48.7805%;
}
@media (max-width: 767px) {
  div.col2-company > div {
    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: 1rem;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 768px) {
  .tbl-company th, .tbl-company td {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .tbl-company th, .tbl-company td {
    display: block;
  }
}
.tbl-company th a, .tbl-company td a {
  text-decoration: none;
}
.tbl-company th .fax.v2::before, .tbl-company td .fax.v2::before {
  content: "／";
}
.tbl-company th p:last-child, .tbl-company td p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tbl-company th {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .tbl-company td {
    border-top: none;
    padding-top: 0;
  }
}
.tbl-company.company-profile {
  margin-bottom: 4rem;
}
.tbl-company.company-profile th {
  width: 16.25%;
}
@media (max-width: 767px) {
  .tbl-company.company-profile th {
    width: 100%;
  }
}
.tbl-company.company-profile td {
  width: 83.75%;
}
@media (max-width: 767px) {
  .tbl-company.company-profile td {
    width: 100%;
  }
}
.tbl-company.company-history th {
  width: 26.25%;
}
@media (max-width: 767px) {
  .tbl-company.company-history th {
    width: 100%;
  }
}
.tbl-company.company-history td {
  width: 73.75%;
}
@media (max-width: 767px) {
  .tbl-company.company-history td {
    width: 100%;
  }
}

.box-line-tb {
  width: 100%;
  padding: 1rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .box-line-tb {
    min-height: 23rem;
  }
}
.box-line-tb p:last-child {
  margin-bottom: 0;
}

.txt-access {
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.txt-access p {
  margin-bottom: 0;
}

.col2-access {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .col2-access {
    margin-top: 4rem;
  }
}
.col2-access .col {
  width: calc((100% - 4rem) / 2);
}
@media (max-width: 767px) {
  .col2-access .col {
    width: 100%;
  }
}

div.wpcf7 form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1;
}
div.wpcf7 form dl dt, div.wpcf7 form dl dd {
  margin: 0;
  padding: 0;
}
div.wpcf7 form dl.v-top {
  align-items: flex-start;
}
div.wpcf7 form dl.v-top dt {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  div.wpcf7 form dl {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dt {
    width: 100%;
    float: none;
    padding: 0.8rem 0.5rem 0.5rem;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd {
    width: 100%;
    margin-left: 0;
    padding: 0.5rem;
  }
}
div.wpcf7 form dl > dd input, div.wpcf7 form dl > dd textarea {
  width: 100%;
  background: none;
  border: solid 1px #D9D9D9;
  padding: 9px;
  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;
    font-size: 1.6rem;
  }
}
div.wpcf7 form dl > dd input[type=file], div.wpcf7 form dl > dd textarea[type=file] {
  margin-bottom: 1rem;
  border: none;
  font-size: 1.7rem;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd input[type=file], div.wpcf7 form dl > dd textarea[type=file] {
    font-size: 1.4rem;
  }
}
div.wpcf7 form dl > dd input[type=file]::file-selector-button, div.wpcf7 form dl > dd textarea[type=file]::file-selector-button {
  font-size: 1.5rem;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd input[type=file]::file-selector-button, div.wpcf7 form dl > dd textarea[type=file]::file-selector-button {
    margin-right: 10px;
  }
}
div.wpcf7 form dl > dd input.wsiz-s, div.wpcf7 form dl > dd textarea.wsiz-s {
  width: 60px;
}
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 input.fbox-age, div.wpcf7 form dl > dd textarea.fbox-age {
  margin-left: 15%;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd input.fbox-age, div.wpcf7 form dl > dd textarea.fbox-age {
    margin-top: 5px;
    margin-left: 0;
  }
}
div.wpcf7 form dl > dd textarea {
  height: 250px;
}
div.wpcf7 form dl > dd .wpcf7-list-item {
  margin: 0 3rem 0 0;
}
div.wpcf7 form dl > dd .wpcf7-list-item input {
  width: auto;
}
div.wpcf7 form dl > dd .list-colm {
  display: flex;
  flex-direction: column;
  gap: 1.5em 0;
}
div.wpcf7 form dl > dd .list-colm .wpcf7-list-item {
  display: block;
}
div.wpcf7 form dl > dd .list-row {
  min-height: 3.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd .list-row {
    min-height: auto;
    flex-direction: column;
    align-items: baseline;
    line-height: 1.5;
  }
}
div.wpcf7 form dl > dd .list-row.sp_row {
  flex-direction: row;
}
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;
  }
}
.form-inner {
  padding: 2.2em 4.2% 0 5.5%;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .form-inner {
    padding: 1.9em 20px;
  }
}

.wpcf7 .wpcf7-submit:disabled {
  border: solid 1px #a8a8a8;
  color: #a8a8a8 !important;
}

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

.form-wrap.ctct {
  width: 100%;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .form-wrap.ctct {
    width: 100%;
    max-width: none;
  }
}
.form-wrap.ctct div.wpcf7 form dl {
  padding: 0.7rem 0 0.6rem;
  border-bottom: solid 1px #D9D9D9;
  align-items: center;
}
.form-wrap.ctct div.wpcf7 form dl:nth-of-type(1) {
  border-top: solid 1px #D9D9D9;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl {
    margin-bottom: 10px;
  }
}
.form-wrap.ctct div.wpcf7 form dl.last {
  margin-bottom: 1rem;
}
.form-wrap.ctct div.wpcf7 form dl dt {
  width: 28.5715%;
  padding-left: 3.5%;
}
@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: 71.4285%;
  padding-right: 5%;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dd {
    width: 100%;
    padding: 10px 0;
  }
}
.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 p.txt-file {
  margin-bottom: 1rem;
}
.form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
  color: #D9D9D9;
  font-size: 1.7rem;
}
.form-wrap.ctct div.wpcf7 form ::placeholder {
  color: #D9D9D9;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
    font-size: 1.6rem;
  }
  .form-wrap.ctct div.wpcf7 form ::placeholder {
    font-size: 1.6rem;
  }
}

.acc-wrap {
  margin: 0 2rem 1.5rem;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .acc-wrap {
    font-size: 1.4rem;
    margin: 3rem 20px 1.5rem;
  }
}
.acc-wrap p {
  margin-bottom: 0;
}
.acc-wrap p.acc-txt {
  margin-bottom: 2em;
}
.acc-wrap p.acc-check {
  margin-bottom: 2.5em;
}

.form-wrap.app {
  width: 97rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .form-wrap.app {
    width: 100%;
    max-width: none;
  }
}
.form-wrap.app form dl {
  padding: 0.7rem 0 0.6rem;
  border-bottom: solid 1px #D9D9D9;
}
.form-wrap.app form dl:nth-of-type(1) {
  border-top: solid 1px #D9D9D9;
}
.form-wrap.app form dl > dt {
  width: 29rem;
  padding-top: 0;
  padding-left: 3.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .form-wrap.app form dl > dt {
    width: 100%;
    padding-left: 5px;
  }
}
.form-wrap.app form dl > dd {
  width: calc(100% - 29rem);
  padding-right: 5%;
}
@media (max-width: 767px) {
  .form-wrap.app form dl > dd {
    width: 100%;
    padding-right: 10px;
  }
}
.form-wrap.app form dl > dd.rig-0 {
  padding-right: 0;
}
.form-wrap.app form dl > dd input, .form-wrap.app form dl > dd textarea {
  border: solid 1px #D9D9D9;
  padding: 8px;
}
.form-wrap.app form dl > dd textarea {
  height: 100px;
}
.form-wrap.app form dl > dd .list-row.v2 {
  gap: 2rem 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .form-wrap.app form dl > dd .list-row.v2 {
    gap: 1rem 0;
  }
}
.form-wrap.app form dl > dd .list-row.v2 .wpcf7-list-item {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .form-wrap.app form dl > dd .list-row.v2 .wpcf7-list-item {
    width: 50%;
  }
}

.box_surr {
  width: 90rem;
  margin: 9rem auto 0;
}
@media (max-width: 767px) {
  .box_surr {
    width: 100%;
    margin-top: 40px;
  }
}
.box_surr p.title-surr {
  margin-bottom: 0.8em;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  line-height: unset;
}
@media (max-width: 767px) {
  .box_surr p.title-surr {
    font-size: 1.8rem;
  }
}

.in_box_surr {
  width: 100%;
  margin: 0 auto 2.5em;
  border: solid 1px #D9D9D9;
  background: #fff;
}
.in_box_surr ul {
  list-style: none;
  margin-top: 1.8em;
  margin-bottom: 2em;
  text-align: left;
}
.in_box_surr ul > li {
  margin-bottom: 1.5em;
  position: relative;
}
.in_box_surr ul > li p {
  margin-bottom: 0;
  line-height: 1.6;
}
.in_box_surr p:last-child {
  margin-bottom: 0;
}

.surr-01 {
  width: 100%;
  height: 180px;
  margin: 0;
  padding: 20px 30px 0 50px;
  font-size: 1.5rem;
  overflow: scroll;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .surr-01 {
    padding: 20px 25px 0 20px;
    font-size: 1.4rem;
  }
}
.surr-01 p {
  line-height: 1.6;
}

.surr-02 {
  width: calc(100% - 100px);
  margin: 0 auto;
  border-top: solid 1px #BFBFBF;
  padding: 1.5em 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .surr-02 {
    width: 100%;
    padding-right: 25px;
    padding-left: 20px;
    font-size: 1.4rem;
  }
}
.surr-02 p {
  line-height: 1.7;
}
.surr-02 p.txt1 {
  margin-bottom: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 52px;
  background: #fff;
  border: solid 1px #000;
  text-align: center;
  color: #000 !important;
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  input[type=submit] {
    font-size: 1.4rem;
  }
}
input[type=submit]:hover {
  background: #7F7F7F;
  color: #fff;
}

p.txt-recruit {
  color: #07A512;
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  p.txt-recruit {
    font-size: 2rem;
  }
}

.col2-bosyu {
  display: flex;
  flex-wrap: wrap;
}
.col2-bosyu > div.col2-l {
  width: 100%;
}
@media (min-width: 768px) {
  .col2-bosyu > div.col2-l {
    width: 76rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .col2-bosyu > div.col2-r {
    flex: 1;
    padding-right: 8rem;
    padding-left: 7rem;
  }
}
@media (max-width: 767px) {
  .col2-bosyu > div.col2-r {
    width: 100%;
    padding-left: 0;
  }
}

.tbl-bosyu {
  border-collapse: collapse;
  width: 100%;
  border: 0;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-bosyu th, .tbl-bosyu td {
  padding: 0.5rem 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
  line-height: 2;
}
@media (max-width: 767px) {
  .tbl-bosyu th, .tbl-bosyu td {
    display: block;
  }
}
.tbl-bosyu th p, .tbl-bosyu td p {
  margin-bottom: 0;
}
.tbl-bosyu th {
  width: 16.25%;
}
@media (min-width: 768px) {
  .tbl-bosyu th {
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .tbl-bosyu th {
    width: 100%;
  }
}
.tbl-bosyu td {
  width: 83.75%;
  padding-right: 0;
}
@media (max-width: 767px) {
  .tbl-bosyu td {
    width: 100%;
    padding-top: 0;
    border-top: none;
  }
}

p.txt-recruit-entry {
  text-align: center;
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  p.txt-recruit-entry {
    font-size: 14px;
  }
}

.contact-wrapp {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .contact-wrapp {
    width: 59.7561%;
  }
}
.contact-wrapp > p {
  margin-bottom: 3em;
}

.tbl-contact {
  border-collapse: collapse;
  width: 100%;
  width: 100%;
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}
.tbl-contact td {
  width: 50%;
  padding: 2.5rem 0 3rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .tbl-contact td {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .tbl-contact td {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tbl-contact td.td-r {
    padding-left: 5rem;
  }
}
@media (max-width: 767px) {
  .tbl-contact td.td-r {
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .tbl-contact td.td-l {
    padding-left: 13rem;
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .tbl-contact td.td-l {
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
    font-size: 2rem;
  }
}

a.office-phone {
  display: flex;
  align-items: center;
  width: auto;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
  text-decoration: none;
  color: #000;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.15rem;
}
@media (max-width: 767px) {
  a.office-phone {
    justify-content: center;
    font-size: 2.8rem;
  }
}
a.office-phone::before {
  content: "";
  display: block;
  width: 3.7rem;
  height: 2.6rem;
  background: url(img/icon-phone.webp) no-repeat center;
  background-size: contain;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  a.office-phone::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}

span.time-phone {
  display: block;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  span.time-phone {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}/*# sourceMappingURL=style.css.map */