@charset "UTF-8";
.breadcrumb_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.about01 {
  background: #f9f6db;
}
.about01 .c_con {
  position: relative;
}
.about01 .tree {
  width: 78rem;
  position: relative;
  z-index: 1;
  left: -10.2rem;
}
.about01 .about01_txt_wrap {
  text-align: center;
  width: 26rem;
  position: absolute;
  top: 31rem;
  right: 6rem;
}
.about01 .about01_txt_wrap .about01_ttl {
  font-size: 3.3rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about01 .about01_txt_wrap .about01_txt {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 22rem;
}
.about01 .about01_bottom {
  margin-top: -16rem;
  position: relative;
  z-index: 3;
  padding-bottom: 8rem;
}
.about01 .about01_item {
  border-radius: 50%;
  aspect-ratio: 1/1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about01 .about01_item .about01_item_ttl {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
}
.about01 .about01_item .about01_item_ttl span {
  color: #fff;
  font-family: var(--font-gotham);
  font-weight: 500;
  font-size: 1.3rem;
  width: 18.7rem;
  height: 2.2rem;
  border-radius: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.about01 .about01_item .about01_item_subttl {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding-top: 0.2rem;
  padding-bottom: 0.8rem;
  color: #231815;
}
.about01 .about01_item .about01_item_end {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4166666667;
}
.about01 .about01_item01 {
  width: 30rem;
  position: absolute;
  left: 0.5rem;
  top: 4rem;
  border: 1px solid #8e4023;
}
.about01 .about01_item01 .about01_item_ttl {
  color: #8e4023;
}
.about01 .about01_item01 .about01_item_ttl span {
  background: #8e4023;
}
.about01 .about01_item01 .about01_item_end {
  color: #8e4023;
}
.about01 .about01_item01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 2rem;
  gap: 0.5rem;
}
.about01 .about01_item01 ul li {
  list-style: none;
  color: #8e4023;
  border: 0.5px solid #8e4023;
  border-radius: 0.3rem;
  background: #fff;
  width: 7.8rem;
  height: 7.4rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about01 .about01_item02 {
  width: 38rem;
  margin-left: 28.8rem;
  border: 1px solid #00469b;
}
.about01 .about01_item02 .about01_item_ttl {
  color: #00469b;
}
.about01 .about01_item02 .about01_item_ttl span {
  background: #00469b;
}
.about01 .about01_item02 .about01_item_end {
  color: #00469b;
}
.about01 .about01_item02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1rem;
  gap: 0.5rem;
}
.about01 .about01_item02 ul li {
  list-style: none;
  border: 0.5px solid #00469b;
  border-radius: 0.3rem;
  background: #fff;
  width: 14.4rem;
  padding: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about01 .about01_item02 ul li:last-child {
  width: 16.6rem;
}
.about01 .about01_item02 ul li dl dt {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  color: #00469b;
  margin-bottom: 0.5rem;
}
.about01 .about01_item02 ul li dl dd {
  text-align: left;
  padding-left: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about01 .about01_item02 ul li dl dd p {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.6rem;
  position: relative;
  padding-left: 0.8rem;
}
.about01 .about01_item02 ul li dl dd p:before {
  content: "●";
  color: #00469b;
  font-size: 65%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about01 .about01_item03 {
  width: 33rem;
  position: absolute;
  right: 0.5rem;
  top: 4rem;
  border: 1px solid #00673d;
}
.about01 .about01_item03 .about01_item_ttl {
  color: #00673d;
}
.about01 .about01_item03 .about01_item_ttl span {
  background: #00673d;
}
.about01 .about01_item03 .about01_item_end {
  color: #00673d;
}
.about01 .about01_item03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1rem;
  gap: 0.5rem;
}
.about01 .about01_item03 ul li {
  list-style: none;
  color: #00673d;
  border: 0.5px solid #00673d;
  border-radius: 0.3rem;
  background: #fff;
  width: 11.5rem;
  padding: 1rem 0;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .about01 .tree {
    width: 100%;
    left: 0;
    padding-top: 26rem;
  }
  .about01 .about01_txt_wrap {
    width: 26rem;
    top: 40rem;
    right: 6rem;
  }
  .about01 .about01_txt_wrap .about01_ttl {
    font-size: 4.8rem;
  }
  .about01 .about01_txt_wrap .about01_txt {
    font-size: 3rem;
    line-height: 1.6333333333;
    padding-top: 34rem;
  }
  .about01 .about01_bottom {
    margin-top: 0;
    padding-bottom: 8rem;
  }
  .about01 .about01_item {
    height: 67.5rem;
    margin: 0 auto;
  }
  .about01 .about01_item .about01_item_ttl {
    font-size: 6rem;
  }
  .about01 .about01_item .about01_item_ttl span {
    font-size: 2.8rem;
    width: 42rem;
    height: 4.7rem;
    border-radius: 2.35rem;
    margin-top: 1.2rem;
  }
  .about01 .about01_item .about01_item_subttl {
    font-size: 3.1rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .about01 .about01_item .about01_item_end {
    font-size: 2.5rem;
  }
  .about01 .about01_item01 {
    width: 67.5rem;
    position: static;
  }
  .about01 .about01_item01 .about01_item_end {
    font-size: 3.1rem;
  }
  .about01 .about01_item01 ul {
    margin: 0 auto 4rem;
    gap: 1rem;
  }
  .about01 .about01_item01 ul li {
    border-radius: 0.6rem;
    width: 17.5rem;
    height: 16.6rem;
    font-size: 2.8rem;
  }
  .about01 .about01_item02 {
    width: 67.5rem;
    margin: 2rem auto;
  }
  .about01 .about01_item02 .about01_item_subttl {
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
  }
  .about01 .about01_item02 ul {
    margin: 0 auto 1rem;
    gap: 1rem;
  }
  .about01 .about01_item02 ul li {
    border-radius: 0.6rem;
    width: 27.9rem;
    padding: 0.6rem 0;
  }
  .about01 .about01_item02 ul li:last-child {
    width: 35.8rem;
  }
  .about01 .about01_item02 ul li dl dt {
    font-size: 2.6rem;
    margin-bottom: 0.8rem;
  }
  .about01 .about01_item02 ul li dl dd {
    padding-left: 1.2rem;
  }
  .about01 .about01_item02 ul li dl dd p {
    font-size: 2.1rem;
    margin-right: 0.6rem;
    padding-left: 2rem;
    letter-spacing: -0.01em;
  }
  .about01 .about01_item03 {
    width: 67.5rem;
    position: static;
  }
  .about01 .about01_item03 .about01_item_subttl {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .about01 .about01_item03 ul {
    margin: 0 auto 1rem;
    gap: 1rem;
  }
  .about01 .about01_item03 ul li {
    border-radius: 0.6rem;
    width: 25.2rem;
    padding: 2rem 0;
    font-size: 2.7rem;
  }
}
.photos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.photos ul li {
  list-style: none;
  width: 16.6666%;
}

@media screen and (max-width: 767px) {
  .photos ul li {
    width: 33.333%;
  }
}
.about02 {
  padding-top: 8.5rem;
  padding-bottom: 10rem;
}
.about02 .about02_inner {
  position: relative;
}
.about02 .ttl {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  padding-bottom: 5rem;
  width: 26rem;
  text-align: center;
  margin-left: auto;
}
.about02 .ttl span {
  display: block;
}
.about02 .ttl .en {
  font-family: var(--font-gotham);
  font-weight: 300;
  font-size: 4.1rem;
}
.about02 .ttl .jp {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.about02 .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 68.5rem;
  z-index: 1;
}
.about02 .photo .name {
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  padding-top: 2rem;
  padding-left: 1.5rem;
}
.about02 .photo .name .small {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.about02 .txt {
  position: relative;
  z-index: 2;
  width: 43.5rem;
  margin-left: auto;
}
.about02 .txt p {
  font-size: 1.3rem;
  line-height: 1.75;
}
.about02 .txt p + p {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .about02 {
    padding-top: 18.5rem;
    padding-bottom: 14rem;
  }
  .about02 .ttl {
    padding-top: 0;
    padding-bottom: 6.5rem;
    width: 100%;
  }
  .about02 .ttl .en {
    font-size: 6rem;
  }
  .about02 .ttl .jp {
    font-size: 4rem;
  }
  .about02 .photo {
    position: static;
    margin-left: auto;
    width: 70.8rem;
  }
  .about02 .photo .name {
    font-size: 4.3rem;
    padding-top: 8rem;
    padding-bottom: 6rem;
    padding-left: 0;
    text-align: center;
  }
  .about02 .photo .name .small {
    font-size: 3rem;
  }
  .about02 .txt {
    width: 61.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .about02 .txt p {
    font-size: 2.9rem;
    line-height: 1.7586206897;
  }
  .about02 .txt p + p {
    margin-top: 5rem;
  }
}
.about03 {
  background: #f9f9f8;
  padding: 7rem 0;
}
.about03 .about03_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5rem;
}
.about03 .ttl {
  position: relative;
  z-index: 2;
  padding-bottom: 3rem;
  width: 28.5rem;
  text-align: center;
}
.about03 .ttl span {
  display: block;
}
.about03 .ttl .en {
  font-family: var(--font-gotham);
  font-weight: 300;
  font-size: 4.1rem;
}
.about03 .ttl .jp {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.about03 .about03_left {
  width: 64rem;
}
.about03 .about03_left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.about03 .about03_left dl dt {
  width: 13rem;
  border-right: 1px solid #000000;
  padding: 0.5rem 0;
}
.about03 .about03_left dl dd {
  width: calc(100% - 13rem);
  padding: 0.5rem 0;
  padding-left: 2.8rem;
}
.about03 .about03_right {
  width: 22.5rem;
  margin-left: auto;
}
.about03 .about03_right ul li {
  list-style: none;
}
.about03 .about03_right ul li:first-child {
  margin-bottom: 1rem;
}
.about03 .about03_right ul li:last-child {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .about03 {
    padding: 13rem 0 0;
  }
  .about03 .about03_inner {
    padding: 0;
  }
  .about03 .ttl {
    padding-bottom: 8rem;
    width: 100%;
  }
  .about03 .ttl .en {
    font-size: 6rem;
  }
  .about03 .ttl .jp {
    font-size: 4rem;
  }
  .about03 .about03_left {
    width: 100%;
    padding: 0 4rem 8rem;
  }
  .about03 .about03_left dl {
    font-size: 3rem;
    line-height: 1.2333333333;
  }
  .about03 .about03_left dl dt {
    width: 100%;
    border-right: none;
    padding: 0 0 1.5rem;
  }
  .about03 .about03_left dl dd {
    width: 100%;
    padding: 0;
  }
  .about03 .about03_left dl + dl {
    margin-top: 5rem;
  }
  .about03 .about03_right {
    width: 100%;
    margin-left: 0;
  }
  .about03 .about03_right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about03 .about03_right ul li {
    width: 33.333%;
  }
  .about03 .about03_right ul li:first-child {
    margin-bottom: 0;
  }
  .about03 .about03_right ul li:last-child {
    margin-top: 0;
  }
}
.bnr_link {
  padding: 9rem 0;
  border-top: 1px solid #e4e6e6;
}
.bnr_link .bnr_link_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bnr_link a {
  width: 46.5rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .bnr_link {
    padding: 15rem 4rem;
  }
  .bnr_link a {
    width: 100%;
  }
  .bnr_link a + a {
    margin-top: 3rem;
  }
}