/*健康経営*/
.health-box {
  width: 100%;
  background-color: #eaeaea;
  padding: 5% 3% 5% 3%;
  font-size: 1.6rem;
  line-height: 3rem;
}

.health-img-main {
  width: 100%;
}

.health-box-p {
  margin-bottom: 5%;
  text-align: center;
}

/*2510修正*/
.health-box-flex {
  display: flex;
  width: 100%;
  margin: 0 auto 2% auto;
  border-bottom: 1px solid #000;
  padding-bottom: 3rem;
  text-align: center;
}

/*2510修正ここまで*/

.health-box-- {
  width: 50%;
}

.health-box-flex img {
  width: 100%;
}

.health-img1 {
  padding: 0 3%;
}

.health-img2 {
  padding: 0 5%;
  width: 90% !important;
  text-align: center;
}

/*2510追記*/
.health-box-figure {
  width: 100%;
  margin: 0 auto 7% auto;
  border-bottom: 1px solid #000;
  padding-bottom: 3rem;
}

.health-box-figure p {
  text-align: right;
  padding: 0 5%;
  margin-bottom: 1rem;
}

.health-box-figure img {
  padding: 0 5%;
  width: 100%;
  height: auto;
}

.health-box-figure svg {
  padding: 0 5%;
  width: 100%;
  height: auto;
}

