@charset "UTF-8";

/* -----------------------
common
----------------------- */
.page-business .sec {
  padding: 10rem 0;
}
.page-business .flex {
  gap: 4rem;
  margin-bottom: 3rem;
}
.page-business .flex-img-wrap {
  width: 40%;
}
.page-business .flex-ele-wrap {
  width: 60%;
}
.page-business .flex-ele-wrap .txt1 {
  border-left: 5px solid #60AC88;
  font-size: 2.5rem;
  font-weight: 500;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.page-business .konnabox {
  background: #fff;
  padding: 2rem;
}
.page-business .konnabox h2,
.page-business .konnabox li {
  color: #181818;
}
.page-business .konnabox h2 {
  background: #f5f5f5;
  font-size: 2rem;
  padding: 1rem 1rem 2.8rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
.page-business .konnabox h2::before {
  content: 'Primary Responsibilities';
  color: #60AC88;
  font-size: 1.4rem;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.page-business .konnalist {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.page-business .konnalist li {
  border: 2px solid #60AC88;
  padding: 2rem 2rem 2rem 8rem;
  position: relative;
  width: calc(100% / 2 - 1rem);
}
.page-business .konnalist .iconbox {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
}
.page-business .konnalist .txtbox p {
  color: #181818;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .page-business .flex-img-wrap {
    margin: 0 auto;
    width: 60%;
  }
  .page-business .flex-ele-wrap {
    width: 100%;
  }
  .page-business .flex-ele-wrap .txt1 {
    font-size: 1.8rem;
  }
  .page-business .konnabox h2 {
    font-size: 1.8rem;
  }
  .page-business .konnalist .txtbox p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .page-business .flex-img-wrap {
    width: 80%;
  }
  .page-business .konnalist li {
    padding: 2rem 2rem 2rem 6.5rem;
    width: 100%;
  }
  .page-business .konnalist .iconbox {
    left: 10px;
    height: 45px;
    width: 45px;
  }
}

/* -----------------------
背景切り替え
----------------------- */
.page-business .sec.bgwhite h2,
.page-business .sec.bgwhite p {
  color: #181818;
}
.page-business .sec.bgwhite .konnabox {
  background: #f5f5f5;
}
.page-business .sec.bgwhite .konnabox h2 {
  background: #fff;
}
.page-business .sec.bgwhite .konnalist li {
  background: #fff;
}
.page-business .sec.bgwhite .ttlbox3 .en {
  color: rgb(0 0 0 / 10%);
}

/* -----------------------
eisei
----------------------- */
.business-eisei .ttlbox3 .en {
  font-size: 5rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .business-eisei .ttlbox3 .en {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/* -----------------------
kuchou
----------------------- */
.business-kuchou .ttlbox3 .en {
  font-size: 3.8rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .business-kuchou .ttlbox3 .en {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .business-kuchou .ttlbox3 .en {
    font-size: 2.3rem;
  }
}

/* -----------------------
syouka
----------------------- */
.business-syouka .ttlbox3 .en {
  font-size: 5rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .business-syouka .ttlbox3 .en {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .business-syouka .ttlbox3 .en {
    font-size: 2.6rem;
  }
}