h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 2em;
  color: #24b234;
  margin-top: 1em;
}

h4 + p {
  margin-top: 1em;
}

#company p {
  line-height: 2em;
}

.page_nav {
  display: grid;
  justify-content: center;
  grid-template-columns: 100%;
  gap: 10px;
  margin-top: 40px;
}
.page_nav a {
  border: 1px solid #24b234;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  padding: .75em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #24b234;
}
.page_nav a:after {
  content: "";
  background-image: url(../img/dl_link_green.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  display: block;
}
.bg-white_block {
  background-color: #fff;
  margin-top: 95px;
  padding-top: 1.5em;
  position: relative;
}
.bg-white_block .title {
  position: absolute;
  margin: 0 1em;
  width: calc(100% - 2em);
  background-color: #24b234;
  left: 0;
  top: -1.5em;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 1em;
  border-radius: 100vh;
}
.bg-white_block .logo { 
  width:45%;
  margin: 40px auto;
}

.message { 
  background-color: #fff;
  padding: 2em;
  margin-top: 60px;
  border-radius: .375rem;
}
@media (min-width: 1024px) {
    .message {
        margin: auto;
        margin-top: 160px;
        padding: 6em;
        max-width: 1200px;
    }
}


.message .column2 {
  margin-top: 40px;
}
.message .ph {
  background-image: url(../img/company02.jpg);
  width: 100%;
  aspect-ratio: 375 / 258;
  background-size: 100% auto;
  background-position: center top;
}
.message .comp {
  margin-top: 1em;
  font-size: 13px;
}
.message .cp {
  font-size: 13px;
}
.message .cp strong {
  font-size: 22px;
  font-weight: normal;
}

.philosophy { 
  background-color: #fff;
  padding: 2em;
  margin-top: 60px;
  border-radius: .375rem;
}
@media (min-width: 1024px) {
    .philosophy {
        margin: auto;
        margin-top: 160px;
        padding: 6em;
        max-width: 1200px;
    }
}
.profile { 
  margin-top: 60px;
}
@media (min-width: 1024px) {
    .profile {
        margin-top: 160px;
    }
}


.service_title {
  display: flex;
}
.service_title h3 {
  font-size: 26px;
  font-weight: 700;
}
.company_list {
  margin-top: 40px;
}
.company_list li {
  border-radius: .375rem;
  padding: 1.25rem;
}
.company_list li .rc {
  margin-top: .25em;
}
.company_list li + li {
  margin-top: 5px;
}

.btn_area {
  margin-top: 40px;
}
.btn_area .btn + .btn {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .bg-white_block {
    padding-left: 10.9961%;
    padding-right: 10.9961%;
    background-color: inherit;
  }
  .bg-white_block .inner {
    background-color: #fff;
  } 
  .bg-white_block .title {
    width: 74%;
    left:  10.9961%;;
  }
}

@media (min-width: 1024px) {
  .bg-white_block .inner {
    border-radius: 100vh;
  } 
  h4 {
    font-size: 36px;
    margin-top: 2em;
  }
  h4 + p {
    margin-top: 3em;
  }
  .tit-border {
    padding-top: 50px;
  }
  #company p {
    font-size: 18px;
  }

  .page_nav.ct3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page_nav {
    grid-template-columns: 24%;
    gap: 2%;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
  .page_nav a {
    font-size: clamp(13px, 1.2vw, 18px);
    padding: 1em;
  }


  .bg-white_block {
    margin-top: 150px;
  }
  .bg-white_block .title {
    width: 36%;
    left: 32%;
    top: -0.5em;
  }
  .bg-white_block .inner {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .bg-white_block .column2 {
    display: flex;
    justify-content: space-between;
  }
  .bg-white_block .logo {
    width: 24%;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .bg-white_block p {
    width: 67%;
    display: flex;
    align-items: center;
  }



  .message .column2 {
    display: flex;
    justify-content: space-between;
  }
  .message .lc {
    width: 25%;
  }
  .message .rc {
    width: 66%;
  }
  .message .ph {
    aspect-ratio: 286 / 357;
    background-size: auto 100%;
  }
  .message .cp strong {
    font-size: 32px;
    font-weight: 700;
  }
  .message .comp { margin-top: 3em; }
  .philosophy {
    background-image: url(../img/company03.png);
    background-repeat: no-repeat;
    background-position: top right;
  }
  .philosophy p {
    width: 66%;
  }
  .company_list {
    margin-top: 70px;
  }
  .company_list li {
    display: flex;
    text-align: left;
    padding: 2rem;
  }
  .company_list li .lc {
    width: 10em;
  }
  .company_list li .rc {
    width: calc(100% - 10em);
  }
  .btn_area {
    display: flex;
    max-width: 1000px;
    margin: 160px auto 40px;
  }

}