@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #1B1B1B;
  line-height: 2em;
}
body.menu-open, html.menu-open {
  overflow: hidden;
  height: 100vh;
}

* {
  box-sizing: border-box;
}

/* スマートフォンの場合 */
@media (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto; /* クリック可能にする */
  }
}
/* その他のデバイス（PCなど） */
@media (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none; /* クリック不可にする */
  }
  footer a[href^="tel:"], #cta a[href^="tel:"] {
    color: #fff !important;
  }
	#privacy a[href^="tel:"]{
    color: #1B1B1B;
  }
}
/*アイコン自動表示*/
a[href="#"] {
  cursor: default;
  text-decoration: none;
}
a[href*=".pdf"]::before {
  font-family: "Font Awesome 7 Pro";
  content: "\f1c1";
  margin: 0 0 0 0;
  padding-right: 0.5em;
  font-weight: lighter;
  color: #d32f2f !important;
}
a[href*=".pdf"]:has(img)::before {
  content: none;
  display: none;
}
.fa-file-pdf {
  padding-right: 0.5em;
  font-weight: lighter;
  color: #d32f2f !important;
}
a[href*=".xlsx"]::before, a[href*=".xls"]::before {
  font-family: "Font Awesome 7 pro";
  content: "\f1c3";
  margin: 0 0 0 0;
  padding-right: 0.5em;
  font-weight: 600;
  color: #3b7960 !important;
}
a[href*=".docx"]::before, a[href*=".doc"]::before {
  font-family: "Font Awesome 7 pro";
  content: "\f1c2";
  margin: 0 0 0 0;
  padding-right: 0.5em;
  font-weight: 600;
  color: #3e62ad !important;
}
a {
  color: #333;
}
a:hover {
  color: #388d78;
}
#under main a {
  color: #388d78;
}
img {
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
section {
  padding-bottom: 100px;
}
section:not(:first-of-type) {
  padding-top: 100px;
}
.icon-phone {
  width: 16px;
  height: 16px;
  margin-right: 0.25em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='rgb(56,141,120)' fill-rule='evenodd' d='M14.667,15.803...Z'/></svg>");
  background-size: contain;
  display: inline-block;
}
.icon-phone-w {
  width: 0.65em;
  height: 0.65em;
  margin-right: 0.25em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='rgb(255,255,255)' fill-rule='evenodd' d='M14.667,15.803...Z'/></svg>");
  background-size: contain;
  display: inline-block;
}
.indent {
  list-style: none;
  margin: 0;
  padding: 0;
}
.indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.skill {
  font-size: 0.8rem;
  margin-left: 1em;
}
.skill li {
  line-height: 1.8em;
}
.fa-house{
	margin-right: 0.3em;
}
header {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
header .container {
  padding: 1em 0;
}
header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
h1, h2, h3, h4, h5, h6, #maincatch {
  font-family: "Noto Serif JP", serif;
	letter-spacing: 1px;
}
.bg_beige {
  background-color: #f6f4e9;
}
body:not(#home) .bg_beige {
  padding: 100px 0;
}

.bg_white_round {
  background-color: #fff;
  border-radius: 8px;
  padding: 0 4em 60px;
}
.description {
  margin: 50px auto;
}
.menu-container {
  margin: 0;
font-family: "Noto Serif JP", serif;

}
.menu-mobile {
  display: flex;
  justify-content: flex-end;
  align-items: center; /* 追加 */
  /*  padding: 20px;*/
}
.menu-mobile:after {
  content: "\f0c9";
  font-family: "Font Awesome 7 pro";
  font-size: 2.5rem;
  padding: 0;
  /* float: right; 削除 */
  transition: .3s;
  display: none;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
}
.menu > ul:before, .menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  padding: 0;
  margin: 0;
}
.menu > ul > li:last-of-type {
  margin-left: 1em;
}
.menu > ul > li > a {
  text-decoration: none;
  padding: 0.25em 1em;
  display: block;
	font-weight: 600;
	text-shadow: 1px 1px 2px white, -1px -1px 2px white, 1px -1px 2px white, -1px 1px 2px white;
}
.menu > ul > li:hover {
  background: #f0f0f0;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 20%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li > a {
  color: #333;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > a:hover {
	color: #388d78;
}
.menu > ul > li:last-of-type {
  background-color: #388d78;
}
.menu > ul > li:last-of-type > a {
  color: #fff;
  text-shadow: none;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 0.5em 0;
}
.submenu-toggle {
  display: none;
  font-size: 1.5em;
  margin-left: 10px;
  cursor: pointer;
  color: #333;
}
@media screen and (max-width: 943px) {
  .submenu-toggle {
    display: block;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.6em 1em !important;
    background-color: #fff;
    height: 65px;
    width: 65px;
  }
}
#maincatch {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
}
#maincatch strong {
  display: block;
  font-size: 3rem;
}
/*swiper*/
/* ズームアニメーション */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#cta {
  display: flex;
  background-color: #388d78;
}
#cta > div {
  flex: 1;
}
#cta > div.contact, #cta > div.contact a {
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  justify-content: center;
}
#cta > div.contact a[href^="tel:"] {
  font-size: 3.5rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 2px;
  display: flex;
  flex-direction: row;
}
#cta > div.contact a[href^="tel:"]:hover {
  text-decoration: none;
  color: #dad6bb;
}
#cta .arrowlink {
  color: #fff;
  font-size: 2.4rem;
}
#cta .arrowlink a {
  padding-right: 5rem;
}
#cta .arrowlink a::before {
  width: 3rem;
  height: 3rem;
  border: 0.5px solid #fff;
}
#cta .arrowlink a::after {
  content: "\f061";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  pointer-events: none;
  font-weight: 100;
}
#cta .arrowlink span {
  border-bottom: 1px solid #fff !important;
  display: flex;
  padding-bottom: 0.6em;
  transition: .3s;
}
#cta .arrowlink a:hover::before {
  border: 0.5px solid #dad6bb;
}
#cta .arrowlink a:hover::after{
  color: #dad6bb;	
}
#cta .arrowlink a:hover, #cta .arrowlink span:hover {
  border-color: #dad6bb !important;
  color: #dad6bb;
}
#cta > div.contact p {
  margin-top: 1em;
  text-align: center;
}
#tellist {
  padding: 100px 0;
  background-color: #f6f4e9;
}
#tellist h3 {
  text-align: center;
  margin-bottom: 1em;
}
#tellist a{
	color: #388d78;
}


