@charset "UTF-8";
/* top-style追加CSS トップページ用 */

/* ヒーロー */
.hero_split {
  background: #fff;
}
.split {
  display: table;
  width: min(92%, 1166px);
  margin: auto;
  border: 1px solid #e0e0de;
}
.split-item {
  display: table-cell;
  width: 60%;
}
.split-left {
  color: #fff;
}
.split-left__inner {
  height: 100%;
}
.split-right {
  position: relative;
  background-color: #F9F9F7;
  border-left: 1px solid #e0e0de;
}
.split-right__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 300px;
}
.split-right__inner .h4 {
  text-align: center;
  display: block;
  color: #b72661;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 0.8em;
}
.split-right__inner span {
  text-align: center;
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .split {
    display: block;
    position: relative;
    border: none;
  }
  .split-item {
    display: block;
    width: auto;
  }
  .split-left__inner {
    position: static;
    width: auto;
  }
  .split-right {
    padding-top: 10vw;
    background-color: #FFFFFF;
    border: none;
    /*height: 60vw;*/
  }
  .split-right__inner {
    position: static;
    width: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  .split-right__inner .h4 {
    display: block;
    color: #b72661;
    font-size: clamp(20px, 6vw, 40px);
    padding-bottom: 0.8em;
  }
  .split-right__inner span {
    display: block;
    color: #666666;
    line-height: 1.8em;
    font-weight: 700;
  }
}
/* 画像とテキスト */
.imgtext {
  padding: var(--v-space) 0;
  background-color: #ffffff;
}
.imgtext + .imgtext {
  padding-top: 0;
}
.imgtext-container {
  display: flex;
  flex-direction: column;
  gap: clamp(45px, 6vw, 80px);
}
@media (min-width: 768px) {
  .imgtext-container {
    flex-direction: row;
    align-items: center;
  }
  .imgtext-container.reverse {
    flex-direction: row-reverse;
  }
  .imgtext-container > .text {
    flex: 1;
    /*		min-width: 17em;*/
    min-width: 40em;
  }
  .imgtext-container > .img {
    flex: 2;
  }
}
.hero_split img, 
.imgtext img {
  display: block;
  max-width: 100%;
  height: auto;
}
.hero_split p, 
.imgtext p {
  line-height: 1.8;
}
/* サブページ */
.entry {
  padding-bottom: var(--v-space);
  background-color: #ffffff;
}
.entry .minbox {
  margin-bottom: 4em;
}
.entry-img img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: calc(var(--v-space) * 2 / 3);
}
.entry h3 {
  padding: .25em 0 .25em 1em;
  color: #222222;
  font-weight: normal;
  border-left: 4px solid #AAAAAA;
  border-left-color: #b72661;
}
.entry .w-container {
  max-width: 720px;
}
.entry .heading-decoration {
  font-size: clamp(30px, 6.25vw, 48px);
}
.entry-container {
  font-size: clamp(16px, 2.4vw, 18px);
}
.entry-container :where(h1, h2, h3, h4, h5, h6, p, figure, ul) {
  margin-top: revert;
  margin-bottom: revert;
  padding: revert;
  list-style: revert;
}
.entry-container p {
  margin: 1.8em 0;
}
.entry-container > :first-child {
  margin-top: 0;
}
.entry-container > :last-child {
  margin-bottom: 0;
}
/* お問い合わせ */
#contact .imgbtn img {
  width: 100%;
  height: auto
}
#contact .imgbtn a {
  transition: .5s;
}
#contact .imgbtn a:hover,
#contact .imgbtn a:active {
  opacity: .8;
}
@media screen and (min-width: 768px) {
#contact .imgbtn img {
  max-width: 650px;
}
}
/* 会社概要 */
.kaisha {
width: 100%;
border-collapse:  collapse;
}
.kaisha th {
padding: 20px;
white-space: nowrap;
}
.kaisha td {
padding: 20px;
}
.kaisha th {
font-weight: bold;
}
@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}
.kaisha th {
text-align: left;
background-color: #F9F9F7;
}






