@charset "utf-8";

/*
Theme Name: twentyfifteen-child
Template: twentyfifteen
*/

/*body Css*/
body {
  margin: 0;
}
a {
  text-decoration: none;
}
.conteBox04 {
  animation: scrollAnime linear;
  animation-timeline: view();
  animation-range: entry;
}
.conteWrap05 {
  animation: scrollAnime linear;
  animation-timeline: view();
  animation-range: entry;
}
.businessConteWrap {
  animation: scrollAnime linear;
  animation-timeline: view();
  animation-range: entry;
}
.businessConte03 {
  animation: scrollAnime linear;
  animation-timeline: view();
  animation-range: entry;
}
@keyframes scrollAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wrapper {
  position: relative;
  width: 100%;
  z-index: 9999;
}
.meter {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  animation: meter linear;
  animation-timeline: scroll();
}
@keyframes meter {
  0% {
    background-color: #016040;
    width: 0;
  }
  100% {
    background-color: #016040;
    width: 100%;
  }
}

/* 追加: ロゴ用のフェード（参照されているので定義） */
@keyframes logo_fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* オープニング */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}
.loading__contents {
  text-align: center;
}
.loading__text {
  font-size: 32px;
  font-weight: 700;
  color: #ffeb02;
}

/*header Css*/
.c-header.c-hamburger-menu {
  display: none;
}

/*conteBox01*/
.txtColor {
  color: #016040;
}

/*conteInsta*/
.conteInsta {
  text-align: center;
  display: flex;
  justify-content: center;
}

.btnLink02 .btnconte {
  color: #333333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  font-family: Noto Serif JP;
  line-height: 28.74px;
}

/* 会社概要 */
.titConteBox {
  padding-bottom: 65px;
  margin: 12px 0 0 70px;
  color: #fff;
  font-size: 40px;
  font-family: Noto serif JP;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.88px;
}

/*header Css*/
.hdConte01 {
  display: flex;
  width: 688px;
  gap: 100px;
}
.logoTitle {
  padding-left: 20px;
}
.logoTitle img {
  width: 292px;
  height: auto;
}
.hdConte01 .txtLink {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  font-family: noto sans jp;
}
.hdConte {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0px;
  background-color: #FFF;
  padding: 54px 0 54px 0;
}
.txtLink {
  position: relative;
  display: inline-block;
}
.txtLink::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #016040;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.txtLink:hover::after {
  transform: scale(1, 1);
}

/*conteWrap*/
.firstImgWrap {
  width: 1440px;
  margin: 0 auto;
}
.titConteFirst {
  padding-top: 120px;
  color: #333333;
  font-size: 26px;
  letter-spacing: 2.24px;
  line-height: 100%;
  font-family: noto serif jP;
  font-weight: 700;
  margin-bottom: 32px;
}

/*conteBox01*/
.conteBox01 {
  text-align: center;
  margin-bottom: 60px;
}
.titConte {
  width: 1120px;
  margin: 0 auto;
  line-height: 100%;
  font-size: 40;
  letter-spacing: 4.48px;
  font-weight: 700;
  font-family: noto serif JP;
  color: #016040;
}
.conteTxt01 {
  font-family: noto sans jp;
  color: #333333;
  font-size: 20;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.24px;
  width: 1400px;
  margin: 50px auto 64px;
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -.2em;
    opacity: 0
  }
  40% {
    opacity: .6
  }
  100% {
    opacity: 1
  }
}
.txtColor {
  color: #016040;
}
.txtConte {
  font-weight: 400;
  color: #333333;
  font-family: Noto Sans JP;
  font-size: 20;
  line-height: 200%;
  letter-spacing: 0.64px;
  margin: 0 0 40px 0;
  text-align: center;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*conteBox02*/
.conteBox02 {
  background-color: #F7F7F7;
  padding: 80px 0 80px 0;
}
.newsWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1440px;
}
.newsBox02 {
  width: 100%;
  margin: 0 0 24 0;
}
.card__time {
  color: #949497;
  text-decoration: none;
}
.card__title {
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  font-family: Noto Sans JP;
}
.card__title a {
  color: #333333;
  font-weight: 500;
  font-family: noto sans jp;
  letter-spacing: 0.64px;
}
.card__title a:hover {
  opacity: 0.7;
}
.card__img-dummy:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
  opacity: 0.5;
}
.newsConte {
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 25px;
  padding-bottom: 25px;
  width: 80%;
}

