@charset "UTF-8";

/* 共通 */
a,
a:link {
  text-decoration: none;
}

/* タイトルエリア */
.ttl_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 196px;
  background-color: #e3f4fc;
}
.ttl_wrap_center {
  text-align: center;
  position: relative;
}
.subttl {
  color: #0a70c5;
  text-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 1em;
  line-height: 1;
  display: inline-block;
  padding: 0.6em 1.5em;
  background-color: #fff;
}
.ttl {
  font-size: 35px;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 0.1em;
  box-sizing: content-box;
}
.ttl_badge {
  position: absolute;
  color: #fff;
  background-color: #0a70c5;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  height: 95px;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 案内テキスト */
.index_txt {
  padding: 40px 20px;
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
}

.index_ttl {
  background-color: #0a70c5;
  padding: 13px 0;
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.index_wrap {
  width: 1000px;
  margin: 0 auto 55px;
}

.dtl-bnrWrap {
  flex: 1;
  width: 100%;
}
.dtl-bnrWrap p {
  font-size: 20px;
  margin-bottom: 10px;
}
.dtl-bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  border: 1px solid grey;
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 15px;
}
.dtl-bnr img {
  width: 100%;
}
.dtlBnr-wrap {
  max-width: 330px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bnr02-wrap {
  margin-bottom: 30px;
}

.dtl-wrap {
  display: flex;
  text-align: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 20px;
}

.dtl-txt {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}
.dtl-txt p {
  line-height: 2;
  font-size: 15px;
}

.dtl_btn {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.dtl_btn a {
  display: table;
  border-radius: 56px;
  border: 2px solid #0a70c5;
  width: 30%;
  background: #fff url(../img/icn_arw5.png) no-repeat right 26px center;
}

.dtl_btn a span {
  font-size: 18px;
  color: #0a70c5;
  height: 52px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  display: table-cell;
}

.index-txtBottom {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.sp-only {
  display: none;
}
@media screen and (min-width: 768px) {
  /* タイトルバッジPC位置調整 */
  .first_badge {
    top: 5px;
    right: -95px;
  }
  .second_badge {
    top: 5px;
    right: -210px;
  }
}
@media screen and (max-width: 767px) {
  /* タイトルエリア */
  .ttl_wrap {
    height: 245px;
  }
  .subttl {
    font-size: 26px;
  }
  .ttl {
    font-size: 40px;
    letter-spacing: 0;
    text-align: center;
  }
  .ttl_badge {
    font-size: 14px;
    width: 85px;
    height: 85px;
  }
  .first_badge {
    bottom: 0px;
    left: -3px;
  }
  .second_badge {
    bottom: 0px;
    right: -3px;
  }

  /* 案内テキスト */
  .index_txt {
    padding: 30px 20px;
    letter-spacing: 2px;
    line-height: 1.6;
    font-size: 16px;
    text-align: left;
  }

  .dtl-wrap {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .dtl-bnr {
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
  }
  .dtl-bnrWrap:nth-of-type(2) .dtl-bnr {
    height: 400px;
  }
  .dtl-bnrWrap p {
    font-size: 21px;
  }
  .index_ttl {
    margin: 0 20px;
    font-size: 17px;
    padding: 5px;
    line-height: 34px;
    margin-bottom: 33px;
  }

  .dtl_btn {
    margin: 60px 0;
  }
  .dtl_btn a {
    width: 86%;
    height: 48px;
    border-radius: 71px;
    border: 3px solid #0a70c5;
    background: #fff url(../img/icn_arw5.png) no-repeat right 25px center;
  }
  .dtl_btn a span {
    font-size: 22px;
  }
  .dtl-txt p {
    line-height: 1.6;
    font-size: 16px;
  }
  .dtl-txt {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .index-txtBottom {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .index-txtBottom p {
    font-size: 12px;
    line-height: 1.2;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 476px) {
  .index_wrap {
    width: 100%;
  }

  .subttl {
    font-size: 17px;
    padding: 0.6em 2.1em;
  }
  .ttl {
    font-size: 23px;
  }
  .ttl_badge {
    font-size: 12px;
    width: 70px;
    height: 70px;
  }

  .bnr01{
    width: 320px;
  }
}
