.company__h2 {
  background: #023894;
  color: #FFF;
}

.ttl__box {
  border-color: #023894;
}

.ttl__box_h1 {
  background: #023894;
  color: #FFF;
}

.ttl__box_h2 {
  color: #023894;
}

.ttl__img {
  max-width: 483px;
}

@media only screen and (max-width: 640px) {
  .ttl__img {
    max-width: 70%;
  }
}

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

.basic .content .common__txt_p {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .basic .content .common__txt_p {
    text-align: left;
  }
}

.basic__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3rem 0 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .basic__block {
    flex-direction: column;
  }
}

.basic__block_box {
  border: 4px solid #023894;
  box-sizing: border-box;
  background: #FFF;
}

.basic__block_ttl {
  margin: 0 0 2rem;
  line-height: 1;
  font-size: 3rem;
  font-weight: 600;
  color: #023894;
}

@media only screen and (max-width: 640px) {
  .basic__block_ttl {
    margin: 0 0 1rem;
    font-size: 2rem;
  }
}

.basic__block_sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .basic__block_sp {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.basic__block_pc {
  width: 63.73%;
  margin: -19.5rem auto 0;
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .basic__block_pc {
    display: none;
  }
}

.basic__info {
  width: 60.7%;
  padding: 0 1.5rem;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .basic__info {
    width: 100%;
  }
}

.basic__info a {
  font-size: inherit;
}

.basic__info_list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 2rem 0;
  box-sizing: border-box;
}

.basic__info_list + .basic__info_list {
  border-top: 1px solid #B5B5B5;
}

.basic__info_ttl {
  width: 9.5rem;
  text-align: justify;
  font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
  .basic__info_ttl {
    width: 7rem;
  }
}

.basic__info_cont {
  width: calc(100% - 10rem);
  font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
  .basic__info_cont {
    width: calc(100% - 8.5rem);
  }
}

.basic__access {
  width: 36.458%;
  padding: 3rem 2.5rem 2.5rem;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .basic__access {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: -18.2rem 0 0;
    padding: 1.5rem;
    position: relative;
  }
}

@media only screen and (max-width: 640px) {
  .basic__access_txt {
    width: 52%;
  }
}

.basic__access_list {
  list-style: disc;
  margin: 0 0 2rem 3rem;
}

@media only screen and (max-width: 640px) {
  .basic__access_list {
    margin: 0 0 0 2.2rem;
  }
}

.basic__access_item {
  font-size: 1.8rem;
}

.basic__access_img {
  width: 100%;
  position: relative;
}

.basic__access_img::before {
  content: "";
  display: block;
  padding-top: 84.967%;
}

.basic__access_img iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .basic__access_img {
    width: 44%;
  }
}

.basic__mov {
  max-width: 77.72%;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 6rem;
}

@media only screen and (max-width: 640px) {
  .basic__mov {
    max-width: initial;
    margin: 4rem 0 0;
    padding: 1.5rem;
  }
}

.basic__mov_wrap {
  width: 100%;
  position: relative;
}

.basic__mov_wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.basic__mov_wrap img,
.basic__mov_wrap video,
.basic__mov_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.data__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.data__list_item {
  width: 31.088%;
  margin: 3.5rem 0 0;
}

@media only screen and (max-width: 640px) {
  .data__list_item {
    width: 48%;
    margin: 1.5rem 0 0;
  }
}
