@charset "UTF-8";
/*-------------------------本文---------------------------^*/
.match-apps_kv {
  position: relative;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .match-apps_kv {
    min-height: 0;
  }
}
.match-apps_kv .kv_inner {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .match-apps_kv .kv_inner {
    min-height: 0;
  }
}
.match-apps_kv .bg_img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .match-apps_kv .bg_img {
    position: static;
    height: auto;
    border-radius: 5px;
  }
}
.match-apps_kv .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.match-apps_kv .kv_txtbox {
  border-radius: 10px;
  text-align: center;
  min-width: 500px;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .match-apps_kv .kv_txtbox {
    min-width: 0;
    min-height: 0;
    padding: 25px 4.1666666667vw 0;
  }
}
.match-apps_kv .kv_txtbox .em_txt {
  font-size: 3rem;
  color: #0e5fa6;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .match-apps_kv .kv_txtbox .em_txt {
    font-size: 1.8rem;
  }
}

.match-apps_lede {
  margin: 45px 0;
}
@media screen and (max-width: 768px) {
  .match-apps_lede {
    margin: 20px 0;
    line-height: 1.6875;
  }
}
.match-apps_lede.bdr_b_dashed {
  border-bottom: 1px dashed #ee87b4;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .match-apps_lede.bdr_b_dashed {
    padding-bottom: 20px;
  }
}

.match-apps_wrapper {
  font-size: 1.8rem;
  padding: 0 30px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .match-apps_wrapper {
    font-size: 1.6rem;
    padding: 0 3.90625vw;
    margin-top: 20px;
  }
}
.match-apps_wrapper .match-apps_inner {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
.match-apps_wrapper .bdr_l_ttl {
  font-size: 2.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .match-apps_wrapper .bdr_l_ttl {
    font-size: 2rem;
    margin-bottom: 35px;
  }
}
.match-apps_wrapper .inner_content {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .match-apps_wrapper .inner_content {
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
  }
}

.appli_card {
  background: #d9f0f7;
  border-radius: 20px;
  display: block;
  padding: 20px 5.2631578947% 13px;
}
.appli_card .logo_wrap {
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-height: 100px;
}
.appli_card .arr_txt {
  font-size: 2rem;
  text-align: center;
  position: relative;
  padding: 0 25px;
  margin-top: 20px;
}
.appli_card .arr_txt::after {
  content: "";
  display: flex;
  width: 12px;
  height: 12px;
  border-right: 2px solid #0e5fa6;
  border-bottom: 2px solid #0e5fa6;
  transform: rotate(-45deg);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 14px;
}
.appli_card:hover {
  background: #0e5fa6;
  color: #fff;
  text-decoration: none;
}
.appli_card:hover .arr_txt::after {
  border-color: #fff;
}

.appli_link_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 2.5%;
}
@media screen and (max-width: 768px) {
  .appli_link_wrap {
    display: block;
  }
}
.appli_link_wrap > * {
  width: 31.6666666667%;
}
@media screen and (max-width: 768px) {
  .appli_link_wrap > * {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .appli_link_wrap > * + * {
    margin-top: 20px;
  }
}
.appli_link_wrap .appli_card {
  height: 100%;
}

.note_right {
  display: table;
  margin: 1em 0 0 auto;
}

.bold {
  font-weight: 700;
}

.bold_head {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bold_head {
    font-size: 1.6rem;
  }
}

.appli_intro {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .appli_intro {
    margin-bottom: 50px;
  }
}

.appli_explanation {
  background: #efefef;
  border-radius: 20px;
  margin: 30px 0 50px;
  padding: 40px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .appli_explanation {
    padding: 20px 5.2083333333vw;
  }
}
.appli_explanation::after {
  content: "";
  display: flex;
  width: 50px;
  height: 20px;
  background: #efefef;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.appli_explanation .logo_head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 1px 0px 0px #fff;
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .appli_explanation .logo_head {
    padding: 0 0 20px;
  }
}
.appli_explanation .logo_head .logo {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 150px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .appli_explanation .logo_head .logo {
    width: 23.4375vw;
    max-width: 90px;
    margin: 0 5.2083333333vw 0 0;
    margin: 0 min(5.2083333333vw, 20px) 0 0;
  }
}
.appli_explanation .logo_head .name {
  color: #0e5fa6;
  font-size: 3rem;
  font-weight: 700;
}
.appli_explanation .logo_head .name * {
  font-weight: inherit;
}
.appli_explanation .logo_head .name .yomi {
  font-size: 2rem;
}
.appli_explanation .bold_head {
  margin-bottom: 0.5em;
}
.appli_explanation .txt_box {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .appli_explanation .txt_box {
    line-height: 1.6875;
    padding: 20px 0 0;
  }
}
.appli_explanation .txt_box + .txt_box {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .appli_explanation .txt_box + .txt_box {
    padding-top: 20px;
  }
}

.match-apps_content {
  margin-top: 35px;
}
.match-apps_content + .match-apps_content {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .match-apps_content + .match-apps_content {
    margin-top: 50px;
  }
}
.match-apps_content .content_lede {
  margin-bottom: 20px;
}
.match-apps_content .content_block + .content_block {
  margin-top: 40px;
}

.match-apps_block + .match-apps_block {
  margin-top: 40px;
}

.dashed_line_list {
  border-bottom: 1px dashed #81cde4;
}
.dashed_line_list > * {
  padding: 15px 0;
}
.dashed_line_list > * + * {
  border-top: 1px dashed #81cde4;
}

.disclaimer_box {
  border: 1px solid #333;
  padding: 34px 4.0833333333%;
  margin-top: 65px;
}
.disclaimer_box .disclaimer_head {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  .disclaimer_box .disclaimer_head {
    font-size: 1.6rem;
  }
}

.liststyle_disc > li {
  display: flex;
  align-items: flex-start;
}
.liststyle_disc > li::before {
  flex-shrink: 0;
  content: "●";
  transform: scale(0.5);
  margin-right: 0.5em;
}
.liststyle_disc > li:not(:first-child) {
  margin-top: 0.5em;
}

.circlenum_list > li:not(:first-child) {
  margin-top: 1.6em;
}
.circlenum_list .has_num {
  display: flex;
  font-weight: 700;
}
.circlenum_list .has_num * {
  font-weight: inherit;
}
.circlenum_list .has_num .num {
  flex-shrink: 0;
}
.circlenum_list .has_num + * {
  margin-top: 0.85em;
}

@media screen and (max-width: 768px) {
  .sp_inline_b {
    display: inline-block;
  }
}

.appli_info_list {
  border-bottom: 1px dashed #ee87b4;
}
.appli_info_list .list_item {
  display: flex;
  padding: 10px 0;
  border-top: 1px dashed #ee87b4;
}
@media screen and (max-width: 768px) {
  .appli_info_list .list_item {
    font-size: min(4.6875vw, 1.8rem);
  }
}
.appli_info_list .list_item .ttl {
  flex-shrink: 0;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 5px 5px;
  font-weight: 700;
  background-color: #fadbe8;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .appli_info_list .list_item .ttl {
    width: 31.25vw;
    max-width: 250px;
    padding: 8px 2.6041666667vw 6px;
  }
}
.appli_info_list .list_item .ttl * {
  font-weight: inherit;
}
.appli_info_list .list_item .txt {
  margin-left: 23px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .appli_info_list .list_item .txt {
    margin: 0 0 0 2.6041666667vw;
  }
}
.appli_info_list .list_item .txt * + .inner_box {
  margin-top: 30px;
}

