@charset "UTF-8";

/*
Theme Name: shimizu
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: 768px) {
  html {
    font-size: 62.5%;
  }
}

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

p {
  margin-bottom: 1.7em;
}

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%;
  height: 120px;
  margin: 0 auto;
  background: #fff;
  border-top: solid 1px #D9D9D9;
  position: fixed;
  top: 0;
  letter-spacing: 0.1rem;
  transition: 1s;
  z-index: 10;
}

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

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

#header .header-in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  align-items: center;
}

@media (max-width: 1079px) {
  #header .header-in {
    display: block;
  }
}

#header .header-in .header-l {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  width: 552px;
}

#header .header-in .header-l a {
  width: 552px;
}

@media (max-width: 1896px) {
  #header .header-in .header-l {
    width: 30.8759%;
  }

  #header .header-in .header-l a {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  #header .header-in .header-l {
    width: 30%;
  }
}

@media (max-width: 1079px) {
  #header .header-in .header-l {
    width: 100%;
    height: 100%;
    padding-right: 0;
    margin-right: 20px;
  }
}

@media (max-width: 1079px) {
  #header .header-in .header-l .logo img {
    width: auto;
    height: 60px;
  }
}

@media (max-width: 768px) {
  #header .header-in .header-l .logo img {
    width: auto;
    height: 39px;
  }
}

#header .header-in .header-r {
  width: calc(100% - 26%);
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

@media (max-width: 1079px) {
  #header .header-in .header-r {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

#header .header-in .header-r .in-l {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  padding-right: 1.8rem;
}

#header .header-in .header-r .in-r {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  padding-right: 1.8rem;
}

#header .header-in .header-r .in-r .tel-l {
  display: flex;
  flex-direction: column;
}

#header .header-in .header-r .in-r .tel-r {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-right: 1rem;
}

#header .header-in .header-r .in-r .tel-r .tel-flex {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

@media screen and (max-width: 1749px) {
  #header .header-in .header-r .in-r {
    width: 100%;
  }
}

@media (max-width: 1079px) {
  #header .header-in .header-r .in-r {
    display: none;
  }
}

#header .header-in .header-r .in-r::before {
  content: "";
  display: block;
  width: 1px;
  height: 83%;
  background: #b3b3b3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 1079px) {
  #header .header-in .header-r .in-r::before {
    display: none;
  }
}

#header .header-in .header-r .in-r p.tit {
  margin: 0;
  font-size: 1.7rem;
}

#header .header-in .header-r .in-r a {
  display: flex;
  text-decoration: none;
  font-size: 2.5rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  color: #fff;
}

#header .header-in .header-r .in-r p.time {
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
}

#header .header-in .header-r .in-r .header-icons {
  display: flex;
  justify-content: end;
  width: fit-content;
  background-color: #b3b3b3;
  color: #FFF;
  gap: 2rem;
  padding: 0.2rem 1rem 0.2rem 3rem;
  margin-bottom: 10px;
}

@media (max-width: 1079px) {
  #header .header-in .header-r .in-l {
    width: 100%;
    display: block;
    background: none;
    padding: 0;
  }
}

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

@media (max-width: 1079px) {
  #nav-content {
    margin-top: calc(70px - 1px);
    width: 65%;
    max-width: 350px;
    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;
  align-items: center;
  justify-content: end;
  gap: 9.9rem;
}

@media (max-width: 1079px) {
  #nav-content ul {
    flex-direction: column;
    flex-wrap: unset;
    height: auto;
    margin-top: 2.5rem;
    gap: 2rem;
  }
}

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

@media (min-width: 1080px) {
  #nav-content ul li a.on .pick::before {
    content: "";
    width: 40px;
    border-bottom: 1px solid #595959;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }

  #nav-content ul li a .pick {
    display: block;
    padding-bottom: 5px;
    position: relative;
  }

  #nav-content ul li a .pick:hover::before {
    content: "";
    width: 40px;
    border-bottom: 1px solid #177047;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
}

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

  #nav-content ul li a:active {
    color: #177047;
  }
}

#nav-content ul li a .pick2 {
  width: 17.8rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #595959;
  border: solid 1px #595959;
  color: #fff;
}

@media (max-width: 1079px) {
  #nav-content ul li a .pick2 {
    width: 100%;
  }
}

#nav-content ul li a:hover .pick2,
#nav-content ul li a.on .pick2 {
  background: #fff;
  color: #000;
}

#footer {
  width: 100%;
}

#footer .footer-navi-bg {
  width: 100%;
  padding: 4.5rem 20px;
  background: #595959;
}

@media (max-width: 800px) {
  #footer .footer-navi-bg {
    padding: 0;
  }
}

@media (max-width: 1079px) {
  #nav-content ul li a .pick2 {
    background: none;
    color: #000;
    border: none;
    height: auto;
  }

  #nav-content ul li a:hover .pick2,
  #nav-content ul li a.on .pick2 {
    background: none;
    color: #000;
  }
}

#footer .footer-navi {
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
}

@media (max-width: 800px) {
  #footer .footer-navi {
    display: none;
  }
}

#footer .footer-navi ul {
  list-style: none;
}

#footer .footer-navi ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  position: relative;
}

#footer .footer-navi ul li a:hover {
  opacity: 0.7;
}

#footer .footer-navi ul li.li-second a {
  font-weight: 500;
}

#footer .footer-navi ul li.li-second a::before {
  content: "- ";
  top: 3px;
}

#footer ul.sp_footer-navi {
  display: none;
}

@media (max-width: 800px) {
  #footer ul.sp_footer-navi {
    display: block;
    list-style: none;
    border-top: solid 1px #fff;
    display: flex;
    flex-wrap: wrap;
  }

  #footer ul.sp_footer-navi>li {
    width: 50%;
    border-bottom: solid 1px #fff;
    text-align: center;
  }

  #footer ul.sp_footer-navi>li:nth-child(odd) {
    border-right: solid 1px #fff;
  }

  #footer ul.sp_footer-navi>li a {
    display: flex;
    justify-content: center;
    padding: 1rem;
    text-decoration: none;
    color: #fff;
    position: relative;
  }
}

#footer .footer-banner-wrapp {
  width: 100%;
  padding: 4rem 0;
  text-align: center;
}

#footer .footer-banner-wrapp .banner-wrapp {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}

/* @media (max-width: 768px) {
  #footer .footer-banner-wrapp .banner-wrapp {
    gap: 30px;
  }
} */

#footer .footer-banner-wrapp .banner-wrapp .banner-box {
  display: block;
  width: 30.5%;
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #footer .footer-banner-wrapp .banner-wrapp .banner-box {
    width: 100%;
    max-width: none;
  }
}

#footer .footer-banner-wrapp .banner-wrapp .banner-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
}

#footer .footer-banner-wrapp .banner-wrapp .banner-flex figure {
  width: 23.17%;
  max-width: 381px;
}

#footer .footer-banner-wrapp .banner-wrapp .banner-flex img {
  max-width: 381px;
}

@media (max-width: 1680px) {
  #footer .footer-banner-wrapp .banner-wrapp .banner-flex img {
    max-width: 100%;
  }
}

