@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@700&display=swap");
@font-face {
  font-family: "Nobel Book";
  font-style: normal;
  font-weight: normal;
  src: local("Nobel Book"), url("/files/css/fonts/Nobel Book.woff") format("woff");
}
@media screen and (min-width: 1025px) {
  .nav_list li:nth-child(3) a {
    position: relative;
  }
  .nav_list li:nth-child(3) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #7AC0C5;
  }
}
.column .columnTxtTop {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .column .columnTxtTop {
    font-size: 2rem;
  }
}

.columnLink {
  background: #ECF6F7;
  padding: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .columnLink {
    padding: 60px;
    margin-bottom: 120px;
  }
}
.columnLink li {
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  .columnLink li {
    margin-bottom: 30px;
  }
}
.columnLink li:last-child {
  margin-bottom: 0;
}
.columnLink li a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .columnLink li a {
    font-size: 2.6rem;
  }
}
.columnLink li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #7ac0c5;
}
@media screen and (min-width: 1025px) {
  .columnLink li a::before {
    margin-right: 10px;
    border-width: 9px 0 9px 18px;
  }
}
@media screen and (min-width: 1025px) {
  .columnLink li a:hover {
    transform: translateX(10px);
    opacity: 0.5;
  }
}

.columnWrap {
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .columnWrap {
    margin-bottom: 100px;
  }
}

.columnImg {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .columnImg {
    margin-bottom: 40px;
  }
}
.columnImg img {
  display: block;
  width: 100%;
}

.mgb40 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .mgb40 {
    margin-bottom: 40px;
  }
}

.columnList {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .columnList {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 40px;
  }
}
.columnList dt, .columnList dd {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .columnList dt, .columnList dd {
    width: calc(50% - 50px);
  }
}
.columnList dt {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .columnList dt {
    margin-bottom: 0;
  }
}
.columnList dt img {
  display: block;
  width: 100%;
}
.columnList dd a {
  display: inline-block;
  text-decoration: underline;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .columnList dd a:hover {
    opacity: 0.5;
  }
}
