@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* 1280 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* メイン
*****************************************************************/
@media all and (max-width: 896px) {
  .area_main::after {
    height: 30%;
  }
}
.area_main .sec_main {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .area_main .sec_main {
    display: block;
  }
}
.area_main .sec_main .img {
  position: static;
  width: 70%;
}
@media all and (max-width: 896px) {
  .area_main .sec_main .img {
    width: 100%;
  }
}
.area_main .sec_main .img img {
  width: 100%;
  max-width: none;
}
.area_main .sec_main .area_link {
  padding-top: 100px;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5%;
}
@media all and (max-width: 896px) {
  .area_main .sec_main .area_link {
    width: 100%;
    padding-top: 20px;
  }
}
.area_main .sec_main .area_link .box_title {
  text-align: center;
  margin-bottom: 20px;
}
.area_main .sec_main .area_link .box_title p {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .area_main .sec_main .area_link .box_title p {
    color: #0D4E7A;
  }
}
.area_main .sec_main .area_link .box_title .arrow_b::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media all and (max-width: 896px) {
  .area_main .sec_main .area_link .box_title .arrow_b::before {
    border-top: 2px solid #0D4E7A;
    border-right: 2px solid #0D4E7A;
  }
}
.area_main .sec_main .area_link ul {
  text-align: center;
}
.area_main .sec_main .area_link ul li {
  list-style: none;
  margin-top: 10px;
}
.area_main .sec_main .area_link ul li a {
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
}
@media all and (max-width: 896px) {
  .area_main .sec_main .area_link ul li a {
    color: #0D4E7A;
    border-bottom: 1px solid #0D4E7A;
  }
}

.box_ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .box_ttl {
    margin-bottom: 20px;
  }
}
.box_ttl h1 {
  font-size: 4.6rem;
  line-height: 1.4em;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .box_ttl h1 {
    font-size: 2.4rem;
    letter-spacing: 0em;
  }
}
.box_ttl h2 {
  font-size: 4.6rem;
  line-height: 1.4em;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .box_ttl h2 {
    font-size: 2.4rem;
    letter-spacing: 0em;
  }
}
.box_ttl p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4em;
  padding: 10px 0 0;
}

.box_ttl02 {
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .box_ttl02 {
    margin-bottom: 20px;
  }
}
.box_ttl02 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.9rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.5em;
}
@media all and (max-width: 896px) {
  .box_ttl02 h3 {
    font-size: 2.0rem;
    letter-spacing: 0em;
  }
}
.box_ttl02 h3::before {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #3C3C3C;
  margin-right: 20px;
}
@media all and (max-width: 896px) {
  .box_ttl02 h3::before {
    width: 30px;
  }
}
.box_ttl02 h3::after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #3C3C3C;
  margin-left: 20px;
}
@media all and (max-width: 896px) {
  .box_ttl02 h3::after {
    width: 30px;
  }
}

.nomal_txt {
  text-align: center;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .nomal_txt {
    font-size: 1.5rem;
  }
}

.medium_txt {
  text-align: center;
  font-size: 2.0rem;
}
@media all and (max-width: 896px) {
  .medium_txt {
    font-size: 1.7rem;
  }
}

.note {
  font-size: 1.2rem !important;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 40px;
}

.note_list {
  font-size: 1.2rem !important;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 40px;
}
.note_list li {
  margin-top: 10px;
}

.font_gothic {
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left !important;
}

.txtlink_type01 {
  color: #83214D;
  text-decoration: underline;
}

main section {
  padding-left: 8.0vw;
  padding-right: 8.0vw;
  padding-bottom: 100px;
}
@media all and (max-width: 896px) {
  main section {
    padding-bottom: 60px;
  }
}

.btn_suv {
  box-sizing: border-box;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.btn_suv a {
  display: block;
  border: 4px solid #0D4E7A;
  width: 100%;
  color: #0D4E7A;
  padding: 20px 40px 20px 20px;
  font-size: 1.8rem;
  text-align: center;
}
.btn_suv a i {
  width: 20px;
  display: inline-block;
  margin-right: 20px;
}

.box_table {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media all and (max-width: 896px) {
  .box_table.block table {
    border-bottom: 1px solid #464646;
  }
  .box_table.block table tr th {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #464646;
  }
  .box_table.block table tr td {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #464646;
  }
  .box_table.block table tr td:last-child {
    border-bottom: none;
  }
}
@media all and (max-width: 896px) {
  .box_table.scroll table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .box_table.scroll table tbody {
    width: 100%;
    display: table;
  }
  .box_table.scroll .scroll-hint-icon {
    height: 90px;
  }
}
.box_table:last-child {
  margin-bottom: 0;
}
.box_table table {
  background: #fff;
  border-top: 1px solid #464646;
  text-align: center;
  width: 100%;
}
.box_table table tr {
  border-bottom: 1px solid #464646;
}
.box_table table tr th {
  text-align: center;
  background: #D6E2EB;
  padding: 30px 20px;
  font-size: 1.8rem;
  border-right: 1px solid #464646;
  vertical-align: middle;
}
.box_table table tr th:last-child {
  border-right: none;
}
.box_table table tr td {
  padding: 30px 20px;
  font-size: 1.8rem;
  border-right: 1px solid #464646;
  vertical-align: middle;
}
.box_table table tr td:last-child {
  border-right: none;
}
