/* ---------------------------------------
  #mv
-----------------------------------------*/
#mv .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #mv .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#mv .main_slide {
  width: 84rem;
  margin-right: -12rem;
}
@media screen and (max-width: 767px) {
  #mv .main_slide {
    width: 100%;
    margin-right: 0;
  }
}
#mv .detail_box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #mv .detail_box {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
}
#mv .lead {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #mv .lead {
    margin-top: 2.4rem;
    font-size: 2rem;
    text-align: center;
  }
}
#mv .table {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #mv .table {
    margin-top: 2.4rem;
  }
}
#mv .table table {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  #mv .table table {
    width: 100%;
  }
}
#mv .table table thead th {
  background-color: #06A5BF;
  padding: 0.9rem 0 1rem;
  color: #fff;
  text-align: center;
  width: 4.8rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #mv .table table thead th {
    padding: 1.2rem 0;
    width: 3.2rem;
    font-size: 1.4rem;
  }
}
#mv .table table thead th.time {
  width: 15.2rem;
  border-top-left-radius: 8px;
  text-align: left;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #mv .table table thead th.time {
    width: 10.4rem;
    padding-left: 1.2rem;
  }
}
#mv .table table thead th.time span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  #mv .table table thead th.time span {
    gap: 0 0.4rem;
  }
}
#mv .table table thead th.time span::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/icon_time.svg) no-repeat center/cover;
  display: block;
}
@media screen and (max-width: 767px) {
  #mv .table table thead th.time span::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
#mv .table table thead th:nth-last-of-type(1) {
  border-top-right-radius: 8px;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  #mv .table table thead th:nth-last-of-type(1) {
    padding-right: 1.2rem;
  }
}
#mv .table table tbody th,
#mv .table table tbody td {
  font-size: 2rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  #mv .table table tbody th,
  #mv .table table tbody td {
    font-size: 1.4rem;
  }
}
#mv .table table tbody th .blue,
#mv .table table tbody td .blue {
  color: #084BC1;
}
#mv .table table tbody th {
  padding-left: 2rem;
  width: 15.2rem;
}
@media screen and (max-width: 767px) {
  #mv .table table tbody th {
    width: 10.4rem;
    padding-left: 1.2rem;
  }
}
#mv .table table tbody td {
  text-align: center;
  width: 4.8rem;
}
@media screen and (max-width: 767px) {
  #mv .table table tbody td {
    width: 3.2rem;
  }
}
#mv .table table tbody td:nth-last-of-type(1) {
  width: 6.8rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  #mv .table table tbody td:nth-last-of-type(1) {
    width: 4.4rem;
    padding-right: 1.2rem;
  }
}
#mv .table table tbody tr {
  background-color: #fff;
}
#mv .table table tbody tr:nth-last-of-type(1) th {
  border-bottom-left-radius: 8px;
}
#mv .table table tbody tr:nth-last-of-type(1) td {
  background-color: #fff;
}
#mv .table table tbody tr:nth-last-of-type(1) td:nth-last-of-type(1) {
  border-bottom-right-radius: 8px;
}
#mv .table table tbody tr:nth-of-type(n+2) {
  border-top: solid 1px #F3F3F5;
}
#mv .table .att {
  font-size: 1.6rem;
  color: #676B80;
  line-height: 1.5;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  #mv .table .att {
    font-size: 1.2rem;
  }
}
#mv .address {
  font-size: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #mv .address {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
#mv .access {
  font-size: 1.6rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  #mv .access {
    font-size: 1.4rem;
  }
}
#mv .btn_access {
  margin-top: 2rem;
}
#mv .btn_access a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.4rem;
  background-color: #06A5BF;
  width: 12rem;
  height: 4rem;
  border-radius: 2rem;
}
#mv .btn_access a::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/icon_access.svg) no-repeat center/cover;
}
#mv .btn_access a .txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-top: -0.3rem;
}

/* ---------------------------------------
  #news
-----------------------------------------*/
#news {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #news {
    margin-top: 13.6rem;
  }
}
#news .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #news .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #news .ttl_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#news .ttl_box .ttl {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #news .ttl_box .ttl {
    font-size: 2.8rem;
  }
}
#news .ttl_box .btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #news .ttl_box .btn {
    margin-top: 0;
  }
}
#news .ttl_box .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.8rem;
  width: 15.2rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #084BC1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
#news .ttl_box .btn a::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/icon_arrow.svg) no-repeat center/cover;
  display: block;
}
#news .news_list {
  width: 92.8rem;
}
@media screen and (max-width: 767px) {
  #news .news_list {
    width: 100%;
    margin-top: 2rem;
  }
}
#news .news_list .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.2rem 6.8rem 2.2rem 4rem;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #news .news_list .list li a {
    padding: 1.2rem 5.2rem 1.2rem 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#news .news_list .list li a::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/icon_arrow.png) no-repeat top/100% auto;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#news .news_list .list li a .data {
  font-size: 2rem;
  font-weight: 700;
  color: #676B80;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #news .news_list .list li a .data {
    font-size: 1.6rem;
  }
}
#news .news_list .list li a .ttl {
  margin-left: 3.2rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #news .news_list .list li a .ttl {
    margin-left: 0;
    font-size: 1.6rem;
  }
}
#news .news_list .list li + li {
  margin-top: 1.2rem;
}

/* ---------------------------------------
  .sec_ttl
-----------------------------------------*/
.sec_ttl {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 2.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 2.8rem;
    padding-bottom: 2.4rem;
    line-height: 1.5;
  }
}
.sec_ttl::after {
  content: "";
  width: 10rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec_ttl::after {
    width: 8rem;
  }
}

/* ---------------------------------------
  .sec_btn_box
-----------------------------------------*/
.sec_btn_box {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .sec_btn_box {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem 0;
  }
}
.sec_btn_box .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  width: 28rem;
  height: 7.2rem;
  border-radius: 3.6rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 165, 191)), to(rgb(8, 75, 193)));
  background: linear-gradient(90deg, rgb(6, 165, 191) 0%, rgb(8, 75, 193) 100%);
}
@media screen and (max-width: 767px) {
  .sec_btn_box .btn a {
    height: 6rem;
    border-radius: 3rem;
  }
}
.sec_btn_box .btn a::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/icon_arrow_circle.svg) no-repeat center/cover;
  display: block;
}
.sec_btn_box .btn a span {
  display: block;
  width: 20.8rem;
  text-align: center;
  margin-left: 2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec_btn_box .btn a span {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------
  #about
-----------------------------------------*/
#about {
  margin-top: 12rem;
}
#about .sec_ttl::after {
  background-color: #084BC1;
}
#about .lead {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about .lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
#about .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #about .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem 0;
  }
}
#about .list li .txt {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #about .list li .txt {
    margin-top: 1.2rem;
    font-size: 2rem;
  }
}

/* ---------------------------------------
  #detail
-----------------------------------------*/
#detail {
  margin-top: 12rem;
  padding-bottom: 12rem;
}
#detail .sec_ttl::after {
  background-color: #06A5BF;
}
#detail .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 3.9rem;
}
@media screen and (max-width: 767px) {
  #detail .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 1.6rem;
  }
}
#detail .list li {
  width: 19.2rem;
}
@media screen and (max-width: 767px) {
  #detail .list li {
    width: 15.6rem;
  }
}
#detail .list li .txt {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #detail .list li .txt {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}