@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
/*-------------------------------------------------------------------
	概要 overview
-------------------------------------------------------------------*/
.philosophy {
  padding-top: 60px;
}
@media screen and (max-width: 800px) {
  .philosophy {
    padding-top: 35px;
  }
}

.visualArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 800px) {
  .visualArea {
    max-height: 390px;
  }
}
.visualArea .bgImage {
  width: 100%;
  max-width: 1280px;
  height: 554px;
  position: relative;
  background-image: url("../images/overview/visualPC.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 801px) and (max-width: 1099px) {
  .visualArea .bgImage {
    max-height: 430px;
  }
}
@media screen and (max-width: 800px) {
  .visualArea .bgImage {
    width: 100vw;
    max-height: 300px;
    background-image: url("../images/overview/visualSP.png");
  }
}
.visualArea .textbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 606px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 3px solid #9DAD97;
  border-radius: 20px;
  opacity: 0.9;
}
@media screen and (min-width: 801px) and (max-width: 1099px) {
  .visualArea .textbox {
    height: 480px;
  }
}
@media screen and (max-width: 800px) {
  .visualArea .textbox {
    width: 300px;
    height: 370px;
  }
}
@media screen and (max-width: 375px) {
  .visualArea .textbox {
    height: 330px;
  }
}
.visualArea .textbox h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.88;
}
@media screen and (min-width: 801px) and (max-width: 1099px) {
  .visualArea .textbox h3 {
    font-size: 1.4rem;
    line-height: 1.78;
  }
}
@media screen and (max-width: 800px) {
  .visualArea .textbox h3 {
    font-size: 1rem;
    line-height: 1.87;
  }
}
.overview_block {
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 800px) {
  .overview_block {
    padding-top: 70px;
  }
}
.overview_block h3 {
  font-weight: 700;
  font-size: 1.562rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .overview_block h3 {
    font-size: 1.3rem;
  }
}
.overview_block h4 {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 50px;
  line-height: 1.88;
}

/*-------------------------------------------------------------------
	法人概要 company
-------------------------------------------------------------------*/
.sec.company {
  background-color: rgba(255, 255, 255, 0.6);
}
.sec.company .tableArea {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .sec.company .tableArea {
    padding-bottom: 30px;
  }
}
.sec.company .tableArea table {
  width: 590px;
  border-top: solid 2px #9DAD97;
  border-bottom: solid 2px #9DAD97;
}
@media screen and (max-width: 800px) {
  .sec.company .tableArea table tr {
    display: flex;
    flex-direction: column;
  }
}
.sec.company .tableArea table th,
.sec.company .tableArea table td {
  border-bottom: solid 1px #9DAD97;
  height: 78px;
  line-height: 78px;
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  .sec.company .tableArea table th,
  .sec.company .tableArea table td {
    line-height: 1;
    height: 57px;
  }
}
.sec.company .tableArea table th {
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .sec.company .tableArea table th {
    border-bottom: none;
    padding-top: 24px;
  }
}
.sec.company .tableArea table td {
  font-weight: 400;
  width: 74%;
  color: #3B4043;
}
@media screen and (max-width: 800px) {
  .sec.company .tableArea table td {
    width: 100%;
    padding-top: 11px;
  }
}

/*-------------------------------------------------------------------
	沿革 history
-------------------------------------------------------------------*/
.contentIn .block-ttl .enkaku {
  letter-spacing: 0.8em;
  text-indent: 0.8em;
}

.historyImg {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .historyImg {
    padding-bottom: 12px;
  }
}

/*-------------------------------------------------------------------
	組織図 organization chart
-------------------------------------------------------------------*/
.sec.organization {
  background-color: rgba(255, 255, 255, 0.6);
}

.chart {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .chart {
    padding-bottom: 30px;
  }
}

/*-------------------------------------------------------------------
	組織図 organization chart
-------------------------------------------------------------------*/
.sec.financial {
  text-align: center;
  font-size: 1.1rem;
}
.sec.financial h3 {
  font-weight: 500;
  padding-bottom: 50px;
  color: #3B4043;
}
.sec.financial h4 {
  font-weight: 700;
  padding-bottom: 50px;
  color: #3B4043;
}
.sec.financial h4 a {
  color: #044819;
  border-bottom: solid 1px #044819;
  padding-bottom: 1px;
}/*# sourceMappingURL=overview.css.map */