@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Antique+B1&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes bgRotate {
  from {
    background-position: center center;
    transform: rotate(0deg);
  }
  to {
    background-position: center center;
    transform: rotate(360deg);
  }
}
@keyframes bg-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px clamp(0px, 2.4875621891vw, 30px);
  box-sizing: border-box;
  gap: 20px;
  z-index: 99;
}
@media screen and (max-width: 860px) {
  header {
    padding: 10px 2.5vw;
  }
}
header .logo {
  width: clamp(0px, 28.1509121061vw, 339.5px);
  flex-shrink: 0;
  max-width: 339.5px;
  width: 25%;
}
@media screen and (max-width: 860px) {
  header .logo {
    width: 50%;
  }
}
header .logo a {
  display: block;
}
header nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1%;
  width: 75%;
  transition: 0.5s;
}
@media screen and (max-width: 860px) {
  header nav {
    position: fixed;
    right: -100vw;
    top: 0;
    display: block;
    width: 70vw;
    max-width: 300px;
    z-index: 9999999;
    height: 100vh;
    overflow: scroll;
    background: url(../image/common/bg.jpg) repeat;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  }
  header nav.is-open {
    right: 0;
  }
}
header nav a {
  display: flex;
  align-items: center;
  font-size: clamp(0px, 1.0779436153vw, 13px);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: clamp(0px, 1.6583747927vw, 20px) clamp(0px, 0.4145936982vw, 5px);
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  header nav a {
/*    padding: clamp(0px, 0.8291873964vw, 10px) clamp(0px, 0.4145936982vw, 5px);*/
	padding: clamp(0px, 2vw, 20px) clamp(0px, 2vw, 10px);
  }
}
@media screen and (max-width: 860px) {
  header nav a {
    font-size: 1.5rem;
    border-bottom: 1px solid #272727;
  }
  header nav a.close {
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3rem;
    font-weight: bold;
    margin-top: -20px;
    margin-right: -10px;
    line-height: 1;
    display: block;
    border: none;
  }
}
header nav a img {
  width: auto;
  height: clamp(0px, 1.6583747927vw, 20px);
  display: block;
  margin-right: clamp(0px, 1.0779436153vw, 13px);
}
@media screen and (max-width: 860px) {
  header nav a img {
    height: 16px;
    margin-right: 10px;
  }
}
header nav a:nth-child(n+8) {
  color: #fff;
  border-radius: 4px;
  padding: clamp(0px, 1.6583747927vw, 20px) clamp(0px, 0.8291873964vw, 10px);
}
@media screen and (max-width: 860px) {
  header nav a:nth-child(n+8) {
    margin-top: 10px;
    padding: 10px;
    border: none;
    justify-content: center;
  }
}
header nav a:nth-child(8) {
  background: #c1af35;
  margin-left: 1%;
}
header nav a:nth-child(9) {
  background: #185f45;
}
header .nav_toggle {
  width: 20px;
  height: 15px;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
  box-sizing: border-box;
  display: block;
  position: relative;
}
header .nav_toggle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #272727;
  width: 100%;
  height: 1px;
}

footer {
  background: #375248;
  color: #fff;
  padding: 65px 0;
}
@media screen and (max-width: 860px) {
  footer {
    padding: 40px 0;
  }
}
footer a {
  color: #fff;
}
footer .logoBox {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1090px) {
  footer .logoBox {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 860px) {
  footer .logoBox {
    flex-direction: column;
    margin-top: 30px;
  }
}
footer .logoBox .logo {
  width: 105px;
  margin-right: 30px;
}
@media screen and (max-width: 860px) {
  footer .logoBox .logo {
    width: 70px;
    margin: 0 auto 20px;
  }
}
footer .logoBox .txt {
  display: block;
  letter-spacing: 0.1em;
  font-family: YakuHanJP, "Shippori Antique B1", sans-serif;
  font-size: 1.3rem;
  line-height: 2.1;
}
footer .logoBox .txt small {
  display: block;
  font-size: 1.3rem;
}
footer .logoBox .txt strong {
  display: block;
  font-size: 2.5rem;
letter-spacing: 2.5px;
}
footer .logoBox .txt ul {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 0.5em;
}
@media screen and (max-width: 860px) {
  footer .logoBox .txt ul {
    justify-content: center;
    margin-top: 15px;
    gap: 16px;
  }
}
footer .logoBox .txt ul li a {
  display: block;
}
footer .logoBox .txt ul li a img {
  height: 22px;
  width: auto;
}
footer .flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1090px) {
  footer .flex {
    flex-direction: column-reverse;
  }
}
footer .flex .linkBox {
  display: flex;
  gap: clamp(0px, 5.8043117745vw, 70px);
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 1090px) {
  footer .flex .linkBox {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0px;
  }
}
@media screen and (max-width: 860px) {
  footer .flex .linkBox {
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
  }
}
footer .flex .linkBox ul {
  display: block;
  flex-shrink: 0;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  footer .flex .linkBox ul {
    width: 100%;
    text-align: center;
  }
  footer .flex .linkBox ul + ul {
    margin-top: 1em;
  }
}
footer .flex .linkBox ul li {
  font-size: 1.3rem;
}
@media screen and (max-width: 860px) {
  footer .flex .linkBox ul li {
    font-size: 1.5rem;
  }
}
footer .flex .linkBox ul li + li {
  margin-top: 2em;
}
@media screen and (max-width: 860px) {
  footer .flex .linkBox ul li + li {
    margin-top: 1em;
  }
}