.appli_detailbox {
  background-color: #fdedf4;
  background-image: repeating-linear-gradient(-45deg, #fadbe8 0px 1px, transparent 2px 4px);
  margin: 0 50px;
  border-radius: 20px;
  padding: 28px 50px 50px;
}
@media screen and (max-width: 768px) {
  .appli_detailbox {
    margin: 0;
    padding: 18px 3.90625vw 25px;
    border-radius: 10px;
  }
}
.appli_detailbox .icon_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.appli_detailbox .icon_ttl .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  filter: drop-shadow(1px 1px 0 #fff);
}
@media screen and (max-width: 768px) {
  .appli_detailbox .icon_ttl .ttl {
    font-size: 2.2rem;
  }
}
.appli_detailbox .icon_ttl svg .cls-1 {
  fill: #de477f;
}
.appli_detailbox .icon_ttl svg .cls-2 {
  fill: #fff;
}
.appli_detailbox .icon_ttl .icon_appli {
  width: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .appli_detailbox .icon_ttl .icon_appli {
    width: 15px;
    margin-right: min(3.90625vw, 15px);
  }
}
.appli_detailbox .detail_wrap {
  margin-top: 26px;
  border-radius: 10px;
  background-color: #fff;
  padding: 50px 30px 40px;
}
@media screen and (max-width: 768px) {
  .appli_detailbox .detail_wrap {
    margin-top: 14px;
    background-color: #fff;
    padding: 30px 3.90625vw;
  }
}
.appli_detailbox .appli_info_wrap {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .appli_detailbox .appli_info_wrap {
    width: 100%;
  }
}
.appli_detailbox.appli_official {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .appli_detailbox.appli_official {
    margin-top: 40px;
  }
}
.appli_detailbox.appli_official .detail_wrap {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .appli_detailbox.appli_official .detail_wrap {
    padding-top: 30px;
  }
}
.appli_detailbox.appli_official .head_official {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .appli_detailbox.appli_official .head_official {
    font-size: 1.6rem;
  }
}

.logo_official {
  text-align: center;
  margin-bottom: 20px;
}
.logo_official .logos {
  width: 200px;
}

.to_appli_btn {
  max-width: 500px;
  margin: 0 auto;
}
.to_appli_btn .btn {
  border-radius: 80px;
  min-height: 80px;
  padding: 5px 70px;
}
@media screen and (max-width: 768px) {
  .to_appli_btn .btn {
    min-height: 60px;
    padding: 5px min(12.5vw, 70px);
  }
}
.to_appli_btn .btn .btn_txt {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .to_appli_btn .btn .btn_txt {
    font-size: min(4.1666666667vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .to_appli_btn .btn .betsu_icon {
    width: min(5.2083333333vw, 20px);
    right: min(5.2083333333vw, 48px);
  }
}
.to_appli_btn .txt_transition {
  margin-top: 0.7em;
  text-align: center;
}

.blue_head {
  color: #0e5fa6;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .blue_head {
    font-size: 1.8rem;
  }
}
.blue_head + .speaker_txt {
  margin-top: 1.4em;
}

.speaker_txt .speaker {
  font-weight: 700;
}
.speaker_txt + .speaker_txt {
  margin-top: 1.6em;
}
.speaker_txt + .bold_txt {
  margin-top: 1.5em;
}

.koikana .speaker {
  color: #52316b;
}

.person1 .speaker {
  color: #0e5fa6;
}

.person2 .speaker {
  color: #db2d6e;
}

.bold_txt {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bold_txt {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=match-apps.css.map */