#footer .footer-banner-wrapp .banner-wrapp .banner-flex .logo-chiba-city {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  #footer .footer-banner-wrapp .banner-wrapp .banner-flex {
    display: block;
    width: 100%;
    max-width: none;
  }

  #footer .footer-banner-wrapp .banner-wrapp .banner-flex figure {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  #footer .footer-banner-wrapp .banner-wrapp .banner-flex .logo-chiba-city {
    margin: 0 auto;
    padding-bottom: 2rem;
  }
}

.copyright-bg {
  width: 100%;
  padding-top: 14.5833%;
  background: url(img/footer-bg.webp) no-repeat center top;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  .copyright-bg {
    padding-top: 0;
    height: 150px;
  }
}

.copyright-bg .copyright-inner {
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.copyright {
  display: inline-block;
  padding: 7px 3.1rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .copyright {
    font-size: 1.4rem;
  }
}

.slick-wrap {
  margin-top: 120px;
  margin-bottom: 9rem;
  position: relative;
}

@media (max-width: 1079px) {
  .slick-wrap {
    margin-top: 12rem;
  }
}


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

.slick-img {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

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

@media (max-width: 768px) {
  .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: 5rem;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
  z-index: 1;
}

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

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

.slick-txt p.txt1 {
  font-size: 6.4rem;
  font-weight: 500;
}

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

.slick-txt p.txt2 {
  font-size: 4.8rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
}

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

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

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

#nav-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

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

@media (max-width: 1079px) {
  #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: 1079px) {
  .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: 1079px) {
  #nav-container:focus-within #nav-content {
    transform: none;
  }
}

section,
.section-box {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}

section.full,
.section-box.full {
  max-width: none;
}

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

main {
  width: 100%;
}

main.sub-box {
  margin-top: 9rem;
}

@media (max-width: 768px) {
  main.sub-box {
    margin-top: 60px;
  }
}

main.sub-box section,
main.sub-box .section-box {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 13rem;
}

@media (max-width: 768px) {

  main.sub-box section,
  main.sub-box .section-box {
    /*margin-bottom: 30px;*/
    margin-bottom: 50px;
  }
}

main.sub-box section:nth-last-of-type(1),
main.sub-box .section-box:nth-last-of-type(1) {
  margin-bottom: 16rem;
}

@media (max-width: 768px) {

  main.sub-box section:nth-last-of-type(1),
  main.sub-box .section-box:nth-last-of-type(1) {
    /*margin-bottom: 60px;*/
    margin-bottom: 80px;
  }
}

h1 {
  font-size: 1.6rem;
}

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

.txt-c {
  text-align: center;
}

.pc_on {
  display: block;
}

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

.sp_on {
  display: none;
}

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

.pc_br {
  display: block;
}

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

.sp_br {
  display: none;
}

@media (max-width: 768px) {
  .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: 768px) {
  .sp_br.pad-r {
    padding-right: 0;
  }
}

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

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

.pc_nbsp {
  display: inline;
}

@media (max-width: 768px) {
  .pc_nbsp {
    display: none;
  }
}

.sp_nbsp {
  display: none;
}

@media (max-width: 768px) {
  .sp_nbsp {
    display: inline;
  }
}

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

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

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

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

@media (max-width: 768px) {
  .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 li {
  display: inline-block;
  padding: 0 5px;
}

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

#h2-bg {
  width: 100%;
  padding-top: 16.273%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1079px) {
  #h2-bg {
    margin-top: 13rem;
  }
}

@media (max-width: 768px) {
  #h2-bg {
    padding-top: 0;
    margin-top: 70px;
    height: 150px;
    background-position: center top;
  }
}

#h2-bg .h2-inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1079px) {
  #h2-bg .h2-inner {
    flex-direction: row;
    align-items: center;
    padding-bottom: 2rem;
  }
}

#h2-bg .h2-inner .inner-bottom {
  margin-top: auto;
  margin-bottom: auto;
  transform: translateY(10px);
}

@media (max-width: 1079px) {
  #h2-bg .h2-inner .inner-bottom {
    margin-bottom: auto;
    line-height: 0;
  }
}

#h2-bg .h2-inner h2 {
  padding-left: 1rem;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  #h2-bg .h2-inner h2 {
    font-size: 2.3rem;
    margin-bottom: 0;
  }
}

ol.topic-path {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  color: #7F7F7F;
  line-height: 1;
}

ol.topic-path dt,
ol.topic-path dd {
  margin: 0;
  padding: 0;
}

ol.topic-path.v2 {
  margin-bottom: 7.5rem;
}

@media (max-width: 1079px) {
  ol.topic-path {
    display: none;
  }
}

ol.topic-path li {
  background: url(img/topicpath-arrow.webp) no-repeat left center;
  padding-left: 2rem;
  margin-left: 2rem;
  font-size: 1.5rem;
}

ol.topic-path li a {
  text-decoration: none;
  color: #7F7F7F;
}

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

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

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

.path-wrap {
  display: inline-block;
  padding-left: 4.5rem;
}

.page-path {
  gap: 1.5rem 5rem;
  line-height: 0.6;
  display: grid;
  grid-auto-flow: raw;
  grid-template-rows: repeat(4, 1fr);
}

.page-path p {
  padding: 0;
  margin: 0 0 5px 0;
}

.page-path a {
  width: 40rem;
  text-decoration: none;
  color: #000;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  position: relative;
}

.page-path a::before {
  content: url(img/path-arrow.webp);
  display: block;
  margin-right: 1rem;
  line-height: 0;
}

.page-path a:hover {
  opacity: 0.7;
}

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

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

@media (max-width: 768px) {
  .tbl-aco {
    display: block;
  }

  .tbl-aco tbody {
    display: block;
  }

  .tbl-aco tbody tr {
    display: block;
  }
}

.aco-wrapper {
  width: 100%;
  margin: 0 auto;
}

.aco-wrapper p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.aco-content {
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .aco-content {
    display: block;
  }
}

.aco-btn.aco-wrapper {
  min-height: 40px;
  /*padding: 0 50px 0.8rem 10px;*/
  padding: 2rem 50px 0rem 10px;
  border-bottom: solid 1px #BFBFBF;
  align-items: center;
  display: flex;
  align-items: baseline;
  gap: 0 0.5rem;
  font-size: 2.4rem;
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  .aco-btn.aco-wrapper {
    font-size: 1.6rem;
  }
}

.aco-btn.aco-wrapper .q-numb {
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  margin-right: 1rem;
}

.aco-btn.aco-wrapper .txt-question {
  flex: 1;
}

.aco-btn.aco-wrapper .txt-question p {
  font-size: 1.867rem;
}

.aco-btn::before,
.aco-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  transition: all 0.4s;
  position: absolute;
  right: 1rem;
  /*bottom: 46%;*/
  top: 39px;
}

@media (max-width: 768px) {
  .aco-btn.aco-wrapper .txt-question p {
    font-size: 1.6rem;
  }

  .aco-btn::before,
  .aco-btn::after {
    /*top: 20px;*/
    top: 33px;
    bottom: auto;
  }
}

.aco-btn::after {
  transform: rotate(90deg);
}