.blockTable {
  width: 100%;
}
.blockTable th, .blockTable td {
  padding: 1em;
  border-bottom: solid 1px #dad6bb;
}
.blockTable tr:first-of-type th, .blockTable tr:first-of-type td {
  border-top: solid 1px #dad6bb;
}
.blockTable a[href^="tel:"] {
  font-size: 1.2em;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 3px;
  color: #388d78;
}
.blockTable [href^="tel:"]:hover {
  text-decoration: none;
  color: #333;
}
.basicTable {
  width: 100%;
}
.basicTable th, .basicTable td {
  padding: 1em;
  border-bottom: solid 1px #dad6bb;
}
.basicTable tr:first-of-type th, .basicTable tr:first-of-type td {
  border-top: solid 1px #dad6bb;
}
footer {
  background-color: #49433b;
  color: #fff;
  font-size: 0.9rem;
  padding: 50px 0 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
footer a {
  color: #fff;
}
footer .logo a {
  background-color: #fff;
  padding: 10px;
  display: block;
}
footer .logo img {
  max-width: 230px;
}
footer #sitemap {
  display: flex;
  justify-content: space-between;
}
footer #sitemap dl {
  margin-right: 2em;
}
#sitemap dt {
  color: #b8a55d;
}
#sitemap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#sitemap ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#sitemap ul li::before {
  content: "- ";
  padding-right: 0.3em;
  color: #b8a55d;
}
#sitemap ul li a:hover {
  color: #b8a55d;
}
footer .copyright {
  text-align: center;
  font-size: 0.8rem;
	margin: 0;
  padding:3em 0 1em;
	letter-spacing: 1px;
}
#slidArea {
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
  position: relative;
	max-height: 95vh;
}
#maincatch {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 0em 6% 0 3%;
  letter-spacing: 3px;
}
#maincatch strong {
  display: block;
  font-size: 3rem;
  padding-left: 0.5em;
  letter-spacing: 5px;
}
#maincatch span {
  display: block;
  padding-top: 4em;
  font-size: 2rem;
  padding-left: 0.5em;
  font-weight: 600;
}
.out-swiper {
  position: relative; /* ここ大事 */
  overflow: hidden;
  flex: 1 1 auto;
  padding-bottom: 50px;
}
.swiper-image, .swiper-image .swiper-wrapper, .swiper-image .swiper-slide {
  height: 100%;
}
.out-swiper .swiper {
  position: relative; /* ← absoluteをやめる */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/*.out-swiper {
  position: relative;
  height: 100%;
  flex: 1 1 auto;
	overflow: hidden;
}

.out-swiper .swiper {
  position: absolute;
  left: 250px;
  top: 0;
  height: 100%;
  width: calc(100% - 250px);
}*/
.swiper-image {
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 8px 0;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 親の範囲内で拡大縮小 */
  transition: transform 7s linear;
  transform: scale(1);
  border-radius: 0;
}
.pagination-image .swiper .swiper-slide {
  margin: 0 !important;
  padding: 0 !important;
}
.pagination-image .swiper-pagination-bullet {
  width: 2.5rem;
  height: 3px;
  margin: 0 0 0 1.5rem !important;
  background-color: #6aa999;
  border-radius: 0;
}
.swiper-pagination {
  width: initial !important;
  margin-top: 0;
  padding-top: 0;
}
.pagination-image {
  position: absolute !important;
  left: 2% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  display: flex;
  gap: 6px;
  z-index: 10;
}
.slide-pagination-wrapper {
  position: absolute;
  bottom: 0px !important;
  left: 85% !important;
  display: flex;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: auto;
}
.swiper-pagination-bullets {
  display: flex;
  align-items: center;
}
.swiper-button-prev, .swiper-button-next {
  position: static;
  margin-top: initial;
  font-family: "Font Awesome 7 pro";
  content: "\f0a9";
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev i, .swiper-button-next i {
  font-size: 2em;
}
.swiper-button-prev i {
  margin-right: 1em;
}
.swiper-button-next i {
  margin-left: 1em;
}
/* ズームアニメーション */
.swiper-slide-active .swiper-img img, .swiper-slide-duplicate-active .swiper-img img, .swiper-slide-prev .swiper-img img {
  transform: scale(1.1);
}
.swiper.swiper-card img {
  border-radius: 8px;
}
/*swiperここまで*/
/*slick-slide*/
.slider-container > ul {
  padding: 0;
  margin: 0;
}
.slick-slide {
  margin: 20px;
}
.slider-container a{
	text-decoration: none;
}

.slick-slide a:hover img {
  opacity: 0.6;
  transition: opacity 0.3s;
}
.slick-slide img {
  border-radius: 8px;
}
.arrow-dots-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
}
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  width: inherit;
  position: relative;
  bottom: 0;
  top: -0.1em;
  align-items: center;
}
.slick-dots li {
  list-style: none;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li button {
  background-color: #333;
  color: transparent;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  line-height: 0;
  font-size: 0;
  display: block;
}
.slick-dots li button:before {
  font-size: 0;
}
/* アクティブなドットの色 */
.slick-dots li.slick-active button {
  background-color: #388d78; /* アクティブなドットの色 */
}
/* 矢印のスタイル */
.slide-arrow {
  top: 50%; /* 垂直方向に中央揃え */
  transform: translateY(-50%);
  color: #333;
  padding: 10px;
  cursor: pointer;
  z-index: 20; /* ドットより上に表示 */
  font-size: 2rem;
}
/* 左矢印 */
.prev-arrow {
  left: 0px;
}
/* 右矢印 */
.next-arrow {
  right: 0px;
}
.slick-list  dt{
	font-weight: normal;
	margin: 0.5em 0.5em 0;
	font-size: 0.9em;
}
.slick-list  dd{
	margin: 0 0.5em;
}

/*slick-slideここまで*/
.circlelink {
  display: inline-block;
  position: relative;
  line-height: 3.5rem;
  margin-top: 3em;
}
.circlelink a {
  font-size: 1.25rem;
  gap: 0.75rem;
  color: #388d78;
}
.circlelink a:hover {
  text-decoration: none;
}
.circlelink a::before {
  background-color: transparent;
  border: solid 0.5px #388d78;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50vh;
  content: "";
  transition: background-color 0.3s;
  position: absolute;
  right: -5rem;
}
.circlelink a::after {
  color: #388d78;
  height: 1rem;
  font-family: "Font Awesome 7 pro";
  content: "\f061";
  position: absolute;
  right: -3.5rem;
  width: 1rem;
}
.circlelink span::after {
  position: absolute;
  left: 0;
  content: '';
  width: calc(100% + 4.5rem);
  height: 1px;
  background: #388d78;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  padding-right: 4rem;
}
.circlelink span:hover::after {
  transform: scale(1, 1);
}
.arrowlink {
  font-weight: 500;
  font-size: 1.5em;
  margin-top: 30px;
}
.arrowlink:not(:first-of-type) {
  margin-top: 20px;
}
.arrowlink a {
  display: block;
  position: relative;
  padding-right: 3rem;
  min-height: 2rem;
	color: #388d78;

}
/* 円 */
.arrowlink a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border: 0.5px solid #388d78;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
/* 矢印 */
.arrowlink a::after {
  content: "\f061";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  top: 50%;
  right: 0.7em;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #388d78;
  font-size: 1rem;
  pointer-events: none;
}
.arrowlink a:hover {
  text-decoration: none;
  color: #388d78;
}
.arrowlink a:hover::before {
  background-color: #388d78;
}
.arrowlink a:hover::after {
  color: #fff;
}
.arrowlink span {
  position: relative;
}
.arrowlink span::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #388d78;
  bottom: -0.5em;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  padding-right: 4rem;
  font-weight: 100;
}
.arrowlink span:hover::after {
  transform: scale(1, 1);
}
#breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.8rem;
}
#breadcrumb li:not(:last-of-type)::after {
  font-family: "Font Awesome 7 pro";
  content: "\f054";
  margin: 0 .6em;
  color: #777;
  font-weight: lighter;
}
#breadcrumb a {
  color: #388d78;
}
.mainphoto {
  margin: 40px auto 60px;
}
.mainphoto img,
.message img {
  border-radius: 8px;
}
body:not(#home) h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1.4em;
}
body:not(#home) h2 span {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  display: block;
}
body:not(#home) h3 {
  color: #388d78;
  text-align: center;
  padding: 60px 0 40px;
  font-size: 2rem;

}
body:not(#home) #tellist h3{
	    text-align: center;
    margin-bottom: 1em;
	font-family: "Noto Serif JP", serif;
    letter-spacing: 1px;
	color: #1B1B1B;
}


