@charset "UTF-8";
/* CSS Document */
main {
  background-color: rgb(242, 242, 242);
}
.main_in {
  width: 100%;
  padding: 150px 0px 85px 0px;
  background-color: rgb(242, 242, 242);
  max-width: 1135px;
  width: calc(100% - 80px);
  margin: 0px auto;
}
h2.title1_k {
  font-weight: 700;
  vertical-align: baseline;
  font-size: 4.0rem;
  color: #783f04;
  margin: 0px 0px 50px 0px;
}
h3.title2_k {
  background: rgb(119 63 4 / 7%);
  padding: 20px 0px 20px 60px;
  margin-bottom: 50px;
  position: relative;
  font-weight: 500;
  line-height: 170%;
  z-index: 1;
  text-align: left;
  font-weight: 700;
  font-size: 2.0rem;
  color: #783f04;
  border-bottom: 1px solid #ccc;
}
h3.title2_k:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #783f04;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0px 0px 0px 0px;
}
.date {
  text-align: left;
  margin: 0px auto 0 auto;
  padding: 60px 40px;
  background-color: #FFF;
  border-radius: 20px;
}
.date dl {
  width: 100%;
  margin: 0px auto 20px auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 170%;
  padding-top: 70px; /* アンカー対応 */
  margin-top: -70px; /* アンカー対応 */
}
.date dt {
  width: 120px;
  color: #783f04;
  padding: 2px 0;
  margin: 0 20px 0 0;
  background-color: rgba(242, 242, 242, 1);
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
}
.date dd {
  width: calc(100% - 140px);
  margin: 0px 0px 0px 0px;
}
.list01 li {
  position: relative;
  padding: 0px 0px 5px 20px;
  text-decoration: none;
  list-style: none;
}
.list01 li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  margin: 0;
  width: 8px;
  height: 8px;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #783f04;
  border-right: 2px solid #783f04;
}
.list02 {
  list-style-type: decimal;
  margin: 0px 0px 0px 20px;
}
.list02 li {
  margin: 0px 0px 15px 0px;
}
h3.title01 {
  font-size: 1.8rem;
  background: rgba(248, 183, 61, 0.2);
  padding: 15px 0px 15px 35px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
  line-height: 170%;
  border-bottom: 1px solid rgba(248, 183, 61, 0.3);
}
.img_box {
  display: flex;
  justify-content: space-around;
  margin: 30px 0px 100px 0px;
  border: 3px solid #000;
  background-color: #FFF;
  padding: 10px 0px;
  width: 100%;
}
.img_box img {
  width: 100%;
}
.img_box div {
  width: 31%;
}
.members {}
.members img {
  width: 100%;
}
.txt1 {
  line-height: 165%;
  text-align: left;
  margin: 0px 0px 50px 0px;
}
.indent {
  margin: 0px 0px 10px 0px;
}
.bold {
  font-weight: 700;
}
.underline {
  text-decoration: underline;
  font-weight: 700;
}
.activity_column {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.activity_column img {
  width: 100%;
}
.activity_column figure {
  width: 48%;
}
.profile {
  display: flex;
  justify-content: space-between;
  margin: 0px auto 20px auto;
  padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
}
.profile p {
  flex: 1;
}
.profile div {
  flex: 1;
}
.profile img {
  width: 100%;
}
.profile_img {
  display: flex;
  justify-content: flex-end;
}
.profile_img figcaption {
  font-size: 1.5rem;
  line-height: 145%;
word-break: break-all;
}
.w_33 {
  width: 225px;
  margin: 0 1%;
}
.anchor {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
/*　↓↓↓↓↓　1200px以下のデバイスを使用するとき　↓↓↓↓↓　*/
@media screen and (max-width:1200px) {
  .main_in {
    width: 90%;
    padding: 150px auto 35px auto;
  }
  .profile {
    display: block;
    width: 100%;
  }
  .profile_img {
    width: 100%;
    justify-content: flex-start;
    margin: 20px 0px;
  }
}
@media screen and (max-width:1080px) {}
@media screen and (max-width:850px) {
  .date dl {
    display: block;
  }
  .date dt {
    margin: 0 0px 5px 0;
  }
  .date dd {
    width: 100%;
  }
  h3.title2_k {
    font-size: 1.6rem;
    padding: 20px 0px 20px 50px;
  }
  h3.title2_k:before {
    width: 10px;
    height: 10px;
  }
  .activity_column {
    display: block;
    width: 100%;
  }
  .activity_column figure {
    width: 100%;
  }
}
@media screen and (max-width:765px) {
  h2.title1_k {
    font-size: 3.0rem;
  }
  .img_box {
    width: 100%;
    display: inline-block;
    margin: 30px 0px 30px 0px;
  }
  .img_box div {
    width: 330px;
    margin: 15px auto 15px auto;
  }
}
@media screen and (max-width:650px) {
  h2.title1_k {
    font-size: 2.5rem;
  }
  .profile_img {
    width: 100%;
    display: block;
  }
  .w_33 {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width:480px) {
  .img_box div {
    width: 90%;
  }
}