.front-page .hero {
  position: relative;
  margin-bottom: calc(8px * 10);
  padding-right: calc(8px * 5);
  padding-right: 40px;
}

@media screen and (max-width: 960px) {
  .front-page .hero {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .front-page .hero {
    padding-right: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero {
    padding-right: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .front-page .hero {
    padding-right: 24px;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero {
    padding-right: 0;
  }
}

.front-page .hero .hero-vsl {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 8px;
}

.front-page .hero .hero-vsl .hashima {
  position: relative;
  grid-row: span 2;
  width: 100%;
}

.front-page .hero .hero-vsl .hashima img {
  height: 632px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .front-page .hero .hero-vsl .hashima img {
    height: 500px;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-vsl .hashima img {
    height: 360px;
  }
}

@media screen and (max-width: 480px) {
  .front-page .hero .hero-vsl .hashima img {
    height: 260px;
  }
}

.front-page .hero .hero-vsl .hashima p {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10.7rem;
  color: #fff;
  line-height: 1;
  opacity: 0.5;
}

@media screen and (max-width: 960px) {
  .front-page .hero .hero-vsl .hashima p {
    font-size: 7.2rem;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-vsl .hashima p {
    font-size: 4rem;
  }
}

.front-page .hero .hero-vsl .hashima p span {
  display: inherit;
  font-size: 3.4rem;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .front-page .hero .hero-vsl .hashima p span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-vsl .hashima p span {
    font-size: 1.8rem;
  }
}

.front-page .hero .hero-vsl .ginan {
  position: relative;
  width: 100%;
}

.front-page .hero .hero-vsl .ginan img {
  height: 312px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .front-page .hero .hero-vsl .ginan img {
    height: 246px;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-vsl .ginan img {
    height: 176px;
  }
}

@media screen and (max-width: 480px) {
  .front-page .hero .hero-vsl .ginan img {
    height: 126px;
  }
}

.front-page .hero .hero-vsl .ginan p {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10.7rem;
  color: #fff;
  line-height: 1;
  opacity: 0.5;
}

@media screen and (max-width: 960px) {
  .front-page .hero .hero-vsl .ginan p {
    font-size: 7.2rem;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-vsl .ginan p {
    font-size: 4rem;
  }
}

.front-page .hero .hero-vsl .ginan p span {
  display: inherit;
  font-size: 3.4rem;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .front-page .hero .hero-vsl .ginan p span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-vsl .ginan p span {
    font-size: 1.8rem;
  }
}

.front-page .hero .hero-vsl .kasamatsu {
  position: relative;
  width: 100%;
}

.front-page .hero .hero-vsl .kasamatsu img {
  height: 312px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .front-page .hero .hero-vsl .kasamatsu img {
    height: 246px;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-vsl .kasamatsu img {
    height: 176px;
  }
}

@media screen and (max-width: 480px) {
  .front-page .hero .hero-vsl .kasamatsu img {
    height: 126px;
  }
}

.front-page .hero .hero-vsl .kasamatsu p {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10.7rem;
  color: #fff;
  line-height: 1;
  opacity: 0.5;
}

@media screen and (max-width: 960px) {
  .front-page .hero .hero-vsl .kasamatsu p {
    font-size: 7.2rem;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-vsl .kasamatsu p {
    font-size: 4rem;
  }
}

.front-page .hero .hero-vsl .kasamatsu p span {
  display: inherit;
  font-size: 3.4rem;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .front-page .hero .hero-vsl .kasamatsu p span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-vsl .kasamatsu p span {
    font-size: 1.8rem;
  }
}

.front-page .hero .hero-txt {
  position: absolute;
  top: 52%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.front-page .hero .hero-txt span {
  margin-bottom: calc(8px * 2);
  padding: 24px 36px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 4px;
  font-size: 4.8rem;
  background-color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .front-page .hero .hero-txt span {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-txt span {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .front-page .hero .hero-txt span {
    padding: 20px 24px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 960px) {
  .front-page .hero .hero-txt span {
    padding: 16px 20px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-txt span {
    padding: 14px 18px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .front-page .hero .hero-txt span {
    padding: 12px 16px;
    font-size: 2rem;
  }
}

.front-page .hero .hero-txt span small {
  font-size: 4rem;
}

@media screen and (max-width: 1280px) {
  .front-page .hero .hero-txt span small {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 960px) {
  .front-page .hero .hero-txt span small {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-txt span small {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .front-page .hero .hero-txt span small {
    font-size: 1.6rem;
  }
}

.front-page .hero .hero-txt__top {
  position: relative;
}

.front-page .hero .hero-txt__top::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-bottom: 22px solid #fff;
  border-top: 0;
  top: -30px;
  left: -40px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-txt__top::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -12px;
    left: -22px;
  }
}

.front-page .hero .hero-txt__bottom {
  position: relative;
  padding-right: 52px !important;
}

@media screen and (max-width: 1280px) {
  .front-page .hero .hero-txt__bottom {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-txt__bottom {
    padding-right: 24px !important;
  }
}

.front-page .hero .hero-txt__bottom::before {
  content: '';
  position: absolute;
  background: url("/general/img/icon/diamond.svg") center/contain no-repeat;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 30px;
}

@media screen and (max-width: 1280px) {
  .front-page .hero .hero-txt__bottom::before {
    right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-txt__bottom::before {
    top: 6px;
    right: 8px;
    width: 16px;
    height: 16px;
  }
}

.front-page .hero .hero-txt__bottom::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-bottom: 22px solid #fff;
  border-top: 0;
  right: -40px;
  bottom: -30px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 640px) {
  .front-page .hero .hero-txt__bottom::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    right: -22px;
    bottom: -12px;
  }
}

.link-list {
  gap: calc(8px * 4);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 955px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .link-list {
    gap: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .link-list {
    gap: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .link-list {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .link-list {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 640px) {
  .link-list {
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}

@media screen and (max-width: 480px) {
  .link-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.link-list__item {
  position: relative;
  background: url("/general/img/top/link-bg.svg") no-repeat;
  background-color: #F6FCF9;
  border-radius: 0 0 2px 2px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .link-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .link-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.link-list__item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  top: -6px;
  left: 0;
  background-color: #64C188;
}

@media screen and (max-width: 480px) {
  .link-list__item::before {
    top: 0;
    width: 4px;
    height: 100%;
  }
}

.link-list__item .link-vsl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px auto;
  width: 72px;
  height: 72px;
  background-color: #64C188;
  border-radius: 50px;
}

@media screen and (max-width: 480px) {
  .link-list__item .link-vsl {
    width: 56px;
    height: 56px;
    margin: 0 16px;
  }
}

.link-list__item .link-vsl svg[class^="ico-"] {
  margin: 0 auto;
  width: 28px;
  height: 28px;
  fill: #fff;
}

.link-list__item .link-dtl {
  background-color: #64C188;
  display: table;
  width: 100%;
  height: 72px;
}

@media screen and (max-width: 480px) {
  .link-list__item .link-dtl {
    width: calc(100% - 88px);
  }
}

.link-list__item .link-dtl .link-txt {
  position: relative;
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .link-list__item .link-dtl .link-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .link-list__item .link-dtl .link-txt {
    padding: 0 16px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.link-list__item .link-dtl .link-txt::after {
  content: '';
  position: absolute;
  right: -12px;
  bottom: -2px;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-bottom: 19px solid #44a068;
  border-top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.link-list__item--aqu {
  background: url("/general/img/top/link-bg-aqu.svg") no-repeat;
  background-color: #F7FCFC;
}

.link-list__item--aqu::before {
  background-color: #48B5AD;
}

.link-list__item--aqu .link-vsl {
  background-color: #48B5AD;
}

.link-list__item--aqu .link-dtl {
  background-color: #48B5AD;
}

.link-list__item--aqu .link-dtl .link-txt span {
  font-size: 1.2rem;
  line-height: 1.3;
}

@media screen and (max-width: 960px) {
  .link-list__item--aqu .link-dtl .link-txt span {
    font-size: 1.1rem;
  }
}

.link-list__item--aqu .link-dtl .link-txt::after {
  content: '';
  position: absolute;
  right: -12px;
  bottom: -2px;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-bottom: 19px solid #2F938C;
  border-top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.link-list__item--blu {
  background: url("/general/img/top/link-bg-blu.svg") no-repeat;
  background-color: #F9FBFE;
}

.link-list__item--blu::before {
  background-color: #659BDB;
}

.link-list__item--blu .link-vsl {
  background-color: #659BDB;
}

.link-list__item--blu .link-dtl {
  background-color: #659BDB;
}

.link-list__item--blu .link-dtl .link-txt::after {
  content: '';
  position: absolute;
  right: -12px;
  bottom: -2px;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-bottom: 19px solid #3F78BC;
  border-top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.link-list__item:hover {
  opacity: 0.7;
}

.news {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 960px) {
  .news {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .news {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.news .news-list {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  .news .news-list {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .news .news-list {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.news .news-list::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  top: -1px;
  background-color: #6DBECC;
}

.news .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: calc(8px * 4);
  padding-bottom: calc(8px * 4);
  position: relative;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 960px) {
  .news .news-list__item {
    padding-top: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .news .news-list__item {
    padding-top: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .news .news-list__item {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .news .news-list__item {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 640px) {
  .news .news-list__item {
    display: block;
  }
}

.news .news-list__item::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  bottom: -1px;
  background-color: #6DBECC;
}

.news .news-list__item::after {
  content: '';
  position: absolute;
  background: url("/general/img/icon/arrow.svg") no-repeat;
  width: 26px;
  height: 8px;
  right: 20px;
}

@media screen and (max-width: 640px) {
  .news .news-list__item::after {
    top: 36px;
  }
}

.news .news-list__item .news-meta__date {
  margin-right: calc(8px * 3);
  font-family: "Roboto", sans-serif;
  color: #D6D6D6;
}

@media screen and (max-width: 960px) {
  .news .news-list__item .news-meta__date {
    margin-right: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .news .news-list__item .news-meta__date {
    margin-right: calc((8px * 3) * 0.5);
  }
}

.news .news-list__item .news-ttl {
  width: calc(100% - 200px);
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 640px) {
  .news .news-list__item .news-ttl {
    width: calc(100% - 64px);
  }
}

.news .news-list__item:hover .news-ttl {
  color: #6DBECC;
}

.bnr {
  margin-bottom: calc(8px * 12);
}

@media screen and (max-width: 960px) {
  .bnr {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .bnr {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

.bnr .bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 920px;
  margin: 0 auto;
  gap: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  .bnr .bnr-list {
    gap: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .bnr .bnr-list {
    gap: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 640px) {
  .bnr .bnr-list {
    display: block;
  }
}

.bnr .bnr-list__item {
  max-width: 440px;
}

@media screen and (max-width: 640px) {
  .bnr .bnr-list__item {
    margin: 0 auto;
  }
}

.bnr .bnr-list__item :hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  .bnr .bnr-list__item:nth-of-type(1) {
    margin-bottom: calc(8px * 4);
  }
}

@media screen and (max-width: 640px) and (max-width: 960px) {
  .bnr .bnr-list__item:nth-of-type(1) {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .bnr .bnr-list__item:nth-of-type(1) {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.search {
  margin-bottom: calc(8px * 12);
}

@media screen and (max-width: 960px) {
  .search {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .search {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

.search p {
  padding-right: 16px;
  padding-left: 16px;
  text-align: center;
}

.search svg {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  .search svg {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .search svg {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.search .btn {
  padding-right: 16px;
  padding-left: 16px;
}

.search a .cls-14 {
  fill: rgba(181, 226, 146, 0.7);
  stroke: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.search a:hover .cls-14 {
  fill: #b5e292;
  -webkit-filter: drop-shadow(0 0 4px #6DBECC);
  filter: drop-shadow(0 0 4px #6DBECC);
}

.external-bnr {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 960px) {
  .external-bnr {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .external-bnr {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.external-bnr .external-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 900px;
  gap: 24px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .external-bnr .external-bnr-list {
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .external-bnr .external-bnr-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
  }
}

@media screen and (max-width: 480px) {
  .external-bnr .external-bnr-list {
    gap: 12px;
  }
}

.external-bnr .external-bnr-list__item {
  width: calc(33.33% - 16px);
  max-width: 280px;
}

@media screen and (max-width: 960px) {
  .external-bnr .external-bnr-list__item {
    width: calc(33.33% - 14px);
  }
}

@media screen and (max-width: 640px) {
  .external-bnr .external-bnr-list__item {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 480px) {
  .external-bnr .external-bnr-list__item {
    width: calc(50% - 6px);
  }
}

.external-bnr .external-bnr-list__item:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=../../maps/pages/top.css.map */