.aco-btn.active::after {
  transform: rotate(0);
}

.aco-text.aco-wrapper {
  padding: 1rem 5px;
  display: flex;
  gap: 0 2rem;
  position: relative;
  display: none;
}

.aco-text.aco-wrapper .box_answer {
  background: #F8F8F8;
  padding: 0.5rem 1rem 4rem;
  display: flex;
  align-items: baseline;
  gap: 0 1rem;
}

.aco-text.aco-wrapper .box_answer .txt-answer {
  flex: 1;
}

.aco-wrapper tr:first-of-type .aco-text {
  display: block;
}

.aco-wrapper tr:first-of-type .aco-btn::after {
  transform: rotate(0);
}

.aco-wrapper tr:first-of-type .aco-btn.active::after {
  transform: rotate(90deg);
}

h3 {
  width: 100%;
  margin-bottom: 7.5rem;
  padding-top: 3rem;
  text-align: center;
  color: #000;
  font-size: 3rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  h3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

h4 {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  padding-left: 3.1rem;
  color: #177047;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}

@media (max-width: 768px) {
  h4 {
    flex-direction: column;
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
}

h4::before {
  content: "";
  display: block;
  background: url(img/icon-h4.webp) no-repeat left top;
  background-size: cover;
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  top: 0.9rem;
  left: 0;
  line-height: 0;
}

@media (max-width: 768px) {
  h4::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.2rem;
  }
}

h4 .pad-rl {
  display: inline-block;
  padding-right: 20px;
  padding-left: 0;
}

@media (max-width: 768px) {
  h4 .pad-rl {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}

h4 a {
  text-decoration: none;
  color: #177047;
}

span.icon {
  display: inline-block;
  width: 150px;
  border: solid 1px #404040;
  background: #fff;
  text-align: center;
  color: #404040;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  padding: 6px 4px 5px;
  margin-bottom: 3px;
}

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

span.icon.info {
  border: solid 1px #ED7D31;
  color: #ED7D31;
}

span.icon.company {
  border: solid 1px #404040;
  color: #404040;
}

span.icon.recruit {
  border: solid 1px #70AD47;
  color: #70AD47;
}

span.icon.technic {
  border: solid 1px #4472C4;
  color: #4472C4;
}

span.icon.plan {
  border: solid 1px #C00000;
  color: #C00000;
}

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

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

.topics-tbl tbody tr td {
  padding-bottom: 3rem;
  vertical-align: top;
  text-align: left;
  font-weight: 500;
}

@media (max-width: 768px) {
  .topics-tbl tbody tr td {
    display: block;
    width: 100%;
  }
}

.topics-tbl tbody tr td.entry {
  width: 320px;
  padding: 0;
  line-height: 1;
}

@media (max-width: 800px) {
  .topics-tbl tbody tr td.entry {
    width: 45rem;
  }
}

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

.topics-tbl tbody tr td.entry .entry-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .topics-tbl tbody tr td.entry .entry-box {
    justify-content: unset;
  }
}

.topics-tbl tbody tr td.topics_contents {
  padding-top: 0.2rem;
  padding-left: 4rem;
}

@media (max-width: 768px) {
  .topics-tbl tbody tr td.topics_contents {
    padding-top: 15px;
    padding-left: 0;
  }
}

.topics-tbl tbody tr td .entry-day {
  display: inline-block;
}

@media (max-width: 768px) {
  .topics-tbl tbody tr td .entry-day {
    margin-right: 20px;
  }
}

.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: 1680px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 145px;
}

@media (max-width: 768px) {
  #layout {
    width: 100%;
    flex-direction: column;
  }
}

#layout .main-box {
  width: calc(100% - 40px - 380px);
  margin-right: 40px;
}

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

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

@media (max-width: 768px) {
  #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;
}


@media (max-width: 768px) {
  .article .article-box .icon {
    margin-top: 5px;
  }
}

.article .article-box .day-box {
  margin-right: 15px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #article .article-box .day-box {
    margin-bottom: 20px;
  }
}

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

@media (max-width: 768px) {
  p.news-details-day {
    margin-bottom: 10px;
  }
}

.tab-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: end;
  position: relative;
  width: 100%;
}

.tab-content input[type=radio] {
  display: none;
}

.tab-content input[type=radio]:checked+label {
  background: #fff;
  border-color: #7F7F7F;
  color: #0D0D0D;
  z-index: 1;
}

.tab-content label {
  width: 15%;
  max-width: 24rem;
  background-color: rgba(195, 226, 199, 0.2);
  border: solid 1px #fff;
  border-bottom: none;
  margin-bottom: -1px;
  text-align: center;
  color: #0D0D0D;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .tab-content label {
    display: none;
  }
}

.tab-content label:hover {
  color: #7f7f7f;
}

.tab-content label .tab-txt {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem 1rem 1.8rem;
  line-height: 1;
  position: relative;
  letter-spacing: 0.1rem;
}

.tab-content label .tab-txt .eng {
  margin-bottom: 10px;
  font-size: 1.9rem;
  /*font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;*/
}

@media (max-width: 768px) {
  .tab-content label .tab-txt .eng {
    font-size: 1.4rem;
  }
}

.tab-content label .tab-txt .jp {
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .tab-content label .tab-txt .jp {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .tab-content label .tab-txt {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.tab-content label:nth-last-of-type(1) {
  width: 13.5%;
  max-width: 22rem;
  background: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .tab-content label:nth-last-of-type(1) {
    width: 100%;
    max-width: none;
    justify-content: end;
    padding-bottom: 10px;
  }
}

.tab-content label:nth-last-of-type(1) a {
  pointer-events: auto;
  width: 76%;
  max-width: 16.5rem;
  display: inline-block;
  padding: 0.7rem 0.5rem;
  background: #C3E2C7;
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .tab-content label:nth-last-of-type(1) a {
    width: 250px;
    font-size: 14px;
  }
}

.tab-content .tab-box {
  width: 100%;
  height: 29rem;
  clear: both;
  margin: 0;
  border-top: solid 1px #7F7F7F;
  border-bottom: solid 1px #D9D9D9;
  padding-top: 3.8rem;
  padding-left: 1rem;
  /*overflow: scroll;*/
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}

.tab-content .tab-box>div {
  display: none;
}

#tab1:checked~.tab-box>#tabView1 {
  display: block;
}

#tab2:checked~.tab-box>#tabView2 {
  display: block;
}

#tab3:checked~.tab-box>#tabView3 {
  display: block;
}

#tab4:checked~.tab-box>#tabView4 {
  display: block;
}

#tab5:checked~.tab-box>#tabView5 {
  display: block;
}

section.home-news {
  margin-bottom: 16rem;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  section.home-news {
    margin-bottom: 60px;
  }
}

section.home-biz {
  margin-bottom: 12rem;
}

@media (max-width: 768px) {
  section.home-biz {
    margin-bottom: 60px;
  }
}

.bg-01 {
  /*background: #e1f0e3;*/
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(195, 226, 199, 0.6) 30%, rgba(195, 226, 199, 0.6) 100%);
}

@media (max-width: 768px) {
  .bg-01 {
    background: rgba(23, 112, 71, 0.1);
    padding-top: 40px;
  }
}

