#page-monitor {
  width: 100%;
  height: 480px;
  background: url(../images/bg/bg001.jpeg) no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  position: relative;
}

/* -----------------------------------
挨拶
 ----------------------------------- */
.page_office .page_message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  color: #333;
  background-color: #fff;
  padding: 5%;
}

.page_office .page_message .ceo {
  width: 40%;
  text-align: right;
  color: #333;
}

.page_office .page_message .ceo img {
  margin-bottom: 30px;
}

.ceo_txt {
  padding-top: 30px;
}

.ceo_txt .right small {
  padding-right: 15px;
  font-size: 1.2rem;
}

.page_office .page_message .txt {
  width: 60%;
}


@media screen and (max-width: 767px) {
  .page_office .page_message {
    display: block;
    background: linear-gradient(to right, #665a1a, #a68f3d);
    color: #fff;
  }

  .page_office .page_message .ceo {
    width: 100%;
    text-align: right;
    margin-top: 50px;
    background-color: #fff;
    padding: 3%;
  }

  .ceo_txt {
    padding-top: 20px;
  }

  .ceo_txt .right small {
    padding-right: 15px;
    font-size: 1.2rem;
  }

  .page_office .page_message .txt {
    width: 100%;
  }
}

/* -----------------------------------
　数字　data-content
 ----------------------------------- */
.data-content {
  width: 85%;
  margin: 0 auto 0;
}

.data-content .title-en {
  color: #fff;
}

.data-content .title-jp {
  color: #fff;
}

.data-grid {
  display: grid;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  border: 1px solid #002e15;
}

.data-item {
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
}

.data-item img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}

.data-item h2 {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 auto 25px;
  padding: 5px;
  font-weight: normal;
  text-align: center;
  background: #00a347;
  color: #fff;
}

.data-item-txt {
  padding-top: 25px;
}

.data-item p {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.5;
}

.data-item p span {
  font-size: 1.2rem;
  display: block;
}

@media screen and (max-width: 767px) {

  .heading1 .jp {
    text-align: left;
  }

  .heading1::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 5rem;
    height: 0.3rem;
    top: -2.5rem;
    left: 40%;
    right: 0;
  }

  .data-content .container {
    width: 90%;
    margin: 0 auto;
  }

  .data-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    padding: 20px;
  }

  .data-item img {
    width: 100%;
    height: 50px;
    object-fit: contain;
  }

  .data-content {
    width: 100%;
  }

  .data-item {
    padding: 0;
  }

  .data-item h2 {
    font-size: 1.8rem;
  }

  .data-item p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .data-item p span {
    font-size: 1.6rem;
    display: block;
  }

}

.career-grid {
  display: grid;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 30px auto 0;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}

.career-item h3 {
  font-weight: normal;
  text-align: center;
  background-color: #E8E8EB;
  margin: 0;
  padding: 0;
}

.career-item p {
  text-align: left;
  padding: 10px;
  border-left: solid 1px #E8E8EB;
  border-right: solid 1px #E8E8EB;
  border-bottom: solid 1px #E8E8EB;
  background-color: #fff;
}

.career-item:nth-child(1) {
  position: relative;
}

.dli-caret-right01 {
  position: absolute;
  top: 50%;
  right: -12%;
  display: inline-block;
  vertical-align: middle;
  color: #43755f;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.8em 1.2em;
  border-left-color: currentColor;
  border-right: 0;
}

.career-item:nth-child(2) {
  position: relative;
}

.dli-caret-right02 {
  position: absolute;
  top: 50%;
  right: -12%;
  display: inline-block;
  vertical-align: middle;
  color: #43755f;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.8em 1.2em;
  border-left-color: currentColor;
  border-right: 0;
}

.list {
  width: 80%;
  margin: 0 auto;
}

.list-title {
  font-size: 24px;
  font-size: 2.0rem;
  color: #333;
  border-bottom: 1px solid #43755f;
  margin-top: 40px;
  padding: 0 0 10px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.list-title .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #43755f;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 50%;
}

.text {
  margin: 10px 0 0;
}