.copyright {
  padding: 2.5rem 0;
  background: #6e837b;
  color: #fff;
}
.copyright small {
  font-size: 1rem;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 860px) {
  .copyright small {
    font-size: 1rem;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

#page-top {
  background: url(../image/common/bg.jpg) repeat;
}
#page-top #mv {
  position: relative;
  background: url(../image/top/mv.jpg) no-repeat center/cover;
  min-height: 300px;
}
@media screen and (max-width: 860px) {
  #page-top #mv {
    min-height: auto;
  }
}
#page-top #mv h2 {
  width: 95%;
  max-width: 1380px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#page-top #mv h2 .mainttl {
  font-size: clamp(0px, 6.3vw, 87px);
  font-family: YakuHanMP, "Shippori Mincho", serif;
  display: block;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 860px) {
  #page-top #mv h2 .mainttl {
    font-size: 9vw;
  }
}
#page-top #mv h2 .subttl {
  font-size: clamp(0px, 1.6583747927vw, 20px);
  display: block;
  text-align: left;
  letter-spacing: 0.05em;
  margin: clamp(0px, 3.3167495854vw, 40px) 0 clamp(0px, 2.4875621891vw, 30px);
}
@media screen and (max-width: 860px) {
  #page-top #mv h2 .subttl {
    font-size: 1.4rem;
  }
}
#page-top #mv h2 .en_ttl {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: clamp(0px, 0.9950248756vw, 12px);
  display: block;
  letter-spacing: 0.1em;
  line-height: 2.166;
}
@media screen and (max-width: 860px) {
  #page-top #mv h2 .en_ttl {
    font-size: 1.2rem;
  }
}
#page-top #intro {
  padding-top: 55px;
}
@media screen and (max-width: 860px) {
  #page-top #intro {
    padding-top: 30px;
  }
}
#page-top #intro .intro_txt {
  width: 90%;
  max-width: 1445px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 860px) {
  #page-top #intro .intro_txt {
    margin: 0 auto 30px;
  }
}
#page-top #intro .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9.7%;
}
@media screen and (max-width: 860px) {
  #page-top #intro .flex {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
#page-top #intro .flex .img {
  width: 26%;
}
@media screen and (max-width: 860px) {
  #page-top #intro .flex .img {
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
  #page-top #intro .flex .img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center 70%;
       object-position: center 70%;
  }
}
#page-top #intro .flex .txt {
  width: 57%;
}
@media screen and (max-width: 860px) {
  #page-top #intro .flex .txt {
    width: 100%;
  }
}
#page-top #intro .flex .txt p {
  font-size: 1.7rem;
  display: block;
  line-height: 2.823;
}
@media screen and (max-width: 860px) {
  #page-top #intro .flex .txt p {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 20px;
  }
}
#page-top #intro .flex .txt p + p {
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  #page-top #intro .flex .txt p + p {
    margin-top: 30px;
  }
}
#page-top #intro .flex .txt p small {
  display: block;
  font-family: YakuHanJP, "Shippori Antique B1", sans-serif;
  font-size: 2.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 860px) {
  #page-top #intro .flex .txt p small {
    font-size: 1.8rem;
  }
}
#page-top #intro .flex .txt p strong {
  display: block;
  font-family: YakuHanJP, "Shippori Antique B1", sans-serif;
  font-size: 7.1rem;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 860px) {
  #page-top #intro .flex .txt p strong {
    font-size: 3.5rem;
  }
}
#page-top #sliderBox {
  position: relative;
  overflow: hidden;
  margin-top: 130px;
  margin-bottom: 160px;
}
@media screen and (max-width: 860px) {
  #page-top #sliderBox {
    margin: 70px auto;
    margin-top: 60px;
  }
}
#page-top #sliderBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%; /* 画像2枚分 */
  height: 100%;
  background-image: url(../image/top/slider/slider.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: bg-slide 50s linear infinite;
  z-index: 0;
}
#page-top #sliderBox > * {
  position: relative;
  z-index: 1;
}
#page-top #sliderBox .flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
@media screen and (max-width: 860px) {
  #page-top #sliderBox .flex {
    display: block;
  }
}
#page-top #sliderBox h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.8;
  font-family: YakuHanJP, "Shippori Antique B1", sans-serif;
  font-size: clamp(0px, 3.8971807629vw, 47px);
}
@media screen and (max-width: 860px) {
  #page-top #sliderBox h2 {
    margin: 0 auto 20px;
    font-size: 3rem;
  }
}
#page-top #sliderBox h2 span {
  display: block;
  white-space: nowrap;
  letter-spacing: 0.075em;
}
#page-top #sliderBox h2 span + span {
  margin-top: 1.5em;
}
#page-top #sliderBox h2 span .yellow {
  display: inline;
  color: #a59b45;
}
#page-top #sliderBox h2 span .green {
  display: inline;
  color: #185f45;
}
#page-top #sliderBox .en {
  font-size: clamp(0px, 6.3018242123vw, 76px);
  font-family: YakuHanJP, "Averia Serif Libre", serif;
}
@media screen and (max-width: 860px) {
  #page-top #sliderBox .en {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#page-top #sliderBox .en span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  color: #31463e;
}
#page-top #sliderBox .en span:last-child {
  color: #a59b45;
}
@media screen and (max-width: 860px) {
  #page-top #sliderBox .en span {
    margin: 0 auto;
  }
}
#page-top #business .flex {
  gap: 20px;
  align-items: flex-end;
}
@media screen and (max-width: 860px) {
  #page-top #business .flex {
    display: block;
  }
}
#page-top #business .flex p {
  font-size: 1.7rem;
  line-height: 2.529;
}
@media screen and (max-width: 860px) {
  #page-top #business .flex p {
    font-size: 1.5rem;
  }
}
#page-top #business .flex img {
  width: 140px;
  margin-top: -100px;
}
@media screen and (max-width: 860px) {
  #page-top #business .flex img {
    width: 80px;
    margin: 0px 0;
    margin-left: auto;
    display: none;
  }
}
#page-top #products {
  background: #fff;
  margin-top: 126px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  #page-top #products {
    margin-top: 60px;
  }
}
#page-top #products::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 5rem;
  background: url(../image/common/bg.jpg) repeat;
}
@media screen and (max-width: 860px) {
  #page-top #products::before {
    height: 3.5rem;
  }
}
#page-top #products::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 3.5rem;
  background: rgb(24, 95, 69);
}
#page-top #products .ttl .en {
  display: block;
}
#page-top #company {
  background: linear-gradient(0deg, rgb(51, 90, 117) 0%, rgb(24, 95, 69) 100%);
  position: relative;
  z-index: 0;
}
#page-top #company .ttlBox {
  color: #fff;
  padding-top: 190px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 6%;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #page-top #company .ttlBox {
    padding-top: 60px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
