@charset "utf-8";

.sp {
  display: none;
}

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

}

#pageTop {
  font-size: 18px;
  line-height: 1.6;
  background: #000;
  text-align: left;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {

  /* SP ==================== */
  #pageTop {
    font-size: 14px;
  }
}

#pageTop .content {
  max-width: 1920px;
  margin: 0 auto;
}

#pageTop .content+.content {
  margin-top: 280px;
}

@media screen and (max-width: 1024px) {

  /* SP ==================== */
  #pageTop .content+.content {
    margin-top: 150px;
  }
}

@media screen and (max-width: 768px) {

  /* SP ==================== */
  #pageTop .content+.content {
    margin-top: 120px;
  }
}

#pageTop img {
  width: 100%;
}

.page-back {
  margin-top: 60px;
}

.page-back a {
  width: 200px !important;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 20px 40px;
  border: 1px solid #fff;
  background: #000;
  text-decoration: none;
  display: block;
}

.page-back a:hover {
  color: #fff;
  text-decoration: none;
}

.foot-attention {
  text-align: center;
  margin: 100px 0 0 0;
}

@media screen and (max-width: 1024px) {

  /* SP ==================== */
  .foot-attention {
    width: 90%;
    margin: 30px auto 10px;
  }
}

.foot-text {
  text-align: center;
  padding: 20px 0 50px 0;
}

@media screen and (max-width: 1024px) {

  /* SP ==================== */
  .foot-text {
    width: 90%;
    padding: 0 0 50px 0;
    margin: 10px auto 0px;
  }
}

.official-banner {
  width: 800px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px auto;
}

@media screen and (max-width: 1024px) {

  /* SP  ==================== */
  .official-banner {
    width: 90%;
    display: block;
    margin: 30px auto;
  }
}

.official-banner li {
  width: 290px;
  text-align: center;
  color: #000 !important;
  font-size: 80% !important;
}

@media screen and (max-width: 1024px) {

  /* SP  ==================== */
  .official-banner li {
    width: auto;
    margin: 10px 0;
  }
}

.official-banner-text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {

  /* SP  ==================== */
  .official-banner-text {
    font-size: 15px;
    margin: 20px 0 10px;
  }
}

.btn_official {
  height: 100%;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  color: #000 !important;
}

@media screen and (max-width: 1024px) {

  /* SP  ==================== */
  .btn_official {
    max-width: 270px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

.btn_official:hover {
  background-color: #fff;
  color: #000 !important;
}

.btn_official,
.btn_official:focus,
.btn_official:active,
.btn_official:hover {
  text-decoration: none !important;
}

.btn-light {
  display: block;
  background-image: url("../../img/btn-ttm-api.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0 !important;
  font-weight: bold !important;
  color: #000 !important;
  position: relative;
}

@media screen and (max-width: 1024px) {

  /* SP  ==================== */
  .btn-light {
    max-width: 270px;
    margin: 0 auto;
    padding-bottom: 0;
  }
}

.btn-light::before {
  content: "";
  padding-top: 40%;
  display: block;
}

.btn-light:hover,
.btn-light:visited {
  background-color: transparent !important;
  border: 0 !important;
  color: transparent !important;
}

.btn-light span {
  color: #000;
  position: absolute;
  bottom: 16%;
  left: 0;
  width: 100%;
}

/* ここまでが共通要素  ==================== */

.mb16 {
  margin-bottom: 16px !important;
}

.head {
  position: relative;
}

.head-logo {
  max-width: 584px;
  width: 100%;
  position: absolute;
  bottom: 42%;
  left: 2%;
  width: 30%;
}

.head-title {
  margin-top: -29vw;
}

@media screen and (min-width:1921px) {
  .head-title {
    margin-top: -300px;
  }

}

.content-section-subTtl {
  color: #9a41d7;
  font-weight: 700;
  font-size: 28px;
  width: 1425px;
  max-width: 77%;
  text-align: left;
  margin: 30px auto 20px;
  line-height: 1.3;
  line-break: strict;

  @media screen and (max-width: 768px) {
    /* SP ==================== */
    font-size: 24px;
  }
}

.content-section-readTtl {
  color: #9a41d7;
  font-weight: 700;
  font-size: 22px;
  width: 1425px;
  max-width: 77%;
  text-align: left;
  margin: 30px auto 5px;
  line-height: 1.3;
  line-break: strict;

  @media screen and (max-width: 768px) {
    /* SP ==================== */
    font-size: 20px;
  }
}

.content-section-text {
  width: 73.2vw;
  text-align: left;
  margin: auto;
  line-height: 1.6;
  line-break: strict;
}

@media screen and (max-width: 640px) {

  /* SP ==================== */
  .content-section-text {
    width: 80vw;
  }
}

.content-section-text2 {
  width: 1265px;
  max-width: 77%;
  text-align: left;
  margin: auto;
  line-height: 1.6;
  line-break: strict;
}

.content-section-text.center {
  text-align: center;
}

.foot-text {
  text-align: center;
  padding: 20px 0 50px 0;
}

.mbtxt {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .mbtxt {
    margin-bottom: 30px;
  }
}

.content-item-column {
  padding: 4.5% 26% 0px;
  display: grid;
  grid-template-columns: 50% 50%;
  place-items: center;
  grid-gap: 0px 54px;
  justify-items: center;
  align-items: center;
}

@media screen and (max-width: 640px) {

  /* SP ==================== */
  .content-item-column {
    padding: 4.5% 14% 0px;
    grid-template-columns: 100%;
    place-items: center;
    grid-gap: 0px 10px;
    justify-items: center;
    align-items: center;
  }

}

.content-item-column h3 {
  color: #ED1C24;
  margin: 0px;
  font-size: 22px;
}

@media screen and (max-width: 640px) {

  /* SP ==================== */
  .content-item-column h3 {
    font-size: 16px;
  }
}

.content-item-column p {
  color: #fff;
  margin: 0px;
}

.content-item-column p span {
  color: #ED1C24;
  font-size: 22px;
}

.content-item-column p span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 640px) {

  /* SP ==================== */
  .content-item-column p span {
    top: 0px;
  }
}

@media screen and (max-width: 640px) {

  /* SP ==================== */
  .content-item-column p span {
    color: #ED1C24;
    font-size: 16px;
  }
}

.arrow {
  max-width: 250px;
  margin-top: 40px;
}

.left {
  text-align: left;
  margin: 0 auto 0 0px;
}

@media screen and (max-width: 640px) {

  /* SP ==================== */
  .left {
    padding-top: 8px;
  }

}

.item_list {
  padding-top: 40px;
}

.content-full-column {
  max-width: 77%;
  display: grid;
  grid-template-columns: 50% 50%;
  place-items: center;
  grid-gap: 0px 54px;
  justify-items: center;
  align-items: center;
  margin: auto;
}

@media screen and (max-width: 640px) {

  /* SP ==================== */
  .content-full-column {
    grid-template-columns: 100%;
    grid-gap: 24px 0px;
  }

}

.img_mode {
  text-align: center;
}

.img_mode img {
  width: 50vw !important;
}

@media screen and (max-width: 640px) {

  /* SP ==================== */
  .img_mode img {
    width: 80vw !important;
  }
}