body:not(#home) h4 {
  border-bottom: solid 1px #f6f4e9;
  padding-bottom: 10px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 10px;
  margin-top: 100px;
}
body:not(#home) .bg_white_round > h4:first-of-type {
  margin-top: 0;
}
body:not(#home) h4 span {
  font-weight: normal;
  font-size: 1rem;
}
body:not(#home) #privacy h2,
body:not(#home) #privacy h3{
	text-align: left;
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}
body:not(#home) #privacy h2{
	margin: 2em 0 1em;
	padding: 0;
	font-size: 2rem;
}
body:not(#home) #privacy h3{
	margin: 1.5em 0 1em;
	padding: 0;
	font-size: 1.6rem;
}
body:not(#home) h5 {
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 2em;
  font-size: 1.2rem;
}
#consultation {
  margin-top: 100px;
}
.gallery {
  margin: 80px 0 160px;
}

section#recruit .gallery {
  margin: 80px 0;
}


.gallery img, .bg_white_round img {
  border-radius: 8px;
}
.map {
  position: relative;
  width: 100%;
  height: 450px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.reportBox {
  display: block;
  width: fit-content;     /* 中身のサイズに合わせる */
  margin: 0 auto;         /* 親の中央に配置 */
  text-align: left;       /* 中のテキストを左寄せ */
}
.philosophy{
	background: url("../company/images/aerial.jpg") no-repeat;
	padding: 100px 0;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.philosophy>div{
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
	border-radius: 8px;
	padding: 100px 0px !important;
	width: 90%;
	margin: auto;
}
.philosophy ul{
	font-size: 1.4rem;
font-family: "Noto Serif JP", serif;
	font-weight: 500;
	padding: 1em;
}
.philosophy ul li{
	margin-bottom: 1em;
  text-indent: -2em;
  padding-left: 2em;
}
.history {
  margin: 4em auto;
  position: relative;
  max-width: 50em;
}
.history::before {
  background-color: #ccc;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1px;
  height: 100%;
}
.history-event {
  position: relative;
}
.history-event-copy {
  padding: 1em;
  position: relative;
  top: -1em;
  left: 3em;
}
.history-event-icon {
  background-color: #388d78;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
}
.history-event-thumbnail {
  font-size: 1rem;
  color: #388d78;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0em;
  border-radius: 20px;
}

.voice img,
.training img{
	border-radius: 8px;	
}
.voice strong{
	color: #388d78;	
	font-size: 1.3em;
}
.voice .prof{
	text-align: right;
}
.voice dt{
	font-weight: 600;
	background-color: #f6f4e9;
	padding: 0.5em 1em;
	border-radius: 8px;
}
.voice dd{
	margin: 1em 1em 2em;
}
.voice hr{
	margin: 5em 0;
}
.voice .bg_white_round{
	padding-top: 60px;
}
body:not(#home) .voice h3{
	padding: 1.5em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	text-align: center;
}

body:not(#home) .voice h3::before,
body:not(#home) .voice h3::after {
	content: '';
	width: 70px;
	height: 1px;
	background-color: rgba(125,125,125,.2);
}

body:not(#home) .voice h3::before {
	margin-right: 20px;
}
body:not(#home) .voice h3::after {
	margin-left: 20px;
}

.timeline{
	width: 100%;
}

.timeline tr:first-of-type th,
.timeline tr:first-of-type td{
	border-top:solid 1px #e7e7e7;	
}

.timeline th,
.timeline td {
  margin: 0;
padding: 0.5em;
	background-color: #fff;
	font-weight: normal;
	border-bottom:solid 1px #e7e7e7;
	vertical-align: top;
}


.data-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin: 0 auto;
  padding: 40px 20px;
}

.databox {
  background: #f6f4e9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.dataLabel {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 8px;
	text-align: left;
}

.dataImg img {
  width: 60px;
  height: auto;
  margin-bottom: 8px;
}

.dataNum {
  font-size: 1em;
  color: #333;
}
.databox .dataImg{
	position: absolute;
	width: 60px;
	max-height: 60px;
	top:20px;
	right: 30px;
	
}

.dataNumArea .dataNum{
	font-size: 3.5em;
	font-weight: 600;
	color: #388d78;
}
.training h3{
	margin-bottom: 0;
	padding-bottom: 0.5em !important;
	font-size: 1.6rem !important;
}
.databox .ratio {
	display: flex;
	flex-direction: column;
}








#inqForm td {
  position: relative;
}
.must {
  font-size: 0.8rem;
  color: #ff0000;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
  outline: none;
	border:solid 1px #909090;
	padding: 0.25em 0.5em;
	border-radius: 3px;
}


form #username,
form #namekana,
form #tel,
form #mail{
	width: 20em;
}
form #zip{
		width: 8em;
}
form #addr{
	width: 80%;
}
textarea {
  width: 90%;
  height: 10em;
}
form label {
  margin-right: 1em;
}
form .inline li {
  display: inline-block;
  margin: 0 1em;
}
.formBtn {
  border: solid 1px #388d78;
  background-color: #388d78;
  padding: 0.5em 2em;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  margin: 20px auto;
	border-radius: 5px;
	letter-spacing: 1px;
}
.formBtn:hover {
  opacity: 0.5;
  color: #fff;
}
.resetBtn {
  border: solid 1px #388d78;
  padding: 0.5em 2em;
  color: #388d78;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  margin: 20px auto;
  background-color: #fff;
	border-radius: 5px;
}
.resetBtn:hover {
  color: #aaa;
  border: solid 1px #aaa;
}
@media only screen and (max-width: 991px) {
  header {
    display: flex;
    position: fixed;
    /*	  height: 180px;*/
  }
  header .container {
    padding: 0 1em;
  }
  .header-inner {
    max-width: inherit;
    margin: 0;
    min-height: 4em;
  }
  .menu-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0.25em;
    top: 0.25em;
    font-size: 2.5rem;
    font-family: "Font Awesome 7 Pro";
    border: none;
    z-index: 5;
    background-color: #6aa999;
    color: #fff;
  }
  .menu-mobile:after {
    content: "\f0c9";
    font-family: "Font Awesome 7 pro";
    font-size: 2.5rem;
    transition: 0.3s;
    display: block;
    padding: 20px;
    color: #fff;
  }
  .menu-open .menu-mobile:active, .menu-open .menu-mobile:hover, .menu-open .menu-mobile:after {
    content: "\f00d";
    font-family: "Font Awesome 7 pro";
    color: #fff;
  }
  /* bodyスクロールは止める */
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open, html.menu-open {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
  }
  .menuwall {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    overflow-x: hidden;
  }
  /* メニュー全体を表示領域内に収めてスクロール可能にする */
  .menu-open .menuwall {
    position: fixed;
    overflow-y: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .menu-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .menu > ul > li {
    background: #e9e9e9;
  }
  .menu-mobile {
    /*    display: block;*/
    /*    display: flex;
    justify-content: flex-end;*/
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu {
    display: flex;
    flex-direction: column;
  }
  .menu > ul {
    display: none;
    /*	  height: 90vh;*/
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    position: relative;
  }
  .menu > ul > li a {
    padding: 1em;
    width: 100%;
    display: block;
    border-bottom: solid 1px #fff;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
	  background-color: #e9e9e9;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li > ul > li a {
    padding: 0.5em 1em;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
    padding: 0;
  }
  .menu > ul > li:last-of-type {
    margin-left: 0;
  }
  .menu .show-on-mobile {
    display: block;
    position: absolute;
    top: 4em;
  }
  #slidArea {
    flex-direction: column; /* スマホでは縦並び */
    height: auto;
    min-height: 600px;
  }
  #maincatch {
    width: 100%;
    writing-mode: horizontal-tb;
    text-align: center;
    padding: 3em 2em 1em 1em;
    z-index: 0;

	}
  #maincatch strong {
    font-size: 2rem;
  }
  #maincatch span {
    font-size: 1.7rem;
    padding-top: 1rem;
  }
  .out-swiper {
    position: relative;
    width: 100%;
    height: auto;
    flex: none;
  }
  .out-swiper .swiper {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
  }
  .swiper-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 0;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.philosophy ul{
	font-size: 1rem;
}

	
	
	
	
	
	.history::before {
    display: none;
  }
  .history {
    max-width: inherit;
    margin: 0;
    padding: 0;
  }
  .history-event-icon {
    display: none;
    width: 0;
  }
  .history-event {
    margin-bottom: 1.5em;
  }
  .history-event-copy {
    margin: 0;
    padding: 0;
  }
  .history-event-copy, .history-event-copy p {
    display: block;
    width: 90%;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1680px) {
  #maincatch strong {
    font-size: 2.3rem;
    letter-spacing: 5px;
  }
  #maincatch span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1440px) {
  #maincatch strong {
    font-size: 2.8rem;
  }
  #maincatch span {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 1300px) {
  /*	#slidArea{
		height: 75vh;
	}*/
  #maincatch strong {
    font-size: 2rem;
  }

  #maincatch span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #maincatch {
    padding: 3em 0 0 0;
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
	  align-items: center;
	  
  }