.home-wrapp-01 {
  width: 100%;
  max-width: 1920px;
  padding-left: 2.6%;
  margin: 0 auto 9rem;
  position: relative;
}

@media (max-width: 768px) {
  .home-wrapp-01 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.home-wrapp-01 .wrapp-title {
  width: 49%;
  margin-bottom: 2.5rem;
  background: transparent;
  color: #177047;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .home-wrapp-01 .wrapp-title {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}

.home-wrapp-01 .wrapp-title span {
  display: block;
}

.home-wrapp-01 .wrapp-title span.txt-01 {
  font-size: 3.73rem;
}

@media (max-width: 768px) {
  .home-wrapp-01 .wrapp-title span.txt-01 {
    font-size: 2.3rem;
  }
}

.home-wrapp-01 .wrapp-title span.txt-02 {
  font-size: 2.13rem;
}

@media (max-width: 768px) {
  .home-wrapp-01 .wrapp-title span.txt-02 {
    font-size: 1.8rem;
  }
}

.home-wrapp-01 .home-01-contents {
  width: 95.65%;
  max-width: 1780px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .home-wrapp-01 .home-01-contents {
    width: 100%;
  }
}

.home-wrapp-01 .home-01-contents::before {
  content: "";
  display: block;
  width: 92%;
  height: 100%;
  background: #DEEBF7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .home-wrapp-01 .home-01-contents::before {
    width: 100%;
  }
}

.home-wrapp-01 .home-01-contents figure {
  display: block;
  width: 31.25%;
  max-width: 600px;
  position: absolute;
  top: -14rem;
  right: 0;
  aspect-ratio: 600/700;
}

@media (max-width: 768px) {
  .home-wrapp-01 .home-01-contents figure {
    width: 100%;
    position: static;
  }
}

.home-wrapp-01 .home-01-contents .txt-box {
  width: 68%;
  padding: 4rem 2.8%;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .home-wrapp-01 .home-01-contents .txt-box {
    width: 100%;
    padding: 30px 20px;
    font-size: 1.6rem;
  }
}

.home-wrapp-01 .home-01-contents .txt-box p {
  margin-bottom: 2.5rem;
}

.home-wrapp-01 .home-01-contents .txt-box a.btn-01 {
  width: 100%;
  max-width: 24rem;
  display: block;
  padding: 1.1rem 0.5rem;
  background: #177047;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}

@media (max-width: 768px) {
  .home-wrapp-01 .home-01-contents .txt-box a.btn-01 {
    margin: auto;
  }
}

.col4-home-navi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2.1em 2.439%;
  max-width: 1680px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 8rem;
  margin-right: auto;
  margin-left: auto;
}

.col4-home-navi li {
  width: 23.17075%;
}

@media (max-width: 768px) {
  .col4-home-navi li {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .col4-home-navi {
    justify-content: center;
    padding-bottom: 30px;
  }
}

.col4-home-navi li {
  max-width: 380px;
}

.col4-home-navi li a {
  display: block;
  text-decoration: none;
}

.col4-home-navi li a picture {
  background: #fff;
}

.col4-home-navi li a figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.13rem;
  font-weight: 400;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .col4-home-navi li a figcaption {
    font-size: 1.6rem;
  }
}

.col4-home-navi li a:hover figcaption {
  opacity: 0.6;
}

.col4-home-navi li a img:hover {
  opacity: 1;
}

a.btn-02 {
  display: inline-flex;
  padding-left: 1.5rem;
  color: #000;
  position: relative;
}

a.btn-02::before {
  content: url(img/path-arrow.webp);
  display: block;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.flow-wrapp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 10rem;
  margin-bottom: 3.5rem;
}

.flow-wrapp .flow-box {
  width: calc((100% - 10rem) / 2);
  padding-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}

@media (max-width: 768px) {
  .flow-wrapp .flow-box {
    width: 100%;
    padding-left: 0;
  }
}

.flow-wrapp .flow-box>figure {
  width: 21.05264%;
  max-width: 160px;
}

@media (max-width: 768px) {
  .flow-wrapp .flow-box>figure {
    width: 100%;
    margin: 0 auto;
  }
}

.flow-wrapp .flow-box .txt-box {
  flex: 1;
}

@media (max-width: 768px) {
  .flow-wrapp .flow-box .txt-box {
    flex: auto;
    width: 100%;
  }
}

.flow-wrapp .flow-box .txt-box p {
  line-height: 1.7;
}

.flow-wrapp .flow-box .txt-box p.title {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .flow-wrapp .flow-box .txt-box p.title {
    font-size: 1.8rem;
  }
}

.flow-wrapp .flow-box .txt-box p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.flow-txt-box {
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding: 2rem 1rem;
}

.flow-txt-box p {
  margin-bottom: 0;
}

.tbl-process {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 3.5rem;
}

.tbl-process:nth-last-of-type(1) {
  margin-bottom: 0;
}

.tbl-process th,
.tbl-process td {
  border-top: solid 1px #BFBFBF;
  padding: 1.1rem 1rem;
  vertical-align: top;
  text-align: left;
}

@media (max-width: 768px) {

  .tbl-process th,
  .tbl-process td {
    display: block;
  }
}

.tbl-process th a,
.tbl-process td a {
  text-decoration: none;
}

.tbl-process th a:hover,
.tbl-process td a:hover {
  text-decoration: underline;
}

.tbl-process th {
  width: 16.46342%;
  font-weight: normal;
}

@media (max-width: 768px) {
  .tbl-process th {
    width: 100%;
    font-weight: bold;
  }
}

.tbl-process td {
  width: 83.53658%;
}

@media (max-width: 768px) {
  .tbl-process td {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}

.col3-caption {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 2.439%;
  margin-bottom: 3.5rem;
}

.col3-caption>figure {
  width: 31.7073333333%;
}

@media (max-width: 768px) {
  .col3-caption>figure {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

.col3-caption>figure {
  text-align: center;
}

.col3-caption>figure figcaption {
  padding-top: 0.5rem;
}

.col4-caption {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 2.439%;
  margin-bottom: 3.5rem;
}

.col4-caption>figure {
  width: 23.17075%;
}

@media (max-width: 768px) {
  .col4-caption>figure {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

.col4-caption>figure {
  text-align: center;
}

.col4-caption>figure figcaption {
  padding-top: 0.5rem;
}

.tbl-img-txt {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 3.5rem;
}

.tbl-img-txt th,
.tbl-img-txt td {
  border-top: solid 1px #BFBFBF;
  padding: 2rem 0;
  vertical-align: top;
  text-align: left;
}

@media (max-width: 768px) {

  .tbl-img-txt th,
  .tbl-img-txt td {
    display: block;
  }
}

.tbl-img-txt th p,
.tbl-img-txt td p {
  margin-bottom: 0;
}

.tbl-img-txt th a,
.tbl-img-txt td a {
  text-decoration: none;
}

.tbl-img-txt th a:hover,
.tbl-img-txt td a:hover {
  text-decoration: underline;
}

.tbl-img-txt th {
  width: 23.17073%;
  max-width: 380px;
}

@media (max-width: 768px) {
  .tbl-img-txt th {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .tbl-img-txt th img {
    max-width: 380px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .tbl-img-txt th img {
    max-width: 100%;
  }
}

.tbl-img-txt td {
  width: 76.82927%;
  padding-right: 1rem;
  padding-left: 2.439%;
}

@media (max-width: 768px) {
  .tbl-img-txt td {
    width: 100%;
    border-top: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

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

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: 8px;
}

@media (max-width: 768px) {
  div.wpcf7 form dl {
    font-size: 1.4rem;
  }
}

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

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

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: 768px) {

  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.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: 768px) {

  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 30px 0 0;
}

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

div.wpcf7 form dl>dd .list-colm {
  display: block;
  line-height: 1.5;
}

div.wpcf7 form dl>dd .list-colm .wpcf7-list-item {
  display: block;
}

div.wpcf7 form dl>dd .list-row {
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  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 .wpcf7-list-item {
    display: block;
    margin-right: 0;
  }
}

div.wpcf7 form dl>dd .list-row.sp_row {
  flex-direction: row;
}

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

@media (max-width: 768px) {
  .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: 768px) {
  .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;
}

p.txt-red-smal {
  margin-bottom: 0.5em;
  color: #C00000;
  font-size: 1.6rem;
  line-height: 1.4 !important;
}

.txt-ex {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .txt-ex {
    display: block;
    margin-top: 5px;
  }
}

.form-wrap.app {
  width: 80%;
  margin: 0 auto;
  margin-top: 2em;
}

@media (max-width: 768px) {
  .form-wrap.app {
    width: 90%;
  }
}

.form-wrap.app form dl {
  padding: 7px 0 6px;
  border-bottom: solid 1px #BFBFBF;
}

.form-wrap.app form dl:nth-of-type(1) {
  border-top: solid 1px #BFBFBF;
}

.form-wrap.app form dl.last {
  margin-bottom: 5rem;
}

.form-wrap.app form dl>dt {
  width: 37%;
  padding-top: 0;
  padding-left: 3%;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .form-wrap.app form dl>dt {
    width: 100%;
    padding-left: 5px;
  }
}

.form-wrap.app form dl>dd {
  width: 63%;
  padding-right: 8.5%;
}

@media (max-width: 768px) {
  .form-wrap.app form dl>dd {
    width: 100%;
    padding-right: 10px;
  }
}

.form-wrap.app form dl>dd input,
.form-wrap.app form dl>dd textarea {
  border: solid 1px #D9D9D9;
  padding: 7px;
}

.form-wrap.app form dl>dd input[type=file],
.form-wrap.app form dl>dd textarea[type=file] {
  border: none;
}

.form-wrap.app form dl>dd textarea {
  height: 200px;
}

.form-wrap.ctct {
  width: 100%;
  padding-top: 3rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
}

@media (max-width: 768px) {
  .form-wrap.ctct {
    padding-top: 2rem;
  }
}

.form-wrap.ctct.v2 {
  padding-top: 4.5rem;
}

.form-wrap.ctct div.wpcf7 form dl {
  width: 87%;
  padding: 7px 0 6px;
}

.form-wrap.ctct.v2 div.wpcf7 form dl {
  width: 87%;
  padding: 1.1rem 0;
  align-items: center;
}

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

@media (max-width: 768px) {
  .form-wrap.ctct div.wpcf7 form dl:nth-of-type(1) {
    border-top: none;
  }
}

.form-wrap.ctct div.wpcf7 form dl.last {
  margin-bottom: 2em;
}

.form-wrap.ctct.v2 div.wpcf7 form dl.last {
  margin-bottom: 3em;
}

.form-wrap.ctct div.wpcf7 form dl dt {
  width: 33%;
}

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

.form-wrap.ctct div.wpcf7 form dl dd {
  width: 67%;
  padding-right: 3rem;
}

@media (max-width: 768px) {
  .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 textarea {
  height: 230px;
}

.form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
  position: relative;
  top: 2px;
  left: 2rem;
  color: #A6A6A6;
  font-size: 1.7rem;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  line-height: 1;
}

.form-wrap.ctct div.wpcf7 form ::placeholder {
  position: relative;
  top: 2px;
  left: 2rem;
  color: #A6A6A6;
  font-size: 1.7rem;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  line-height: 1;
}

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

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

.form-wrap.ctct div.wpcf7 form p.btn-send {
  margin-bottom: 0.7rem;
}

@media (max-width: 768px) {
  .form-wrap.ctct div.wpcf7 form p.btn-send {
    margin-top: 2rem;
  }
}

.form-wrap.ctct div.wpcf7 form p.btn-send.v2 {
  margin-bottom: 3rem;
}

.acc-wrap {
  /*border-top: solid 1px #BFBFBF;*/
  /*padding-top: 3rem;*/
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}

.acc-wrap.v2 {
  padding-top: 5rem;
  font-size: 1.9rem;
}

@media (max-width: 768px) {

  .acc-wrap,
  .acc-wrap.v2 {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }

  .acc-wrap {
    text-align: left;
  }
}

.acc-wrap p {
  margin-bottom: 0;
}

.acc-wrap p.acc-txt {
  line-height: 1.8;
  margin-bottom: 1em;
}

.acc-wrap p.acc-check {
  margin-bottom: 2em;
}

.surr {
  width: 100%;
  margin: 0 auto 1em;
  text-align: center;
}

.surr p:last-child {
  margin-bottom: 0;
}

.surr .surr-box {
  border: solid 1px #D9D9D9;
  padding: 20px 5px 25px 10px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .surr .surr-box {
    padding: 20px 10px;
    font-size: 1.4rem;
  }

  .acc-wrap p {
    margin-top: 2rem;
  }
}

.surr .surr-box p {
  line-height: unset;
}

.surr .surr-box p.please-check {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
}

.surr .surr-box p.surr-tit {
  margin-bottom: 0.8em;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: unset;
}

@media (max-width: 768px) {
  .surr .surr-box p.surr-tit {
    font-size: 1.8rem;
  }
}

.surr .surr-box ul {
  list-style: none;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
}

.surr .surr-box ul>li {
  margin-bottom: 1.5em;
  padding-left: 2rem;
  position: relative;
}

.surr .surr-box ul>li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.surr .surr-box ul>li p {
  margin-bottom: 0;
  line-height: 1.6;
}

.surr .surr-box .surr-contact {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .surr .surr-box .surr-contact {
    font-size: 1.4rem;
  }
}

.surr .surr-box .surr-contact p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.surr .surr-box.und {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  padding: 1.6em 1.5em 1.5em;
  border: solid 1px #D9D9D9;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .surr .surr-box.und {
    font-size: 1.4rem;
  }
}

.surr .surr-box.und p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.surr .surr-box .tit,
.surr .surr-box .txt-b {
  font-weight: bold;
  font-size: 1.6rem;
}

@media (max-width: 768px) {

  .surr .surr-box .tit,
  .surr .surr-box .txt-b {
    font-size: 1.4rem;
  }
}

.surr .surr-box .tit p,
.surr .surr-box .txt-b p {
  margin-bottom: 0;
}

.surr .surr-box .pad-rl {
  display: inline-block;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (max-width: 768px) {
  .surr .surr-box .pad-rl {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}

.form-wrap .surr+.surr {
  margin-bottom: 2.5em;
}

.surr-txt-c {
  margin-bottom: 2em;
  text-align: center;
}

.surr-txt-em {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .surr-txt-em {
    font-size: 1.4rem;
  }
}

input[type=submit] {
  -webkit-appearance: none;
  display: block;
  width: auto;
  margin: auto;
  padding: 3px 10px;
  background: #EFEFEF;
  border: solid 1px #787878;
  color: #000 !important;
  border-radius: 2px;
}

input[type=submit]:hover {
  background: #E5E5E5;
}

.greeting {
  width: 100%;
  line-height: 1.7;
  margin-bottom: 8rem;
}

.ceo-name {
  text-align: right;
}

@media (max-width: 768px) {
  .ceo-name {
    font-size: 1.6rem;
  }
}

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

div.col2-company>div {
  width: 48.7805%;
}

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

  div.col2-company>div.col-l {
    margin-bottom: 30px;
  }
}

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

.tbl-company th,
.tbl-company td {
  border-top: solid 1px #BFBFBF;
  padding: 10px 0 9px 1rem;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

@media (max-width: 768px) {

  .tbl-company th,
  .tbl-company td {
    display: block;
  }
}

.tbl-company th a,
.tbl-company td a {
  text-decoration: none;
}

.tbl-company th .fax,
.tbl-company td .fax {
  display: inline-block;
  margin-left: 1rem;
}

@media (max-width: 768px) {

  .tbl-company th .fax,
  .tbl-company td .fax {
    display: block;
    margin-left: 0;
  }
}

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

.tbl-company th {
  width: 16.25%;
}

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

.tbl-company td {
  width: 83.75%;
}

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

.tbl-company.company-profile th {
  width: 26.5%;
  padding-left: 1rem;
}

@media (max-width: 768px) {
  .tbl-company.company-profile th {
    width: 100%;
    padding-left: 0;
  }
}

.tbl-company.company-profile td {
  width: 73.5%;
  padding-left: 1rem;
}

@media (max-width: 768px) {
  .tbl-company.company-profile td {
    width: 100%;
    padding-left: 0;
  }
}

.tbl-company.company-history {
  margin-bottom: 5rem;
}

.box-teikan {
  padding-left: 1.5rem;
}

.box-teikan p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .member-list-wrapp {
    overflow-x: scroll;
  }
}

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

@media (max-width: 768px) {
  .tbl-member-list {
    width: 1200px;
  }
}

.tbl-member-list th,
.tbl-member-list td {
  padding: 1rem 0 0.9rem 1rem;
  border-bottom: solid 1px #BFBFBF;
  text-align: left;
  font-weight: normal;
}

.tbl-member-list th.name {
  width: 18.9%;
}

.tbl-member-list th.ceo {
  width: 17.6829%;
}

.tbl-member-list th.add {
  width: 40.2439%;
}

.tbl-member-list th.number {
  width: 23.1732%;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .tbl-member-list tr td:last-child {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .company-od-wrapp {
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .company-od-wrapp figure {
    width: 1640px;
  }
}

.tbl-connection {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #BFBFBF;
}

.tbl-connection th,
.tbl-connection td {
  padding: 1rem 0 0.9rem 1rem;
  border-bottom: solid 1px #BFBFBF;
  text-align: left;
  font-weight: normal;
}

@media (max-width: 768px) {

  .tbl-connection th,
  .tbl-connection td {
    display: block;
  }
}

.tbl-connection th p,
.tbl-connection td p {
  margin-bottom: 0;
}

.tbl-connection th a,
.tbl-connection td a {
  text-decoration: none;
}

.tbl-connection th a:hover,
.tbl-connection td a:hover {
  text-decoration: underline;
}

.tbl-connection th {
  width: 59.14634%;
}

@media (max-width: 768px) {
  .tbl-connection th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
    font-weight: bold;
  }
}

.tbl-connection td {
  width: 40.85366%;
}

@media (max-width: 768px) {
  .tbl-connection td {
    width: 100%;
  }
}

p.txt-recruit-01 {
  text-align: center;
  font-weight: 400;
  font-size: 2.7rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  p.txt-recruit-01 {
    font-size: 2rem;
  }
}

.tab-recruit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tab-recruit input[type=radio] {
  display: none;
}

.tab-recruit input[type=radio]:checked+label {
  background: #fff;
  border: solid 2px #7F7F7F;
  border-bottom-color: #fff;
  z-index: 1;
}

.tab-recruit label {
  text-align: center;
  width: 16%;
  max-width: 260px;
  background: #F2F2F2;
  margin-left: -2px;
  padding: 2.2rem 1rem;
  border: solid 2px #fff;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .tab-recruit label {
    width: 30%;
    font-size: 1.4rem;
  }
}

.tab-recruit .tab-box {
  width: 100%;
  height: auto;
  clear: both;
  border-top: solid 2px #7F7F7F;
  border-bottom: solid 2px #7F7F7F;
  padding-top: 4.5rem;
  position: relative;
  top: -2px;
  z-index: 0;
}

@media (max-width: 768px) {
  .tab-recruit .tab-box {
    height: auto;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}

.tab-recruit .tab-box>div {
  display: none;
}

#bostab1:checked~.tab-box>#bosTabView1 {
  display: block;
}

#bostab2:checked~.tab-box>#bosTabView2 {
  display: block;
}

#bostab3:checked~.tab-box>#bosTabView3 {
  display: block;
}

.col2-bosyu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.1em 2.439%;
}

.col2-bosyu>div {
  width: 48.7805%;
}

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

.col2-bosyu ul {
  margin-left: 2.5rem;
}

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

.tbl-bosyu th,
.tbl-bosyu td {
  padding: 0.8rem 0;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  line-height: 1.7;
}

.tbl-bosyu th:last-of-type,
.tbl-bosyu td:last-of-type {
  border-bottom: solid 1px #BFBFBF;
}

@media (max-width: 768px) {

  .tbl-bosyu th,
  .tbl-bosyu td {
    display: block;
  }
}

.tbl-bosyu th p,
.tbl-bosyu td p {
  margin-bottom: 0;
}

.tbl-bosyu th {
  width: 23.75%;
}

@media (max-width: 768px) {
  .tbl-bosyu th {
    width: 100%;
    font-weight: bold;
  }
}

.tbl-bosyu td {
  width: 76.25%;
  padding-left: 1rem;
}

@media (max-width: 768px) {
  .tbl-bosyu td {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}

section.contact,
section.min-wrapp {
  width: 68.29268%;
  max-width: 1120px;
}

@media (max-width: 1152px) {

  section.contact,
  section.min-wrapp {
    width: 100%;
  }
}

.tbl-link {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 3.5rem;
}

.tbl-link th,
.tbl-link td {
  border-top: solid 1px #BFBFBF;
  padding: 1.1rem 1rem;
  vertical-align: top;
  text-align: left;
}

@media (max-width: 768px) {

  .tbl-link th,
  .tbl-link td {
    display: block;
  }
}

.tbl-link th p,
.tbl-link td p {
  margin-bottom: 0;
}

.tbl-link th {
  width: 43.51852%;
  width: 55%;
  font-weight: normal;
}

@media (max-width: 768px) {
  .tbl-link th {
    width: 100%;
    font-weight: bold;
  }
}

.tbl-link td {
  width: 56.48148%;
}

@media (max-width: 768px) {
  .tbl-link td {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}

.tbl-link td a {
  text-decoration: none;
}

.tbl-link td a:hover {
  text-decoration: underline;
}

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

.tbl-download td {
  border-top: solid 1px #BFBFBF;
  padding: 1.1rem 1rem;
  vertical-align: top;
  text-align: left;
}

@media (max-width: 768px) {
  .tbl-download td {
    display: block;
  }
}

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

.tbl-contact {
  border-collapse: collapse;
  width: 100%;
  width: 100%;
  border-top: solid 1px #BFBFBF;
}

.tbl-contact td {
  width: 50%;
  border-bottom: solid 1px #BFBFBF;
  padding: 3rem 0;
}

.tbl-contact tr:nth-of-type(1) td {
  border-bottom: none;
  padding-bottom: 0;
}


@media (max-width: 768px) {
  .tbl-contact td {
    display: block;
    width: 100%;
  }
}

.tbl-contact td.td-r {
  padding-left: 6rem;
}

@media (max-width: 768px) {
  .tbl-contact td.td-r {
    padding-left: 0;
    text-align: center;
  }
}

.tbl-contact td.td-l {
  padding-left: 7rem;
}

@media (max-width: 768px) {
  .tbl-contact td.td-l {
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
  }
}

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

.office-name {
  font-size: 2.7rem;
}

@media (max-width: 768px) {
  .office-name {
    font-size: 1.8rem;
  }
}

a.office-phone {
  display: flex;
  align-items: center;
  width: auto;
  text-decoration: none;
  color: #000;
  font-size: 2.7rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15rem;
}

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

a.office-phone .phone-number {
  padding-left: 1rem;
  font-size: 4.3rem;
}

@media (max-width: 768px) {
  a.office-phone .phone-number {
    font-size: 2.8rem;
  }
}

span.time-phone {
  display: block;
  padding-top: 10px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  span.time-phone {
    font-size: 1.4rem;
  }
}

.home-wrapp-01 .home-011-contents {
  width: 87%;
  margin-left: 2.8%;
  margin-top: 0rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .home-wrapp-01 .home-011-contents {
    width: 100%;
    padding: 40px 20px;
    margin: 0px;
  }
}

.home-wrapp-01 .home-011-contents .wrapp-title {
  width: 49%;
  margin-bottom: 1rem;
  background: transparent;
  color: #177047;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .home-wrapp-01 .home-011-contents .wrapp-title {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}


.home-wrapp-01 .home-011-contents .wrapp-title span.txt-03 {
  font-size: 2.7rem;
  color: #177047;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 768px) {
  .home-wrapp-01 .home-011-contents .wrapp-title span.txt-03 {
    font-size: 1.8rem;
    text-align: center;
  }
}


@media (max-width: 768px) {
  .home-wrapp-01 .home-011-contents p {
    font-size: 1.6rem;
    margin-bottom: 0em;
  }
}

.gry-border-box {
  padding: 3rem 4rem 4rem;
  border: solid 1px #bfbfbf;
}

.gry-border-box .title {
  text-align: center;
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.gry-border-box p {
  margin-bottom: 0;
}

.as-member-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.439%;
}

/**/
.as-member-list.v2 {
  margin-bottom: 4rem;
}

.as-member-list .member {
  width: calc((100% - 12.195%) /6);
  padding: 3rem 1.1586% 2.5rem;
  display: flex;
  /*flex-direction: column;*/
  border: solid 1px #D9D9D9;
}

.as-member-list .member .in-member {
  display: flex;
  flex-direction: column;
}

.as-member-list .member .img-box {
  margin-bottom: 1.3rem;
}

.as-member-list .member.v3 .img-box {
  margin-bottom: 2.5rem;
}

.as-member-list .member .post {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.as-member-list .member .name {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: .5rem;
}

.as-member-list .member .name-eng {
  font-size: 1.6rem;
}

.as-member-list.v3 .member .name-eng {
  margin-bottom: 1rem;
}

.as-member-list .member .staff {
  font-size: 1.067rem;
  letter-spacing: -.04rem;
  font-feature-settings: "palt";
}

@media (max-width: 768px) {
  .as-member-list {
    gap: 2rem;
  }

  .as-member-list .member {
    width: calc((100% - 2rem) /2);
    justify-content: center;
    padding: 2rem;
  }

  .as-member-list .member .in-member {
    max-width: 240px;
  }

  .as-member-list .member .in-member div {
    text-align: left;
  }
}

.col2-area {
  display: flex;
  gap: 0 7rem;
}

.tbl-area {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 4rem;
}

.tbl-area th {
  text-align: left;
  font-weight: normal;
}

@media (max-width: 768px) {

  .tbl-area th,
  td {
    display: block;
  }

  .tbl-area td {
    padding-left: 1.3em;
  }
}

.login-wrapp {
  width: 100%;
  padding-bottom: 5rem;
  margin: 0 auto 7rem;
}

@media (min-width: 768px) {
  .login-wrapp {
    width: 82.9269%;
    max-width: 1360px;
  }
}

.login-wrapp .login-txt {
  text-align: center;
}

.login-wrapp #wpmem_login {
  max-width: 400px;
  margin: 0 auto;
}

.login-wrapp #wpmem_login fieldset {
  margin: 4rem 0 0;
  line-height: 2;
}

.login-wrapp #wpmem_login .button_div {
  padding: 0;
}

.login-wrapp #wpmem_login .button_div,
.login-wrapp #wpmem_login .button_div input[type="submit"] {
  margin: 2rem auto 0 !important;
}

.login-wrapp #wpmem_login .button_div input[type="submit"] {
  font-size: 1.9rem;
}

@media (max-width: 768px) {
  .login-wrapp #wpmem_login .button_div input[type="submit"] {
    font-size: 1.6rem;
  }
}

.login-wrapp #wpmem_login legend {
  display: none;
}

.login-wrapp #wpmem_login {
  color: unset;
  font-size: unset;
  font-family: inherit;
}

/*スライド*/

@media screen and (max-width: 768px) {
  .slick-txt {
    position: relative !important;
    height: auto !important;
  }
}


.slick-wrap {
  position: relative;
}

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

.slick-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.slick-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.slick-txt p {
  position: relative;
  z-index: 1;
}

/*footerナビ*/
.footer-navi {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.footer-navi ul {
  margin-right: 4rem;
  width: 16.66666666666667%;
}

#footer .footer-navi ul.nav-01 {
  width: 11rem;
  margin-right: 8rem;
}

#footer .footer-navi ul.nav-02 {
  width: 17rem;
  margin-right: 8rem;
}

