@charset "utf-8";
/*============================
タイトル
============================*/
.title_wrap .en {
  font-family: "Inter", sans-serif;
  font-size: 0.2rem;
  font-weight: bold;
  color: #8db5fb;
}

@media (max-width: 768px) {
  .title_wrap .en {
    font-size: 0.15rem;
  }
}

.title_wrap .jp {
  font-size: 0.34rem;
  font-weight: bold;
  padding-top: 0.1rem;
  margin-bottom: 0.4rem;
}

@media (max-width: 768px) {
  .title_wrap .jp {
    font-size: 0.2rem;
  }
}

.btn_common {
  text-align: center;
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .btn_common {
    margin-top: 0.3rem;
  }
}

.btn_common a {
  max-width: 3rem;
  width: 100%;
  display: block;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
  background-color: #8db5fb;
  padding: 0.2rem 0;
  border-radius: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn_common a::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.16rem;
  background: url(../img/common/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  transition: right 0.3s ease;
}

.btn_common a:hover::before {
  right: 0.17rem;
}



.btn_common a:hover {
  opacity: 0.7;
}

/*============================
MV
============================*/
#mv {
  position: relative;
}

#mv .ph_wrap {
  width: 70%;
  /* position: absolute;
	right: 0;
	top: 0; */
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  #mv .ph_wrap {
    width: 90%;
  }
}

#mv .mv_title_wrap {
  position: absolute;
  top: 3.2rem;
  left: calc(((100% - 14rem) / 2));
}
@media (max-width: 768px) {
  #mv .mv_title_wrap {
    top: 1.2rem;
    left: 0;
  }
}

#mv .title {
  position: relative;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  #mv .title {
    margin-bottom: 0.2rem;
  }
}

#mv .title span {
  font-family: "Inter", sans-serif;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #8db5fb;
  bottom: 0;
  left: 0;
  background: #fff;
  display: inline-block;
  padding: 0.1rem 0.4rem;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  #mv .title span {
    font-size: 0.18rem;
  }
}

#mv .en .text {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  color: #8db5fb;
}

@media (max-width: 768px) {
  #mv .en .text {
    font-size: 0.3rem;
  }
}


#mv .en .text span {
  display: inline-block;
  margin-bottom: 0.1rem;
  background: #fff;
  padding: 0.1rem 0.5rem;
  border-radius: 1rem;
}


/*============================
About
============================*/
#about {
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  #about {
    padding: 1rem 0 0;
  }
}

#about .cont_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media (max-width: 768px) {
  #about .cont_wrap {
    display: flex;
    flex-flow: column-reverse;
    flex-wrap: wrap;
  }
}

#about .cont_wrap .text_wrap {
  max-width: 5.4rem;
  width: 100%;
  margin-left: auto;
  padding-top: 1rem;
}

@media (max-width: 768px) {
  #about .cont_wrap .text_wrap {
    padding-top: 0.5rem;
  }
}


#about .cont_wrap .text {
  font-size: 0.16rem;
  line-height: 2;
}

@media (max-width: 768px) {
  #about .cont_wrap .text {
    font-size: 0.14rem;
  }
}

#about .cont_wrap .ph_wrap {
  position: absolute;
  top: 0;
  left: calc((100% - 14rem) / 2);
  max-width: calc(50% - ((100% - 14rem) / 2));
  width: 100%;
}

@media (max-width: 768px) {
  #about .cont_wrap .ph_wrap {
    position: static;
  }
}

#about .cont_wrap .ph_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #E4EDFE;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  z-index: -1;
  border-radius: 45%;
}

#about .cont_wrap .ph_wrap img {
  width: 100%;
  border-radius: 45%;
}

#about .cont_wrap_2 {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  #about .cont_wrap_2 {
    margin-top: 1rem;
  }
}

#about .cont_wrap.cont_wrap_2 .text_wrap {
  margin-left: 0;
  margin-right: auto;
}

#about .cont_wrap.cont_wrap_2 .ph_wrap {
  position: absolute;
  top: 0;
  left: auto;
  right: calc((100% - 14rem) / 2);
}
@media (max-width: 768px) {
  #about .cont_wrap.cont_wrap_2 .ph_wrap {
    position: static;
  }
}