/*  #maincatch div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0.5em;
  }*/
	#maincatch span {
    display: inline-block;
    font-size: 1.6rem;
		padding-left: 0;
  }

form #username,
form #namekana,
form #tel,
form #mail,
form #addr,
	textarea{
	width: 100%;
}
	form #addr {
		width: 15em;
}

}
/*　home　*/
#home h1, header .logo {
  max-width: 250px;
  z-index: 3;
  font-size: 1rem;
  line-height: 1em;
  margin-bottom: 0;
}
#home h1 a, header .logo a {
  background-color: #fff;
  padding: 10px;
  display: block;
}
.scrolled h1, header.scrolled .logo {
  background-color: transparent;
}
#home main {
  margin-top: 100px;
}
#home #aboutus {
  min-height: 900px;
}
#home #aboutus h2 {
  line-height: 1.5em;
  letter-spacing: 2px;
}
#home #aboutus p {
  margin: 2em 0;
}
#home #aboutus .container {
  position: relative;
  height: 625px;
}
#home #aboutus .container .l_text {
  position: absolute;
  z-index: 1;
  max-width: 680px;
}
#home #aboutus .container > img {
  position: absolute;
  right: 0px;
  top: 180px;
  z-index: 0;
  border-radius: 8px;
}
#home #facility {
  padding: 100px 0;
}
#home #facility h2 {
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
  font-size: 3rem;
}
#home #facility h3 {
  margin-top: 80px;
  font-size: 2rem;
}
#home #facility .kind {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  align-items: center;
}
#home #facility .kind li {
  font-size: 1rem;
  background-color: #fff;
  padding: 0px 1rem 4px;
  border-radius: 4px;
  margin: 10px 1em 10px 0;
}
#home #facility img {
  border-radius: 8px;
  margin-bottom: 20px;
}
#home #recruit {
  position: relative;
  padding: 100px 0;
  min-height: 1100px;
}
#home #recruit h2 {
  font-size: 3rem;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
}
#home #recruit .catchcopy {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 2.5rem;
  margin-top: 1.5em;
}
#home #recruit .recpicRight{
  position: absolute;
  right: 0;
  border-radius: 8px 0 0 8px;
}
#home #recruit .recpicRight img{
  border-radius: 8px 0 0 8px;
}
#home #recruit .recpicLeft {
  position: absolute;
  left: 0;
  top: 400px;
  border-radius: 0 8px 8px 0;
  z-index: -1;
}
#home #recruit .recpicLeft img {
  border-radius: 0 8px 8px 0;
  z-index: -1;
}
#home #recruit .blur {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border-radius: 8px;
}
#home #recruit ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#home #recruit ul li:first-of-type {
  border-top: solid 2px #ebe9e2;
}
#home #recruit ul li {
  border-bottom: solid 2px #ebe9e2;
}
#home #recruit ul a {
  padding: 30px 15px;
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  transition: .3s;
	color: #333;
}
#home #recruit ul a:hover {
  background-color: #f6f4e9;
	color: #388d78;

}
/*　home以外　*/
.tit {
  background-color: #f6f4e9;
}
.tit h1 {
  font-size: 3rem;
  text-align: center;
  padding: 3em 1em 2em;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
.tit h1 {
  font-size: 2.4rem;
}
	body:not(#home) h2{
		font-size: 2rem;
}
	
  #home .pagination-image {
    transform: translateX(0);
    left: 0;
  }
  .header-inner {
    padding: 0;
  }
  #home main {
    margin-top: 50px;
  }
  #home #recruit {
    min-height: inherit;
	  padding-bottom: 0;
  }
  #home #recruit .catchcopy {
    font-size: 1.6rem;
  }
