@charset "UTF-8";
/*----------------------------------------------------------
共通：タイトル中央寄せ & セクション padding
------------------------------------------------------------*/
.sec01,
.sec02,
.sec03 {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  .sec01,
.sec02,
.sec03 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec01,
.sec02,
.sec03 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.sec01 .c-ttl03 .ttl,
.sec01 .c-ttl03 .en,
.sec02 .c-ttl03 .ttl,
.sec02 .c-ttl03 .en,
.sec03 .c-ttl03 .ttl,
.sec03 .c-ttl03 .en {
  text-align: center;
}
.sec01 .c-ttl03 .ttl.green,
.sec01 .c-ttl03 .en.green,
.sec02 .c-ttl03 .ttl.green,
.sec02 .c-ttl03 .en.green,
.sec03 .c-ttl03 .ttl.green,
.sec03 .c-ttl03 .en.green {
  color: #549551 !important;
}
.sec01 .c-ttl03 .ttl.red,
.sec01 .c-ttl03 .en.red,
.sec02 .c-ttl03 .ttl.red,
.sec02 .c-ttl03 .en.red,
.sec03 .c-ttl03 .ttl.red,
.sec03 .c-ttl03 .en.red {
  color: #a53e3e !important;
}
.sec01 .flex,
.sec02 .flex,
.sec03 .flex {
  align-items: stretch;
  gap: 60px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 .flex,
.sec02 .flex,
.sec03 .flex {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex,
.sec02 .flex,
.sec03 .flex {
    gap: 40px;
    width: 100%;
  }
}
.sec01 .flex > div,
.sec02 .flex > div,
.sec03 .flex > div {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: calc((100% - 60px * 1) / 2);
}
@media screen and (max-width: 768px) {
  .sec01 .flex > div,
.sec02 .flex > div,
.sec03 .flex > div {
    gap: 30px;
    width: 100%;
  }
}
.sec01 .img img,
.sec02 .img img,
.sec03 .img img {
  display: block;
}
.sec01 .txts,
.sec02 .txts,
.sec03 .txts {
  position: relative;
  width: 100%;
  z-index: 2;
}
.sec01 .txts .name,
.sec02 .txts .name,
.sec03 .txts .name {
  font-family: "bahnschrift-condensed", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .sec01 .txts .name,
.sec02 .txts .name,
.sec03 .txts .name {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .txts .name,
.sec02 .txts .name,
.sec03 .txts .name {
    font-size: 35px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txts .name,
.sec02 .txts .name,
.sec03 .txts .name {
    font-size: 25px;
  }
}
.sec01 .txts .name.green,
.sec02 .txts .name.green,
.sec03 .txts .name.green {
  color: #549551;
}
.sec01 .txts .name.red,
.sec02 .txts .name.red,
.sec03 .txts .name.red {
  color: #a53e3e;
}
.sec01 .txts .name.blue,
.sec02 .txts .name.blue,
.sec03 .txts .name.blue {
  color: #609abd;
}
.sec01 .txts .info,
.sec02 .txts .info,
.sec03 .txts .info {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec01 .txts .info,
.sec02 .txts .info,
.sec03 .txts .info {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txts .info,
.sec02 .txts .info,
.sec03 .txts .info {
    font-size: 12px;
  }
}
.sec01 .txts .txt,
.sec02 .txts .txt,
.sec03 .txts .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .sec01 .txts .txt,
.sec02 .txts .txt,
.sec03 .txts .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .txts .txt,
.sec02 .txts .txt,
.sec03 .txts .txt {
    font-size: 14px;
    line-height: 1.875;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txts .txt,
.sec02 .txts .txt,
.sec03 .txts .txt {
    font-size: 12px;
    margin-top: 10px;
  }
}
.sec01 .txts .list,
.sec02 .txts .list,
.sec03 .txts .list {
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .sec01 .txts .list,
.sec02 .txts .list,
.sec03 .txts .list {
    margin-top: 5px;
  }
}
.sec01 .txts .list p,
.sec02 .txts .list p,
.sec03 .txts .list p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1080px) {
  .sec01 .txts .list p,
.sec02 .txts .list p,
.sec03 .txts .list p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .txts .list p,
.sec02 .txts .list p,
.sec03 .txts .list p {
    font-size: 14px;
    line-height: 1.875;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .txts .list p,
.sec02 .txts .list p,
.sec03 .txts .list p {
    font-size: 12px;
  }
}
.sec01 .txts .btns,
.sec02 .txts .btns,
.sec03 .txts .btns {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sec01 .txts .btns,
.sec02 .txts .btns,
.sec03 .txts .btns {
    gap: 5px;
  }
}
.sec01 .txts .c-btn,
.sec02 .txts .c-btn,
.sec03 .txts .c-btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid #484d53;
  display: flex;
  height: 50px !important;
  justify-content: center;
  margin-top: 30px;
  transition: all 0.3s ease;
  width: 174px !important;
}
@media screen and (max-width: 768px) {
  .sec01 .txts .c-btn,
.sec02 .txts .c-btn,
.sec03 .txts .c-btn {
    height: 45px !important;
    margin-top: 20px;
    width: 160px !important;
  }
}
@media screen and (min-width: 769px) {
  .sec01 .txts .c-btn:hover,
.sec02 .txts .c-btn:hover,
.sec03 .txts .c-btn:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.sec01 .txts .c-btn p,
.sec02 .txts .c-btn p,
.sec03 .txts .c-btn p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px !important;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .sec01 .txts .c-btn p,
.sec02 .txts .c-btn p,
.sec03 .txts .c-btn p {
    font-size: 18px !important;
  }
}

/*----------------------------------------------------------
各セクション個別スタイル
------------------------------------------------------------*/
.sec01 {
  background-color: #002446;
}

.sec02 {
  background-color: #022b51;
}
/*# sourceMappingURL=sourcemaps/member.css.map */