#footer .footer-navi ul.nav-03 {
  width: 27rem;
  margin-right: 8rem;
}

#footer .footer-navi ul.nav-04 {
  width: 16rem;
  margin-right: 8rem;
}

#footer .footer-navi ul.nav-05 {
  width: 18rem;
  margin-right: 0;
}

#footer .footer-navi ul li {
  margin-bottom: 0.2rem;
  font-size: 1.7rem;
}

/*footer-grroup*/

.group-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1280px;
  margin: 4rem auto;
  list-style-type: none;
}

.group-wrap li {
  margin-right: 4rem;
}

.group-wrap li:first-of-type {
  width: 10.084rem;
  
}

.group-wrap li:first-of-type a {
  width: 100%;
  display: block;
}


.group-wrap li:last-of-type {
  margin-right: 0;
  width: 121rem
}

@media screen and (max-width: 768px) {



  .group-wrap {
    display: block;
  }

  .group-wrap li {
    margin-right: 0;
    text-align: center;
  }

  .group-wrap li:first-of-type {
    margin: 0 auto 2rem;
    width: 100%;
    max-width: 100px;
  }

  .group-wrap li:last-of-type {
    width: 100%;
  }

}

.group-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.group-wrap-box div {
  width: 33%;
  text-decoration-line: none;
  border-left: 1px solid #BFBFBF;
  padding: 2rem 2rem 1rem;
}