.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #43755f;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .list {
    width: 100%;
    margin: 0 auto;
  }

  .career-grid {
    display: grid;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .career-item:nth-child(1) {
    position: relative;
  }

  .dli-caret-right01 {
    position: absolute;
    top: unset;
    bottom: -25%;
    right: 45%;
    display: inline-block;
    vertical-align: middle;
    color: #43755f;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.64952em 1.375em;
    border-top-color: currentColor;
    border-bottom: 0;
  }

  .career-item:nth-child(2) {
    position: relative;
  }

  .dli-caret-right02 {
    position: absolute;
    top: unset;
    bottom: -25%;
    right: 45%;
    display: inline-block;
    vertical-align: middle;
    color: #43755f;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.64952em 1.375em;
    border-top-color: currentColor;
    border-bottom: 0;
  }
}

/* -----------------------------------
   事務所案内
 ----------------------------------- */
.page_office {
  width: 85%;
  margin: 0 auto 0;
  margin: 0px auto;
  color: #333;
}

.page_office .page_flex {
  display: block;
}

.page_office .page_txt {
  width: 100%;
  margin: 0 auto;
}

.page_office .table {
  border-bottom: 1px solid #bbb;
  border-bottom: none;
  display: table;
}

.page_office .table tr th {
  width: 230px;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #F5F5F5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #bbb;
  font-weight: normal;
}

.page_office .table tr td {
  padding: 15px 20px 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #bbb;
}

.page_office .page_flex {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .page_office {
    width: 100%;
  }

  .page_office .container {
    width: 100%;
    margin: 0 auto;
  }

  .page_office .page_txt {
    width: 100%;
  }

  .page_office .page_flex {
    margin-bottom: 0px;
  }

  .page_office .table {
    margin-top: 20px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width: 100%;
    table-layout: fixed;
  }

  .page_office .table tr th {
    display: block;
    padding: 12px 20px;
    letter-spacing: 0.1em;
    width: 100%;
  }

  .page_office .table tr td {
    padding: 9px 20px;
    display: block;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

/* -----------------------------------
  マップ
  ----------------------------------- */
.page_map {
  width: 100%;
  margin: 50px auto;
  padding-top: 0;
}

.page_map .container {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.map-item {
  width: 100%;
  border: 1px solid #002e15;
  margin-top: 30px;
  padding: 30px;
  background: #fff;
}

.map-item h2 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #333;
}

.map-item .img {
  width: 40%;
  text-align: center;
}

.map-item .img img {
  width: 200px;
  height: auto;
  object-fit: cover;
}

.map-item .data-item-txt {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .page_map {
    width: 95%;
    margin: 50px auto;
  }

  .page_map .container {
    display: block;
  }

  .map-item {
    display: block;
    align-items: center;
    justify-content: center;
    gap: 50px;
    border: 1px solid #002e15;
    margin-top: 30px;
    padding: 10px;
  }

  .map-item h2 {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
  }

  .map-item .img,
  .map-item .data-item-txt {
    width: 50%;

  }

  .map-item .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}


.data-item-txt h2 {
  text-align: center;
  padding: 5px;
  font-weight: normal;
  text-align: center;
  background: #00a347;
  color: #fff;
}

.data-item-txt ul li:nth-child(1),
.data-item-txt ul li:nth-child(3) {
  font-size: 1.6rem;
  padding: 15px 0 5px;
}

.data-item-txt ul li:nth-child(2),
.data-item-txt ul li:nth-child(4) {
  font-size: 2.0rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {


  .data-item-txt ul li:nth-child(2),
  .data-item-txt ul li:nth-child(4) {
    display: block;
  }
}

.image-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}


.image-item:nth-child(1) {
  width: 100%;
  height: 350px;
  background: url(../images/photo/008.JPG) center no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}

.image-item:nth-child(2) {
  width: 100%;
  height: 350px;
  background: url(../images/photo/009.JPG) center no-repeat;
  background-size: cover;
  background-position: 60% 0%;
}


@media screen and (max-width: 767px) {
  .image-item:nth-child(1) {
    width: 100%;
    height: 350px;
    background: url(../images/photo/008.JPG) center no-repeat;
    background-size: cover;
    background-position: 20% 0%;
  }

  .image-item:nth-child(2) {
    width: 100%;
    height: 350px;
    background: url(../images/photo/008.JPG) center no-repeat;
    background-size: cover;
    background-position: 80% 0%;
  }

}