h2,
#home #facility h2,
	#home #recruit h2 {
    writing-mode: horizontal-tb;
		font-size: 2rem;
  }
	
	#home #facility h3,
	body:not(#home) h3{
		font-size: 1.8rem;
	}	
	
  #home #recruit > img:nth-of-type(1) {
    display: none;
  }
  #home #recruit > img:nth-of-type(2) {
    position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
  }
  #home .swiper-card {
    width: 90%;
    margin: auto;
  }
  #home .slide-pagination-wrapper {
    right: 0;
    left: auto !important;
  }
  #home #aboutus .container {
    height: auto;
  }
  #home #aboutus .container .l_text, #home #aboutus .container > img {
    width: 100%;
    height: auto;
    position: relative;
  }
  #home #aboutus {
    min-height: auto;
  }
  .arrow-dots-container {
    justify-content: center;
  }
  #home #aboutus .container > img {
    margin: 50px auto;
    top: inherit;
  }
	
	#home #recruit picture{
		display: block;
		text-align: center;
	}
#home #recruit .recpicRight,
#home #recruit .recpicLeft{
  position: relative;
	top:inherit;
	margin: 1em auto;
	padding: 1em;
	border-radius: 8px;
	}	
	
#home #recruit .recpicRight img,
#home #recruit .recpicLeft img{
	border-radius: 8px;
}
	
  #cta {
    flex-direction: column-reverse;
  }
  #cta > div.contact {
    padding: 80px 0;
  }
  #cta > div.contact a[href^="tel:"] {
    font-size: 2.5rem;
  }
  #cta .arrowlink {
    font-size: 1.8rem;
  }
  #cta .arrowlink a::before {
    right: 0.7em;
  }
  .blockTable th, .blockTable td {
    display: block;
  }
  .blockTable tr:first-of-type td {
    border-top: none;
  }
  #tellist table tr:first-of-type th, #tellist table th {
    border-bottom: none;
    padding-bottom: 0;
  }
  #tellist table tr:first-of-type td {
    border-top: none;
  }
  #tellist table tr td {
    padding-top: 0;
    padding-left: 1em;
  }
  footer .logo {
    display: inline-block;
  }
  footer .container {
    flex-direction: column;
  }
  footer #sitemap {
    flex-wrap: wrap;
  }
  .bg_white_round {
    padding: 1em;
  }
  #home #facility .col-md-10 {
    margin-bottom: 30px;
  }
	
  .data-container {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 20px 10px;
  }

  .databox {
    padding: 20px;
  }

  .dataLabel {
    font-size: 1em;
    text-align: left;
  }

  .dataImg img {
    width: 50px;
    margin-bottom: 4px;
  }


  .dataNumArea .dataNum {
    font-size: 2.5em;
  }

  .training h3 {
    font-size: 1.4rem !important;
  }

  .databox .ratio {
    flex-direction: row;
    justify-content: space-between;
  }

  .databox .ratio > div {
    text-align: center;
    flex: 1;
  }

  .d-flex.justify-content-around {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

	