#page-top #company .ttlBox .en_txt {
  font-family: YakuHanJP, "Averia Serif Libre", serif;
}
#page-top #company .ttlBox .en_txt strong {
  display: block;
  font-size: clamp(0px, 6.7993366501vw, 82px);
  font-weight: 200;
  line-height: 1;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 860px) {
  #page-top #company .ttlBox .en_txt strong {
    font-size: 4rem;
  }
}
#page-top #company .ttlBox .en_txt strong span {
  font-style: italic;
}
#page-top #company .ttlBox .en_txt p {
  font-size: clamp(0px, 3.8142620232vw, 46px);
  font-weight: 200;
  line-height: 1.7111;
}
@media screen and (max-width: 860px) {
  #page-top #company .ttlBox .en_txt p {
    font-size: 2rem;
  }
}
#page-top #company .ttlBox .ja_txt {
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.8;
  font-family: YakuHanJP, "Shippori Antique B1", sans-serif;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 860px) {
  #page-top #company .ttlBox .ja_txt {
    margin-bottom: 30px;
  }
}
#page-top #company .ttlBox .ja_txt strong {
  font-weight: 400;
  font-size: clamp(0px, 3.5655058043vw, 43px);
  display: block;
  margin-left: 0.25em;
}
@media screen and (max-width: 860px) {
  #page-top #company .ttlBox .ja_txt strong {
    font-size: 3rem;
  }
}
#page-top #company .ttlBox .ja_txt p {
  font-size: clamp(0px, 2.6533996683vw, 32px);
  line-height: 2;
}
@media screen and (max-width: 860px) {
  #page-top #company .ttlBox .ja_txt p {
    font-size: 20px;
  }
}
#page-top #company .flex {
  display: flex;
  margin-top: 160px;
  padding-bottom: 220px;
  position: relative;
}
@media screen and (max-width: 860px) {
  #page-top #company .flex {
    display: block;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
#page-top #company .flex .txt {
  color: #fff;
  width: 60%;
}
@media screen and (max-width: 860px) {
  #page-top #company .flex .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
#page-top #company .flex .txt p {
  font-size: 1.7rem;
  line-height: 2.8;
}
@media screen and (max-width: 860px) {
  #page-top #company .flex .txt p {
    line-height: 2;
    font-size: 1.5rem;
  }
}
#page-top #company .flex .txt .bg_btn {
  background: #fff;
  color: #284028;
  margin-left: 0;
}
#page-top #company .flex .txt .bg_btn::after {
  background: url(../image/common/arrow_green.svg) no-repeat center/contain;
}
@media screen and (max-width: 860px) {
  #page-top #company .flex .txt .bg_btn {
    margin-left: auto;
  }
}
#page-top #company .flex .img {
  width: 32%;
}
#page-top #company .flex .img img {
  border-radius: 3rem;
}
@media screen and (max-width: 860px) {
  #page-top #company .flex .img {
    width: 100%;
    aspect-ratio: 16/14;
  }
  #page-top #company .flex .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    border-radius: 10px;
  }
}
#page-top #company .flex .ill {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 101.5px;
}
@media screen and (max-width: 860px) {
  #page-top #company .flex .ill {
    width: 70px;
  }
}
#page-top #news {
  padding: 230px 0 0;
  max-width: 1100px;
}
@media screen and (max-width: 860px) {
  #page-top #news {
    padding: 60px 0 0;
  }
}
#page-top #news dl a {
  border-top: 1px solid #c7c7c7;
  display: flex;
  align-items: center;
  padding: 5rem 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 860px) {
  #page-top #news dl a {
    display: block;
    padding: 20px 0;
    font-size: 1.5rem;
  }
}
#page-top #news dl a:last-child {
  border-bottom: 1px solid #c7c7c7;
}
#page-top #news dl a::after {
  content: "";
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../image/common/arrow.svg) no-repeat center/contain;
  display: block;
  margin-left: auto;
}
#page-top #news dl a dt {
  font-weight: 600;
}
#page-top #news dl a dd {
  font-weight: 400;
  margin: 0 7.7rem;
}
@media screen and (max-width: 860px) {
  #page-top #news dl a dd {
    margin: 10px 0 0;
  }
}
#page-top #news .link {
  margin-left: auto;
  justify-content: flex-end;
}

#cta {
  background: url(../image/common/cta/bg.jpg) no-repeat center/cover;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  padding-top: 150px;
  overflow: hidden;
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 860px) {
  #cta {
    padding-top: 50px;
    margin-top: 70px;
  }
}
#cta p {
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: YakuHanJP, "Shippori Antique B1", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  #cta p {
    font-size: 2rem;
  }
}
#cta ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 860px) {
  #cta ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 860px) {
  #cta ul li {
    width: 80%;
  }
}
#cta ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  width: 178px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px 15px;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
justify-content: center;
}
@media screen and (max-width: 860px) {
  #cta ul li a {
    width: 100%;
    justify-content: center;
  }
}
#cta ul li a.mail {
  background: #c1af35;
text-align: center;
}
#cta ul li a.tel {
  background: #fff;
  color: #185f45;
}
#cta ul li a img {
  width: 21px;
  margin-right: 10px;
}
#cta ul li a span {
  white-space: nowrap;
}
#cta strong {
  display: block;
  margin-top: 100px;
  position: relative;
  font-family: YakuHanJP, "Averia Serif Libre", serif;
  color: #fff;
  font-size: clamp(0px, 11.1vw, 155px);
  line-height: 1;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin-bottom: -0.2em;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  #cta strong {
    margin-top: 50px;
  }
}
#cta .ill {
  position: absolute;
  width: 12.5%;
  left: 7%;
  bottom: -5%;
}

#pan {
  padding: 25px 25px;
  display: block;
  box-sizing: border-box;
  overflow: scroll;
}
@media screen and (max-width: 860px) {
  #pan {
    padding: 25px 5vw;
  }
}
#pan ul {
  display: flex;
  align-items: center;
  flex-wrap: no-wrap;
}
#pan ul li {
  color: #185f45;
  font-size: 1.2rem;
  white-space: nowrap;
}
#pan ul li + li::before {
  content: "/";
  margin: 0 0.5em;
}
#pan ul li a {
  color: #185f45;
  font-size: 1.2rem;
}