.group-wrap-box div:last-of-type {
  margin-right: 0;
  border-right: 1px solid #BFBFBF;
}

.group-wrap-box img {
  width: 100%;
}

.group-wrap-box a {
  position: relative;
  display: flex;
  text-decoration: none;
  color: #000;
  align-items: center;
}

.group-wrap-box a::before {
  content: "▸";
  display: inline-block;
  margin-right: 2rem;
  color: #000;
  font-weight: bold;
}

.group-wrap-box a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .group-wrap-box {
    display: block;
  }

  .group-wrap-box div {
    margin: 0 auto;
    text-align: left;
    border-left: none;
    max-width: 240px;
    width: 100%;
  }

  .group-wrap-box a {
    text-align: left;
    font-size: 16px;
  }

  .group-wrap-box div:last-of-type {
    border-right: none;
    margin: 0 auto;
  }
}

span.yum {
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

span.block {
  display: block;
}

.group-wrap-box-s {
  width: 100% !important;
  border-left: none !important;
  border-right: none !important;
  padding: 0 !important;
}

.orange {
  color: #ED7D31;
}

/*business*/
.business-wrap {
  margin-bottom: 8rem;
}

.business-wrap:last-of-type {
  margin-bottom: 0;
}


.business-wrap .flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  list-style-type: none;
}

