@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.sub {
  width: 100%;
  height: 1080px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .sub {
    height: 730px;
  }
}
@media screen and (max-width: 768px) {
  .sub {
    height: 600px;
    overflow: hidden;
  }
}
.sub .logo {
  display: block;
  width: 400px;
  margin: 0 0 100px 50px;
  padding: 40px 0 0;
}
@media screen and (max-width: 1400px) {
  .sub .logo {
    padding: 30px 0 0;
    margin: 0 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .sub .logo {
    display: none;
  }
}
.sub .logo img {
  width: 100%;
  height: auto;
}
.sub .logo2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .sub .logo2 {
    width: 50%;
    display: block;
    position: absolute;
    bottom: 90px;
    left: 30px;
  }
}
.sub .navi {
  margin: 0 0 60px 50px;
}
@media screen and (max-width: 1400px) {
  .sub .navi {
    margin: 0 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .sub .navi {
    display: none;
  }
}
.sub .navi li {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 25px;
  position: relative;
  width: 150px;
}
.sub .navi li::after {
  position: absolute;
  right: -80px;
  top: 50%;
  background-color: #000078;
  /* 横線の色 */
  content: "";
  height: 1px;
  /* 横線の高さ */
  width: 40px;
  /* 横線の長さ */
  transition: .6s;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .sub .navi li::after {
    width: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .sub .navi li {
    margin-bottom: 15px;
  }
}
.sub .navi li:hover::after {
  right: -20px;
  opacity: 1;
}
.sub .navi li a {
  font-size: 14px;
  color: #000078;
  position: relative;
}
.sub .page-title {
  display: block;
  font-size: 40px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000078;
  margin: 0 50px 60px;
}
@media screen and (max-width: 1400px) {
  .sub .page-title {
    margin: 0 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .sub .page-title {
    font-size: 34px;
    position: absolute;
    top: 55%;
    left: 0;
  }
}
.sub .scrolldown1 {
  margin: 0 0 0 50px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sub .scrolldown1 {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .sub .scrolldown1 {
    display: none;
  }
}
.sub .scrolldown1 span {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  height: auto;
  position: relative;
  color: #000078;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  font-size: 18px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.sub .scrolldown1 span::after {
  display: block;
  position: absolute;
  left: 50%;
  margin-top: 120px;
  content: "";
  width: 1px;
  height: 300px;
  background: #000078;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .sub .scrolldown1 span::after {
    height: 200px;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 200px;
    opacity: 0;
  }
}
.sub .tel {
  display: block;
  position: absolute;
  top: 40px;
  right: 100px;
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  .sub .tel {
    font-size: 14px;
    top: 60px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sub .tel {
    top: 88%;
    left: 0;
    width: 100%;
    padding: 7px 7px 7px 30px;
    background-color: #000078;
    color: #fff;
  }
}
.sub .tel br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .sub .tel br {
    display: block;
  }
}
.sub .tel span {
  margin-left: 30px;
  font-size: 30px;
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1100px) {
  .sub .tel span {
    font-size: 24px;
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .sub .tel span {
    color: #fff;
  }
}
.sub .key {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  height: 950px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  .sub .key {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .sub .key {
    height: 600px;
  }
}
.sub .key img {
  display: block;
  height: 100%;
  border-radius: 200px 0 0 0;
}
@media screen and (max-width: 1100px) {
  .sub .key img {
    border-radius: 0 0 0 0;
  }
}
.sub .key .pankuzu {
  background-color: #e6ffff;
  padding: 5px 10px;
}
.sub .key .pankuzu p {
  font-size: 14px;
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
  width: 100%;
  height: 1080px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  header {
    height: 750px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 600px;
    overflow: hidden;
  }
}
header .logo {
  display: block;
  width: 400px;
  margin: 0 0 100px 50px;
  padding: 40px 0 0;
}
@media screen and (max-width: 1400px) {
  header .logo {
    padding: 30px 0 0;
    margin: 0 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  header .logo {
    display: none;
  }
}
header .logo img {
  width: 100%;
  height: auto;
}
header .logo2 {
  display: none;
}
@media screen and (max-width: 768px) {
  header .logo2 {
    width: 50%;
    display: block;
    position: absolute;
    bottom: 90px;
    left: 30px;
  }
}
header .navi {
  margin: 0 0 60px 50px;
}
@media screen and (max-width: 1400px) {
  header .navi {
    margin: 0 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  header .navi {
    display: none;
  }
}
header .navi li {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 25px;
  position: relative;
  width: 150px;
}
header .navi li::after {
  position: absolute;
  right: -80px;
  top: 50%;
  background-color: #000078;
  /* 横線の色 */
  content: "";
  height: 1px;
  /* 横線の高さ */
  width: 40px;
  /* 横線の長さ */
  transition: .6s;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  header .navi li::after {
    width: 25px;
  }
}
@media screen and (max-width: 1400px) {
  header .navi li {
    margin-bottom: 15px;
  }
}
header .navi li:hover::after {
  right: -20px;
  opacity: 1;
}
header .navi li a {
  font-size: 14px;
  color: #000078;
  position: relative;
}
header .page-title {
  display: block;
  font-size: 40px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000078;
  margin: 0 50px 60px;
}
@media screen and (max-width: 1400px) {
  header .page-title {
    margin: 0 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  header .page-title {
    font-size: 34px;
    position: absolute;
    top: 55%;
    left: 0;
  }
}
header .scrolldown1 {
  margin: 0 0 0 50px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  header .scrolldown1 {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  header .scrolldown1 {
    display: none;
  }
}
header .scrolldown1 span {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  height: auto;
  position: relative;
  color: #000078;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  font-size: 18px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
header .scrolldown1 span::after {
  display: block;
  position: absolute;
  left: 50%;
  margin-top: 120px;
  content: "";
  width: 1px;
  height: 300px;
  background: #000078;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  header .scrolldown1 span::after {
    height: 200px;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 200px;
    opacity: 0;
  }
}
header .tel {
  display: block;
  position: absolute;
  top: 40px;
  right: 100px;
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  header .tel {
    font-size: 14px;
    top: 60px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  header .tel {
    top: 88%;
    left: 0;
    width: 100%;
    padding: 7px 7px 7px 30px;
    background-color: #000078;
    color: #fff;
  }
}
header .tel br {
  display: none;
}
@media screen and (max-width: 1100px) {
  header .tel br {
    display: block;
  }
}
header .tel span {
  margin-left: 30px;
  font-size: 30px;
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1100px) {
  header .tel span {
    font-size: 24px;
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  header .tel span {
    color: #fff;
  }
}
header .key {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  height: 950px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  header .key {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  header .key {
    height: 600px;
  }
}
header .key img {
  display: block;
  height: 100%;
  border-radius: 200px 0 0 0;
}
@media screen and (max-width: 1100px) {
  header .key img {
    border-radius: 0 0 0 0;
  }
}
header .key .pankuzu {
  background-color: #e6ffff;
  padding: 5px 10px;
}
header .key .pankuzu p {
  font-size: 14px;
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-image: linear-gradient(0deg, #aae5ff, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 1250px) {
  #footer {
    width: 90%;
  }
}
#footer .inner {
  width: 1200px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 56% 40%;
  column-gap: 4%;
}
@media screen and (max-width: 1250px) {
  #footer .inner {
    display: block;
  }
}
#footer .inner .map {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1250px) {
  #footer .inner .map {
    height: 300px;
    margin-bottom: 30px;
  }
}
#footer .inner .map iframe {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
#footer .inner .info {
  width: 100%;
}
#footer .inner .info .logo {
  width: 250px;
  display: block;
  margin-bottom: 30px;
}
#footer .inner .info .navi {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #footer .inner .info .navi {
    display: none;
  }
}
#footer .inner .info .navi li {
  padding: 0 20px 0 0;
}
#footer .inner .info .navi li a {
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
}
#footer .inner .info .text {
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 20px;
}
#footer .inner .info .address {
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 1.7;
  display: block;
}
#footer .inner .info .address span {
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
}
#footer .inner .info .tel {
  margin-bottom: 20px;
}
#footer .inner .info .tel a {
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
}

.copy {
  text-align: center;
}
.copy small {
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 9px;
}

#container {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  #container {
    width: 90%;
  }
}

.content-title {
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  display: block;
  margin-bottom: 50px;
}

.news-list {
  width: 80%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1200px) {
  .news-list {
    width: 100%;
  }
}
.news-list li {
  border-bottom: 1px solid #000;
  padding: 20px;
}
.news-list li:last-child {
  border-bottom: none;
}
.news-list li a .time {
  display: block;
  color: #828282;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 5px;
}
.news-list li a .title {
  display: block;
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}
@media screen and (max-width: 1250px) {
  .news-list li a .title {
    font-size: 18px;
  }
}
.news-list li a .text {
  display: block;
  color: #000078;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

/*# sourceMappingURL=news.css.map */