#page-philosophy #introBox {
  background: linear-gradient(0deg, rgb(51, 90, 117) 0%, rgb(24, 95, 69) 100%);
  color: #fff;
  position: relative;
}
#page-philosophy #introBox .cont_size_box {
  position: relative;
  padding: 170px 0;
}
@media screen and (max-width: 860px) {
  #page-philosophy #introBox .cont_size_box {
    padding: 60px 0;
  }
}
#page-philosophy #introBox h3 {
  display: block;
  font-family: YakuHanJP, "Shippori Antique B1", sans-serif;
}
#page-philosophy #introBox h3 small {
  display: block;
  font-size: 2.1rem;
  font-weight: 200;
}
@media screen and (max-width: 860px) {
  #page-philosophy #introBox h3 small {
    font-size: 1.7rem;
  }
}
#page-philosophy #introBox h3 strong {
  font-size: 7.1rem;
  margin-top: 0.4em;
  display: block;
}
@media screen and (max-width: 860px) {
  #page-philosophy #introBox h3 strong {
    font-size: 3.5rem;
  }
}
#page-philosophy #introBox .flexBox {
  margin-top: 110px;
}
@media screen and (max-width: 860px) {
  #page-philosophy #introBox .flexBox {
    margin-top: 50px;
  }
}
#page-philosophy #introBox .flexBox .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #page-philosophy #introBox .flexBox .cont {
    display: block;
  }
}
#page-philosophy #introBox .flexBox .cont + .cont {
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  #page-philosophy #introBox .flexBox .cont + .cont {
    margin-top: 30px;
  }
}
#page-philosophy #introBox .flexBox .cont img {
  width: 49%;
}
@media screen and (max-width: 860px) {
  #page-philosophy #introBox .flexBox .cont img {
    width: 100% !important;
    margin-top: 30px;
  }
}
#page-philosophy #introBox .flexBox .cont p {
  width: 42%;
  line-height: 2.8;
}
@media screen and (max-width: 860px) {
  #page-philosophy #introBox .flexBox .cont p {
    width: 100% !important;
    line-height: 2;
  }
}
#page-philosophy #introBox .flexBox .cont:nth-child(odd) {
  flex-direction: row-reverse;
}
#page-philosophy #introBox .flexBox .cont:nth-child(odd) img {
  width: 31.4%;
}
#page-philosophy #introBox .flexBox .cont:nth-child(odd) p {
  width: 57%;
}
#page-philosophy #introBox .ill {
  position: absolute;
  bottom: -88px;
  left: 0vw;
  width: 9%;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  #page-philosophy #introBox .ill {
    bottom: -40px;
    width: 60px;
  }
}
#page-philosophy #torikumi {
  padding: 180px 0 0;
}
@media screen and (max-width: 860px) {
  #page-philosophy #torikumi {
    padding: 60px 0 0;
  }
}
#page-philosophy #torikumi .inner {
  max-width: 990px;
  margin: 0 auto;
  width: 90%;
}
#page-philosophy #torikumi h2 {
  font-family: YakuHanJP, "Shippori Antique B1", sans-serif;
  font-size: 4.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 860px) {
  #page-philosophy #torikumi h2 {
    font-size: 2.8rem;
  }
}
#page-philosophy #torikumi .torikumi_list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 110px;
}
@media screen and (max-width: 860px) {
  #page-philosophy #torikumi .torikumi_list li {
    margin-top: 50px;
  }
}
#page-philosophy #torikumi .torikumi_list li .num {
  flex-shrink: 0;
  width: 91.5px;
  margin-right: 20px;
}
@media screen and (max-width: 860px) {
  #page-philosophy #torikumi .torikumi_list li .num {
    width: 40px;
  }
}
#page-philosophy #torikumi .torikumi_list li dl dt {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  #page-philosophy #torikumi .torikumi_list li dl dt {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#page-philosophy #torikumi .torikumi_list li dl dt::before {
  content: "";
  width: 77px;
  height: 1px;
  background: #3f3f3f;
  display: block;
  margin-right: 38px;
}
@media screen and (max-width: 860px) {
  #page-philosophy #torikumi .torikumi_list li dl dt::before {
    display: none;
  }
}
#page-philosophy #torikumi .torikumi_list li dl dd {
  padding-left: 115px;
  line-height: 2.5;
}
@media screen and (max-width: 860px) {
  #page-philosophy #torikumi .torikumi_list li dl dd {
    padding: 0;
    margin-top: 10px;
    font-size: 1.5;
  }
}
#page-philosophy #torikumi .slide {
  margin-top: 150px;
}
@media screen and (max-width: 860px) {
  #page-philosophy #torikumi .slide {
    margin-top: 60px;
  }
}

