.mv {
  position: relative;
}
.mv:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC);
  top: 0;
  left: 0;
  z-index: 1;
}
.mv .txt {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv .txt {
    top: 10%;
  }
}
.mv .txt > img {
  width: 20vw;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mv .txt > img {
    width: 35vw;
    margin-bottom: 25vw;
  }
}
.mv .txt p {
  font-size: 1.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .mv .txt p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 5vw;
  }
}
.mv .txt ul {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .mv .txt ul {
    max-width: 92%;
  }
}
.mv .txt ul li {
  width: 190px;
  list-style: none;
  background-color: #009CCB;
  color: #fff;
  padding: 1rem 0;
  border-radius: 7px;
  line-height: 1;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .mv .txt ul li {
    width: 32%;
    font-size: 0.7rem;
    padding: 0.6rem 0;
  }
}
.mv .img > img {
  width: 100%;
}

#about {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  #about {
    padding-top: 2rem;
  }
}
#about .title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #about .title {
    margin-bottom: 2rem;
  }
}
#about .title p {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #about .title p {
    font-size: 1rem;
    text-align: left;
    padding: 0 1rem;
  }
  #about .title p br {
    display: none;
  }
}
#about .title p span {
  color: #009CCB;
}
#about .img {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #about .img {
    margin-bottom: 2rem;
  }
}
#about .img p {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #about .img p {
    max-width: 90%;
  }
}
#about .img > img {
  width: 100%;
  height: auto;
}
#about .style {
  background-image: url(../img/index/style_bg.webp);
  background-repeat: repeat-x;
  background-position: center bottom;
}
#about .style .inner .title {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-bottom: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about .style .inner .title {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-align: left;
  }
  #about .style .inner .title br {
    display: none;
  }
}
#about .style .inner .title span:nth-of-type(1) {
  color: #009CCB;
}
#about .style .inner .title span:nth-of-type(2) {
  color: #00CBA8;
}
#about .style .inner .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  position: relative;
  margin-top: -100px;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #about .style .inner .row {
    display: block;
    max-width: 90%;
    margin-top: 0;
    margin: auto;
  }
}
#about .style .inner .row .col {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #about .style .inner .row .col {
    margin-bottom: 1rem;
  }
}
#about .style .inner .row .col h2 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
#about .style .inner .row .col img {
  margin-bottom: 2rem;
}

#point {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  #point {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  #point .inner {
    max-width: 90%;
  }
}
#point .inner .title {
  margin-bottom: 3rem;
  font-size: clamp(1rem, 2.4vw, 2.2rem);
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #point .inner .title {
    margin-bottom: 2rem;
  }
}
#point .inner .title img {
  vertical-align: text-bottom;
  margin-right: 20px;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  #point .inner .title img {
    display: block;
    margin: auto;
    margin-bottom: 1rem;
  }
}
#point .inner .txt {
  margin-bottom: 3rem;
  text-align: left;
  line-height: 1.4;
}
#point .inner .txt span {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
#point .inner .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 767px) {
  #point .inner .row {
    display: block;
    max-width: 100%;
  }
}
#point .inner .row .col {
  text-align: left;
  font-size: clamp(1rem, 1.6vw, 1rem);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #point .inner .row .col {
    max-width: 80%;
    margin: auto;
    margin-bottom: 1rem;
  }
}
#point .inner .row .col img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #point .inner .row .col img {
    margin: auto;
    margin-bottom: 1rem;
    width: 100%;
  }
}

#contents {
  background-image: url(../img/index/contents_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  #contents {
    padding: 2rem 0;
  }
}
#contents .inner h2 {
  font-size: clamp(1rem, 2vw, 1.6rem);
  font-weight: normal;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
