@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.group
------------------------------ */
.group {
  position: relative;
}
@media screen and (max-width: 768px) {
  .group {
    margin-top: 0;
    padding: 0;
  }
}
.group .lead_box {
  padding-bottom: 32px;
  margin-bottom: 64px;
  border-bottom: 1px solid #DAE1DD;
}
@media screen and (max-width: 768px) {
  .group .lead_box {
    padding-bottom: 24px;
    margin-bottom: 48px;
  }
}
.group .group_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px 0;
}
@media screen and (max-width: 768px) {
  .group .group_list {
    gap: 35px 0;
  }
}
.group .group_list .group_item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .group .group_list .group_item {
    width: 100%;
  }
}
.group .group_list .group_item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .group .group_list .group_item a:hover {
    opacity: 1;
  }
  .group .group_list .group_item a:hover .ttl {
    animation: text-line 0.4s ease forwards;
  }
  .group .group_list .group_item a:hover .ttl::before {
    right: 0;
  }
}
.group .group_list .group_item .img {
  position: relative;
  width: 100%;
  padding-top: 58%;
  overflow: hidden;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .group .group_list .group_item .img {
    margin-bottom: 12px;
  }
}
.group .group_list .group_item .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}
.group .group_list .group_item .ttl {
  position: relative;
  padding: 16px 40px 16px 0;
  font-size: 2.7rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #008EA5;
  background: linear-gradient(#008EA5, #008EA5) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
@media screen and (max-width: 768px) {
  .group .group_list .group_item .ttl {
    padding: 20px 40px 20px 0;
    font-size: 2.2rem;
  }
}
.group .group_list .group_item .ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  display: block;
  width: 11px;
  height: 9px;
  background: url(../img/common/ico_arw02.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
.group .company {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .group .company {
    margin-top: 64px;
  }
}
.group .company .ttl_box {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .group .company .ttl_box {
    margin-bottom: 24px;
  }
}
.group .company .btn {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .group .company .btn {
    margin-top: 8px;
  }
}
.group .group_link {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .group .group_link {
    margin-top: 64px;
  }
}
.group .group_link .ttl_box {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .group .group_link .ttl_box {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 769px) {
  .group .group_link .ttl_box .sec_ttl {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}

/* ------------------------------
	.base
------------------------------ */
.group .base .base_box {
  display: flex;
  padding: 24px 0;
  border-top: 1px solid #DAE1DD;
}
@media screen and (max-width: 768px) {
  .group .base .base_box {
    display: block;
    padding: 12px 0;
  }
}
.group .base .base_box:last-child {
  border-bottom: 1px solid #DAE1DD;
}
.group .base .base_box .base_ttl,
.group .base .base_box .base_txt {
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .group .base .base_box .base_ttl,
  .group .base .base_box .base_txt {
    line-height: 1.9;
  }
}
.group .base .base_box .base_ttl *,
.group .base .base_box .base_txt * {
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .group .base .base_box .base_ttl *,
  .group .base .base_box .base_txt * {
    line-height: 1.9;
  }
}
.group .base .base_box .base_ttl {
  flex-shrink: 0;
  width: 104px;
  color: #00A514;
}
@media screen and (max-width: 768px) {
  .group .base .base_box .base_ttl {
    width: 100%;
    margin-bottom: 8px;
  }
}
.group .base .base_box .base_txt {
  width: 100%;
}
.group .base .base_box .base_txt li {
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 768px) {
  .group .base .base_box .base_txt li {
    padding-left: 14px;
  }
}
.group .base .base_box .base_txt li::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #C6D3D8;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .group .base .base_box .base_txt li::before {
    top: 8px;
  }
}
.group .base .base_box .base_txt li + li {
  margin-top: 8px;
}
.group .base .base_box .base_txt .prefecture {
  display: inline-block;
  width: 6em;
}
.group .base .map {
  width: 100%;
  height: 480px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .group .base .map {
    height: 245px;
    margin-top: 48px;
  }
}
.group .base .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ------------------------------
	.greeting
------------------------------ */
.group .greeting .name_txt {
  margin-top: 48px;
  text-align: right;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .group .greeting .name_txt {
    margin-top: 32px;
    font-size: 1.8rem;
  }
}
.group .greeting .name_txt .big {
  display: inline-block;
  margin-left: 1em;
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .group .greeting .name_txt .big {
    font-size: 2.2rem;
  }
}
.group .philosophy {
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .group .philosophy {
    margin-top: 64px;
  }
}
.group .philosophy .ttl_box {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .group .philosophy .ttl_box {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  .group .philosophy .ttl_box .sec_ttl {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}
.group .philosophy .mid_ttl {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .group .philosophy .mid_ttl {
    font-size: 2.7rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .group .philosophy .mid_ttl {
    margin-bottom: 16px;
  }
}
.group .philosophy .img {
  width: 100%;
  max-width: 688px;
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .group .philosophy .img {
    max-width: 365px;
    margin-top: 32px;
  }
}

/* ------------------------------
	.history
------------------------------ */
.group .history .history_list {
  position: relative;
  padding-left: 31px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .group .history .history_list {
    padding-left: 20px;
    margin-left: 4px;
  }
}
.group .history .history_list::before, .group .history .history_list::after {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  .group .history .history_list::before, .group .history .history_list::after {
    top: 4px;
  }
}
.group .history .history_list::before {
  width: 1px;
  height: calc(100% - 7px);
  background: #00A514;
}
@media screen and (max-width: 768px) {
  .group .history .history_list::before {
    height: calc(100% - 4px);
  }
}
.group .history .history_list::after {
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00A514;
}
@media screen and (max-width: 768px) {
  .group .history .history_list::after {
    left: -4px;
    width: 9px;
    height: 9px;
  }
}
.group .history .history_list .history_item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .group .history .history_list .history_item {
    display: block;
  }
}
.group .history .history_list .history_item + .history_item {
  margin-top: 24px;
}
.group .history .history_list .history_item .num {
  flex-shrink: 0;
  width: 140px;
  padding-top: 7px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #00A514;
}
@media screen and (max-width: 768px) {
  .group .history .history_list .history_item .num {
    width: 124px;
    padding: 0;
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}