.click::before {
  content: "";
  display: inline-block;
  background-image: url('/wp-content/uploads/2025/10/icon-click.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.5em;
  height: 2.5em;
  margin-right: 0.5em;
  transform: translateY(0.8em);

}


@media screen and (max-width: 760px) {
  .svg-pc {
    display: none;
  }
}

@media screen and (min-width: 760px) {
  .svg-sp {
    display: none;
  }
}

/*2510追記ここまで*/

.health-img-p {
  display: block;
  text-align: center;
}

/*2510修正*/
.health-subtitle {
  color: #266643;
  font-size: 2.6rem;
  letter-spacing: 2px;
  margin-bottom: 3%;
  display: block;
  text-align: center;
  font-weight: 400;
  padding-top: 0 !important;
}

/*2510修正ここまで*/

.health-box-img,
.health-box-img2,
.health-box-img3 {
  margin: 3% auto 0 auto;
  padding: 0;
  width: 100%;
}

.health-box-img img {
  width: 25%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.health-box-img2 img {
  width: 25%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.health-box-img3 img {
  width: 45%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.health-box-img health-rogo-img {
  width: 40% !important;
}

.kenko-haikei {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 760px) {
  .health-box-flex {
    display: blok;
    width: 100%;
    margin: 0 auto 7% auto;
  }

  .health-box-flex2 {
    display: blok;
    width: 100%;
    margin: 0;
  }

  .health-box-flex3 {
    display: block;
  }

  .health-box-img img {
    width: 100%;
  }

  .health-box-img2 img {
    width: 40%;
  }

  .health-box-img3 img {
    width: 70%;
  }
}

/*健康経営ここまで*/




/*福利厚生（2510追記）*/
.benefits-box {
  width: 100%;
  background-color: #eaeaea;
  padding: 2.5% 3% 5% 3%;
  font-size: 1.6rem;
  line-height: 3rem;
}

.benefits-box-figure {
  width: 100%;
  margin: 0 auto 7% auto;
  border-bottom: 1px solid #000;
  padding-bottom: 3rem;
}

.benefits-box-figure p {
  text-align: right;
  padding: 0 5%;
  margin-bottom: 1rem;
}

.benefits-box-figure img {
  padding: 0 5%;
  width: 100%;
  height: auto;
}

.benefits-box-figure svg {
  padding: 0 5%;
  width: 100%;
  height: auto;
}

/*福利厚生（2510追記）ここまで*/



/*フッターのロゴ追加*/
.footer_logo-box {
  margin: 0 auto;
}

.footer_logo {
  display: flex;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  width: 80%;
}

.footer_logo li {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
}

.cy-img img {
  margin-top: 10px;
}

@media screen and (max-width: 760px) {
  .footer_logo {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }

  .footer_logo li {
    padding: 10px;
    margin: 0;
  }
}

.start {
  background: #007e41;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

@media screen and (max-width: 760px) {
  .start {
    top: 0%;
    padding-top: 70%;
    height: 100%;
    width: 100%;
    z-index: 9999;
  }
}

.start p {
  display: none;
  z-index: 9999;
}

.start img {
  width: 100%;
  margin: 2% auto 0 auto;
}

.cybody-box {
  margin: 0 auto;
  text-align: center;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  z-index: -2000;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

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

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  z-index: 9999;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1030px) {
  .header {
    width: 100%;
  }
}

.header.bg__change {
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1030px) {
  .header__logo {
    padding-left: 5px;
  }
}

.header__logo>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-transition: all .4s;
  transition: all .4s;
  align-content: center;
}

.header__logo>a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header__logo__img {
  width: 50px;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}


@media screen and (max-width: 800px) {
  .header__logo__img {
    width: 45px;
  }
}

@media screen and (max-width: 500px) {
  .header__logo__img {
    width: 40px;
  }
}

.header__logo__img.logo__change {
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__logo__img2 {
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 50px;
  height: 100%;
  transition: all .3s;
}

@media screen and (max-width: 500px) {
  .header__logo__img2 {
    width: 40px;
  }
}

.header__logo__img2.logo__change2 {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__logo__box {
  color: #fff;
  margin-left: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__logo__box h1 {
  font-size: 1.6rem;
  color: #266643;
}

@media screen and (max-width: 500px) {
  .header__logo__box h1 {
    font-size: 1.4rem;
  }
}

.header__logo__box h2 {
  font-size: 1.1rem;
  color: #266643;
}

@media screen and (max-width: 500px) {
  .header__logo__box h2 {
    font-size: 1rem;
  }
}

.header__logo__box.color__change {
  color: #266643;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__logo.pd__change {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__nav {
  padding-top: 10px;
  padding-right: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1030px) {
  .header__nav {
    padding-right: 5px;
  }
}

@media screen and (max-width: 760px) {
  .header__nav {
    display: none;
  }
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.header__nav ul li:nth-child(2) {
  margin: 0 40px;
}

@media screen and (max-width: 1030px) {
  .header__nav ul li:nth-child(2) {
    margin: 0 15px;
  }
}

.header__nav ul li:nth-child(4) {
  margin: 0 40px;
}

@media screen and (max-width: 1030px) {
  .header__nav ul li:nth-child(4) {
    margin: 0 20px;
  }
}

.header__nav ul li:nth-child(6) {

  margin: 0 40px;
}

@media screen and (max-width: 1030px) {
  .header__nav ul li:nth-child(6) {
    margin: 0 20px;
  }
}


/*2510追記*/
.header__nav ul li:nth-child(7) {

  margin-right: 40px;
}

@media screen and (max-width: 1030px) {
  .header__nav ul li:nth-child(7) {
    margin-right: 20px;
  }
}

/*2510追記ここまで*/

.header__nav ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #266643;
}

.header__nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header__nav ul li a.color__change {
  color: #266643;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__nav.pd__change2 {
  padding-top: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .openbtn {
  display: none;
}

@media screen and (max-width: 760px) {
  .header .openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 8px;
    right: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

@media screen and (max-width: 760px) and (max-width: 500px) {
  .header .openbtn {
    top: 5px;
    right: 10px;
  }
}

.header .openbtn.top__change {
  top: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 760px) {
  .header .openbtn span {
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 9px;
    height: 3px;
    border-radius: 2px;
    background-color: #266643;
    width: 65%;
  }
}

.header .openbtn span.span__change {
  background-color: #266643;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .openbtn span:nth-of-type(1) {
  top: 15px;
}

.header .openbtn span:nth-of-type(2) {
  top: 23px;
}

.header .openbtn span:nth-of-type(3) {
  top: 31px;
}

.header .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 55%;
  background-color: #266643;
}

.header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.header .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 55%;
  background-color: #266643;
}

.header #g-nav {
  display: none;
}

@media screen and (max-width: 760px) {
  .header #g-nav {
    display: block;
    position: fixed;
    z-index: 999;
    top: -25px;
    right: -120%;
    width: 335px;
    height: 103vh;
    background: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

@media screen and (max-width: 500px) {
  .header #g-nav {
    width: 280px;
  }
}

@media screen and (max-width: 760px) {
  .header #g-nav.panelactive {
    right: -20px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

@media screen and (max-width: 760px) {
  .header #g-nav ul {
    position: absolute;
    z-index: 999;
    width: 75%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 760px) {
  .header #g-nav li {
    list-style: none;
    text-align: left;
  }
}

@media screen and (max-width: 760px) {
  .header #g-nav li a {
    color: #266643;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  .header #g-nav li a:hover {
    opacity: 0.7;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

.header__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  z-index: 9999;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1030px) {
  .header__single {
    width: 100%;
  }
}

.header__single__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1030px) {
  .header__single__logo {
    padding-left: 10px;
  }
}

.header__single__logo>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header__single__logo>a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header__single__logo__img2 {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 50px;
  height: 100%;
  transition: all .3s;
}

@media screen and (max-width: 500px) {
  .header__single__logo__img2 {
    width: 40px;
  }
}

.header__single__logo__box {
  color: #266643;
  margin-left: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__single__logo__box h1 {
  font-size: 1.6rem;
}

@media screen and (max-width: 500px) {
  .header__single__logo__box h1 {
    font-size: 1.4rem;
  }
}

.header__single__logo__box h2 {
  font-size: 1.1rem;
}

@media screen and (max-width: 500px) {
  .header__single__logo__box h2 {
    font-size: 1rem;
  }
}

.header__single__nav {
  padding-top: 15px;
  padding-right: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1030px) {
  .header__single__nav {
    padding-right: 15px;
  }
}

@media screen and (max-width: 760px) {
  .header__single__nav {
    display: none;
  }
}

.header__single__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.header__single__nav ul li:nth-child(2) {
  margin: 0 40px;
}

@media screen and (max-width: 1030px) {
  .header__single__nav ul li:nth-child(2) {
    margin: 0 25px;
  }
}

.header__single__nav ul li:nth-child(4) {
  margin: 0 40px;
}

@media screen and (max-width: 1030px) {
  .header__single__nav ul li:nth-child(4) {
    margin: 0 25px;
  }
}

.header__single__nav ul li:nth-child(6) {
  margin-left: 40px;
}

@media screen and (max-width: 1030px) {
  .header__single__nav ul li:nth-child(6) {
    margin-left: 25px;
  }
}

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

  .header__single__nav ul li:nth-child(2),
  .header__single__nav ul li:nth-child(4),
  .header__single__nav ul li:nth-child(6) {
    margin: 0 13px;
  }
}

.header__single__nav ul li a {
  color: #266643;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__single__nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header__single .openbtn {
  display: none;
}

@media screen and (max-width: 760px) {
  .header__single .openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 11px;
    right: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

@media screen and (max-width: 760px) and (max-width: 500px) {
  .header__single .openbtn {
    top: 5px;
    right: 10px;
  }
}

.header__single .openbtn.top__change {
  top: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 760px) {
  .header__single .openbtn span {
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 9px;
    height: 3px;
    border-radius: 2px;
    background-color: #266643;
    width: 65%;
  }
}

.header__single .openbtn span.span__change {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__single .openbtn span:nth-of-type(1) {
  top: 15px;
}

.header__single .openbtn span:nth-of-type(2) {
  top: 23px;
}

.header__single .openbtn span:nth-of-type(3) {
  top: 31px;
}

.header__single .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 55%;
  background-color: #266643;
}

.header__single .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.header__single .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 55%;
  background-color: #266643;
}

.header__single #g-nav {
  display: none;
}

@media screen and (max-width: 760px) {
  .header__single #g-nav {
    display: block;
    position: fixed;
    z-index: 999;
    top: -25px;
    right: -120%;
    width: 335px;
    height: 103vh;
    background: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

@media screen and (max-width: 500px) {
  .header__single #g-nav {
    width: 280px;
  }
}

@media screen and (max-width: 760px) {
  .header__single #g-nav.panelactive {
    right: -20px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

@media screen and (max-width: 760px) {
  .header__single #g-nav ul {
    position: absolute;
    z-index: 999;
    width: 75%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 760px) {
  .header__single #g-nav li {
    list-style: none;
    text-align: left;
  }
}

@media screen and (max-width: 760px) {
  .header__single #g-nav li a {
    color: #266643;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  .header__single #g-nav li a:hover {
    opacity: 0.7;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

.fv {
  margin-top: -15px;
  width: 100%;
  position: relative;
  z-index: -1;
}

.fv::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.fv h2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #fff;
  font-size: 6.2rem;
  line-height: 90px;
  letter-spacing: 6px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1030px) {
  .fv h2 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 500px) {
  .fv h2 {
    line-height: 55px;
  }
}

@media screen and (max-width: 450px) {
  .fv h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 370px) {
  .fv__br {
    display: none;
  }
}

.fv__video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}


/*2511追記*/
/* .fv__banner {
  position: absolute;
  bottom: 11%;
  right: 0;
}

.fv__banner{
  overflow: hidden;
}

.fv__banner img:hover{
  transform:scale(1.2);
	transition:0.3s;
} */

.banner-sec {
  margin: 80px 0;
}

.banner-box {
  width: 250px;
  margin: 0 auto;
  overflow: hidden;
}

.banner-box img {
  width: 100%;
  display: block;
}

.banner-box img:hover {
  transform: scale(1.2);
  transition: 0.3s;
}

/* .banner_btn {
  font-size: 3em;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  outline: none;
  color: #fff;
  border:1px solid #266643;
  background-color: #266643;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.banner_btn:hover {
  color: #266643;
  border:1px solid #266643;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .banner-box{
  margin: 0 5%;
}
  .banner_btn{
    font-size: 1.8em;
    line-height: 50px;

  }
} */


/*2511追記ここまで*/

.fv__scroll {
  position: absolute;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: arrowmove 1.5s ease-in-out infinite;
  animation: arrowmove 1.5s ease-in-out infinite;
}

.fv__scroll span {
  font-size: 1.3rem;
  color: #fff;
}

.fv__scroll::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 2px;
  background-color: #fff;
  left: 50%;
  top: -68px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 760px) {
  .fv__scroll::after {
    height: 40px;
  }
}

.fv__scroll::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  top: -45px;
  left: 14.5%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 760px) {
  .fv__scroll::before {
    width: 25px;
    height: 25px;
    left: 24%;
  }
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }

  50% {
    bottom: 3%;
  }

  100% {
    bottom: 1%;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 1%;
  }

  50% {
    bottom: 3%;
  }

  100% {
    bottom: 1%;
  }
}

.main__cover {
  position: relative;
  z-index: -1000;
}

