@charset "UTF-8";
.container {
  padding-top: 10rem;
}
.container-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem;
}
@media only screen and (max-width:767px) {
  .container-header {
    padding-bottom: 0;
  }
}
.container-header-en {
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 8rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .container-header-en {
    font-size: 6rem;
  }
}
.container-header-ttl {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
}
@media only screen and (max-width:767px) {
  .container-header-ttl {
    font-size: 1.6rem;
  }
}
.container-header-ttl:before, .container-header-ttl:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  margin: 0 0.5rem;
}
@media only screen and (max-width:767px) {
  .container-header-ttl:before, .container-header-ttl:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.container-header-mv {
  width: 100%;
  height: 40rem;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.container-header-guide {
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 162, 239, 0.9) 0%, rgba(0, 155, 70, 0.9) 100%);
  padding: 1rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-header-guide p {
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}
.container-header-guide p strong {
  font-size: 6.4rem;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}
@media only screen and (max-width:767px) {
  .container-header-guide p strong {
    font-size: 6rem;
  }
}
.container-header-guide p strong span {
  font-size: 4rem;
}
@media only screen and (max-width:767px) {
  .container-header-guide p strong span {
    font-size: 3.2rem;
  }
}
.container .section-access {
  width: 94rem;
  position: relative;
  padding: 2.5rem;
  margin: 0 auto 5rem;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .container .section-access {
    width: 100%;
    padding: 4rem 1.5rem;
    border-radius: 0;
    flex-direction: column;
    margin: 0;
  }
}
.container .section-access-header {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 2.5rem;
}
@media only screen and (max-width:767px) {
  .container .section-access-header {
    padding: 0 0 4rem;
  }
}
.container .section-access-header-ttl {
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  padding-bottom: 2rem;
}
.container .section-access-header-hall {
  font-size: 2.8rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width:767px) {
  .container .section-access-header-hall {
    font-size: 2.4rem;
  }
}
.container .section-access-header-add {
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
.container .section-access-header-btn {
  padding-top: 2rem;
}
.container .section-access-header-btn a {
  width: 20rem;
  height: 4rem;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  background: #eee;
  color: #777;
}
@media only screen and (max-width:767px) {
  .container .section-access-header-btn a {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width:1025px) {
  .container .section-access-header-btn a:hover {
    background: #777;
    color: #fff;
  }
}
.container .section-access-header-access {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .section-access-header-access dt {
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  background: #fff;
  bottom: -0.5em;
  text-align: center;
  padding: 0 1rem;
  color: #00a2ef;
}
.container .section-access-header-access dd {
  border: 1px solid #eee;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem 0.7rem;
}
.container .section-access-header-access dd ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.container .section-access-header-access dd ul li:before {
  content: "●";
  color: #00a2ef;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.container .section-access-map iframe {
  height: 35rem !important;
  border-radius: 1rem;
  overflow: hidden !important;
  max-width: 100% !important;
}
.container .section-member {
  position: relative;
  padding: 7.5rem 2rem;
  background: rgba(255, 231, 123, 0.3);
}
@media only screen and (max-width:767px) {
  .container .section-member {
    padding: 5rem 1.5rem;
  }
}
.container .section-member-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}
.container .section-member-header-catch {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width:767px) {
  .container .section-member-header-catch {
    font-size: 1.5rem;
  }
}
.container .section-member-header-ttl {
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .container .section-member-header-ttl {
    font-size: 4.5rem;
    letter-spacing: 0;
  }
}
.container .section-member-inner-fig {
  max-width: 35rem;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .container .section-member-inner-fig {
    width: 80%;
  }
}
.container .section-member-inner p {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 2rem;
}
@media only screen and (max-width:767px) {
  .container .section-member-inner p {
    font-size: 1.5rem;
  }
}
.container .section-member-btn {
  padding-top: 3rem;
}
@media only screen and (max-width:767px) {
  .container .section-member-btn {
    padding-top: 2rem;
  }
}
.container .section-member-btn a {
  width: 24rem;
  height: 6rem;
  font-size: 1.6rem;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .container .section-member-btn a {
    width: 20rem;
    height: 4rem;
    font-size: 1.3rem;
  }
}
.container .section-member-btn a span {
  color: #00a2ef;
  margin-right: 1rem;
}
@media only screen and (max-width:767px) {
  .container .section-member-btn a span {
    font-size: 2rem;
  }
}
.container .section-member-btn a:after {
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  transition: all 0.5s;
  z-index: -1;
}
.container .section-member-btn a:hover {
  color: #fff;
}
.container .section-member-btn a:hover:after {
  width: 100%;
}
.container .section-member-btn a:hover span {
  color: #fff;
}
.container .section-stage {
  width: 94rem;
  position: relative;
  padding: 10rem 2rem;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .container .section-stage {
    width: 100%;
    padding: 5rem 1.5rem;
  }
}
.container .section-stage-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem;
}
@media only screen and (max-width:767px) {
  .container .section-stage-header {
    padding-bottom: 3.5rem;
  }
}
.container .section-stage-header-en {
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.2rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .container .section-stage-header-en {
    font-size: 6rem;
  }
}
.container .section-stage-header-ttl {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .container .section-stage-header-ttl {
    font-size: 1.6rem;
  }
}
.container .section-stage-header-ttl:before, .container .section-stage-header-ttl:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  margin: 0 0.5rem;
}
@media only screen and (max-width:767px) {
  .container .section-stage-header-ttl:before, .container .section-stage-header-ttl:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.container .section-stage-inner .article-stage {
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
}
@media only screen and (max-width:767px) {
  .container .section-stage-inner .article-stage {
    flex-direction: column;
  }
}
.container .section-stage-inner .article-stage-sch {
  width: 16rem;
  background: linear-gradient(90deg, rgba(0, 162, 239, 0.9) 0%, rgba(0, 155, 70, 0.9) 100%);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  line-height: 1.1;
  font-family: "Barlow Condensed", sans-serif;
  flex-shrink: 0;
  margin-right: 2rem;
}
@media only screen and (max-width:767px) {
  .container .section-stage-inner .article-stage-sch {
    width: 100%;
    padding: 1rem 0;
    margin: 0 0 1.5rem;
  }
}
.container .section-stage-inner .article-stage-sch span {
  font-size: 2rem;
}
.container .section-stage-inner .article-stage-inner {
  width: 100%;
  padding: 2rem;
}
@media only screen and (max-width:767px) {
  .container .section-stage-inner .article-stage-inner {
    padding: 0 0.5rem;
  }
}
.container .section-stage-inner .article-stage-ttl {
  font-size: 2rem;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width:767px) {
  .container .section-stage-inner .article-stage-ttl {
    font-size: 1.8rem;
  }
}
.container .section-stage-inner .article-stage-txt p {
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width:767px) {
  .container .section-stage-inner .article-stage-txt p {
    font-size: 1.4rem;
  }
}
.container .section-stage-inner .article-stage-list {
  display: flex;
  flex-direction: column;
}
.container .section-stage-inner .article-stage-list-ttl {
  height: 3rem;
  padding: 0 2rem;
  border-radius: 5rem;
  background: #00a2ef;
  color: #fff;
  position: relative;
  bottom: -1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0 2rem;
}
.container .section-stage-inner .article-stage-list .ul-list {
  border: 1px solid rgba(0, 162, 239, 0.4);
  border-radius: 1rem;
  padding: 1.5rem 2.5rem;
}
.container .section-stage-inner .article-stage-list .ul-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 162, 239, 0.25);
}
@media only screen and (max-width:767px) {
  .container .section-stage-inner .article-stage-list .ul-list-item {
    flex-direction: column;
  }
}
.container .section-stage-inner .article-stage-list .ul-list-item:nth-last-of-type(1) {
  border: none;
}
@media only screen and (min-width:1025px) {
  .container .section-stage-inner .article-stage-list .ul-list-item:hover .ul-list-item-btn {
    background: #00a2ef;
    color: #fff;
  }
  .container .section-stage-inner .article-stage-list .ul-list-item:hover .ul-list-item-btn span {
    color: #fff;
  }
}
.container .section-stage-inner .article-stage-list .ul-list-item-fig {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
@media only screen and (max-width:767px) {
  .container .section-stage-inner .article-stage-list .ul-list-item-fig {
    margin: 0 auto 1rem;
  }
}
.container .section-stage-inner .article-stage-list .ul-list-item-name {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width:767px) {
  .container .section-stage-inner .article-stage-list .ul-list-item-name {
    font-size: 1.6rem;
    align-items: center;
    text-align: center;
    padding-bottom: 1.5rem;
  }
}
.container .section-stage-inner .article-stage-list .ul-list-item-name span {
  font-size: 1.4rem;
  padding-bottom: 0.8rem;
}
@media only screen and (max-width:767px) {
  .container .section-stage-inner .article-stage-list .ul-list-item-name span {
    font-size: 1.2rem;
  }
}
.container .section-stage-inner .article-stage-list .ul-list-item-btn {
  flex-shrink: 0;
  margin-left: 1.5rem;
  width: 15rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background: #eee;
  transition: all 0.5s;
}
@media only screen and (max-width:767px) {
  .container .section-stage-inner .article-stage-list .ul-list-item-btn {
    font-size: 1.2rem;
    margin-left: 0;
  }
}
.container .section-stage-inner .article-stage-list .ul-list-item-btn span {
  color: #00a2ef;
  font-size: 2rem;
}
.container .section-exhibition {
  max-width: 110rem;
  position: relative;
  padding: 10rem 2rem;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .container .section-exhibition {
    width: 100%;
    padding: 0 0.5rem 5rem 0.5rem;
  }
}
.container .section-exhibition-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem;
}
@media only screen and (max-width:767px) {
  .container .section-exhibition-header {
    padding-bottom: 3.5rem;
  }
}
.container .section-exhibition-header-en {
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.2rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .container .section-exhibition-header-en {
    font-size: 6rem;
    letter-spacing: 0.1rem;
  }
}
.container .section-exhibition-header-ttl {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .container .section-exhibition-header-ttl {
    font-size: 1.6rem;
  }
}
.container .section-exhibition-header-ttl:before, .container .section-exhibition-header-ttl:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  margin: 0 0.5rem;
}
@media only screen and (max-width:767px) {
  .container .section-exhibition-header-ttl:before, .container .section-exhibition-header-ttl:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.container .section-exhibition-inner dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.container .section-exhibition-inner dl div {
  width: 25%;
  padding: 0.5rem 0.5rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width:1024px) {
  .container .section-exhibition-inner dl div {
    width: 33.333%;
    padding: 0.5rem 1rem 4rem;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .container .section-exhibition-inner dl div {
    width: 50%;
    padding: 0.5rem 0.5rem 3rem;
  }
}
@media only screen and (min-width:1025px) {
  .container .section-exhibition-inner dl div:hover dt figure {
    border-color: #00a2ef;
  }
}
.container .section-exhibition-inner dl div dt {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 1rem;
}
@media only screen and (max-width:767px) {
  .container .section-exhibition-inner dl div dt {
    padding-bottom: 0.5rem;
  }
}
.container .section-exhibition-inner dl div dt figure {
  background: #fff;
  border: 0.5rem solid #fff;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  transition: all 0.5s;
}
@media only screen and (max-width:767px) {
  .container .section-exhibition-inner dl div dt figure {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.container .section-exhibition-inner dl div dd {
  width: 100%;
  padding: 0 0.5rem;
}
.container .section-exhibition-inner dl div dd p {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media only screen and (max-width:767px) {
  .container .section-exhibition-inner dl div dd p {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.container .section-exhibition-inner > p {
  font-size: 1.2rem;
  text-align: right;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.js_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.js_modal_open {
  cursor: pointer;
}
.js_modal_close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.js_modal.is-active {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.js_modal .item {
  padding: 3.5rem;
  margin: auto;
  display: none;
  position: relative;
  max-width: 80rem;
  margin: 5rem auto;
  background: #fff;
  border-radius: 1rem;
  z-index: 5;
}
@media only screen and (max-width:767px) {
  .js_modal .item {
    padding: 2rem;
    margin: 3rem 2rem;
  }
}
.js_modal .item .btn-close {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: absolute;
  top: -3rem;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  color: #fff;
  border: none;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -3rem;
  z-index: 5;
}
.js_modal .item .btn-close span {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .js_modal .item .btn-close {
    width: 4rem;
    height: 4rem;
    top: -2rem;
    right: 1.5rem;
  }
  .js_modal .item .btn-close span {
    font-size: 2.4rem;
  }
}
.js_modal .section-profile {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .js_modal .section-profile {
    flex-direction: column;
  }
}
.js_modal .section-profile-fig {
  width: 20rem;
  flex-shrink: 0;
  margin-right: 2.5rem;
}
@media only screen and (max-width:767px) {
  .js_modal .section-profile-fig {
    margin: 0 auto 2.5rem;
  }
}
.js_modal .section-profile-fig img {
  border-radius: 1rem;
  overflow: hidden;
}
.js_modal .section-profile-content {
  width: 100%;
}
.js_modal .section-profile-content-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.js_modal .section-profile-content-ttl:after {
  content: "";
  width: 100%;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: #eee;
}
.js_modal .section-profile-content-ttl span {
  flex-shrink: 0;
  margin-right: 0.8rem;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.4rem;
}
.js_modal .section-profile-content-txt {
  font-size: 1.5rem;
}
.js_modal .section-profile-content-txt p {
  padding-bottom: 1.5rem;
}
.js_modal .section-profile-header {
  padding-bottom: 2.5rem;
}
@media only screen and (max-width:767px) {
  .js_modal .section-profile-header {
    padding-bottom: 1.5rem;
  }
}
.js_modal .section-profile-header-posi {
  font-size: 1.5rem;
}
@media only screen and (max-width:767px) {
  .js_modal .section-profile-header-posi {
    font-size: 1.4rem;
    line-height: 1.2;
    padding-bottom: 0.5rem;
  }
}
.js_modal .section-profile-header-ttl {
  font-size: 2.8rem;
  line-height: 1.3;
}
.js_modal .section-company-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .js_modal .section-company-inner {
    flex-direction: column;
  }
}
.js_modal .section-company-photo {
  width: 20rem;
  flex-shrink: 0;
  margin-right: 2.5rem;
}
@media only screen and (max-width:767px) {
  .js_modal .section-company-photo {
    width: 100%;
    margin: 0 0 2.5rem;
  }
}
.js_modal .section-company-photo-fig {
  padding-bottom: 1.5rem;
}
@media only screen and (max-width:767px) {
  .js_modal .section-company-photo-fig {
    width: 20rem;
    margin: 0 auto;
  }
}
.js_modal .section-company-photo-fig img {
  border-radius: 1rem;
  overflow: hidden;
}
.js_modal .section-company-photo .ul-sns {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .js_modal .section-company-photo .ul-sns {
    justify-content: center;
  }
}
.js_modal .section-company-photo .ul-sns li {
  width: 2.4rem;
  font-size: 2.4rem;
  line-height: 1;
}
@media only screen and (max-width:767px) {
  .js_modal .section-company-photo .ul-sns li {
    margin: 0 0.8rem;
  }
}
.js_modal .section-company-photo .ul-sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width:1025px) {
  .js_modal .section-company-photo .ul-sns li a:hover {
    opacity: 0.7;
  }
}
.js_modal .section-company-content {
  width: 100%;
}
.js_modal .section-company-content-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.js_modal .section-company-content-ttl:after {
  content: "";
  width: 100%;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: #eee;
}
.js_modal .section-company-content-ttl span {
  flex-shrink: 0;
  margin-right: 0.8rem;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.4rem;
}
.js_modal .section-company-content-txt {
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
}
.js_modal .section-company-content-txt:nth-last-of-type(1) {
  padding-bottom: 0;
}
.js_modal .section-company-content-txt p {
  padding-bottom: 1.5rem;
}
.js_modal .section-company-header {
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width:767px) {
  .js_modal .section-company-header {
    padding-bottom: 2rem;
  }
}
.js_modal .section-company-header-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #eee;
  border-radius: 0.5rem;
  padding: 0.3rem 1rem;
  margin-right: auto;
  margin-bottom: 0.5rem;
}
.js_modal .section-company-header-info dt {
  font-size: 1.4rem;
  line-height: 1.3;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 1rem;
}
@media only screen and (max-width:767px) {
  .js_modal .section-company-header-info dt {
    font-size: 1.2rem;
  }
}
.js_modal .section-company-header-info dd {
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width:767px) {
  .js_modal .section-company-header-info dd {
    font-size: 1.6rem;
  }
}
.js_modal .section-company-header-ttl {
  font-size: 2.4rem;
  line-height: 1.3;
}

/*# sourceMappingURL=hall.css.map */