#page-business #introBox {
  background: linear-gradient(0deg, rgb(51, 90, 117) 0%, rgb(24, 95, 69) 100%);
  color: #fff;
  position: relative;
}
#page-business #introBox .cont_size_box {
  position: relative;
  padding: 170px 0;
}
@media screen and (max-width: 860px) {
  #page-business #introBox .cont_size_box {
    padding: 60px 0;
  }
}
#page-business #introBox h3 {
  display: block;
  font-family: YakuHanJP, "Shippori Antique B1", sans-serif;
}
#page-business #introBox h3 small {
  display: block;
  font-size: 2.8rem;
  font-weight: 200;
  font-family: YakuHanJP, "Averia Serif Libre", serif;
  letter-spacing: 0.1em;
  font-weight: 200;
}
@media screen and (max-width: 860px) {
  #page-business #introBox h3 small {
    font-size: 1.7rem;
  }
}
#page-business #introBox h3 strong {
  font-size: 4.3rem;
  margin-top: 0.4em;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 860px) {
  #page-business #introBox h3 strong {
    font-size: 3.5rem;
  }
}
#page-business #introBox .intro_txt {
  line-height: 2.5;
  margin-top: 9.6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 860px) {
  #page-business #introBox .intro_txt {
    margin: 30px auto;
  }
}
#page-business #introBox .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #page-business #introBox .flex {
    display: block;
  }
}
#page-business #introBox .flex li {
  width: 31%;
  color: #272727;
  box-sizing: border-box;
  padding: 40px 24px;
  border-radius: 6px;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  #page-business #introBox .flex li {
    width: 100%;
    padding: 20px;
  }
  #page-business #introBox .flex li + li {
    margin-top: 30px;
  }
}
#page-business #introBox .flex li:nth-child(1) {
  padding-bottom: 0;
}
#page-business #introBox .flex li:nth-child(1) p {
  margin-bottom: 20px;
}
#page-business #introBox .flex li:nth-child(1) img {
  width: calc(100% + 48px);
  max-width: none;
  margin: auto -24px 0;
}
@media screen and (max-width: 860px) {
  #page-business #introBox .flex li:nth-child(1) img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
#page-business #introBox .flex li:nth-child(2) img {
  width: calc(100% + 48px);
  max-width: none;
  margin: 20px -24px;
}
@media screen and (max-width: 860px) {
  #page-business #introBox .flex li:nth-child(2) img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
#page-business #introBox .flex li:nth-child(3) {
  padding-bottom: 0;
}
#page-business #introBox .flex li:nth-child(3) p {
  margin-bottom: 20px;
}
#page-business #introBox .flex li:nth-child(3) img {
  width: calc(100% + 48px);
  max-width: none;
  margin: auto -24px 0;
}
@media screen and (max-width: 860px) {
  #page-business #introBox .flex li:nth-child(3) img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
#page-business #introBox .flex li .flex {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 860px) {
  #page-business #introBox .flex li .flex {
    display: flex;
  }
}
#page-business #introBox .flex li .flex .num {
  font-family: YakuHanJP, "Averia Serif Libre", serif;
  font-size: 10.6rem;
  margin-right: 10px;
  line-height: 1;
}
#page-business #introBox .flex li .flex h4 {
  font-size: 2.4rem;
  line-height: 1.8;
}
#page-business #introBox .flex li p {
  line-height: 2.2;
}
#page-business #introBox .btnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 62px;
}
@media screen and (max-width: 860px) {
  #page-business #introBox .btnBox {
    display: block;
    margin-top: 30px;
  }
}
#page-business #introBox .btnBox .bg_btn {
  color: #185f45;
  background: #fff;
  margin: 0;
  max-width: 283.5px;
  width: 40%;
}
#page-business #introBox .btnBox .bg_btn::after {
  background: url(../image/common/arrow_green.svg) no-repeat center/contain;
}
@media screen and (max-width: 860px) {
  #page-business #introBox .btnBox .bg_btn {
    width: 100%;
    margin: 0 auto;
  }
  #page-business #introBox .btnBox .bg_btn + .bg_btn {
    margin-top: 20px;
  }
}
#page-business #contBox {
  padding-top: 180px;
}
@media screen and (max-width: 860px) {
  #page-business #contBox {
    padding-top: 60px;
  }
}
#page-business #contBox .cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #page-business #contBox .cont {
    display: block;
  }
}
#page-business #contBox .cont + .cont {
  margin-top: 170px;
}
@media screen and (max-width: 860px) {
  #page-business #contBox .cont + .cont {
    margin-top: 50px;
  }
}
#page-business #contBox .cont h3 {
  font-size: 4.3rem;
  font-family: YakuHanJP, "Shippori Antique B1", sans-serif;
  margin-bottom: 70px;
}
@media screen and (max-width: 860px) {
  #page-business #contBox .cont h3 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
#page-business #contBox .cont h3::before {
  content: "";
  height: 1px;
  background: #272727;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -110px;
  margin-right: 30px;
}
#page-business #contBox .cont p {
  line-height: 2.5;
}
@media screen and (max-width: 860px) {
  #page-business #contBox .cont p {
    line-height: 2;
  }
}
#page-business #contBox .cont .bg_btn {
  margin-left: 0;
}
@media screen and (max-width: 860px) {
  #page-business #contBox .cont .bg_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
#page-business #contBox .cont .img {
  width: 38%;
}
@media screen and (max-width: 860px) {
  #page-business #contBox .cont .img {
    width: 100%;
    margin-top: 20px;
  }
}
#page-business #contBox .cont .txt {
  width: 50%;
}
@media screen and (max-width: 860px) {
  #page-business #contBox .cont .txt {
    width: 100%;
  }
}
#page-business #snsBox {
  margin-bottom: 170px;
}
@media screen and (max-width: 860px) {
  #page-business #snsBox {
    margin-bottom: 60px;
    width: 80%;
  }
}
#page-business #snsBox .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 3px solid #272727;
  border-radius: 6px;
  padding: clamp(0px, 2.4875621891vw, 30px) clamp(0px, 1.6583747927vw, 20px);
  box-sizing: border-box;
  margin: 82px auto;
}
@media screen and (max-width: 860px) {
  #page-business #snsBox .nav {
    flex-wrap: wrap;
    margin: 30px auto;
  }
}
#page-business #snsBox .nav li {
  width: 20%;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #page-business #snsBox .nav li {
    width: 50%;
  }
  #page-business #snsBox .nav li:nth-child(n+3) {
    margin-top: 10px;
  }
}
#page-business #snsBox .nav li + li {
  border-left: 3px solid #272727;
}
@media screen and (max-width: 860px) {
  #page-business #snsBox .nav li + li {
    border: none;
  }
}
#page-business #snsBox .nav li:first-child a {
  padding-left: 0;
}
#page-business #snsBox .nav li:last-child a {
  padding-right: 0;
}
#page-business #snsBox .nav li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: YakuHanJP, "Averia Serif Libre", serif;
  font-size: clamp(0px, 1.4096185738vw, 17px);
  font-weight: 200;
  padding: 0 clamp(0px, 1.2437810945vw, 15px);
}
@media screen and (max-width: 860px) {
  #page-business #snsBox .nav li a {
    padding: 0;
    font-size: 1.2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page-business #snsBox .nav li a img {
  width: auto;
  height: clamp(0px, 2.1558872305vw, 26px);
  margin-right: clamp(0px, 1.2437810945vw, 15px);
}
@media screen and (max-width: 860px) {
  #page-business #snsBox .nav li a img {
    height: 24px;
  }
}
#page-business #snsBox .instafeed {
  position: relative;
  border: 3px solid #272727;
  box-sizing: border-box;
  border-radius: 6px;
  aspect-ratio: 4/3;
}
#page-business #snsBox .instafeed .ill1 {
  position: absolute;
  width: 25%;
/*  top: -9%;*/
top:-93px;
  left: -5%;
}
@media screen and (max-width: 860px) {
  #page-business #snsBox .instafeed .ill1 {
    width: 32%;
/*    top: -3%;*/
	top:-36px;
    left: -9%;
  }
}
#page-business #snsBox .instafeed .ill2 {
  position: absolute;
  width: 14.86%;
  bottom: 20px;
  right: -13%;
}
@media screen and (max-width: 860px) {
  #page-business #snsBox .instafeed .ill2 {
    width: 11vw;
    right: -10vw;
  }
}