@media screen and (max-width: 760px) {
  .main__cover {
    display: block;
    width: 100%;
    height: 0;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.main__cover.cover__bg {
  display: none;
}

@media screen and (max-width: 760px) {
  .main__cover.cover__bg {
    display: block;
    height: 100%;
    visibility: visible;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}

.news {
  position: relative;
  width: 100%;
  z-index: -1;
}

.news__ttl {
  font-size: 8rem;
  color: #266643;
  text-align: center;
  margin-top: 80px;
}

.news__ttl__sub {
  font-size: 2.3rem;
  color: #266643;
  text-align: center;
  margin-bottom: 35px;
}

.news__btn {
  text-align: center;
  width: 185px;
  margin: 0 auto 0 auto;
  border-top: 2px solid #266643;
  padding-bottom: 90px;
}

.news__btn a {
  font-size: 2rem;
  color: #266643;
  display: block;
  line-height: 35px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.news__btn a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.news__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* PCで5列 */
  gap: 24px;
  width: 90%;
  margin: 50px auto 65px auto;
  /* padding: 0 25px; */
  text-align: left;
}

@media screen and (max-width: 1300px) {
  .news__post {
    /* width: 100%; */
  }
}

@media screen and (max-width: 950px) {
  .news__post {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  .news__post {
    width: 100%;
  }
}

.news__post ul {
  width: auto;
  background-color: #e6f4ea;
}

@media screen and (max-width: 950px) {
  .news__post ul {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 450px) {
  .news__post ul {
    width: 90%;
  }
}

@media screen and (max-width: 950px) {
  .news__post ul:nth-child(odd) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.news__post__img {
  overflow: hidden;
}

.news__post__img img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.news__post__img img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transition: all .6s;
  transition: all .6s;
}

@media screen and (max-width: 1100px) {
  .news__post__img img {
    height: 200px;
  }

}

@media screen and (max-width: 950px) {
  .news__post__img img {
    /* width: 400px; */
    height: 230px;
  }
}

@media screen and (max-width: 450px) {
  .news__post__img img {
    /* width: 100%;
    height: auto; */
  }
}

.news__post__ttl {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.news__post__ttl:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.news__post__ttl a {
  font-size: 2rem;
  color: #231815;
}

.news__post__date {
  font-size: 1.4rem;
  color: #231815;
  margin: 3px 0;
  padding-left: 15px;
}

.news__post__txt {
  font-size: 1.6rem;
  color: #231815;
  padding-left: 15px;
  padding-bottom: 20px;
  padding-right: 10px;
}


@media screen and (min-width: 950px) {
  .news__post__ttl a {
    font-size: 1.8rem;
    color: #231815;
  }

  .news__post__txt {
    font-size: 1.4rem;
    color: #231815;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-right: 10px;
  }
}

.news__bg {
  background-image: url(/wp-content/uploads/2021/12/news-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 542px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 760px) {
  .news__bg {
    background-image: url(/wp-content/uploads/2021/12/news-bg-sp.jpg);
    background-position: bottom;
    background-size: initial;
  }
}




/*2511追記*/
.news-box {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 65px;
}

.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.news-list .item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #231815;
  ;
  border-bottom: 1px solid #266643;
  padding: 20px 20px;
  align-items: center;
}

.news-list .item a {
  color: #231815;
  ;
}

.news-list .item .date {
  font-size: 1.4rem;
  color: #231815;
  margin: 0;
  min-width: 90px;
}

.news-list .item .title {
  font-size: 1.6rem;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-box {
    width: 90%;
  }

  .news-list .item {
    flex-wrap: wrap;
  }

  .news-list .item .date {
    min-width: 100px;
  }

  .news-list .item .title {
    margin-top: 10px;
  }
}

.new-mark {
  display: inline-block;
  background-color: #f92f2f;
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 10px;
  margin-right: 10px;
}

/*2511追記ここまで*/


/*2603追記*/
.cat-mark {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  padding: 2px 10px;
  margin-right: 10px;
  text-decoration:none;
}

.cat-announce{
  background:#FFDB42;
  color: #000;
}

.cat-info{
  background:#3cbd76;
}

.cat-report{
  background:#0d9eeb;
}

.post-label{
  margin-bottom: 5px;
  z-index:2;
}

.ctg__post-list{
  background-color:#e6f4ea;
}


/*2603追記ここまで*/



.about {
  margin-top: 150px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 950px) {
  .about {
    margin-top: 0;
  }
}

.about__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  text-align: left;
  margin-bottom: 55px;
  margin-left: 15%;
}

@media screen and (max-width: 1100px) {
  .about__ttl {
    margin-left: 5%;
  }
}

@media screen and (max-width: 950px) {
  .about__ttl {
    display: block;
    margin-left: 0;
  }
}

.about__ttl img {
  width: 420px;
  height: 100%;
  display: block;
}

@media screen and (max-width: 950px) {
  .about__ttl img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 500px) {
  .about__ttl img {
    height: 220px;
  }
}

.about__ttl__box {
  width: 510px;
  margin-left: 5%;
}

@media screen and (max-width: 950px) {
  .about__ttl__box {
    margin-top: 20px;
  }
}

@media screen and (max-width: 760px) {
  .about__ttl__box {
    width: 85%;
  }
}

@media screen and (max-width: 500px) {
  .about__ttl__box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.about__ttl__box h3 {
  color: #266643;
  font-size: 8rem;
  line-height: 80px;
}

@media screen and (max-width: 1100px) {
  .about__ttl__box h3 {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 500px) {
  .about__ttl__box h3 {
    font-size: 6.8rem;
  }
}

.about__ttl__box__sub {
  color: #266643;
  font-size: 2.3rem;
  font-weight: 700;
}

.about__ttl__box__txt {
  font-size: 3.2rem;
  color: #555555;
  margin: 30px 0;
  line-height: 40px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1100px) {
  .about__ttl__box__txt {
    font-size: 3rem;
    margin: 25px 0;
  }
}

.about__ttl__box__txt__2 {
  font-size: 1.6rem;
  color: #555555;
  width: 315px;
}

@media screen and (max-width: 500px) {
  .about__ttl__box__txt__2 {
    width: 90%;
  }
}

.about__center {
  height: 230px;
  width: 100%;
  background-image: url(/wp-content/uploads/2021/12/fuji-pc-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  padding-top: 25px;
}

@media screen and (max-width: 760px) {
  .about__center {
    background-image: none;
    height: auto;
    margin-bottom: 0;
    background-color: #e6f4ea;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.about__center__fuji {
  display: none;
}

@media screen and (max-width: 760px) {
  .about__center__fuji {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .about__center__fuji {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
  }
}

.about__center__box {
  width: 620px;
  background: rgba(255, 255, 255, 0.8);
  margin-left: 15%;
  padding: 25px 20px;
}

@media screen and (max-width: 1100px) {
  .about__center__box {
    margin-left: 5%;
  }
}

@media screen and (max-width: 760px) {
  .about__center__box {
    margin-top: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.about__center__box>p {
  font-size: 1.6rem;
  color: #555555;
  line-height: 1.8;
}

.about__center__box__btn {
  border: 2px solid #266643;
  width: 100px;
  margin-top: 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 760px) {
  .about__center__box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.about__center__box__btn:hover {
  background-color: #266643;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.about__center__box__btn a {
  font-size: 1.6rem;
  color: #266643;
  display: block;
  position: relative;
  padding-left: 21px;
}

.about__center__box__btn a:hover {
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.about__center__box__btn a::before {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #266643;
  position: absolute;
  top: 6.5px;
  right: 21px;
}

.about__center__box__btn a:hover::before {
  border-left-color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.about__bottom {
  height: 230px;
  width: 100%;
  background-image: url(/wp-content/uploads/2021/12/kagi-pc-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25px;
}

@media screen and (max-width: 760px) {
  .about__bottom {
    background-image: none;
    height: auto;
    padding-top: 0;
    background-color: #caedef;
    padding-bottom: 30px;
  }
}

.about__bottom__kagi {
  display: none;
}

@media screen and (max-width: 760px) {
  .about__bottom__kagi {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .about__bottom__kagi {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
  }
}

.about__bottom__box {
  width: 620px;
  background: rgba(255, 255, 255, 0.8);
  margin-right: 15%;
  margin-left: auto;
  padding: 25px 20px;
}

@media screen and (max-width: 1100px) {
  .about__bottom__box {
    margin-right: 5%;
  }
}

@media screen and (max-width: 760px) {
  .about__bottom__box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 90%;
  }
}

.about__bottom__box>p {
  font-size: 1.6rem;
  color: #555555;
  line-height: 1.8;
}

.about__bottom__box__btn {
  border: 2px solid #266643;
  width: 100px;
  margin-top: 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 760px) {
  .about__bottom__box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.about__bottom__box__btn:hover {
  background-color: #266643;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.about__bottom__box__btn a {
  font-size: 1.6rem;
  color: #266643;
  display: block;
  position: relative;
  padding-left: 21px;
}

.about__bottom__box__btn a:hover {
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.about__bottom__box__btn a::before {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #266643;
  position: absolute;
  top: 6.5px;
  right: 21px;
}

.about__bottom__box__btn a:hover::before {
  border-left-color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

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

  .about__bottom__box__btn a::before,
  .about__center__box__btn a::before {
    top: 5.5px;
  }
}

.business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 950px) {
  .business {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    margin-top: 0;
    width: 100%;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

@media screen and (max-width: 950px) {
  .business__left {
    margin-left: 5%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .business__left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.business__left h3 {
  font-size: 8rem;
  color: #266643;
  line-height: 80px;
}

@media screen and (max-width: 760px) {
  .business__left h3 {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 500px) {
  .business__left h3 {
    font-size: 6.8rem;
  }
}

.business__ttl {
  font-size: 2.3rem;
  color: #266643;
  font-weight: 700;
}

.business__txt {
  font-size: 3.2rem;
  color: #555555;
  width: 440px;
  margin: 30px 0;
  letter-spacing: 2px;
}

@media screen and (max-width: 760px) {
  .business__txt {
    font-size: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .business__txt {
    width: 100%;
  }
}

.business__txt__sub {
  font-size: 1.6rem;
  color: #555555;
  width: 445px;
}

@media screen and (max-width: 500px) {
  .business__txt__sub {
    width: 100%;
  }
}

.business__img__pc {
  display: block;
  width: 460px;
  height: auto;
}

@media screen and (max-width: 950px) {
  .business__img__pc {
    display: none;
  }
}

.business__img__sp {
  display: none;
}

@media screen and (max-width: 950px) {
  .business__img__sp {
    display: block;
    width: 100%;
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 950px) and (max-width: 500px) {
  .business__img__sp {
    height: 230px;
  }
}

.recruit {
  width: 100%;
  height: 700px;
  /*   background-image: url(/wp-content/uploads/2022/01/recruit-pc-new-02.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin-top: 120px;
  z-index: -1;
}

@media screen and (max-width: 760px) {
  .recruit {
    background-image: none;
    height: auto;
  }
}

.recruit::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 700px;
  z-index: -2;
}

@media screen and (max-width: 760px) {
  .recruit::before {
    content: none;
  }
}

.recruit__img {
  display: none;
}

@media screen and (max-width: 760px) {
  .recruit__img {
    display: block;
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 500px) {
  .recruit__img {
    height: 230px;
  }
}

.recruit__box {
  text-align: left;
  color: #fff;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}

@media screen and (max-width: 760px) {
  .recruit__box {
    text-align: left;
    padding-top: 25px;
    width: 90%;
    margin-bottom: 60px;
  }
}

.recruit__box h3 {
  font-size: 8rem;
  line-height: 80px;
  width: 350px;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 760px) {
  .recruit__box h3 {
    color: #266643;
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 500px) {
  .recruit__box h3 {
    font-size: 6.8rem;
  }
}

.recruit__box__sub {
  font-size: 2.3rem;
  font-weight: 700;
  width: 350px;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 760px) {
  .recruit__box__sub {
    color: #266643;
    margin-left: 0;
    margin-right: auto;
  }
}

.recruit__box__txt {
  font-size: 3.2rem;
  margin: 30px 0 30px auto;
  width: 350px;
  letter-spacing: 2px;
}

@media screen and (max-width: 760px) {
  .recruit__box__txt {
    color: #555555;
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 500px) {
  .recruit__box__txt {
    width: 100%;
  }
}

.recruit__box__txt__2 {
  font-size: 1.6rem;
  width: 350px;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 760px) {
  .recruit__box__txt__2 {
    color: #555555;
    margin-left: 0;
    margin-right: auto;
  }
}

.recruit__box__btn {
  border: 2px solid #fff;
  width: 100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: 130px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 760px) {
  .recruit__box__btn {
    margin-left: auto;
    margin-right: auto;
    border-color: #266643;
  }
}

.recruit__box__btn:hover {
  background-color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.recruit__box__btn a {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  position: relative;
  padding-left: 21px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
}

.recruit__box__btn a:hover {
  color: #000;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 760px) {
  .recruit__box__btn a {
    color: #266643;
  }
}

.recruit__box__btn a::before {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #fff;
  position: absolute;
  top: 7.5px;
  right: 21px;
}

@media screen and (max-width: 500px) {
  .recruit__box__btn a::before {
    top: 5.5px;
  }
}

.recruit__box__btn a:hover::before {
  border-left-color: #000;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 760px) {
  .recruit__box__btn a::before {
    border-left-color: #266643;
  }
}

.message__fv {
  width: 100%;
  height: 460px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 760px) {
  .message__fv {
    height: 410px;
  }
}

.message__fv::after {
  content: "";
  width: 100%;
  height: 460px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

@media screen and (max-width: 760px) {
  .message__fv::after {
    height: 410px;
  }
}

.message__fv__ttl {
  position: absolute;
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #fff;
}

.message__width {
  width: 80%;
}

@media screen and (max-width: 760px) {
  .message__fv__ttl {
    top: 150px;
  }
}

.message__fv__ttl__csr {
  top: 140px;
}

@media screen and (max-width: 950px) {
  .message__fv__ttl__csr {
    width: 90%;
  }
}


.message__fv h2 {
  font-size: 8rem;
  color: #fff;
  text-align: center;
  line-height: 80px;
  letter-spacing: 8px;
}

@media screen and (max-width: 760px) {
  .message__fv h2 {
    font-size: 6rem;
    line-height: 60px;
  }
}

@media screen and (max-width: 500px) {
  .message__fv h2 {
    font-size: 4.5rem;
    line-height: 50px;
  }
}

.message__fv p {
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  letter-spacing: 5px;
  padding-bottom: 1%;
}

@media screen and (max-width: 500px) {
  .message__fv p {
    font-size: 2rem;
  }
}

.message__fv__btm {
  background-color: #266643;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 2;
}

.message__main {
  width: 100%;
  height: 872px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

@media screen and (max-width: 450px) {
  .message__main {
    height: 930px;
  }
}

@media screen and (max-width: 350px) {
  .message__main {
    height: 1100px;
  }
}

.message__main::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background: url("/wp-content/uploads/2021/12/message_02_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -3;
}

.message__main::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

@media screen and (max-width: 450px) {
  .message__main::after {
    height: 100%;
  }
}

@media screen and (max-width: 350px) {
  .message__main::after {
    height: 100%;
  }
}

.message__main__ttl {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10%;
  padding-top: 24px;
  margin-left: 10%;
  width: 450px;
  justify-content: right;
}

@media screen and (max-width: 760px) {
  .message__main__ttl {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.message__main__ttl h4 {
  font-size: 2.4rem;
}

.message__main__ttl h3 {
  font-size: 2.4rem;
  margin-left: 25px;
}

.message__main__txt {
  color: #fff;
  font-size: 1.6rem;
  width: 450px;
  margin-left: 10%;
  line-height: 29px;
}

.message__main__txt:nth-child(2) {
  margin-top: 40px;
}

.message__main__txt:nth-child(even) {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1600px) {
  .message__main__txt {
    width: 600px;
  }

  .message__main__ttl {
    width: 600px;
  }
}

@media screen and (max-width: 760px) {
  .message__main__txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.message__main__btm {
  width: 100%;
  height: 600px;
  position: relative;
  background: url("/wp-content/uploads/2021/12/message_03_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .message__main__btm {
    height: 400px;
  }
}

.message__main__btm h4 {
  font-size: 3.8rem;
  padding-top: 110px;
  margin-bottom: 60px;
}

@media screen and (max-width: 760px) {
  .message__main__btm h4 {
    padding-top: 70px;
    margin-bottom: 45px;
  }
}

.message__main__btm p {
  font-size: 2.2rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 500px) {
  .message__main__btm p {
    width: 90%;
  }
}

.profile__contents {
  width: 100%;
  position: relative;
}

.profile__contents::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background: url("/wp-content/uploads/2021/12/profile_contents_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -3;
}

.profile__contents::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: -2;
}

.profile__contents table {
  margin-left: 10%;
  padding-top: 52px;
  padding-bottom: 52px;
  border-spacing: 40px 20px;
}

@media screen and (max-width: 760px) {
  .profile__contents table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 760px) {
  .profile__contents table {
    border-spacing: 20px 20px;
  }
}

.profile__contents table .letter>td {
  letter-spacing: 8px;
}

.profile__contents table .letter__02 {
  letter-spacing: 4px;
  width: 100%;
}

.span001 {
  margin-left: 302px;
}

.span002 {
  margin-left: 282.3px;
}

.span003 {
  margin-left: 145px;
}

.span004 {
  margin-left: 85px;
}

.span005 {
  margin-left: 205px;
}

.span006 {
  margin-left: 164px;
}

.span007 {
  margin-left: 185px;
}

.span008 {
  margin-left: 265px;
}

.span009 {
  margin-left: 124px;
}

.span010 {
  margin-left: 303px;
}

.span011 {
  margin-left: 245px;
}

.span012 {
  margin-left: 143px;
}

.span013 {
  margin-left: 307px;
}

.span014 {
  margin-left: 208px;
}

.span015 {
  margin-left: 189px;
}

.span016 {
  margin-left: 105px;
}

*/ @media screen and (max-width: 500px) {
  .span001 {
    margin-left: 241px;
  }

  .span002 {
    margin-left: 223.3px;
  }

  .span003 {
    margin-left: 99px;
  }

  .span004 {
    margin-left: 37px;
  }

  .span005 {
    margin-left: 236px;
  }

  .span006 {
    margin-left: 116px;
  }

  .span007 {
    margin-left: 95px;
  }

  .span008 {
    margin-left: 219px;
  }

  .span009 {
    margin-left: 180px;
  }

  .span010 {
    margin-left: 280px;
  }

  .span011 {
    margin-left: 207px;
  }

  .span012 {
    margin-left: 63px;
  }

  .span013 {
    margin-left: 244px;
  }

  .span014 {
    margin-left: 154px;
  }

  .span015 {
    margin-left: 136px;
  }

  .span016 {
    margin-left: 105px;
  }

  */
}

@media screen and (max-width: 450px) {
  .profile__contents table .letter__02 {
    letter-spacing: 0;
  }

  .span001 {
    margin-left: 175px;
  }

  .span002 {
    margin-left: 161.3px;
  }

  .span003 {
    margin-left: 65px;
  }

  .span004 {
    margin-left: 22px;
  }

  .span005 {
    margin-left: 105px;
  }

  .span006 {
    margin-left: 78px;
  }

  .span007 {
    margin-left: 92px;
  }

  .span008 {
    margin-left: 150px;
  }

  .span009 {
    margin-left: 50px;
  }

  .span010 {
    margin-left: 178px;
  }

  .span011 {
    margin-left: 135px;
  }

  .span012 {
    margin-left: 63px;
  }

  .span013 {
    margin-left: 177px;
  }

  .span014 {
    margin-left: 107px;
  }

  .span015 {
    margin-left: 94px;
  }

  .span016 {
    margin-left: 37px;
  }
}

.profile__contents table .letter__03 {
  letter-spacing: 39px;
}

.profile__contents table .letter__04 {
  letter-spacing: 3.5px;
}

.profile__contents table tr {
  vertical-align: top;
}

.profile__contents table tr td {
  color: #fff;
  font-size: 1.6rem;
}

.profile__contents table tr td a {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.profile__contents table tr td a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 760px) {
  .profile__contents table tr td:nth-child(1) {
    font-weight: 700;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 760px) {
  .profile__contents table tr td:nth-child(2) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 760px) {
  .profile__contents table tr td {
    display: block;
  }
}

.profile__history {
  background-color: #fff;
}

.profile__history__ttl {
  background-color: rgba(38, 102, 67, 0.9);
  width: 525px;
  height: 600px;
  color: #fff;
  padding-top: 145px;
  padding-left: 10px;
  margin-left: auto;
  margin-right: 10%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1500px) {
  .profile__history__ttl {
    margin-right: 5%;
  }
}

@media screen and (max-width: 760px) {
  .profile__history__ttl {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 55px;
    padding-left: 0;
    background-color: #266643;
  }
}

.profile__history__ttl h3 {
  font-size: 8rem;
  line-height: 80px;
  margin-left: 20px;
}

.profile__history__ttl h4 {
  font-size: 2.3rem;
  margin-left: 20px;
}

.profile__history__ttl table {
  border-spacing: 20px;
}

.profile__history__ttl table tr {
  vertical-align: top;
}

@media screen and (max-width: 500px) {
  .profile__history__ttl table tr {
    display: -ms-grid;
    display: grid;
  }
}

.profile__history__ttl table tr th {
  font-size: 1.6rem;
}

@media screen and (max-width: 500px) {
  .profile__history__ttl table tr th {
    text-align: left;
  }
}

.profile__history__ttl table tr td {
  font-size: 1.6rem;
}

@media screen and (max-width: 500px) {
  .profile__history__ttl table tr td {
    margin: 0px 0 20px 10px;
  }
}

.profile__history img {
  width: 950px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: 35%;
  margin-top: -195px;
}

@media screen and (max-width: 1500px) {
  .profile__history img {
    margin-right: 30%;
    width: 850px;
  }
}

@media screen and (max-width: 1300px) {
  .profile__history img {
    width: 750px;
    margin-top: -35px;
  }
}

@media screen and (max-width: 760px) {
  .profile__history img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 0;
  }
}

.profile__access {
  background-color: #fff;
  padding-top: 90px;
  position: relative;
  padding-bottom: 235px;
}

@media screen and (max-width: 760px) {
  .profile__access {
    padding-bottom: 113px;
  }
}

.profile__access h3 {
  color: #266643;
  font-size: 8rem;
  line-height: 80px;
  text-align: center;
}

.profile__access h4 {
  font-size: 2.3rem;
  color: #266643;
  text-align: center;
  margin-bottom: 35px;
}

.profile__access p {
  font-size: 1.6rem;
  color: #555555;
  text-align: center;
}

.profile__access__map {
  width: 90%;
  margin: 45px auto 0 auto;
  position: relative;
  z-index: 1;
}

.profile__access__bg {
  background-image: url(/wp-content/uploads/2021/12/access_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 760px) {
  .profile__access__bg {
    height: 300px;
    background-position: bottom;
  }
}

.business__fv__btm {
  background-color: #fff;
  width: 100%;
  padding-bottom: 90px;
}

/*2510追記*/
.business__fv__btm h1 {
  color: #266643;
  text-align: left;
  font-size: 6.2rem;
  padding-top: 90px;
  padding-left: 30px;
  margin-bottom: 3%;
  letter-spacing: 2px;
}

/*2510追記ここまで*/

.business__fv__btm p {
  color: #266643;
  text-align: center;
  font-size: 2.6rem;
  padding-top: 90px;
  letter-spacing: 2px;
  padding-left: 15px;
  padding-right: 14px;
}

@media screen and (max-width: 760px) {
  .business__fv__btm p {
    padding-left: 15px;
    padding-right: 15px;
  }

  #business__ttl__sp p {
    text-align: left;
  }
}

.business__fv__btm__border {
  width: 200px;
  height: 1px;
  background-color: #266643;
  margin: 0 auto;
  margin-top: 10px;
}

.business__page {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.business__page::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background-image: url(/wp-content/uploads/2021/12/business_contents_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -3;
}

.business__page::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -2;
  background: rgba(234, 234, 234, 0.8);
}

.business__page__ttl {
  font-size: 2rem;
  color: #555555;
  text-align: center;
  line-height: 50px;
  width: 180px;
  border: 1px solid #555555;
  margin: 0 auto 40px auto;
}

.business__page__txt {
  font-size: 2rem;
  color: #555555;
  text-align: center;
  margin-bottom: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.business__page__txt__sub {
  font-size: 1.6rem;
  color: #555555;
  text-align: center;
  margin-bottom: 50px;
  line-height: 28px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.business__page__txt__sub__2 {
  font-size: 1.6rem;
  color: #555555;
  text-align: center;
  margin-bottom: 80px;
  line-height: 28px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 500px) {
  .business__page__txt__sub__2 {
    margin-bottom: 20px;
  }
}

.business__page__img {
  width: 85%;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 760px) {
  .business__page__img {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .business__page__img {
    width: 100%;
  }
}

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

@media screen and (max-width: 600px) {
  .business__page__br {
    display: none;
  }
}

.business__page__ctt {
  width: 100%;
  background-color: #eaeaea;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  padding-bottom: 130px;
}

@media screen and (max-width: 760px) {
  .business__page__ctt {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.business__page__ctt__item {
  position: relative;
}

.business__page__ctt__item img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 450px) {
  .business__page__ctt__item img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .business__page__ctt__item {
    height: 350px;
  }
}

.business__page__ctt__item__ttl {
  width: 100%;
  background: rgba(71, 71, 71, 0.8);
  position: absolute;
  top: 0;
  padding: 15px 0 30px 5%;
}

@media screen and (max-width: 1030px) {
  .business__page__ctt__item__ttl {
    padding-right: 20px;
  }
}

.business__page__ctt__item__ttl__2 {
  padding-bottom: 7.5px;
}

.business__page__ctt__item__ttl h3 {
  color: #fff;
  font-size: 2.6rem;
}

.business__page__ctt__item__ttl p {
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 1030px) {
  .business__page__ctt__br {
    display: none;
  }
}

.recruit__page__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 83px;
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 760px) {
  .recruit__page__item {
    background-image: none !important;
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.recruit__page__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
}

@media screen and (max-width: 760px) {
  .recruit__page__item::before {
    display: none;
  }
}

.recruit__page__item__ttl {
  width: 800px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  padding: 30px 0 25px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 950px) {
  .recruit__page__item__ttl {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 760px) {
  .recruit__page__item__ttl {
    color: #231815;
    border: none;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 15px;
    width: 90%;
  }
}

.recruit__page__item__ttl h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
  .recruit__page__item__ttl h4 {
    margin-bottom: 10px;
  }
}

.recruit__page__item__ttl p {
  font-size: 1.6rem;
  line-height: 27px;
}

.recruit__page__spimg {
  display: none;
}

@media screen and (max-width: 760px) {
  .recruit__page__spimg {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  .recruit__page__spimg {
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.recruit__page__spimg__2 {
  display: none;
}

@media screen and (max-width: 760px) {
  .recruit__page__spimg__2 {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  .recruit__page__spimg__2 {
    height: 245px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#recruit__page__btn {
  padding-top: 90px;
}

@media screen and (max-width: 760px) {
  #recruit__page__btn {
    padding-top: 30px;
  }
}

#recruit__page__btn p {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #266643;
  padding: 0;
  height: 60px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#recruit__page__btn p:hover {
  background-color: #266643;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 450px) {
  #recruit__page__btn p {
    width: 250px;
  }
}

#recruit__page__btn p a {
  font-size: 2rem;
  color: #266643;
  display: block;
  line-height: 60px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

#recruit__page__btn p a:hover {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#recruit__page__btn p a::before {
  content: "";
  background-color: #266643;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
  top: 43%;
  right: 19%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#recruit__page__btn p a:hover::before {
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 450px) {
  #recruit__page__btn p a::before {
    right: 15%;
  }
}

#recruit__page__btn p a::after {
  content: "";
  background-color: #266643;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  top: 55%;
  right: 19%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#recruit__page__btn p a:hover::after {
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 450px) {
  #recruit__page__btn p a::after {
    right: 15%;
  }
}

.recruiting {
  width: 80%;
  background-color: #fff;
  margin: 0 auto 120px auto;
}

@media screen and (max-width: 1030px) {
  .recruiting {
    width: 90%;
  }
}

.recruiting table {
  width: 100%;
  border-collapse: collapse;
}

.recruiting table tr th {
  background-color: #266643;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  width: 240px;
}

@media screen and (max-width: 760px) {
  .recruiting table tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px;
  }
}

.recruiting table tr td a {
  color: #555;
}


/*2512追記*/
.recruiting table tr td {
  color: #555555;
  font-size: 2rem;
  padding: 25px 40px;
}

.recruiting table th,
.recruiting table td {
  border: 1px solid #ccc;
}

/* 左列（th）の上下の線だけ白にする */
.recruiting table th {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;

  /* 左右はグレーのまま */
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* .recruiting table tr td {
  text-align: center;
} */

.recruiting table tr:nth-child(odd) {
  background-color: #fff;
}

.recruiting table tr:nth-child(even) {
  background-color: #e6f4ea;
}

.recruiting .col-separate {
  border-right: 1px solid #ccc;
}

@media (min-width: 768px) {
  .recruiting tr td:not([colspan]) {
    width: 40%;
  }
}

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

  .recruiting table tr td {
    display: block;
    padding: 15px;
  }

  .recruiting table th {
    border: none;
  }

  .recruiting td.sp-no-border {
    border-bottom: none;
  }

  .recruiting td[data-col]::before {
    content: attr(data-col);
    display: block;
    margin-bottom: 4px;
  }

  /* 項目（tr）ごとの余白 */
  .recruiting tr {
    margin-bottom: 20px;
    display: block;
  }

}

/*2512追記 ここまで*/

.contact__fv__btm p {
  font-size: 1.6rem;
  color: #231815;
  text-align: center;
  padding-top: 95px;
  padding-bottom: 70px;
  line-height: 30px;
}

@media screen and (max-width: 600px) {
  .contact__fv__btm p br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .contact__fv__btm p {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 27px;
  }
}

.contact__form__tel {
  width: 430px;
  margin: 0 auto 88px auto;
}

@media screen and (max-width: 500px) {
  .contact__form__tel {
    width: 316px;
  }
}

@media screen and (max-width: 350px) {
  .contact__form__tel {
    width: 95%;
    text-align: center;
  }
}

.contact__form__tel a {
  font-size: 3.2rem;
  color: #266643;
  display: block;
  letter-spacing: 4px;
  border-bottom: 1px solid #266643;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 500px) {
  .contact__form__tel a {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 350px) {
  .contact__form__tel a {
    font-size: 2rem;
  }
}

.contact__form__tel a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.contact__form form {
  max-width: 750px;
  margin: 0 auto 78px auto;
}

.contact__form__table {
  width: 100%;
  border-spacing: 20px 10px;
}

.contact__form__table tr th {
  background-color: #266643;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  width: 120px;
  height: 40px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 760px) {
  .contact__form__table tr th {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 40px;
    padding-left: 27px;
    margin-bottom: 7px;
  }
}

.contact__form__table tr td {
  border: 1px solid #555555;
}

@media screen and (max-width: 760px) {
  .contact__form__table tr td {
    display: block;
  }
}

.contact__form__table tr td input {
  width: 100%;
  font-size: 1.6rem;
}

@media screen and (max-width: 760px) {
  .contact__form__table tr td input {
    height: 40px;
  }
}

.contact__form__table tr td textarea {
  width: 100%;
  font-size: 1.6rem;
  height: 185px;
}

.contact__form__table .mandatory::after {
  content: "*";
  position: absolute;
}

.contact__form__table .mandatory-2::after {
  content: "*";
  position: absolute;
  right: -12px;
}

@media screen and (max-width: 760px) {
  .contact__form__table .mandatory-2::after {
    left: 69px;
  }
}

.contact__form__name th {
  letter-spacing: 8px;
  text-indent: 8px;
}

.contact__form__name th label {
  margin-left: -8px;
}

.contact__form__email th {
  letter-spacing: 2px;
  text-indent: 2px;
}

.contact__form__textarea th {
  background-color: initial !important;
  position: relative;
  letter-spacing: 28px;
  text-indent: 28px;
}

.contact__form__textarea th label {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #266643;
  position: absolute;
  top: 0%;
  left: 0%;
}

@media screen and (max-width: 760px) {
  .contact__form__textarea th label {
    width: 100%;
  }
}

.contact__form__send {
  font-size: 1.8rem;
  background-color: #266643;
  width: 120px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
  margin: 35px auto 0 auto;
  color: #fff;
  letter-spacing: 15px;
  text-indent: 15px;
}

.contact__form__send:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.privacy {
  margin: 100px auto 60px auto;
  width: 90%;
  color: #555555;
  line-height: 30px;
}

.privacy__top {
  font-size: 1.6rem;
  margin-bottom: 45px;
}

.privacy__center {
  font-size: 1.6rem;
}

.privacy__center__txt {
  font-size: 1.6rem;
  margin-bottom: 75px;
}

.privacy__center__txt a {
  color: #555;
}

.privacy__btm {
  font-size: 2rem;
}

.privacy__btm__txt {
  font-size: 1.6rem;
}

.number {
  margin: 100px auto 95px auto;
  width: 90%;
  color: #555555;
  line-height: 30px;
}

@media screen and (max-width: 760px) {
  .number {
    line-height: 23px;
  }
}

.number h4 {
  font-size: 1.8rem;
}

.number p {
  font-size: 1.6rem;
}

.number__top {
  margin-bottom: 45px;
}

.number__one {
  margin-bottom: 45px;
}

.number__two {
  margin-bottom: 45px;
}

.number__two__2 {
  margin: 45px 0;
}

.number__two__3__box1 {
  margin-bottom: 45px;
}

.number__two__3__txt {
  margin-left: 25px;
}

.number__two__3__txt2 {
  margin-left: 5px;
}

.number__two__4 {
  margin: 45px 0;
}

.number__two__6 {
  margin: 45px 0;
}

.number__three__txt a {
  color: #555;
}

.number__three__txt__sub {
  margin-left: 95px;
}

@media screen and (max-width: 760px) {
  .number__three__txt__sub {
    margin-left: 0;
  }
}

.number__ttl {
  font-weight: 700;
}

.csr {
  margin: 95px auto 115px auto;
  width: 90%;
  font-size: 1.6rem;
  color: #555555;
}

@media screen and (max-width: 760px) {
  .csr__ttl {
    font-size: 7rem !important;
  }
}

@media screen and (max-width: 450px) {
  .csr__ttl {
    font-size: 5rem !important;
    line-height: 50px !important;
  }
}

.csr__txt:nth-child(even) {
  margin: 50px 0;
}

.csr__last {
  text-align: right;
  margin-top: 10px;
}

.worker img {
  display: block;
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .worker img {
    width: 100%;
  }
}

.worker h5 {
  color: #266643;
  font-size: 2.2rem;
  text-align: center;
  padding: 85px 15px 60px 15px;
}

.worker p {
  text-align: center;
  width: 350px;
  background-color: #266643;
  margin: 0 auto 90px auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.worker p:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 450px) {
  .worker p {
    width: 280px;
  }
}

.worker p a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #fff;
  padding: 20px 0px;
}

.sitemap {
  width: 85%;
  margin: 100px auto;
}

@media screen and (max-width: 1300px) {
  .sitemap {
    width: 90%;
  }
}

.sitemap ul li {
  background-color: #fff;
  border: 1px solid #555555;
}

.sitemap ul li:nth-child(even) {
  margin-top: 45px;
  margin-bottom: 45px;
}

.sitemap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #266643;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1030px) {
  .sitemap ul li a {
    display: block;
  }
}

.sitemap ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.sitemap ul li a img {
  width: 325px;
  height: auto;
  display: block;
}

@media screen and (min-width: 1600px) {
  .sitemap ul li a img {
    width: 400px;
  }
}

@media screen and (max-width: 1030px) {
  .sitemap ul li a img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.sitemap ul li a h5 {
  font-size: 3rem;
  margin-left: 40px;
  margin-right: 25px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 1030px) {
  .sitemap ul li a h5 {
    width: 95%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
  }
}

.sitemap ul li a p {
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  padding-right: 15px;
}

@media screen and (max-width: 1030px) {
  .sitemap ul li a p {
    width: 95%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .sitemap__item {
    width: 26%;
  }
}

@media screen and (max-width: 1100px) {
  .sitemap__item__2 {
    width: 17%;
  }
}

.single__cts {
  padding-top: 83px;
}

@media screen and (max-width: 760px) {
  .single__cts {
    padding-top: 40px;
  }
}

.single__cts__img {
  width: 100%;
}

.single__cts__box {
  width: 85%;
  margin: 70px auto 50px auto;
}

@media screen and (max-width: 760px) {
  .single__cts__box {
    width: 90%;
  }
}

.single__cts__box .breadcrumbs {
  margin-bottom: 20px;
  color: #231815;
  font-size: 1.6rem;
}

.single__cts__box .breadcrumbs span {
  padding: 0 3px;
}

.single__cts__box .breadcrumbs a {
  color: #555555;
  font-size: 1.4rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single__cts__box .breadcrumbs a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single__cts__box h2,
.single__cts__box h3,
.single__cts__box h4,
.single__cts__box h5,
.single__cts__box h6 {
  color: #555555;
  word-break: break-all;
}

.single__cts__box h2 {
  font-size: 2.8rem;
}

.single__cts__box h3 {
  font-size: 2.6rem;
}

.single__cts__box h4 {
  font-size: 2.4rem;
}

.single__cts__box h5 {
  font-size: 2.2rem;
}

.single__cts__box h6 {
  font-size: 2rem;
}

.single__cts__box p {
  font-size: 1.6rem;
  color: #555555;
  word-break: break-all;
  line-height: 30px;
  margin: 40px 0;
}

.single__cts__box div {
  font-size: 1.6rem;
  color: #555555;
}

.single__cts__box a {
  color: #555555;
  font-size: 1.6rem;
  word-break: break-all;
}

.single__cts__box li {
  font-size: 1.6rem;
  color: #555555;
  word-break: break-all;
}

.single__cts__box span {
  font-size: 1.4rem !important;
  color: #555555;
  word-break: break-all;
}

.single__cts__box em {
  font-size: 1.6rem !important;
  color: #555555;
  word-break: break-all;
}

.single__cts__box strong {
  font-size: 1.6rem !important;
  color: #555555;
  word-break: break-all;
}

.single__cts__box img {
  height: auto;
}

.single__cts__box .size-full,
.single__cts__box .wp-image-906,
.single__cts__box .aligncenter,
.single__cts__box .alignnone,
.single__cts__box .wp-image-907,
.single__cts__box .wp-image-906,
.single__cts__box .wp-image-907,
.single__cts__box #attachment_906,
.single__cts__box #attachment_905,
.single__cts__box .wp-image-905,
.single__cts__box .wp-image-1628,
.single__cts__box .ttachment-thumbnail,
.single__cts__box .size-thumbnail {
  width: 100% !important;
}

.single__cts__box iframe {
  width: 100%;
}

.single__cts__box cite {
  color: #555555;
  font-size: 1.4rem;
  word-break: break-all;
}

.single__cts__box figcaption {
  color: #555555;
  font-size: 1.4rem;
  word-break: break-all;
  margin-bottom: 0px !important;
}

.single__cts__box td {
  color: #555555;
  font-size: 1.6rem;
  word-break: break-all;
}

.single__cts__box th {
  color: #555555;
  font-size: 1.6rem;
  font-weight: 700;
  word-break: break-all;
}

.single__cts__box dd,
.single__cts__box dt,
.single__cts__box pre {
  color: #555555;
  font-size: 1.6rem;
  word-break: break-all;
}

.single__cts__box pre {
  white-space: pre-line;
}

.single__cts__ttl {
  font-size: 4rem;
  color: #555555;
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.single__cts__time {
  font-size: 2rem;
  color: #555555;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-top: 0px !important;
}

.single__cts .prev-next__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 150px;
  margin-bottom: 100px;
}

.single__cts .prev-next__ul .prev__li,
.single__cts .prev-next__ul .next__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #266643;
  word-break: break-all;
  margin-left: 10px;
  margin-right: 10px;
}

.single__cts .prev-next__ul .prev__li a,
.single__cts .prev-next__ul .next__li a {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

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

  .single__cts .prev-next__ul .prev__li a,
  .single__cts .prev-next__ul .next__li a {
    padding: 20px 0;
  }
}

.single__cts .prev-next__ul .prev__li a:hover,
.single__cts .prev-next__ul .next__li a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single__cts .prev-next__ul .prev__li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-right: 10%;
}

@media screen and (max-width: 760px) {
  .single__cts .prev-next__ul .prev__li {
    margin-right: 5%;
  }
}

.single__cts .prev-next__ul .prev__li a {
  padding-right: 20px;
  padding-left: 40px;
}

.single__cts .prev-next__ul .prev__li a::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  bottom: 18%;
  left: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 760px) {
  .single__cts .prev-next__ul .prev__li a::before {
    bottom: 38%;
  }
}

.single__cts .prev-next__ul .next__li a {
  padding-left: 20px;
  padding-right: 40px;
}

.single__cts .prev-next__ul .next__li a::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  bottom: 18%;
  right: 16px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 760px) {
  .single__cts .prev-next__ul .next__li a::before {
    bottom: 38%;
  }
}

.single__cts .prev-next__ul .prev__img,
.single__cts .prev-next__ul .next__img {
  width: 110px;
  height: 110px;
}

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

  .single__cts .prev-next__ul .prev__img,
  .single__cts .prev-next__ul .next__img {
    display: none;
  }
}

.single__cts .prev-next__ul .prev__img img,
.single__cts .prev-next__ul .next__img img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

  .single__cts .prev-next__ul .prev__img img,
  .single__cts .prev-next__ul .next__img img {
    display: none;
  }
}

.ctg {
  margin-top: 65px;
  padding-bottom: 160px;
}

@media screen and (max-width: 500px) {
  .ctg {
    margin-top: 55px;
  }
}

.ctg__fv {
  width: 100%;
  height: 300px;
  background-image: url(/wp-content/uploads/2021/12/category_fv.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -2;
}

.ctg__fv::after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.ctg__fv h2 {
  font-size: 4rem;
  color: #fff;
  padding-top: 125px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .ctg__fv h2 {
    font-size: 3.5rem;
  }
}

.ctg__wrapper {
  width: 98%;
  margin: 100px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 314px 314px 314px;
  grid-template-columns: 314px 314px 314px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: center;
  gap: 2% 5%;
}

@media screen and (max-width: 1100px) {
  .ctg__wrapper {
    -ms-grid-columns: 290px 290px 290px;
    grid-template-columns: 290px 290px 290px;
  }
}

@media screen and (max-width: 960px) {
  .ctg__wrapper {
    -ms-grid-columns: 314px 314px;
    grid-template-columns: 314px 314px;
  }
}

@media screen and (max-width: 760px) {
  .ctg__wrapper {
    -ms-grid-columns: 314px;
    grid-template-columns: 314px;
    gap: 35px 0;
  }
}

@media screen and (max-width: 500px) {
  .ctg__wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    width: 85%;
  }
}

/* .ctg__wrapper ul {
  background-color: #e6f4ea;
} */

@media screen and (max-width: 1100px) {
  .news__post__img img {
    height: 200px;
  }

  .ctg__wrapper {
    gap: 2% 3%;
  }
}

@media screen and (max-width: 400px) {
  .ctg__wrapper ul {
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  .ctg__wrapper ul li img {
    width: 100%;
  }

  .news__post__img img {
    height: 230px;
  }
}

.ctg .nav-links {
  padding-top: 200px;
}

@media screen and (max-width: 1100px) {
  .ctg .nav-links {
    padding-top: 500px;
  }
}

@media screen and (max-width: 760px) {
  .ctg .nav-links {
    padding-top: 60px;
  }
}

.ctg .nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ctg .nav-links ul li {
  font-size: 1.6rem;
  width: 45px;
  height: 45px;
  text-align: center;
  margin: 0 15px;
}

@media screen and (max-width: 760px) {
  .ctg .nav-links ul li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 450px) {
  .ctg .nav-links ul li {
    width: 35px;
    height: 35px;
  }
}

.ctg .nav-links ul li .current {
  background-color: #266643;
}

.ctg .nav-links ul li span {
  display: block;
  line-height: 45px;
  color: #fff;
  border: 2px solid #266643;
}

@media screen and (max-width: 450px) {
  .ctg .nav-links ul li span {
    line-height: 35px;
  }
}

.ctg .nav-links ul li a {
  display: block;
  line-height: 45px;
  background-color: #fff;
  border: 2px solid #266643;
  color: #266643;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 450px) {
  .ctg .nav-links ul li a {
    line-height: 35px;
  }
}

.ctg .nav-links ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.ctg .nav-links ul li .dots {
  color: #266643;
}

.footer {
  position: relative;
  z-index: 2;
}

.footer__top {
  background-color: #266643;
}

.footer__nav {
  padding-top: 55px;
  margin-bottom: 55px;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5em;
}

.footer__nav ul li {
  padding: 0 20px;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1250px) {
  .footer__nav ul li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1030px) {
  .footer__nav ul li {
    padding: 0 5px;
  }
}

.footer__nav ul li:nth-child(1) {
  border-left: none;
}

.footer__nav ul li a {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 950px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav__sp {
  display: none;
}

@media screen and (max-width: 950px) {
  .footer__nav__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 55px;
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 950px) {
  .footer__nav__sp__left {
    margin-left: -45px;
    margin-right: 40px;
  }

  .footer__nav__sp__left li {
    text-align: right;
    margin-bottom: 10px;
  }

  .footer__nav__sp__left li a {
    color: #fff;
    font-size: 1.4rem;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

@media screen and (max-width: 950px) {
  .footer__nav__sp__right li {
    text-align: left;
    margin-bottom: 10px;
  }

  .footer__nav__sp__right li a {
    color: #fff;
    font-size: 1.4rem;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

.footer__logo {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 500px) {
  .footer__logo {
    width: 340px;
  }
}

@media screen and (max-width: 350px) {
  .footer__logo {
    width: 295px;
  }
}

.footer__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__logo a img {
  width: 50px;
  height: auto;
}

@media screen and (max-width: 500px) {
  .footer__logo a img {
    width: 40px;
  }
}

@media screen and (max-width: 350px) {
  .footer__logo a img {
    width: 30px;
  }
}

.footer__logo a p {
  font-size: 2.3rem;
  color: #fff;
  margin-left: 10px;
}

@media screen and (max-width: 500px) {
  .footer__logo a p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 350px) {
  .footer__logo a p {
    font-size: 1.8rem;
  }
}

.footer__queenbees {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  margin-right: auto;
  padding-bottom: 3em;
}

.footer__queenbees a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.footer__queenbees a img {
  width: 160px;
  height: auto;
}

@media screen and (max-width: 500px) {
  .footer__queenbees a img {
    width: 140px;
  }
}

@media screen and (max-width: 350px) {
  .footer__queenbees a img {
    width: 120px;
  }
}

.footer__info {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 2px;
}

.footer__tel {
  text-align: center;
  padding-bottom: 35px;
}

.footer__tel a {
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__tel span {
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__tel a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.footer__tel a:nth-child(1) {
  margin-right: 15px;
}

.footer__btm p {
  font-size: 1.2rem;
  color: #555555;
  text-align: center;
  padding: 8px 0;
  background-color: #fff;
}

.ctg__box>article {
  height: 100%;
}

.ctg__box {
  margin-bottom: 30px;
}

.single__cts__box figure {
  margin-bottom: 30px !important;
}

.post-password-form {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 16px;
}

.post-password-form input {
  border: 1px solid;
}

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