/*conteBox03*/
.conteBox03 {
  text-align: center;
  padding-top: 120px;
}
.titTxt {
  width: 520px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  font-family: noto serif JP;
  line-height: 100%;
  text-align: center;
  letter-spacing: 2.88px;
  margin-bottom: 40px;
  color: #333333;
}
.subTitTxt {
  margin: 0 auto 10px;
  font-weight: 700;
  font-size: 16px;
  color: #FFB819;
  margin-bottom: 12px;
  text-align: center;
}
.imgWrap01 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  width: 80%;
  margin: 40px auto 120px;
  animation: slideIn 2.2s;
}
.imgTitTxt {
  margin: 56 0 32 0;
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
  font-family: Noto Serif JP;
  color: #016040;
  letter-spacing: 2.28px;
}
.imgBox {
  display: flex;
  flex-direction: column;
  width: 33%;
}
.imgTxt {
  flex-grow: 1;
  text-align: left;
  letter-spacing: 2;
  font-family: Noto sans JP;
  font-size: 20px;
  font-weight: 400;
  color: 333333;
  margin: 0 0 40px 0;
}

/*conteBox04*/
.imgWrap02 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 60px auto 60px;
  max-width: 1440px;
  gap: 50px;
}
.newsMoreBox {
    margin-bottom: 120px;
}
.conteBox04 {
  background-color: #F7F7F7F7;
  padding: 120px 0 80px 0;
  width: 100%;
  margin: 0 auto;
}
.imgBox02 {
  width: 25%;
  text-align: center;
}
.imgBox02 img {
  width: 310px;
}
.imgBox02 img:hover {
  transform: scale(1.1, 1.1);
  transition: transform 0.5s;
}
.imgBox02 {
  /* transition: all 0.3s ease; */
  /* animation: slideIn 2.2s; */
}

/*conteBox07*/
.conteBox07 {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 80px;
  justify-content: center;
}
.btnBox02 a {
  text-align: center;
  width: 100%;
  max-width: 345px;
  background-color: #016040;
  border-radius: 100px;
  padding: 20px 0 20px 0;
  display: block;
  margin: 40px auto 0;
  transition: .5s;
}
.btnconte:hover {
  opacity: 0.7;
}
.btnBox02 .btnconte {
  color: #FFF;
  text-decoration: none;
  font-family: noto sans jp;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
}
.subTitTxt02 {
  font-weight: 700;
  font-size: 16px;
  color: #FFB819;
  margin-bottom: 12px;
  text-align: center;
}
.titTxt01 {
  width: 617px;
  text-align: center;
  color: #333333;
  margin: 0 auto 56px;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.28px;
  font-family: noto serif JP;
}
.titTxt02 {
  color: #333333;
  margin: 0 0 32 0px;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.28px;
  font-family: noto serif JP;
  text-align: center;
}
.conteBox05 {
}

/*conteInsta*/
.instaTxtBox {
  width: 100%;
  max-width: 720px;
}
.conteInsta02 {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 50px;
    margin: 150px 0 150px 0;
}
.conteInsta03 {
    display: none;
}
.imgBox03 img {
    width: 700px;
}
.imgBox03 a {
    transition: 0.5s;
}
.instaTxtBox {
  background-color: #FFB819;
  padding: 52px 0 52px 0;
  border-radius: 0 20px 20px 0;
}
.conteInsta.show {
    margin: 120px 0 120 0;
}
.btnBox03 {
  text-align: center;
  width: 100%;
  max-width: 210px;
  background-color: #ffffff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  align-items: center;
  transition: .5s;
  /* font-weight: 400; */
}
a.btnconte02 {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: .5s;
}
.imgBox03 a:hover {
    opacity: 0.7;
    cursor: pointer;
}
.btnLink02 .btnconte {
  color: #333333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  font-family: Noto Serif JP;
  line-height: 28.74px;
}
.btnLink02 p {
  color: #333333;
  font-family: noto sans jp;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.64px;
  line-height: 100%;
  margin: 20px 0 20px 0;
}

@keyframes scale-up-top {
  0% {
    transform: scale(.5);
    transform-origin: center top
  }
  100% {
    transform: scale(1);
    transform-origin: center top
  }
}

