@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  ごあいさつ
----------------------------------------------------*/
.section-wrap.greeting {
  /*----------------------------------------------------
    概要
  ----------------------------------------------------*/
  /*----------------------------------------------------
    概要アコーディオン
  ----------------------------------------------------*/
}
.section-wrap.greeting .second-title {
  text-align: center;
}
.section-wrap.greeting .greeting-honbun {
  margin: auto;
  width: 45em;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.greeting .greeting-honbun {
    width: 85vw;
  }
}
.section-wrap.greeting .greeting-honbun p {
  font-size: 1.8rem;
  margin-bottom: 2em;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.greeting .greeting-honbun p {
    font-size: 1.6rem;
  }
}
.section-wrap.greeting .gaiyou-honbun p {
  font-size: 1.8rem;
  margin-bottom: 2em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.greeting .gaiyou-honbun p {
    font-size: 1.6rem;
  }
}
.section-wrap.greeting .accordion-area {
  margin: auto;
  width: 45em;
}
@media screen and (max-width: 767.98px) {
  .section-wrap.greeting .accordion-area {
    width: 100%;
  }
}
.section-wrap.greeting .toggle {
  display: none;
}
.section-wrap.greeting .Label {
  /*タイトル*/
  padding: 0.8em 1em;
  display: block;
  color: #fff;
  background: #008C4F;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  .section-wrap.greeting .Label {
    font-size: 1.8rem;
  }
}
.section-wrap.greeting .Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: rotate(135deg);
}
.section-wrap.greeting .Label,
.section-wrap.greeting .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.section-wrap.greeting .content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
  background: #fff;
}
.section-wrap.greeting .content a.btn-inquiry {
  display: block;
  margin: auto;
  width: 245px;
}
.section-wrap.greeting .content .ph-area {
  text-align: center;
}
.section-wrap.greeting .content .ph-area img {
  border-radius: 20px;
  max-width: 100%;
  margin: 0 0 5px;
}
.section-wrap.greeting .content .ph-area p {
  margin-bottom: 2rem;
}
.section-wrap.greeting .content table {
  width: 100%;
}
.section-wrap.greeting .content table tr {
  border-bottom: 1px solid #ccc;
}
.section-wrap.greeting .content table th,
.section-wrap.greeting .content table td {
  padding: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .section-wrap.greeting .content table th,
  .section-wrap.greeting .content table td {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .section-wrap.greeting .content table th {
    padding: 1rem 1rem 0rem 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-wrap.greeting .content table td {
    padding: 0rem 1rem 1rem 1rem;
  }
}
.section-wrap.greeting .toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.section-wrap.greeting .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
.section-wrap.greeting .image-area {
  flex: 1;
  margin-right: calc(50% - 50vw);
  padding-left: 3rem;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.greeting .image-area {
    flex: none;
    padding-left: 0;
    margin: 0;
    width: 100%;
  }
}
.section-wrap.greeting .image-area img {
  width: 600px;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.greeting .image-area img {
    display: block;
    margin: 0 auto;
  }
}

.tbl-hist {
  background: #fff;
  width: 100%;
}
.tbl-hist tr {
  border-bottom: 1px solid #ccc;
}
.tbl-hist th {
  font-weight: normal;
  text-align: right;
}

.ph-hist-wrap {
  text-align: center;
}

.ph-hist-block {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  padding: 7px !important;
  margin-top: 15px;
  font-size: 1.3rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .ph-hist-block {
    font-size: 1.1rem;
  }
}
.ph-hist-block img {
  margin-bottom: 5px;
  width: 240px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .ph-hist-block img {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=company.css.map */