@charset "UTF-8";
.heading-page-title {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 5px;
  margin-top: 100px;
  background: #f8a270;
  padding: 20px 0;
  text-align: center;
}

.main .wrapper1__greeting {
  background: url(../img/bg-orange.png) no-repeat bottom/cover;
  height: 650px;
}

.main .wrapper1__greeting .greeting__inner {
  max-width: 1080px;
  margin: 150px auto 200px;
}

.main .wrapper1__greeting .greeting__inner .greeting-heading {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

.main .wrapper1__greeting .greeting__inner .greeting-heading::after {
  content: "";
  border-bottom: solid 3px #F8B795;
  display: block;
  max-width: 650px;
  margin: 7.5px auto 0;
}

.main .wrapper1__greeting .greeting__inner .text-wrapper {
  max-width: 1080px;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  background: #fff;
  padding: 20px;
  border: dashed 4px #f8a270;
}

.main .wrapper1__greeting .greeting__inner .text-greeting {
  font-size: 20px;
  line-height: 1.9;
  text-align: justify;
}

.main .wrapper1__greeting .greeting__inner .text-greeting span {
  margin-top: 20px;
  display: block;
  text-align: right;
  font-size: 22px;
  font-weight: 500;
}

.main .wrapper2__introduction {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7cfb4), to(#fffff7));
  background: linear-gradient(180deg, #f7cfb4, #fffff7);
}

.main .wrapper2__introduction .introduction__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 170px;
}

.main .wrapper2__introduction .introduction__content {
  width: 100%;
  background: linear-gradient(307deg, #ffffffad, #fffaf782);
  padding: 40px;
}

.main .wrapper2__introduction .personal-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.main .wrapper2__introduction .self-visual {
  width: 400px;
  height: 400px;
}

.main .wrapper2__introduction .self-visual .self-visual-img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.main .wrapper2__introduction .personal-history-text {
  max-width: 600px;
  text-align: justify;
}

.main .wrapper2__introduction .personal-history-text .heading3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 40px;
}

.main .wrapper2__introduction .personal-history-text .heading3 .heading3-in-1 {
  margin-right: 30px;
}

.main .wrapper2__introduction .personal-history-text p {
  line-height: 2;
  font-size: 22px;
}

.main .wrapper2__introduction .certification {
  padding-left: 40px;
  margin-top: 50px;
}

.main .wrapper2__introduction .certification .heading4 {
  font-size: 26px;
  margin-bottom: 16px;
}

.main .wrapper2__introduction .certification .certification-text {
  font-size: 20px;
  line-height: 1.8;
}

.main .wrapper3__about-office {
  background: #fffff7;
  /*テーブル*/
  /*テーブルend*/
}

.main .wrapper3__about-office .about-office__inner {
  margin: 0 auto;
  padding: 100px 0 200px;
  max-width: 1080px;
}

.main .wrapper3__about-office .about-office-heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.main .wrapper3__about-office table {
  line-height: 1.25;
  border-collapse: collapse;
  margin: 30px auto 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.main .wrapper3__about-office table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 2px solid #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 65%;
      grid-template-columns: 30% 65%;
}

.main .wrapper3__about-office table th,
.main .wrapper3__about-office table td {
  padding: 1em 10px 1em 1em;
}

.main .wrapper3__about-office table th {
  font-size: 1.2em;
}

.main .wrapper3__about-office table thead tr {
  background-color: #e5754d;
  color: #fff;
}

.main .wrapper3__about-office table tbody th {
  background: #F9CBAF;
  color: #383036;
}

.main .wrapper3__about-office .txt {
  text-align: left;
  font-size: 1.3em;
}

@media screen and (max-width: 600px) {
  .main .wrapper3__about-office table {
    border: 0;
    width: 100%;
  }
  .main .wrapper3__about-office table th {
    background-color: #e5754d;
    display: block;
    border-right: none;
  }
  .main .wrapper3__about-office table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .main .wrapper3__about-office table tr {
    display: block;
    margin-bottom: .625em;
  }
  .main .wrapper3__about-office table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    border-right: none;
  }
  .main .wrapper3__about-office table td:last-child {
    border-bottom: 0;
  }
  .main .wrapper3__about-office table tbody th {
    color: #fff;
  }
}

.main .wrapper3__about-office .heading-access {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 30px 0 0;
}

.main .wrapper3__about-office .heading-access::before {
  content: "";
  display: block;
  height: 3px;
  background: #e5754d;
  width: 50px;
}

.main .wrapper3__about-office .access-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .wrapper3__about-office .explain {
  font-size: 22px;
}

@media (max-width: 815px) {
  .heading-page-title {
    font-size: calc(2.25rem + ((1vw - 3.2px) * 3.6364));
  }
  .main {
    margin: 10vw auto 0;
  }
  .main .wrapper1__greeting {
    height: 100%;
  }
  .main .wrapper1__greeting .greeting__inner {
    margin: 10vw auto 0;
  }
  .main .wrapper1__greeting .greeting__inner .greeting-heading {
    font-size: calc(1.6875rem + ((1vw - 3.2px) * 1.0101));
  }
  .main .wrapper1__greeting .greeting__inner .text-greeting {
    font-size: calc(1.0625rem + ((1vw - 3.2px) * 1.0101));
  }
  .main .wrapper2__introduction .introduction__inner {
    padding: 0 0 15vw;
  }
  .main .wrapper2__introduction .introduction__content {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .main .wrapper2__introduction .personal-history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .wrapper2__introduction .self-visual {
    width: 36vw;
    height: 36vw;
    min-width: 150px;
    min-height: 150px;
  }
  .main .wrapper2__introduction .personal-history-text .heading3 {
    font-size: calc(1.6875rem + ((1vw - 3.2px) * 1.0101));
    text-align: center;
  }
  .main .wrapper2__introduction .personal-history-text .heading3 .heading3-in-1 {
    margin-right: 0;
  }
  .main .wrapper2__introduction .personal-history-text .heading3 .heading3-in-2 {
    display: block;
  }
  .main .wrapper2__introduction .personal-history-text p {
    font-size: calc(1.0625rem + ((1vw - 3.2px) * 1.0101));
    line-height: 1.8;
  }
  .main .wrapper2__introduction .certification {
    padding-left: 0;
  }
  .main .wrapper2__introduction .certification .certification-text {
    font-size: calc(1.0625rem + ((1vw - 3.2px) * 1.0101));
    line-height: 1.8;
  }
  .main .wrapper3__about-office .about-office__inner {
    padding: 0 0 10vw 0;
  }
  .main .wrapper3__about-office .about-office-heading {
    font-size: calc(1.6875rem + ((1vw - 3.2px) * 1.0101));
  }
  .main .wrapper3__about-office .explain {
    font-size: calc(1.0625rem + ((1vw - 3.2px) * 1.0101));
  }
  .main .wrapper3__about-office .access-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 5vw;
  }
  .main .wrapper3__about-office iframe {
    width: 90%;
  }
  .scroll {
    display: none;
  }
}