/*btnBox*/
.btnBox a {
  text-align: center;
  width: 100%;
  max-width: 345px;
  background-color: #016040;
  border-radius: 100px;
  padding: 20px 0 20px 0;
  margin: 0px auto 0;
  display: block;
}
.btnBox04 a {
  text-align: center;
  width: 100%;
  max-width: 345px;
  background-color: #016040;
  border-radius: 100px;
  padding: 20px 0 20px 0;
  margin: 0px auto 0;
  display: block;
}
.btnBox .btnconte {
  color: #fff;
  text-decoration: none;
  font-family: noto sans jp;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.64px;
  line-height: 100%;
  margin-bottom: 50px;
  transition: .5s;
}
.btnBox04 .btnconte {
  color: #fff;
  text-decoration: none;
  font-family: noto sans jp;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.64px;
  line-height: 100%;
  margin-bottom: 120px;
  transition: .5s;
}
a.btnconte:hover {
  cursor: pointer;
}
a.btnconte::before {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #016040;
  transform-origin: center;
  transform: scale(1);
  border-radius: 30px;
}
a.btnconte:hover::before {
  transition: all 0.75s ease-in-out;
  transform-origin: center;
  transform: scale(1.75);
  opacity: 0;
}

/*会社概要*/
.aboutConteWrap {
  text-align: center;
}
.aboutConteWrap02 {
  width: 100%;
  max-width: 1440px;
  margin: 50px auto 60px;
}
.aboutConteImg {
  margin-top: 50px;
}
.aboutTit {
  font-size: 36px;
  font-weight: 700;
  font-family: Noto serif JP;
  color: #333333;
  line-height: 150%;
  letter-spacing: 2.88px;
  margin-top: 80px;
  margin-bottom: 48px;
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -.2em;
    opacity: 0
  }
  40% {
    opacity: .6
  }
  100% {
    opacity: 1
  }
}
.aboutTxt {
  font-weight: 400;
  font-family: Noto Sans JP;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 200%;
  color: #333333;
}
.aboutTable {
  display: flex;
  justify-content: center;
}
.aboutTbTxt {
  width: 300px;
  background-color: #F7F7F7;
  margin: 0 0 0 0;
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.64px;
}
.aboutTbTxtTop {
  width: 300px;
  background-color: #F7F7F7;
  margin: 0 0 0 0;
  padding: 15px;
  text-align: left;
  border: 1px solid #E0E0E0;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.64px;
}
.aboutTbTxtLast {
  width: 300px;
  background-color: #F7F7F7;
  margin: 0 0 0 0;
  padding: 15px;
  text-align: left;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.64px;
}
.aboutTbTxt02 {
  width: 500px;
  padding: 15px;
  border-bottom: 1px solid #E0E0E0;
  margin: 0 0 0 0;
  border-collapse: collapse;
  border-right: 1px solid #E0E0E0;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.64px;
}
.aboutTbTxtTop02 {
  width: 500px;
  padding: 15px;
  margin: 0 0 0 0;
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.64px;
}
.aboutTbTxt02Last {
  width: 500px;
  padding: 15px;
  margin: 0 0 0 0;
  border-collapse: collapse;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  color: #333333;
  letter-spacing: 0.64px;
}
.aboutTbTxt02 a {
  color: #333333;
  text-decoration: none;
}
.aboutTbTxt02 a:hover {
  opacity: 0.5;
}

/*Footer*/
.ftConte {
  background: url(img/ft_01.jpg) center center no-repeat;
}
  .txtConte_ft {
    font-weight: 400;
    font-family: Noto Sans JP;
    font-size: 16px;
    letter-spacing: 2.24;
    color: white;
    text-align: center;
    margin: 0 0 32 0;
  }
.ftList {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.ftList .ftTxtBox a {
  color: #fff;
  text-decoration: none;
}
.ftTxt {
  position: relative;
}
.ftTxt::before,
.ftTxt::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  transform-origin: center;
  transform: scaleY(0);
  transition: transform 0.2s ease;
}
.ftTxt::before {
  left: -8px;
}
.ftTxt::after {
  right: -8px;
}
.ftTxt:hover::before,
.ftTxt:hover::after {
  transform: scaleY(0);
}
.ftCopyRightBox .copyRight {
  color: #FFF;
  font-size: 12px;
  line-height: 17.38px;
  font-weight: 400;
  font-family: Noto Sans JP;
  margin: 32px 0 32px 0;
}
.ftLogoBox {
  text-align: center;
  padding: 64px 0 32px 0;
}
.ftLogoBox img {
  width: 230px;
  height: auto;
}
.ftCopyRightBox {
  padding-bottom: 30px;
  text-align: center;
}