#page-products #contBox .bgfff {
  background: #fff;
  padding-top: 180px;
  margin-bottom: 180px;
  padding-bottom: 180px;
}
@media screen and (max-width: 860px) {
  #page-products #contBox .bgfff {
    padding-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
#page-products #contBox .cont {
  padding-bottom: 180px;
}
#page-products #contBox .cont:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 860px) {
  #page-products #contBox .cont {
    padding-bottom: 60px;
  }
}
#page-products #contBox .cont .child_ttl {
  margin-bottom: 65px;
}
@media screen and (max-width: 860px) {
  #page-products #contBox .cont .child_ttl {
    margin-bottom: 30px;
  }
}
#page-products #contBox .cont .detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #page-products #contBox .cont .detail {
    display: block;
  }
}
#page-products #contBox .cont .detail .sliderBox {
  width: 60%;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  #page-products #contBox .cont .detail .sliderBox {
    width: 100%;
  }
}
#page-products #contBox .cont .detail .sliderBox .slider li {
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  aspect-ratio: 3/2;
  background: #fff;
  display: block !important;
}
#page-products #contBox .cont .detail .sliderBox .slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-products #contBox .cont .detail .detailBox {
  width: 38%;
  border-top: 3px solid #272727;
  border-bottom: 3px solid #272727;
  box-sizing: border-box;
  overflow: scroll;
  aspect-ratio: 376/394;
}
@media screen and (max-width: 860px) {
  #page-products #contBox .cont .detail .detailBox {
    width: 100%;
    margin-top: 30px;
    aspect-ratio: unset;
    max-height: 400px;
  }
}
#page-products #contBox .cont .detail .detailBox dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
#page-products #contBox .cont .detail .detailBox dl dt {
  font-weight: 700;
  padding: 25px 0;
  width: 30%;
  border-bottom: 1px solid #e2e2e2;
}
#page-products #contBox .cont .detail .detailBox dl dt:last-of-type {
  border-bottom: none;
}
#page-products #contBox .cont .detail .detailBox dl dd {
  width: 70%;
  padding: 25px 0;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.6;
}
#page-products #contBox .cont .detail .detailBox dl dd:last-of-type {
  border-bottom: none;
}
#page-products #contBox .cont .detail .detailBox dl dd small {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 860px) {
  #page-products #contBox .cont .detail .detailBox dl dd {
    font-size: 1.4rem;
  }
}
#page-products #contBox .cont .link_slider {
  margin-top: 10px;
}
#page-products #contBox .cont .link_slider img {
  width: 100%;
  height: auto;
  display: block;
}
#page-products #contBox .cont .link_slider .slick-list {
  margin-right: -5px;
}
#page-products #contBox .cont .link_slider .slick-track {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
#page-products #contBox .cont .link_slider .slick-slide {
  margin-right: 5px;
  cursor: pointer;
  opacity: 0.5;
}
#page-products #contBox .cont .link_slider .slick-current {
  opacity: 1;
}
#page-products #contBox .cont .link_slider.is-left .slick-track {
  justify-content: flex-start;
}
#page-products #contBox .cont .tableBox {
  margin-top: 100px;
}
#page-products #contBox .cont .tableBox h4 {
  font-size: 2.4rem;
  margin-bottom: 25px;
}
#page-products #contBox .cont .tableBox .tablecont table {
  width: 100%;
}
#page-products #contBox .cont .tableBox .tablecont table th, #page-products #contBox .cont .tableBox .tablecont table td {
  border: 1px solid #ccc;
  font-weight: 400;
  padding: 8px;
  box-sizing: border-box;
  font-size: 1.5rem;
}
#page-products #contBox .cont .tableBox .tablecont table tr:first-child th, #page-products #contBox .cont .tableBox .tablecont table tr:first-child td {
  background: #e2e2e2;
}
#page-products #contBox .cont .txtBox {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 860px) {
  #page-products #contBox .cont .txtBox {
    display: block;
  }
}
#page-products #contBox .cont .txtBox ul li {
  list-style: disc;
  margin-left: 1em;
  font-size: 1.7rem;
  line-height: 2.5;
}
@media screen and (max-width: 860px) {
  #page-products #contBox .cont .txtBox ul li {
    font-size: 1.5rem;
  }
}
#page-products #contBox .cont .txtBox p {
  font-size: 1.7rem;
  line-height: 2.5;
  color: #870000;
  margin-left: 2em;
}
@media screen and (max-width: 860px) {
  #page-products #contBox .cont .txtBox p {
    font-size: 1.5rem;
    margin-left: 0;
  }
}

#page-company .child_ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 860px) {
  #page-company .child_ttl {
    margin-bottom: 30px;
  }
}
#page-company article + article {
  margin-top: 180px;
}
@media screen and (max-width: 860px) {
  #page-company article + article {
    margin-top: 60px;
  }
}
#page-company #message .flex {
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  #page-company #message .flex {
    display: block;
  }
}
#page-company #message .flex .txt {
  width: 69%;
}
@media screen and (max-width: 860px) {
  #page-company #message .flex .txt {
    width: 100%;
  }
}
#page-company #message .flex .txt p {
  line-height: 2.5;
}
#page-company #message .flex .img {
  width: 28%;
}
@media screen and (max-width: 860px) {
  #page-company #message .flex .img {
    max-width: 400px;
    width: 70%;
    margin: 20px auto 0;
  }
}
#page-company #message .flex .img p {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 860px) {
  #page-company #message .flex .img p {
    line-height: 2;
  }
}
#page-company #philosophy p {
  line-height: 2.5;
}
@media screen and (max-width: 860px) {
  #page-company #philosophy p {
    line-height: 2;
  }
}
#page-company #philosophy p strong {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: YakuHanJP, "Shippori Antique B1", sans-serif;
  background: linear-gradient(270deg, #59867e 0%, #003a25 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.8rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 860px) {
  #page-company #philosophy p strong {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
#page-company #overview dl, #page-company #history dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px solid #e8e8e8;
  line-height: 2.5;
}
@media screen and (max-width: 860px) {
  #page-company #overview dl, #page-company #history dl {
    display: block;
  }
  #page-company #overview dl dt, #page-company #overview dl dd, #page-company #history dl dt, #page-company #history dl dd {
    width: 100% !important;
    padding: 10px 0 !important;
    line-height: 2;
  }
}
#page-company #overview dl dt, #page-company #history dl dt {
  width: 150px;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 700;
  font-size: 1.4rem;
}
#page-company #overview dl dd, #page-company #history dl dd {
  width: calc(100% - 150px);
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 860px) {
  #page-company #overview dl dd, #page-company #history dl dd {
    font-size: 1.4rem;
  }
}
#page-company #cta {
  margin-top: 170px;
}
@media screen and (max-width: 860px) {
  #page-company #cta {
    margin-top: 60px;
  }
}

