@charset "UTF-8";
.about_sec01 {
  margin-top: 90px;
}

.about_pic01 {
  margin-top: 40px;
}

.about_philosophy {
  padding-top: 30px;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.philosophyBox {
  width: calc(50% - 20px);
}

.philosophy_list {
  margin-top: 15px;
}

.philosophyBox_ttl {
  font-size: 26px;
  position: relative;
  padding-left: 13px;
  font-family: "Noto Serif JP", serif;
  color: #444;
  counter-reset: num;
}
.philosophyBox_ttl::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 3px;
  background: linear-gradient(0deg, #009bdb 0%, #043f89 100%);
  position: absolute;
  left: 0;
  top: 4px;
}

.philosophy_item {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.27;
  border-bottom: 1px solid #DFDFDF;
  padding: 20.5px 0;
  text-indent: -2.3em;
  padding-left: 2.3em;
}
.philosophy_item::before {
  color: #026fb4;
  font-family: "Noto Serif JP", serif;
  counter-increment: num;
  content: "0" counter(num) ".  ";
  padding-right: 14px;
}

@media screen and (max-width: 768px) {
  .about_sec01 {
    margin-top: 22px;
  }
  .about_pic01 {
    margin-top: 25px;
  }
  .about_philosophy {
    display: block;
    padding-top: 15px;
    margin-top: 10px;
  }
  .philosophyBox {
    width: 100%;
  }
  .philosophyBox_ttl {
    font-size: 20px;
    padding-left: 9px;
  }
  .philosophyBox_ttl::before {
    height: 22px;
    width: 2px;
  }
  .philosophy_list {
    margin-top: 9px;
  }
  .philosophy_item {
    font-size: 15px;
    padding: 16.5px 0 16.5px 2.3em;
  }
  .philosophy_item::before {
    padding-right: 11px;
  }
  .philosophyBox02 {
    margin-top: 40px;
  }
}
.about_sec02 {
  margin-top: 125px;
}

.logoBox {
  margin-top: 40px;
  display: flex;
  line-height: 1.73;
}

.logoBody {
  width: 56%;
  font-size: 15px;
}
.logoBody p + p {
  margin-top: 1.5em;
}

.logo_pic {
  margin-left: 5%;
  width: 39%;
  box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
  .about_sec02 {
    margin-top: 60px;
  }
  .logoBox {
    flex-direction: column-reverse;
  }
  .logoBody {
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
  }
  .logo_pic {
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    padding-bottom: 10px;
  }
  .logo_pic img {
    width: 72%;
    margin: 0 auto;
  }
}
.about_sec03 {
  margin-top: 130px;
}

.greetingBox {
  margin-top: 40px;
  display: flex;
  line-height: 1.73;
}

.greetingBody {
  width: 56%;
  font-size: 15px;
}
.greetingBody p + p {
  margin-top: 1.5em;
}

.greeting_pic {
  margin-left: 5%;
  width: 39%;
}

@media screen and (max-width: 768px) {
  .about_sec03 {
    margin-top: 60px;
  }
  .greetingBox {
    display: block;
    margin-top: 17px;
  }
  .greetingBody {
    width: 100%;
    font-size: 14px;
  }
  .greeting_pic {
    margin-left: 0;
    width: 100%;
    margin-top: 27px;
  }
}
.about_sec04 {
  margin-top: 135px;
  padding-bottom: 150px;
}

.companyBox {
  position: relative;
  margin-top: 45px;
}
.companyBox::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #009bdb 0%, #043f89 100%);
  z-index: 1;
}

.companyTable {
  font-size: 15px;
  line-height: 1.73;
}
.companyTable > div {
  display: flex;
  position: relative;
  padding: 19.5px 0;
}
.companyTable > div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: inline-block;
  left: 0;
  top: 0;
  background-image: radial-gradient(#dfdfdf 1px, transparent 1px);
  background-size: 3px 1px;
}
.companyTable > div:last-child::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: inline-block;
  left: 0;
  bottom: 0;
  background-image: radial-gradient(#dfdfdf 1px, transparent 1px);
  background-size: 3px 1px;
}
.companyTable dt {
  width: 225px;
  font-weight: bold;
  padding-left: 33px;
}
.companyTable dd {
  width: calc(100% - 225px);
}
.companyTable .boardーmember li span:first-child {
  min-width: 175px;
  display: inline-block;
}
.companyTable .bank li span:first-child {
  min-width: 110px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .about_sec04 {
    margin-top: 65px;
    padding-bottom: 80px;
  }
  .companyBox {
    margin-top: 22px;
  }
  .companyTable {
    font-size: 14px;
  }
  .companyTable > div {
    display: block;
    padding: 15px 0px 15px 23px;
  }
  .companyTable dt {
    width: 100%;
    padding-left: 0;
  }
  .companyTable dd {
    width: 100%;
  }
  .companyTable dd ul {
    line-height: 1.57;
  }
  .companyTable .boardーmember li span:first-child {
    min-width: 165px;
  }
  .companyTable .bank li span:first-child {
    min-width: 105px;
  }
}