/* 会社概要 */
.pankuzuWrap {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1920px;
  width: 100%;
}
.pankuzuConte {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.pankuzuConte a {
  color: #016040;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 0 0.5em;
  font-weight: 700;
}
.pankuzuTxt {
  margin: 0 0.5em;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333333;
}
.hdConteWrap {
  background-color: #016040;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.subTitBox {
  padding-top: 65px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.64px;
  line-height: 100%;
  margin: 0 0 0 70px;
  font-family: Noto Sans JP;
}

/* 採用情報 */
.btnRecBox a {
  text-align: center;
  width: 100%;
  max-width: 345px;
  background-color: #016040;
  border-radius: 100px;
  padding: 20px 0 20px 0;
  margin: 0 auto 150px;
  display: block;
  transition: .5s;
}
.btnRecBox .btnconte {
  color: #fff;
  text-decoration: none;
  font-family: noto sans jp;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.64px;
  line-height: 100%;
}
.titRecBox {
  margin-top: 100px;
}

/* 事業紹介 */
.businessTxt {
  font-weight: 400;
  font-family: Noto Sans JP;
  font-size: 16px;
  letter-spacing: 4;
  line-height: 32px;
  text-align: center;
  animation: scale-up-top 1.4s;
}
.businessTit {
  font-size: 36px;
  font-weight: 700;
  font-family: Noto serif JP;
  text-align: center;
}
.businessTit {
  animation: tracking-in-expand 0.9s linear both;
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -.2em;
    opacity: 0
  }
  40% {
    opacity: .6
  }
  100% {
    opacity: 1
  }
}
.businessConte03 {
  margin-top: 100px;
}
.businessWrap02 {
  background-color: #F7F7F7;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 120px;
  width: 100%;
}
.businessConteWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto 80px;
  gap: 80px;
  padding-right: 80px;
  background-color: #FFF;
}
.businessConteTit {
  font-weight: 700;
  color: #333333;
  font-family: Noto serif JP;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.businessConteTxt {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.businessTit02 {
  text-align: center;
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 5px;
}
.businessDetailWrap {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 120px;
  width: 100%;
  max-width: 1440px;
  margin: 100px auto;
}
.businessDetailTit {
  font-family: Noto Serif JP;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 8;
}

/* レスポンシブcss */
@media screen and (max-width: 1024px) {
  .conteWrap {
    width: 100%;
  }
  .conteInsta03 {
    display: block;
    margin: 80px auto 80px;
    text-align: center;
}

  .imgBox03 {
    margin-bottom: 50px;
}

  .conteInsta02 {
    display: none;
}
  .firstImgWrap {
    width: 100%;
    margin: 0 auto;
  }
  .firstImgWrap img {
    width: 100%;
  }
  .titConte {
    margin: 0 auto;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    font-family: noto serif JP;
    padding-top: 30px;
    width: 100%;
  }
  .titConteFirst {
    padding-top: 20px;
    font-size: 20px;
    letter-spacing: 2.24px;
    line-height: 100%;
    font-family: noto serif JP;
    font-weight: 700;
  }
  .imgWrap02 {
    display: flex;
    gap: 32px;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .imgBox02 {
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin: 30px auto;
  }
  .titTxt {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 23px;
    font-weight: 700;
    font-family: noto serif JP;
    text-align: center;
  }
  .conteBox04 {
    background-color: #F7F7F7F7;
    padding: 30px 0 40px 0;
    width: 100%;
    margin: 0 auto;
  }
  .newsBox {
    width: 100%;
  }
  .newsWrap {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
  .newsConte {
    width: 80%;
    margin: 0 0 0 25px;
    padding-bottom: 5px;
  }
  .imgWrap01 {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
  .conteBox01 {
    text-align: center;
    width: 96%;
    margin: 0 auto 50px;
  }
  .conteBox02 {
    background-color: #F7F7F7;
    padding: 120px 0 120px 0;
    width: 100%;
  }
  .conteBox03 {
    text-align: center;
    padding-top: 60px;
    margin: 0 auto;
    width: 100%;
  }
  .aboutConteWrap02 {
    margin: 0 auto 90px;
  }
  .hdConte01 {
    width: 430px;
    gap: 40px;
  }
  .conteBox07 {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: 60px;
    justify-content: center;
    flex-direction: column;
  }
  .imgBox03 img {
    width: 320px;
  }
  .conteBox08 {
    text-align: center;
    width: 90%;
  }
  p.titTxt01 {
    font-weight: 700;
    font-size: 23px;
  }
  .subTitTxt02 {
    width: 74px;
    font-weight: 700;
    font-size: 16px;
    color: #FFB819;
    margin: 0 auto;
  }
  .subTitTxt {
    width: 100%;
    margin: 0 auto 10px;
    font-weight: 700;
    font-size: 16px;
    color: #FFB819;
    text-align: center;
  }
  .imgBox {
    display: flex;
    flex-direction: column;
    width: 96%;
    margin: 0 auto 50px;
  }
  .titTxt01 {
    width: 100%;
    margin: 0 auto 56px;
    font-size: 36px;
    font-weight: 700;
    font-family: noto serif JP;
  }
  .titTxt02 {
    width: 100%;
    margin: 0 auto 40px;
    font-size: 32px;
    font-weight: 700;
    font-family: noto serif JP;
  }
  .txtConte {
    font-weight: 400;
    font-family: Noto Sans JP;
    font-size: 12px;
    /* line-height: 24px; */
    color: 333333;
  }
  .txtConte_ft {
    font-weight: 400;
    font-family: Noto Sans JP;
    font-size: 12px;
    line-height: 24px;
    color: white;
    text-align: center;
    margin: 0 0 32 0;
  }
  .ftList {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .ftLogoBox {
    text-align: center;
    padding: 30px 0px 20px 0;
  }
  .ftCopyRightBox {
    padding-bottom: 10px;
    margin-top: 30px;
  }
  .hdConte {
    width: 96%;
    max-width: 1440px;
    margin: 18px auto 18px;
  }
  .conteInsta {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 140px;
    flex-direction: column;
  }
  .instaTxtBox {
    background-color: #FFB819;
    border-radius: 0 0 20px 20px;
    width: 300px;
  }
  .imgTitTxt {
    font-size: 18px;
    text-align: center;
  }
  .imgTxt {
    font-size: 16px;
    font-family: Noto serif JP;
    font-weight: 500;
    text-align: center;
    margin: 0 0 24 0;
  }
  .aboutTable {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
    font-size: 12px;
  }
  .aboutTbTxtTop {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    border-bottom: none;
    padding: 6px;
    margin: 0 auto;
    font-weight: bold;
  }
  .aboutTbTxtTop02 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-left: 1px solid #E0E0E0;
    padding: 6px;
  }
  .aboutTbTxt {
    text-align: center;
    width: 90%;
    padding: 6px;
    margin: 0 auto;
    font-weight: bold;
  }
  .aboutTbTxt02 {
    text-align: center;
    width: 90%;
    border-left: 1px solid #E0E0E0;
    padding: 6px;
    margin: 0 auto;
  }
  .aboutTxt {
    font-size: 11px;
    width: 80%;
    margin: 0 auto;
    line-height: 24px;
  }
  .aboutTbTxtLast {
    width: 90%;
    text-align: center;
    padding: 6px;
    margin: 0 auto;
    font-weight: bold;
  }
  .aboutTbTxt02Last {
    width: 90%;
    text-align: center;
    border-left: 1px solid #E0E0E0;
    padding: 6px;
    margin: 0 auto;
  }
  .aboutConteImg img {
    width: 95%;
  }
  .businessConteWrap {
    flex-direction: column;
    padding: 80px 0 80px 0;
    margin: 50px auto;
    text-align: center;
    width: 80%;
  }
  .businessConteTit {
    width: 100%;
  }
  .businessConteTxt {
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    font-family: Noto sans JP;
    line-height: 24px;
    font-weight: 400;
    color: 333333;
  }
  .businessDetailWrap {
    flex-direction: column;
  }
  .businessWrap02 {
    padding-top: 10px;
  }
  .businessTxt {
    width: 80%;
    margin: 0 auto;
  }
  .logoTitle img {
    width: 180px;
  }
  .c-hamburger-menu {
    position: relative;
  }
  .aboutTit {
    font-size: 18px;
  }
  .aboutConteImg {
    margin: 20px 0 30px 0;
  }
  .card__img-dummy {
    display: none;
  }
}
.businessConteTit {
  font-size: 36px;
}
.subTit {
  font-size: 28px;
  font-family: noto serif jp;
  font-weight: 700;
  color: #016040;
  margin-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 2.88px;
  line-height: 100%;
}
.businessTit02 {
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.c-header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.5rem;
  width: 100%;
}
.c-header__logo {
  color: #333333;
  min-width: 80px;
  text-decoration: none;
}
.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}
.c-header__list-item {
  list-style: none;
  text-decoration: none;
}
.c-header__list-link {
  color: #333333;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  padding: 10px 0px;
}
.c-header__list-link:hover {
  filter: opacity(0.6);
}
.c-hamburger-menu {
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    align-items: flex-start;
    left: 0;
    padding: 1.5rem;
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s;
    top: 100%;
    width: 100%;
  }
 .titConteFirst {
    padding-top: 20px;
    font-size: 14px;
    letter-spacing: 2.24px;
    line-height: 100%;
    font-family: noto serif JP;
    font-weight: 700;
    margin: 24 0 12 0;
  }
  .conteTxt01 {
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  margin: 0 auto 20px;
  width: 332px;
  text-align: center;
  }
  .btnBox .btnconte {
  color: #FFF;
  text-decoration: none;
  font-family: noto sans jp;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  margin: 0 0 0 0;
  }
  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
    background-color: #e3fff5;
    z-index: 99999;
  }
  .c-header__list.c-hamburger-menu__list {
    display: block;
  }
   .titTxt02 {
    font-size: 22px;
    margin: 12 0 20 0;
  }
    .titConte {
    padding-top: 0px;
    font-size: 16px;
    letter-spacing: 2.24px;
    line-height: 100%;
    margin: 16 0 20 0;
  }
  .imgBox {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto 32px;
  }
  .txtconte2 {
    font-weight: 500;
    font-family: Noto Serif JP;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
  }
  .conteBox07 {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    justify-content: center;
    flex-direction: column;
  }
  p.titTxt01 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 32 0;
  }
 .imgTitTxt {
    font-size: 18px;
    text-align: center;
    line-height: 150%;
    margin: 32 0 20 0;
  }
  .titTxt {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 22px;
    font-weight: 700;
    font-family: noto serif JP;
    text-align: center;
  }
  .txtConte_ft {
    font-weight: 400;
    font-family: Noto Sans JP;
    font-size: 12px;
    line-height: 24px;
    color: white;
    text-align: center;
    margin: 0 0 32 0;
  }
.btnBox02 .btnconte {
  color: #FFF;
  text-decoration: none;
  font-family: noto sans jp;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
}
.conteInsta.show {
    margin: 0 0 56 0;
}
  .businessWrap02 {
    padding-bottom: 16px;
  }
}
.c-hamburger-menu__input {
  display: none;
}
.c-hamburger-menu__bg {
  background-color: #333333;
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}
.c-hamburger-menu__button {
  display: none;
}

  .imgBox02 {
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin: 10px auto;
  }

@media screen and (max-width: 750px) {
  .c-header.c-hamburger-menu {
    display: flex;
  }
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
      height: 32px;
      justify-content: center;
    width: 32px;
    }
  .c-hamburger-menu__button-mark {
    background-color: #333333;
      display: block;
    height: 1px;
      transition: 0.3s;
      width: 20px;
    }
  .gallery-card {
      width: 270px;
      margin:  auto;
  }
}
@media screen and (max-width: 750px) {
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
      transform-origin: 0%;
    }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg);
      transform-origin: 0%;
    }
  .hdConte {
    display: none;
  }
  .c-header__logo img {
    width: 170px;
  }
  .businessDetailWrap {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
    gap: 30px;
    margin-top: 40px;
  }
  .btnRecBox {
    max-width: 300px;
    margin: 0 auto 50px;
  }
  .aboutConteWrap02 {
    margin-bottom: 46px;
  }
  .titRecBox {
    margin-top: 30px;
  }
  .ftLogoBox img {
    width: 150px;
  }
  .ftTxtBox a {
    font-size: 11px;
  }
  .newsConte a {
    font-size: 12px;
  }
  .newsConte h4 {
    font-size: 13px;
  }
  .conteBox06 {
    width: 100%;
    max-width: 310px;
    text-align: center;
  }
  .conteBox05 {
    margin-bottom: 72px;
  }
  .imgTxt {
    font-size: 12px;
    font-family: Noto sans JP;
    font-weight: 400;
    text-align: center;
    margin: 0 0 24 0;
    line-height: 180%;
  }
 .conteBox02 {
    padding: 46 0 46 0;
  }
  .txtconte1 {
    font-weight: 500;
    font-family: Noto Sans JP;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    margin: 0 12 24 12;
    color: white;
  }