#contents .inner .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 767px) {
  #contents .inner .row {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1rem;
    grid-gap: 10px;
  }
}
#contents .inner .row .col {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  height: 140px;
  padding: 1rem;
  background-repeat: no-repeat;
  background-position: center top 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #contents .inner .row .col {
    height: 100px;
    background-size: 20%;
    background-position: center top 20px;
    padding-bottom: 0.5rem;
  }
}
#contents .inner .row .col h3 {
  font-size: clamp(0.8rem, 2vw, 1.1rem);
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents .inner .row .col h3 br {
    display: none;
  }
}
#contents .inner .row .col:nth-of-type(1) {
  background-image: url(../img/index/contents_icon01.webp);
}
#contents .inner .row .col:nth-of-type(2) {
  background-image: url(../img/index/contents_icon02.webp);
}
#contents .inner .row .col:nth-of-type(3) {
  background-image: url(../img/index/contents_icon03.webp);
}
#contents .inner .row .col:nth-of-type(4) {
  background-image: url(../img/index/contents_icon04.webp);
}
#contents .inner .row .col:nth-of-type(5) {
  background-image: url(../img/index/contents_icon05.webp);
}
#contents .inner .row .col:nth-of-type(6) {
  background-image: url(../img/index/contents_icon06.webp);
}
#contents .inner .row .col:nth-of-type(7) {
  background-image: url(../img/index/contents_icon07.webp);
}
#contents .inner .row .col:nth-of-type(8) {
  background-image: url(../img/index/contents_icon08.webp);
}
#contents .inner .btn {
  padding: 3rem 0 0 0;
}
#contents .inner .btn a {
  width: 100%;
  max-width: 360px;
  display: inline-block;
  padding: 0.7rem 1rem;
  border: 3px solid #fff;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #contents .inner .btn a {
    max-width: 80%;
    font-size: 1rem;
  }
}

#message {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  #message {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  #message .inner {
    max-width: 90%;
  }
}
#message .inner h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 3rem;
  letter-spacing: 5x;
}
@media screen and (max-width: 767px) {
  #message .inner h2 {
    font-size: 1.1rem;
  }
}
#message .inner .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  #message .inner .row {
    grid-template-columns: 1fr;
  }
}
#message .inner .row .col {
  text-align: left;
}
#message .inner .row .col img {
  margin-bottom: 1.5rem;
  width: 100%;
}
#message .inner .row .col span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #message .inner .row .col span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  #message .inner .row .col p {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}

#select {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #select {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #select .inner {
    max-width: 90%;
  }
}
#select .inner .btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  #select .inner .btn {
    flex-wrap: wrap;
  }
}
#select .inner .btn a {
  width: 40%;
  display: block;
  background-color: #009CCB;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  #select .inner .btn a {
    width: 100%;
  }
}

#management {
  padding-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #management {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #management .inner {
    max-width: 90%;
  }
}
#management .inner h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #management .inner h2 {
    font-size: 1.2rem;
  }
}
#management .inner .txt {
  margin: 3rem;
}
@media screen and (max-width: 767px) {
  #management .inner .txt {
    margin: 0;
    margin-bottom: 1rem;
  }
}

#community {
  background-color: #009CCB;
}
#community .inner {
  padding: 4rem 0;
  background-image: url(../img/index/community_bg.webp);
  background-repeat: no-repeat;
  background-size: auto 85%;
  background-position: bottom 0 left 0;
  padding-left: 350px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #community .inner {
    padding: 1rem;
    background-image: none;
    padding: 2rem 0;
  }
}
#community .inner h2 {
  margin-bottom: 2rem;
  padding-left: 140px;
  background-image: url(../img/index/community_icon.webp);
  background-repeat: no-repeat;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #community .inner h2 {
    padding-left: 0;
    text-align: center;
    padding-top: 120px;
    background-position: top center;
  }
}
#community .inner h2 span {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #community .inner h2 span {
    font-size: 1.2rem;
  }
}
#community .inner p:nth-of-type(1) {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #community .inner p:nth-of-type(1) {
    font-size: 1.2rem;
  }
}
#community .inner p:nth-of-type(2) {
  margin-bottom: 2rem;
}
#community .inner .img {
  margin-bottom: 3rem;
}
#community .inner .btn {
  text-align: center;
}
#community .inner .btn a {
  display: inline-block;
  background-color: #fff;
  color: #009CCB;
  padding: 1rem 100px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #community .inner .btn a {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}

#news {
  padding: 4rem 0;
  margin-bottom: 1rem;
}
#news .inner {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #news .inner {
    max-width: 90%;
  }
}
#news .inner h2 {
  margin-bottom: 2rem;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: normal;
}
#news .inner h2 span {
  color: #009CCB;
  font-size: 1.6rem;
}
#news .inner ul {
  list-style: none;
  height: 192px;
  overflow-x: auto;
}
#news .inner ul li {
  display: grid;
  grid-template-columns: 67px 1fr;
  grid-gap: 30px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}
#news .inner ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#news .inner .btn {
  padding-top: 1.5rem;
  text-align: right;
}