#page-contact #contact_detail {
  background: #fff;
}
#page-contact .intro a {
  text-align: center;
  color: #313030;
  border: 1px solid #d4d4d4;
  border-radius: 99999px;
  position: relative;
  max-width: 347px;
  display: block;
  width: 100%;
  font-size: 2.3rem;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 35px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
#page-contact .intro a img {
  width: 2.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
@media screen and (max-width: 860px) {
  #page-contact .intro a {
    font-size: 1.8rem;
    margin: 20px auto 0;
  }
}
#page-contact .formBox {
  margin-top: 70px;
}
@media screen and (max-width: 860px) {
  #page-contact .formBox {
    margin-top: 40px;
  }
}
#page-contact .formBox .form-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 860px) {
  #page-contact .formBox .form-list {
    font-size: 1.5rem;
    display: block;
  }
}
#page-contact .formBox .form-list dt {
  width: 15em;
  flex-shrink: 0;
  margin-top: 20px;
  font-weight: bold;
}
#page-contact .formBox .form-list dt:first-of-type {
  margin-top: 0;
}
#page-contact .formBox .form-list dd {
  width: calc(100% - 15em);
  border: none;
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  #page-contact .formBox .form-list dd {
    width: 100%;
    margin-top: 10px !important;
  }
}
#page-contact .formBox .form-list dd:first-of-type {
  margin-top: 0;
}
#page-contact .formBox .form-list dd input[type=text], #page-contact .formBox .form-list dd input[type=tel], #page-contact .formBox .form-list dd input[type=email] {
  background: #f0f0f0;
  border-radius: 6px;
  border: none;
  width: 100%;
  font-size: 1em;
  padding: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #page-contact .formBox .form-list dd input[type=text], #page-contact .formBox .form-list dd input[type=tel], #page-contact .formBox .form-list dd input[type=email] {
    padding: 15px;
  }
}
#page-contact .formBox .form-list dd textarea {
  background: #f0f0f0;
  border-radius: 6px;
  border: none;
  width: 100%;
  font-size: 1em;
  padding: 25px;
  box-sizing: border-box;
}
#page-contact .formBox button {
  display: block;
  margin: 50px auto 0;
  background: #c1af35;
  color: #fff;
  border: none;
  max-width: 330px;
  width: 90%;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 30px 10px;
  border-radius: 6px;
  box-sizing: border-box;
}

#page-news {
  background: #fff;
}
#page-news .child_mainttl {
  background: url(../image/common/bg.jpg) repeat;
  padding: 0;
}
#page-news .child_mainttl .cont_size_box {
  position: relative;
  padding: 9rem 0;
}
@media screen and (max-width: 860px) {
  #page-news .child_mainttl .cont_size_box {
    padding: 4rem 0;
  }
}
#page-news #news_detail {
  padding-top: 170px;
}
@media screen and (max-width: 860px) {
  #page-news #news_detail {
    padding-top: 60px;
  }
}
#page-news #news_detail .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #page-news #news_detail .flex {
    display: block;
  }
}
#page-news #news_detail .content {
  width: 74%;
}
@media screen and (max-width: 860px) {
  #page-news #news_detail .content {
    width: 100%;
  }
}
#page-news #news_detail .content .thum {
  margin-bottom: 70px;
}
@media screen and (max-width: 860px) {
  #page-news #news_detail .content .thum {
    margin-bottom: 30px;
  }
}
#page-news #news_detail .content .editor p {
  line-height: 2.2;
}
@media screen and (max-width: 860px) {
  #page-news #news_detail .content .editor p {
    line-height: 2;
  }
}
#page-news #news_detail .sidebar {
  width: 22%;
  border: 3px solid #272727;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 27px;
}
@media screen and (max-width: 860px) {
  #page-news #news_detail .sidebar {
    width: 100%;
    padding: 15px;
    margin-top: 50px;
  }
}
#page-news #news_detail .sidebar h3 {
  font-size: 2.1rem;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 860px) {
  #page-news #news_detail .sidebar h3 {
    font-size: 1.8rem;
  }
}
#page-news #news_detail .sidebar a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.7rem;
  line-height: 2.2;
}
@media screen and (max-width: 860px) {
  #page-news #news_detail .sidebar a {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#page-news #news_detail .archive_list {
  display: block;
  border-top: 1px solid #c7c7c7;
}
#page-news #news_detail .archive_list a {
  display: flex;
  border-bottom: 1px solid #c7c7c7;
  font-size: 1.7rem;
  line-height: 2.2;
  align-items: stretch;
}
@media screen and (max-width: 860px) {
  #page-news #news_detail .archive_list a {
    font-size: 1.4rem;
    display: block;
    line-height: 2;
  }
}
#page-news #news_detail .archive_list a::after {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #page-news #news_detail .archive_list a::after {
    display: block;
    text-align: right;
  }
}
#page-news #news_detail .archive_list a dt, #page-news #news_detail .archive_list a dd {
  padding: 25px 0;
  margin-right: clamp(0px, 6.6334991708vw, 80px);
}
@media screen and (max-width: 860px) {
  #page-news #news_detail .archive_list a dt, #page-news #news_detail .archive_list a dd {
    padding: 10px 0;
  }
}
#page-news #news_detail .archive_list a dt {
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #page-news #news_detail .archive_list a dd {
    padding: 0;
  }
}

