@charset "UTF-8";
/* Scss Document */
@media screen and (min-width: 768px) and (max-width:992px) {
  .header__list:not(:last-child) {
    margin-right: 1vw !important;
  }
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .row {
    margin: 0;
  }
}

.col-sm-1,
.col-md-1,
.col-lg-1 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .col-sm-1,
  .col-md-1,
  .col-lg-1 {
    padding: 0;
  }
}

.col-lg-1 {
  width: calc(100% * 1 / 12);
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-1 {
    width: calc(100% * 1 / 12);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-1 {
    width: calc(100% * 1 / 12);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-1,
  .col-lg-1 {
    margin-top: 10px;
  }
  .col-md-1:nth-child(1), .col-md-1:nth-child(2),
  .col-lg-1:nth-child(1),
  .col-lg-1:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md-1,
  .col-lg-1 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-1:first-child,
  .col-lg-1:first-child {
    margin-top: 0;
  }
}
.col-sm-2,
.col-md-2,
.col-lg-2 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .col-sm-2,
  .col-md-2,
  .col-lg-2 {
    padding: 0;
  }
}

.col-lg-2 {
  width: calc(100% * 2 / 12);
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-2 {
    width: calc(100% * 2 / 12);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-2 {
    width: calc(100% * 2 / 12);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-2,
  .col-lg-2 {
    margin-top: 10px;
  }
  .col-md-2:nth-child(1), .col-md-2:nth-child(2),
  .col-lg-2:nth-child(1),
  .col-lg-2:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md-2,
  .col-lg-2 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-2:first-child,
  .col-lg-2:first-child {
    margin-top: 0;
  }
}
.col-sm-3,
.col-md-3,
.col-lg-3 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .col-sm-3,
  .col-md-3,
  .col-lg-3 {
    padding: 0;
  }
}

.col-lg-3 {
  width: calc(100% * 3 / 12);
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-3 {
    width: calc(100% * 3 / 12);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-3 {
    width: calc(100% * 3 / 12);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-3,
  .col-lg-3 {
    margin-top: 10px;
  }
  .col-md-3:nth-child(1), .col-md-3:nth-child(2),
  .col-lg-3:nth-child(1),
  .col-lg-3:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md-3,
  .col-lg-3 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-3:first-child,
  .col-lg-3:first-child {
    margin-top: 0;
  }
}
.col-sm-4,
.col-md-4,
.col-lg-4 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .col-sm-4,
  .col-md-4,
  .col-lg-4 {
    padding: 0;
  }
}

.col-lg-4 {
  width: calc(100% * 4 / 12);
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-4 {
    width: calc(100% * 4 / 12);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-4 {
    width: calc(100% * 4 / 12);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-4,
  .col-lg-4 {
    margin-top: 10px;
  }
  .col-md-4:nth-child(1), .col-md-4:nth-child(2),
  .col-lg-4:nth-child(1),
  .col-lg-4:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md-4,
  .col-lg-4 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-4:first-child,
  .col-lg-4:first-child {
    margin-top: 0;
  }
}
.col-sm-5,
.col-md-5,
.col-lg-5 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .col-sm-5,
  .col-md-5,
  .col-lg-5 {
    padding: 0;
  }
}

.col-lg-5 {
  width: calc(100% * 5 / 12);
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-5 {
    width: calc(100% * 5 / 12);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-5 {
    width: calc(100% * 5 / 12);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-5,
  .col-lg-5 {
    margin-top: 10px;
  }
  .col-md-5:nth-child(1), .col-md-5:nth-child(2),
  .col-lg-5:nth-child(1),
  .col-lg-5:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md-5,
  .col-lg-5 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-5:first-child,
  .col-lg-5:first-child {
    margin-top: 0;
  }
}
.col-sm-6,
.col-md-6,
.col-lg-6 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .col-sm-6,
  .col-md-6,
  .col-lg-6 {
    padding: 0;
  }
}

.col-lg-6 {
  width: calc(100% * 6 / 12);
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-6 {
    width: calc(100% * 6 / 12);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-6 {
    width: calc(100% * 6 / 12);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-6,
  .col-lg-6 {
    margin-top: 10px;
  }
  .col-md-6:nth-child(1), .col-md-6:nth-child(2),
  .col-lg-6:nth-child(1),
  .col-lg-6:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md-6,
  .col-lg-6 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-6:first-child,
  .col-lg-6:first-child {
    margin-top: 0;
  }
}
.col-sm-7,
.col-md-7,
.col-lg-7 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .col-sm-7,
  .col-md-7,
  .col-lg-7 {
    padding: 0;
  }
}

.col-lg-7 {
  width: calc(100% * 7 / 12);
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-7 {
    width: calc(100% * 7 / 12);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-7 {
    width: calc(100% * 7 / 12);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-7,
  .col-lg-7 {
    margin-top: 10px;
  }
  .col-md-7:nth-child(1), .col-md-7:nth-child(2),
  .col-lg-7:nth-child(1),
  .col-lg-7:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md-7,
  .col-lg-7 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-7:first-child,
  .col-lg-7:first-child {
    margin-top: 0;
  }
}
.col-sm-8,
.col-md-8,
.col-lg-8 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .col-sm-8,
  .col-md-8,
  .col-lg-8 {
    padding: 0;
  }
}

.col-lg-8 {
  width: calc(100% * 8 / 12);
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-8 {
    width: calc(100% * 8 / 12);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-8 {
    width: calc(100% * 8 / 12);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-8,
  .col-lg-8 {
    margin-top: 10px;
  }
  .col-md-8:nth-child(1), .col-md-8:nth-child(2),
  .col-lg-8:nth-child(1),
  .col-lg-8:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md-8,
  .col-lg-8 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-8:first-child,
  .col-lg-8:first-child {
    margin-top: 0;
  }
}
.col-sm-9,
.col-md-9,
.col-lg-9 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .col-sm-9,
  .col-md-9,
  .col-lg-9 {
    padding: 0;
  }
}

.col-lg-9 {
  width: calc(100% * 9 / 12);
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-9 {
    width: calc(100% * 9 / 12);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-9 {
    width: calc(100% * 9 / 12);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-9,
  .col-lg-9 {
    margin-top: 10px;
  }
  .col-md-9:nth-child(1), .col-md-9:nth-child(2),
  .col-lg-9:nth-child(1),
  .col-lg-9:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md-9,
  .col-lg-9 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-9:first-child,
  .col-lg-9:first-child {
    margin-top: 0;
  }
}
.col-sm-10,
.col-md-10,
.col-lg-10 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .col-sm-10,
  .col-md-10,
  .col-lg-10 {
    padding: 0;
  }
}

.col-lg-10 {
  width: calc(100% * 10 / 12);
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-10 {
    width: calc(100% * 10 / 12);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-10 {
    width: calc(100% * 10 / 12);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-10,
  .col-lg-10 {
    margin-top: 10px;
  }
  .col-md-10:nth-child(1), .col-md-10:nth-child(2),
  .col-lg-10:nth-child(1),
  .col-lg-10:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md-10,
  .col-lg-10 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-10:first-child,
  .col-lg-10:first-child {
    margin-top: 0;
  }
}
.col-sm-11,
.col-md-11,
.col-lg-11 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .col-sm-11,
  .col-md-11,
  .col-lg-11 {
    padding: 0;
  }
}

.col-lg-11 {
  width: calc(100% * 11 / 12);
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-11 {
    width: calc(100% * 11 / 12);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-11 {
    width: calc(100% * 11 / 12);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-11,
  .col-lg-11 {
    margin-top: 10px;
  }
  .col-md-11:nth-child(1), .col-md-11:nth-child(2),
  .col-lg-11:nth-child(1),
  .col-lg-11:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md-11,
  .col-lg-11 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-11:first-child,
  .col-lg-11:first-child {
    margin-top: 0;
  }
}
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding: 0;
  }
}

.col-lg-12 {
  width: calc(100% * 12 / 12);
}

@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-12 {
    width: calc(100% * 12 / 12);
  }
}
@media screen and (max-width: 768px) {
  .col-sm-12 {
    width: calc(100% * 12 / 12);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .col-md-12,
  .col-lg-12 {
    margin-top: 10px;
  }
  .col-md-12:nth-child(1), .col-md-12:nth-child(2),
  .col-lg-12:nth-child(1),
  .col-lg-12:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md-12,
  .col-lg-12 {
    width: 100%;
    margin-top: 10px;
  }
  .col-md-12:first-child,
  .col-lg-12:first-child {
    margin-top: 0;
  }
}
.img-svg {
  width: 100%;
}

.lab-conservation,
#lab-conservation h4 {
  background-color: #50a4db;
}

.lab-symbiosis,
#lab-symbiosis h4 {
  background-color: #ce55db;
}

.lab-resource,
#lab-resource h4 {
  background-color: #dbd757;
}

#lab-conservation .js-accordion-text-title h5,
#lab-conservation .js-accordion-text-title p {
  color: #50a4db;
}

#lab-symbiosis .js-accordion-text-title h5,
#lab-symbiosis .js-accordion-text-title p {
  color: #ce55db;
}

#lab-resource .js-accordion-text-title h5,
#lab-resource .js-accordion-text-title p {
  color: #dbd757;
}

.js-accordion-text-title h5,
.js-accordion-text-title p {
  font-size: 22px;
}

.lab-acctitle {
  margin-bottom: 40px;
}
.lab-acctitle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .lab-acctitle ul {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.lab-acctitle ul li {
  width: 50%;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .lab-acctitle ul li {
    width: 100%;
  }
}
.lab-acctitle ul li a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 10px;
}

.lab-item {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lab-item {
    margin-bottom: 40px;
  }
}
.lab-item h4 {
  color: #fff;
  padding: 10px 20px;
  font-size: 25px;
  margin-bottom: 30px;
  border-radius: 15px;
}

.lab-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lab-accordion {
  padding: 40px;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 30px;
}
.lab-accordion:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lab-accordion {
    padding: 15px;
  }
}
.lab-accordion .flexBox {
  gap: 20px;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .lab-accordion .flexBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .lab-accordion .flexBox {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lab-accordion .flexBox.img-2item .lab-textArea {
  width: calc(100% - 600px);
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .lab-accordion .flexBox.img-2item .lab-textArea {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  .lab-accordion .flexBox.img-2item .lab-textArea {
    width: 100%;
  }
}
.lab-accordion .flexBox .lab-textArea {
  width: calc(100% - 300px);
  position: relative;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .lab-accordion .flexBox .lab-textArea {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .lab-accordion .flexBox .lab-textArea {
    width: 100%;
  }
}
.lab-accordion .flexBox .lab-textArea p {
  clear: both;
  text-align: justify;
}
.lab-accordion .flexBox .lab-textArea p img {
  border: 1px solid #ddd;
  border-radius: 25px;
  width: 200px;
  margin-top: 1em;
}
.lab-accordion .flexBox .lab-textArea p a {
  color: #64B34A;
}
.lab-accordion .flexBox .lab-imgArea {
  width: 300px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .lab-accordion .flexBox .lab-imgArea {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .lab-accordion .flexBox .lab-imgArea {
    width: 100%;
  }
}
.lab-accordion .flexBox .lab-imgArea img {
  border: 1px solid #ddd;
  border-radius: 25px;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .lab-accordion .flexBox .lab-imgArea img {
    border-radius: 15px;
  }
}

/**/
.lab-accordion-wrap {
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .lab-accordion-wrap {
    padding-bottom: 30px;
  }
}

.lab-accordion-btn {
  bottom: -15px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 0;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.lab-accordion-btn::after {
  content: "続きを読む";
}

.lab-accordion-btn:hover {
  opacity: 0.8;
}

.js-accordion-text {
  overflow: hidden;
  position: relative;
}
.js-accordion-text .js-accordion-text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .js-accordion-text .js-accordion-text-title {
    display: block;
  }
}
.js-accordion-text .js-accordion-text-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.js-accordion-text .js-accordion-text-title p span {
  display: inline-block;
}

.js-accordion-text.is-hide {
  height: 120px;
}
@media screen and (max-width: 768px) {
  .js-accordion-text.is-hide {
    height: 180px;
  }
}

.js-accordion-text::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px;
  position: absolute;
  width: 100%;
}

.lab-accordion-btn.is-show {
  bottom: -3em;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .lab-accordion-btn.is-show {
    bottom: -2em;
  }
}
@media screen and (max-width: 768px) {
  .lab-accordion-btn.is-show {
    bottom: -0.8em;
  }
}

.lab-accordion-btn.is-show::after {
  content: "閉じる";
}

.lab-accordion-btn.is-show + .js-accordion-text::before {
  display: none;
}

.lab-accordion-btn::before {
  content: "\f107";
}

.lab-accordion-btn.is-show::before {
  content: "\f106";
}

.lab-accordion-btn::before,
.lab-accordion-btn.is-show::before {
  font: var(--fa-font-solid);
  display: inline-block;
  text-rendering: auto;
  margin-right: 0.3em;
  -webkit-font-smoothing: antialiased;
}

.accordionArea {
  margin-inline: auto;
  max-width: 1360px;
  width: 90%;
  padding: 0 0 105px;
}
@media screen and (max-width: 768px) {
  .accordionArea {
    padding: 0 0 50px;
  }
}
.accordionArea h5.acctitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.accordionArea h5.acctitle::before {
  content: "■";
  padding-right: 5px;
  color: #64B34A;
}
.accordionArea .acc-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .accordionArea .acc-item {
    margin-bottom: 20px;
  }
}
.accordionArea .acc-item:last-child {
  margin-bottom: 0;
}

.accordion {
  background-color: #fff;
}
.accordion ul {
  width: 100%;
  padding: 0;
}
.accordion ul > li {
  position: relative;
  list-style: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .accordion ul > li {
    margin-bottom: 10px;
  }
}
.accordion ul a.toggle {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  background-color: #f5f5f5;
  color: #000;
}
.accordion ul .answerArea {
  display: none;
}
.accordion ul .answerBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
}
.accordion ul .answerBody .answerText {
  padding: 10px;
}
.accordion .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.accordion .acc-q,
.accordion .acc-a {
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  min-width: 50px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .accordion .acc-q,
  .accordion .acc-a {
    min-width: 25px;
    font-size: 1rem;
  }
}
.accordion .acc-q {
  background-color: #5c5c5c;
}
.accordion .acc-a {
  background-color: #64B34A;
}
.accordion .textArea {
  width: calc(100% - 80px);
  padding: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .accordion .textArea {
    width: calc(100% - 50px);
    padding: 5px;
  }
}
.accordion .accordion_icon,
.accordion .accordion_icon span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.accordion .accordion_icon {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #64B34A;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .accordion .accordion_icon {
    width: 25px;
    height: 25px;
    margin: 5px;
  }
}
.accordion .accordion_icon span {
  position: absolute;
  width: 50%;
  height: 2px;
  left: 7px;
  top: 14px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .accordion .accordion_icon span {
    left: 6px;
    top: 12px;
  }
}
.accordion .accordion_icon span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion .accordion_icon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion .accordion_icon.active span {
  /* &:nth-of-type(1) {
    display: none;
  }*/
}
.accordion .accordion_icon.active span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/**/
.message {
  padding: 105px 0;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 50px 0;
  }
}
.message .message_title {
  background-color: #64B34A;
  border-radius: 15px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  padding: 20px;
}
.message .message_wrap {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr 40px 2fr;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .message .message_wrap {
    margin-bottom: 30px;
  }
}
.message .message_wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .message .message_wrap {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.message .message_wrap p {
  margin-bottom: 10px;
}
.message .message_wrap p:last-child {
  margin-bottom: 0;
}
.message .message_wrap .message_img {
  text-align: center;
}
.message .message_wrap .message_img dd {
  margin-top: 10px;
}
.message .message_wrap .message_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 180%;
}
.message .message_wrap .message_text h6 {
  color: #64B34A;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.professor .professor__block {
  margin-inline: auto;
  max-width: 1360px;
  width: 90%;
}
@media (max-width: 767px) {
  .professor .professor__block {
    width: calc(100% - 30px);
  }
}
.professor .subject__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.professor .subject__title::before {
  background-color: #64B34A;
  border-radius: 50%;
  content: "";
  height: 15px;
  display: block;
  left: 0;
  position: absolute;
  top: 15px;
  width: 15px;
}
@media (max-width: 767px) {
  .professor .subject__title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 18px;
  }
  .professor .subject__title::before {
    height: 12px;
    top: 12px;
    width: 12px;
  }
}
.professor .professor_teachersBox {
  margin-bottom: 30px;
}
.professor .professor_teachersBox .professor_subBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .professor .professor_teachersBox .professor_subBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.professor .professor_teachersBox .professor_subBox .teachers-item ul {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .professor .professor_teachersBox .professor_subBox .teachers-item ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.professor .teachers-item ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .professor .teachers-item ul {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .professor .teachers-item ul {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.professor .teachers-item ul li {
  text-align: center;
}
.professor .teachers-item ul li p {
  text-align: center;
  margin-top: 5px;
}

.future .future-imgArea {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .future .future-imgArea {
    margin-bottom: 40px;
  }
}
.future .future-imgArea p {
  margin: 20px 0;
}