.btnLink02 p {
  color: #333333;
  font-family: noto sans jp;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  line-height: 100%;
  margin: 20px 0 20px 0;
}
  .instaTxtBox {
    background-color: #FFB819;
    border-radius: 0 0 20px 20px;
    width: 320px;
    padding: 56 0 56 0;
  }
  .aboutTit {
    font-size: 18px;
    margin: 40px 0 20px 0;
  }
.subTit {
  font-size: 20px;
  font-family: noto serif jp;
  font-weight: 700;
  color: #016040;
  letter-spacing: 2.88px;
  line-height: 150%;
  margin: 12 24 12 24;
}
.btnBox04 .btnconte {
  color: #fff;
  text-decoration: none;
  font-family: noto sans jp;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 100%;
  margin-bottom: 56px;
  width: 210px;
}
  .txtConte {
    font-weight: 400;
    font-family: Noto Sans JP;
    font-size: 12px;
    color: 333333;
    margin: 0 0 20 0;
  }
  .c-header__list-item a {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
  }
  .c-header__list-item {
    line-height: 35px;
    text-align: center;
    border-bottom: solid 1px #01604066;
    padding: 5px 0 5px 0;
  }
  .card__title {
    line-height: 10px;
  }
  .businessTit {
    font-size: 18px;
  }
  .businessTxt {
    font-size: 12px;
    line-height: 20px;
  }
  .businessDetailTit {
    font-size: 17px;
  }
  .businessDetailTxt {
    font-size: 13px;
  }
  .imgBox02 img {
    width: 220px;
  }
  .conteBox06 img {
    width: 80%;
    max-width: 700px;
  }
  .titConteBox {
    padding: 0 0 20px 0;
    margin: 6px 0 0 20px;
    font-size: 20px;
  }
  .subTitBox {
    padding: 20px 0 0 0;
    margin: 0 0 0 20px;
    font-size: 11px;
  }
  .businessConte img {
    width: 100%;
    max-width: 250px;
  }
  .mailConteWrap {
    text-align: center;
    margin-top: 25px;
  }
  .maileBox {
    padding: 15px;
    background-color: #016040;
  }
  .maileConte {
    color: #FFF;
    font-weight: bold;
  }
  .txtLink::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff00;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  .txtLink:hover::after {
    transform: scale(1, 1);
  }
  .businessTit02 {
    font-size: 16px;
  }
  .businessConteTit {
    font-size: 16px;
    color: 333333;
  }
  .businessConteWrap {
    gap: 20px;
  }
  .pankuzuTxt {
    margin: 0 0.2em;
    font-size: 11px;
  }
  .pankuzuConte a {
    color: #016040;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.1em;
    margin: 0 0.5em;
    font-weight: 700;
  }
  .pankuzuWrap {
    margin: 0 auto;
    padding: 18px 0;
    width: 100%;
  }
  .imgWrap02 {
    margin: 20px auto 28px;
    width: 250px;
  }
  .btnBox {
    width: 210px;
    margin: 0 auto;
  }
  .btnBox02 {
    width: 210px;
    margin: 0 auto;
  }
  .loading__contents img {
    width: 200px;
  }
}
/* お知らせ一覧ページ */
.newsListWrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.newsItem {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 30px;
  padding: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.newsItem:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.newsItem:last-child {
  margin-bottom: 0;
}
.newsDate {
  margin-bottom: 15px;
}
.newsTime {
  color: #016040;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  background: #FFB819;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
  letter-spacing: 0.5px;
}
.newsTitleBox {
  width: 100%;
}
.newsTitle {
  font-size: 24px;
  margin: 0 0 15px;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.newsLink {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
.newsLink::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background: #016040;
  transition: width 0.3s ease;
}
.newsLink:hover {
  color: #016040;
}
.newsLink:hover::after {
  width: 100%;
}
.newsExcerpt {
  color: #666;
  font-size: 16px;
  line-height: 200%;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.64px;
  font-weight: 400;
}
.noNews {
  text-align: center;
  color: #666;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  padding: 80px 0;
  letter-spacing: 1px;
}

.gallery-thumb {
    transition: .5s;
}

.gallery-thumb:hover {
    opacity:0.7;
}

/* ページネーション */
.pagination {
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 15px 25px;
  margin: 0 8px;
  border: 2px solid #016040;
  color: #016040;
  text-decoration: none;
  border-radius: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  background: #fff;
}
.pagination a:hover {
  background: #016040;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(1, 96, 64, 0.3);
}
.pagination .current {
  background: #016040;
  color: #fff;
  box-shadow: 0 4px 15px rgba(1, 96, 64, 0.2);
}
.pagination .prev,
.pagination .next {
  background: #FFB819;
  border-color: #FFB819;
  color: #333;
}
.pagination .prev:hover,
.pagination .next:hover {
  background: #016040;
  border-color: #016040;
  color: #fff;
}

/* 記事詳細ページ */
.newsDetailWrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.newsDetailConte {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  padding: 80px 60px;
  margin: 0 auto;
  max-width: 1000px;
}
.newsDetailHeader {
  border-bottom: 3px solid #016040;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.newsDetailDate {
  color: #016040;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  background: #FFB819;
  padding: 10px 20px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
.newsDetailTitle {
  font-size: 36px;
  color: #333333;
  margin: 0;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.newsDetailContent {
  line-height: 200%;
  color: #333333;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.64px;
  margin-bottom: 50px;
  text-align: center;
}
.newsDetailContent h2,
.newsDetailContent h3,
.newsDetailContent h4 {
  color: #016040;
  margin-top: 50px;
  margin-bottom: 25px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
  padding-left: 20px;
}
.newsDetailContent h2::before,
.newsDetailContent h3::before,
.newsDetailContent h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 80%;
  background: #FFB819;
  border-radius: 3px;
}
.newsDetailContent h2 {
  font-size: 28px;
}
.newsDetailContent h3 {
  font-size: 24px;
}
.newsDetailContent h4 {
  font-size: 20px;
}
.newsDetailContent p {
  margin-bottom: 25px;
  text-indent: 1em;
}
.newsDetailTags {
  border-top: 2px solid #F7F7F7;
  padding-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.tagLabel {
  font-weight: 700;
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.tag {
  background: #FFB819;
  color: #016040;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  margin: 0 5px 10px;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.tag:hover {
  background: #016040;
  color: #fff;
  transform: translateY(-2px);
}
.newsDetailNav {
  text-align: center;
  border-top: 2px solid #F7F7F7;
  padding-top: 40px;
}
.backToList {
  display: inline-block;
  background: #016040;
  color: #fff;
  padding: 20px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-family: Noto sans JP;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: .5s;
}
.backToList:hover {
    opacity: 0.7;
}
.backToList::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.backToList:hover::before {
  left: 100%;
}
.backToList:hover {
  /* background: #014530; */
  /* transform: translateY(-3px); */
  /* box-shadow: 0 8px 25px rgba(1, 96, 64, 0.3); */
}

/* お知らせページ レスポンシブ対応 */
@media screen and (max-width: 768px) {

  .newsItem {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .newsTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .newsExcerpt {
    font-size: 14px;
  }
  .pagination a,
  .pagination span {
    padding: 10px 15px;
    margin: 0 3px;
    font-size: 12px;
  }
  .newsDetailWrap {
    padding: 60px 15px;
    width: 100%;
    max-width: 335px;
  }
  .newsDetailConte {
    padding: 40px 20px;
  }
  figure.wp-block-image.size-full img {
    width: 100%;
    height: auto;
  }
  .newsDetailTitle {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .newsDetailContent {
    font-size: 16px;
  }
  .newsDetailContent h2 {
    font-size: 22px;
  }
  .newsDetailContent h3 {
    font-size: 20px;
  }
  .newsDetailContent h4 {
    font-size: 18px;
  }
  .backToList {
  padding: 16px 30px;
  font-size: 16px;
  color: FFFFFF;
  /* text-decoration: none; */
  font-family: noto sans jp;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  }
}
.newsLink:hover {
  opacity: 0.7;
}

/* デフォルトではアニメーションを停止（不安定環境の保険） */
.meter,
.conteBox01, .conteBox02, .conteBox03, .conteBox04,
.conteWrap05, .conteInsta, .businessConteWrap, .businessConte03,
.newsItem, .newsDetailConte {
  animation: none !important;
  will-change: opacity;
  backface-visibility: hidden;
  contain: layout paint;
}

/* 動きが苦手な環境では強制停止（アクセシビリティ＆安定性） */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