/*============================
会員企業
============================*/
#member {
  margin-top: 2rem;
  padding: 0.8rem 0;
  background-color: #8DB5FB;
}
@media (max-width: 768px) {
  #member {
    margin-top: 0.8rem;
    padding: 0.5rem 0;
  }
}

#member .title_wrap {
  text-align: center;
  color: #fff;
}
#member .title_wrap .en {
  color: #fff;
}

#member .cont_wrap {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.5rem 0.3rem;
  margin-top: 0.5rem;
  box-sizing: border-box;
}

#member .cont_wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.16rem;
}

@media (max-width: 768px) {
  #member .cont_wrap table {
    font-size: 0.14rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #member .cont_wrap table tbody {
    display: block;
  }
}

#member .cont_wrap table tr {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.15rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #member .cont_wrap table tr {
    display: block;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  #member .cont_wrap table tr:last-child {
    border-bottom: none;
  }
}

#member .cont_wrap table th,td {
  padding: 0.15rem 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #member .cont_wrap table th,td {
    padding: 0 0 0.05rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

#member .cont_wrap table .name {
  width: 25%;
  text-align: left;
  line-height: 1.5;
  font-size: 0.16rem;
}

@media (max-width: 768px) {
  #member .cont_wrap table .name {
    width: 100%;
  }
}

#member .cont_wrap table .address {
  width: 35%;
  line-height: 1.5;
  box-sizing: border-box;
  padding-left: 0.15rem;
}

@media (max-width: 768px) {
  #member .cont_wrap table .address {
    width: 100%;
    display: block;
    margin-bottom: 0.1rem;
    padding-left: 0;
  }
}

#member .cont_wrap table .tel {
  width: 20%;
}

@media (max-width: 768px) {
  #member .cont_wrap table .tel {
    width: 100%;
    display: block;
    margin-bottom: 0.05rem;
  }
}

#member .cont_wrap table span {
  padding: 0.15rem 0;
  position: relative;
  display: block;
  padding-left: 0.2rem;
}

#member .cont_wrap table .tel span::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.27rem;
  background: url(../img/top/member_icon_tel.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #member .cont_wrap table .tel span::before {
    width: 0.15rem;
    height: 0.2rem;
    left: 0.7rem;
  }
}
#member .cont_wrap table .url {
  width: 20%;
}

@media (max-width: 768px) {
  #member .cont_wrap table .url {
    width: 100%;
    display: block;
  }
  #member .cont_wrap table .url span {
    padding-left: 0.1rem;
  }
}

#member .cont_wrap table .url span::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../img/top/member_icon_url.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #member .cont_wrap table .url span::before {
    width: 0.2rem;
    height: 0.2rem;
    left: 0.7rem;
  }
}

#member .cont_wrap table a {
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 0.05rem;
  width: 90%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  #member .cont_wrap table a {
    width: 100%;
  }
}


#member .cont_wrap table a:hover {
  opacity: 0.7;
}


/*============================
活動報告
============================*/
#activity {
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  #activity {
    padding: 0.8rem 0;
  }
}

#activity .title_wrap {
  text-align: center;
}

#activity .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.8rem;
  gap: 2%;
}

#activity .list .item {
  width: 31%;
}
@media (max-width: 768px) {
  #activity .list .item {
    width: 100%;
    display: block;
    margin-bottom: 0.4rem;
  }
}

#activity .list .item .ph_wrap {
  width: 100%;
  height: 2.8rem;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}

#activity .list .item .ph_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#activity .list .item a:hover .ph_wrap img {
  transform: scale(1.05);
}

#activity .list .item .text_wrap {
  margin-top: 0.15rem;
}


#activity .list .item  a {
  color: #000;
  display: block;
}

#activity .list .item  a:hover {
  opacity: 0.7;
}

#activity .list .item .text_wrap .date {
  font-size: 0.14rem;
  padding-bottom: 0.05rem;
}

#activity .list .item .text_wrap .title {
  font-size: 0.16rem;
  line-height: 1.5;
}