.business-wrap .flex2 li:first-of-type {
  width: 23.17073170731707%;
  margin-right: 4rem;
}

.business-wrap .flex2 li:last-of-type {
  width: 74.39024390243902%;
  margin-right: 0;
}

.business-wrap .flex2 li img {
  width: 100%;
}

.business-wrap table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}

.business-wrap thead tr {
  border-bottom: solid 1px #BFBFBF;
}

.business-wrap thead tr th {
  font-weight: 700;
  padding: 0 0 9px 1rem;
  vertical-align: top;
}

.business-wrap thead tr th:first-of-type,
.business-wrap tbody tr th {
  width: 56.55737704918033%;
}

.business-wrap tbody tr th,
.business-wrap tbody tr td {
  font-weight: 400;
  /*border-top: solid 1px #BFBFBF;*/
  padding: 10px 0 9px 1rem;
  vertical-align: top;
}

.business-wrap tbody tr {
  border-bottom: solid 1px #BFBFBF;
}

.business-box {
  margin-bottom: 4rem;
}

.business-box p {
  margin-bottom: 1.5rem;
}

.business-wrap .flex2 ol {
  padding-left: 2.4rem;
  line-height: 2;
  margin-bottom: 1rem;
}

.business-wrap .flex2 ol li:first-of-type,
.business-wrap .flex2 ol li:last-of-type {
  width: 100%;
}