#page-recruit #recruit_list {
  padding: 170px 0 0;
}
@media screen and (max-width: 860px) {
  #page-recruit #recruit_list {
    padding: 60px 0 0;
  }
}
#page-recruit #recruit_list dl {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 860px) {
  #page-recruit #recruit_list dl {
    display: block;
  }
}
#page-recruit #recruit_list dl dt, #page-recruit #recruit_list dl dd {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #page-recruit #recruit_list dl dt, #page-recruit #recruit_list dl dd {
    width: 100% !important;
    padding: 10px !important;
    line-height: 2 !important;
  }
}
#page-recruit #recruit_list dl dt {
  width: 150px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.5;
  flex-shrink: 0;
  padding-right: 10px;
}
@media screen and (max-width: 860px) {
  #page-recruit #recruit_list dl dt {
    border-bottom: none;
  }
}
#page-recruit #recruit_list dl dd {
  line-height: 2.5;
  font-size: 1.7rem;
  width: calc(100% - 150px);
}
@media screen and (max-width: 860px) {
  #page-recruit #recruit_list dl dd {
    font-size: 1.4rem;
    padding-top: 0 !important;
  }
}
#page-recruit #message {
  padding: 170px 0;
}
@media screen and (max-width: 860px) {
  #page-recruit #message {
    padding: 60px 0;
  }
}
#page-recruit #message .intro_txt {
  display: inline-block;
  background: linear-gradient(270deg, #59867e 0%, #003a25 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: YakuHanJP, "Shippori Antique B1", sans-serif;
  line-height: 1.72;
  margin: 75px 0 80px;
}
@media screen and (max-width: 860px) {
  #page-recruit #message .intro_txt {
    font-size: 2.8rem;
    margin: 30px auto;
  }
}
#page-recruit #message .txt {
  font-size: 1.7rem;
  line-height: 2.5;
}
@media screen and (max-width: 860px) {
  #page-recruit #message .txt {
    line-height: 2;
    font-size: 1.5rem;
  }
}
#page-recruit #message .name {
  margin-top: 90px;
}
@media screen and (max-width: 860px) {
  #page-recruit #message .name {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
#page-recruit #overview {
  padding: 170px 0;
}
@media screen and (max-width: 860px) {
  #page-recruit #overview {
    padding: 60px 0;
  }
}
#page-recruit #overview .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 150px;
  gap: 10%;
}
@media screen and (max-width: 860px) {
  #page-recruit #overview .flex {
    display: block;
    position: relative;
    margin-top: 50px;
  }
}
#page-recruit #overview .flex .num {
  width: 150px;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #page-recruit #overview .flex .num {
    width: 50px;
    position: absolute;
    top: 10px;
    left: 0;
  }
}
@media screen and (max-width: 860px) {
  #page-recruit #overview .flex .txt h4 {
    padding-left: 70px;
    box-sizing: border-box;
  }
}
#page-recruit #overview .flex .txt h4 .ja {
  color: #185f45;
  display: block;
  font-size: 3.3rem;
}
@media screen and (max-width: 860px) {
  #page-recruit #overview .flex .txt h4 .ja {
    font-size: 2.5rem;
  }
}
#page-recruit #overview .flex .txt h4 .en {
  font-family: YakuHanJP, "Averia Serif Libre", serif;
  font-weight: 200;
  font-size: 1.6rem;
}
@media screen and (max-width: 860px) {
  #page-recruit #overview .flex .txt h4 .en {
    font-size: 1.4rem;
  }
}
#page-recruit #overview .flex .txt p {
  font-size: 1.7rem;
  line-height: 2.5;
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  #page-recruit #overview .flex .txt p {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 30px;
  }
}
#page-recruit #overview .flex .img {
  max-width: 421.5px;
  width: 31%;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #page-recruit #overview .flex .img {
    width: 100%;
    margin: 20px auto 0;
  }
}
#page-recruit #overview .flex .img img {
  border-radius: 12px;
}
#page-recruit #overview .subttl {
  margin-top: 100px;
  text-align: left;
  font-size: 2.1rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  #page-recruit #overview .subttl {
    margin-top: 60px;
  }
}
#page-recruit #overview .flex_ul {
  margin-top: 0;
}
#page-recruit #environment .flex {
  align-items: stretch;
  margin-top: 90px;
}
@media screen and (max-width: 860px) {
  #page-recruit #environment .flex {
    display: block;
    margin-top: 50px;
  }
}
#page-recruit #environment .flex .cont {
  width: 48.5%;
  border-radius: 6px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 40px 30px 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #page-recruit #environment .flex .cont {
    width: 100%;
    padding: 30px 20px 40px;
  }
  #page-recruit #environment .flex .cont + .cont {
    margin-top: 30px;
  }
}
#page-recruit #environment .flex .cont img {
  max-width: 175px;
  margin: 0 auto 40px;
  width: 50%;
}
@media screen and (max-width: 860px) {
  #page-recruit #environment .flex .cont img {
    width: 120px;
    margin-bottom: 20px;
  }
}
#page-recruit #environment .flex .cont h4 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  #page-recruit #environment .flex .cont h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#page-recruit #environment .flex .cont p {
  font-size: 1.7rem;
  line-height: 2.2;
}
@media screen and (max-width: 860px) {
  #page-recruit #environment .flex .cont p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#page-recruit #application {
  margin-top: 100px;
}
@media screen and (max-width: 860px) {
  #page-recruit #application {
    margin-top: 50px;
  }
}
#page-recruit #application #application_list {
  display: block;
  border-top: 1px solid #c7c7c7;
  margin-top: 60px;
  margin-bottom: 180px;
}
@media screen and (max-width: 860px) {
  #page-recruit #application #application_list {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
#page-recruit #application #application_list a {
  display: flex;
  border-bottom: 1px solid #c7c7c7;
  font-size: 1.7rem;
  line-height: 2.2;
  align-items: stretch;
}
@media screen and (max-width: 860px) {
  #page-recruit #application #application_list a {
    font-size: 1.4rem;
    display: block;
    line-height: 2;
  }
}
#page-recruit #application #application_list a::after {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #page-recruit #application #application_list a::after {
    display: block;
    text-align: right;
  }
}
#page-recruit #application #application_list a dt, #page-recruit #application #application_list a dd {
  padding: 25px 0;
  margin-right: clamp(0px, 6.6334991708vw, 80px);
}
@media screen and (max-width: 860px) {
  #page-recruit #application #application_list a dt, #page-recruit #application #application_list a dd {
    padding: 10px 0;
  }
}
#page-recruit #application #application_list a dt {
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #page-recruit #application #application_list a dd {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */

#sbi_images {
	padding: 10px !important;
}


html, body, * {
  cursor: default !important;
  caret-color: transparent !important;
}

a, a *, 
button, 
label, 
select, 
.bg_btn, 
.bg_btn::after, 
.nav_toggle, 
.nav_toggle::before,
.slick-prev, 
.slick-next,
.slick-dots li {
  cursor: pointer !important;
}

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]),
textarea,
[contenteditable="true"] {
  cursor: text !important;
  caret-color: auto !important;
}

.link-line {
	font-size: 1.7rem;
    font-weight: 700;
    text-decoration: underline;
}