/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top #about {
  position: relative;
  overflow: hidden;
}

main.top #about:before {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d3d6d7;
}

main.top #about .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

main.top #about .content > * {
  width: 50%;
}

main.top #about .item-text {
  position: relative;
  padding: 40px 0;
  background-color: #FFF;
  margin-top: -20px;
}

main.top #about .item-text h2 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  margin-bottom: 40px;
}

main.top #about .item-text p:not(:last-child) {
  margin-bottom: 25px;
}

main.top #about .item-img {
  line-height: 0;
}

main.top #about .item-img p:first-child {
  margin-right: -210px;
}

main.top #about .item-img p:last-child {
  margin-top: -30px;
  margin-left: -200px;
}

main.top #overview {
  position: relative;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}

main.top #overview .content {
  position: relative;
  color: #FFF;
}

main.top #overview .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main.top #overview .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background: no-repeat center / cover;
}

main.top #overview .item-title {
  color: #FFF;
}

main.top #overview .item-title:after {
  background-color: #FFF;
}

main.top #overview .item-text:not(:last-child) {
  margin-bottom: 40px;
}

main.top #overview .item-link a {
  color: #FFF;
}

main.top #overview .item-link a:after {
  background-image: url(../img/common/arrow-btn_white.svg);
}

main.top .news-list:not(:last-child) {
  margin-bottom: 25px;
}

main.top .news-list + .link:not(:last-child) {
  margin-bottom: 70px;
}

main.top .news-list + .link a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

main.top .news-list li:not(:last-child) {
  margin-bottom: 30px;
}

main.top .news-list .item-date {
  color: #95999b;
}

main.top .news-list .item-title {
  margin-top: 5px;
  line-height: 1.6;
}

main.top .news-list .item-title a {
  color: #253037;
}

main.top .news-list .item-title a:hover {
  color: #0b57a5;
}

main.top .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px -40px 0;
}

main.top .type-list:not(:last-child) {
  margin-bottom: 0;
}

main.top .type-list + .link a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

main.top .type-list li {
  width: calc(33.3333% - 40px);
  margin: 0 40px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top .type-list li a {
  background-color: #FFF;
  color: #253037;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(37, 48, 55, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(37, 48, 55, 0.1);
  -ms-box-shadow: 0 5px 10px 0 rgba(37, 48, 55, 0.1);
  -o-box-shadow: 0 5px 10px 0 rgba(37, 48, 55, 0.1);
  box-shadow: 0 5px 10px 0 rgba(37, 48, 55, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.top .type-list li a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 5px 10px 0 rgba(37, 48, 55, 0.3);
  -moz-box-shadow: 0 5px 10px 0 rgba(37, 48, 55, 0.3);
  -ms-box-shadow: 0 5px 10px 0 rgba(37, 48, 55, 0.3);
  -o-box-shadow: 0 5px 10px 0 rgba(37, 48, 55, 0.3);
  box-shadow: 0 5px 10px 0 rgba(37, 48, 55, 0.3);
}

main.top .type-list .item-img {
  line-height: 0;
}

main.top .type-list .item-img img {
  width: 100%;
}

main.top .type-list .item-text {
  padding: 15px 20px 5px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.6;
}

main.top .type-list .item-link {
  padding: 0 15px 5px 0;
  margin-top: auto;
}

main.top .type-list .item-link span {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

main.top #access {
  padding: 0;
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top #access > * {
  width: 50%;
}

main.top #access .item-text {
  background: url(../img/top/bg-access.png);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFF;
}

main.top #access .item-text h2 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-bottom: 45px;
}

main.top #access .item-text p:not(:last-child) {
  margin-bottom: 10px;
  line-height: 1.5;
}

main.top #access .item-text .link a {
  color: #FFF;
}

main.top #access .item-text .link a:after {
  background-image: url(../img/common/arrow-white.svg);
}

main.top #access .item-map {
  position: relative;
}

main.top #access .item-map #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 701px) and (max-width: 980px) {
  /* main top
------------------------------------------------------------*/
  main.top #about .item-text h2 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  main.top #about .item-img {
    line-height: 0;
    padding-left: 40px;
  }
  main.top #about .item-img p:first-child {
    margin-right: -100px;
  }
  main.top #about .item-img p:last-child {
    margin-left: -30px;
  }
  main.top #overview {
    height: 500px;
  }
  main.top .type-list {
    margin: 0 -20px -20px 0;
  }
  main.top .type-list li {
    width: calc(33.3333% - 20px);
    margin: 0 20px 20px 0;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main top
------------------------------------------------------------*/
  main.top section {
    overflow: hidden;
  }
  main.top #about:before {
    content: "";
    display: block;
    position: absolute;
    left: 25%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #d3d6d7;
  }
  main.top #about .content {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.top #about .content > * {
    width: 100%;
  }
  main.top #about .item-text {
    margin-top: -40px;
  }
  main.top #about .item-text h2 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.top #about .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #about .item-img p:first-child {
    margin-right: -30px;
    margin-left: 20px;
  }
  main.top #about .item-img p:last-child {
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 80px;
  }
  main.top #overview {
    height: auto;
    padding: 60px 0;
  }
  main.top .type-list {
    margin: 0 -15px -15px 0;
  }
  main.top .type-list li {
    width: calc(50% - 15px);
    margin: 0 15px 15px 0;
  }
  main.top .type-list li a {
    padding: 3px;
  }
  main.top .type-list .item-text {
    padding: 10px 10px 5px;
  }
  main.top .type-list .item-link {
    padding: 0 10px 5px 0;
  }
  main.top #access {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.top #access > * {
    width: 100%;
  }
  main.top #access .item-text {
    position: relative;
    width: 100%;
    padding: 40px 20px;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  main.top #access .item-text h2 {
    margin-bottom: 25px;
  }
  main.top #access .item-map {
    position: relative;
    height: 200px;
  }
  main.top #access .item-map #map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