.business-box2 {
  margin-bottom: 4rem;
}

.business-box2 P {
  margin-bottom: 1rem;
}


@media screen and (max-width: 768px) {
  .business-wrap .flex2 {
    display: block;
  }

  .business-wrap .flex2 li:first-of-type,
  .business-wrap .flex2 li:last-of-type {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }

  .business-wrap .flex2 ol {
    padding-left: 2.2rem;
  }

  .business-wrap .flex2 ol li:first-of-type,
  .business-wrap .flex2 ol li:last-of-type {
    margin-bottom: 0;
  }
}

/*office*/

.office-wrap .flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}

.office-wrap .flex4 li {
  width: 23.17073170731707%;
  margin-bottom: 4rem;
}

.office-wrap .flex4 li img {
  width: 100%;
}

/*office flex2*/
.office-wrap-flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  list-style-type: none;
}

.office-wrap-flex2 li {
  width: 50%;
  margin-right: 4rem;
}

.office-wrap-flex2 li p {
  line-height: 1.7;
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.office-wrap-flex2 li p.tokyo-tit {
  margin-top: 2rem;
}

.office-wrap-flex2 li:last-of-type {
  margin-right: 0;
}

.office-wrap-flex2 table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 3rem;
}

.office-wrap-flex2 tbody tr th {
  width: 36%;
}

.office-wrap-flex2 tbody tr th,
.office-wrap-flex2 tbody tr td {
  font-weight: 400;
  /*border-top: solid 1px #BFBFBF;*/
  padding: 10px 0 9px 1rem;
  vertical-align: top;
}

.office-wrap-flex2 tbody tr {
  border-top: solid 1px #BFBFBF;
}

.office-wrap-flex2 tbody tr:last-of-type {
  border-bottom: solid 1px #BFBFBF;
}

.office-wrap-flex2 li .sup {
  margin: 1rem 0 0 1rem;
  font-weight: 400;
}

@media screen and (max-width: 1440px) {
  .office-wrap-flex2 tbody tr th {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .office-wrap-flex2 {
    display: block;
  }

  .office-wrap-flex2 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }

  .office-wrap-flex2 li:last-of-type {
    margin-bottom: 0;
  }

  .office-wrap-flex2 tbody tr th {
    width: 45%;
  }
}

/*@media screen and (max-width: 1418px) {
  .office-wrap .flex4 {
    gap: 2rem;
  }
}*/

/*@media screen and (max-width: 1152px) {
  .office-wrap .flex4 {
    gap: 2rem;
  }
}*/

@media screen and (max-width: 768px) {
  .office-wrap .flex4 li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .office-wrap .flex4 li:last-of-type,
  .office-wrap .flex4 li:nth-last-of-type(2) {
    margin-bottom: 4rem;
  }
}

/*お問合せ*/

.lh2 dt,
.lh2 dd {
  line-height: 2.059;
}

dl.v-top.lh2 {
  border-top: solid 1px #BFBFBF;
}

.form-wrap.app p.txt {
  font-size: 1.7rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {

  .form-wrap.app form dl {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .form-wrap.app form dl,
  .lh2 dt,
  .lh2 dd {
    line-height: 1.7;
  }

  .wpcf7-list-item:last-of-type {
    margin-left: 0;
  }
}