* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans", "Noto Sans JP", Arial, Helvetica, serif, sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

p {
  font-size: 1.8rem;
  font-family: "Noto Sans JP";
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  position: absolute;
  z-index: 20;
  width: 100%;
}
header .header_wrap {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(to bottom, rgba(27, 67, 93, 0.8), rgba(27, 67, 93, 0));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .title_logo {
  padding-left: clamp(20px, 10vw, 60px);
}
header .header_wrap .title_logo h1 {
  font-size: 2.8rem;
  font-family: "EB Garamond";
  letter-spacing: 0.05em;
}
header .header_wrap .title_logo h1 a {
  color: #F99F48;
}
header .header_wrap .contents_link {
  padding-right: 60px;
}
header .header_wrap .contents_link .contents_link_list {
  display: flex;
}
header .header_wrap .contents_link .contents_link_list li {
  margin-left: 40px;
}
header .header_wrap .contents_link .contents_link_list li a {
  color: #fff;
  font-size: 1.8rem;
  font-family: "bitter";
  font-weight: 400;
}

.sp_header_btn {
  display: none;
}

.top_view {
  position: relative;
  background-image: url("../img/top_view.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.top_view .top_view_text {
  margin-left: 60px;
  font-size: clamp(42px, 10vw, 100px);
  font-family: "EB Garamond";
  letter-spacing: 0.1em;
}
.top_view .top_view_text .text_bg {
  background-image: linear-gradient(to right, rgba(27, 67, 93, 0.9), rgba(27, 67, 93, 0));
  color: #fff;
  margin-left: -60px;
  padding-left: clamp(20px, 10vw, 60px);
}
.top_view .top_view_text .orange_text {
  color: #F99F48;
  padding-left: clamp(20px, 10vw, 60px);
  margin-left: -60px;
}

footer {
  width: 100%;
  background-color: #1B435D;
  text-align: center;
}
footer p {
  font-size: clamp(1rem, 1.5vw, 1.4rem);
  color: #fff;
  padding: 10px 0;
}

section {
  display: flex;
  padding: 80px 60px 50px;
}
section:nth-of-type(3) {
  flex-flow: row-reverse;
}
section .contents_title_img {
  position: relative;
}
section .contents_title_img .contents_title {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  padding: 15px 30px;
}
section .contents_title_img .contents_title h2 {
  color: #fff;
  font-family: "bitter";
  font-size: 3.2rem;
  font-weight: normal;
}
section .contents_title_img .contents_img {
  width: 400px;
  height: 330px;
}
section .contents_text {
  margin-left: 130px;
  font-family: "Noto sans JP";
}
section .page_link {
  margin-top: 40px;
  display: inline-block;
  position: relative;
  transition: 0.6s;
}
section .page_link::after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(50%);
  transition: 0.6s;
}
section .page_link a {
  padding: 15px 60px 15px 30px;
  display: inline-block;
}

.about {
  background-color: #D5EEFF;
}
.about .contents_title_img .contents_title {
  background-color: #1B435D;
}
.about .contents_title_img .contents_img {
  border: solid 15px #1B435D;
}
.about .page_link {
  border: solid 1px #1B435D;
}
.about .page_link::after {
  background-color: #1B435D;
}
.about .page_link a {
  color: #1B435D;
  font-size: 1.8rem;
}
.about .page_link:hover {
  border: none;
  background-color: #1B435D;
}
.about .page_link:hover a {
  color: #fff;
}
.about .page_link:hover::after {
  transform: translateX(-30px);
  opacity: 0;
}

.menu {
  background-color: #fff;
}
.menu .contents_title_img .contents_title {
  background-color: #F99F48;
}
.menu .contents_title_img .contents_img {
  border: solid 15px #F99F48;
}
.menu .page_link {
  border: solid 1px #F99F48;
}
.menu .page_link::after {
  background-color: #F99F48;
}
.menu .page_link a {
  color: #F99F48;
  font-size: 1.8rem;
}
.menu .page_link:hover {
  border: none;
  background-color: #F99F48;
}
.menu .page_link:hover a {
  color: #fff;
}
.menu .page_link:hover::after {
  transform: translateX(-30px);
  opacity: 0;
}

.event {
  background-color: #1B435D;
  color: #fff;
}
.event .contents_title_img .contents_title {
  background-color: #fff;
}
.event .contents_title_img .contents_title h2 {
  color: #1B435D;
}
.event .contents_title_img .contents_img {
  border: solid 15px #fff;
}
.event .page_link {
  border: solid 1px #fff;
}
.event .page_link::after {
  background-color: #fff;
}
.event .page_link a {
  color: #fff;
  font-size: 1.8rem;
}
.event .page_link:hover {
  border: none;
  background-color: #fff;
}
.event .page_link:hover a {
  color: #fff;
  color: #1B435D;
}
.event .page_link:hover::after {
  transform: translateX(-30px);
  opacity: 0;
}

.infomation .contents_title_img .contents_title {
  background-color: #1B435D;
}
.infomation .contents_title_img .contents_img {
  border: solid 15px #1B435D;
}
.infomation .page_link {
  border: solid 1px #1B435D;
}
.infomation .page_link::after {
  background-color: #1B435D;
}
.infomation .page_link a {
  color: #1B435D;
  font-size: 1.8rem;
}
.infomation .page_link:hover {
  border: none;
  background-color: #1B435D;
}
.infomation .page_link:hover a {
  color: #fff;
}
.infomation .page_link:hover::after {
  transform: translateX(-30px);
  opacity: 0;
}

.menu .contents_title_img .contents_title {
  right: unset;
  transform: translate(-50%, -50%);
}
.menu .contents_text {
  margin-left: 0;
  margin-right: 130px;
}

.border_title {
  width: 100%;
  margin-bottom: 50px;
}
.border_title h2 {
  font-family: "Noto sans";
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.border_title h2::before, .border_title h2::after {
  content: "";
  width: 100%;
  border: solid 2px #707070;
}
.border_title h2::before {
  margin-right: 40px;
}
.border_title h2::after {
  margin-left: 40px;
}

.infomation {
  flex-flow: column;
}
.infomation .test_box {
  height: 200px;
  color: red;
  font-size: 3.2rem;
}
.infomation .archive_container {
  max-width: 1280px;
  margin: 0 auto;
}
.infomation .archive_container .archive_list {
  display: flex;
  justify-content: space-between;
}
.infomation .archive_container .archive_list li {
  width: 100%;
  max-width: 330px;
  margin: 0 30px;
}
.infomation .archive_container .archive_list li .archive_list_item {
  position: relative;
  z-index: 1;
}
.infomation .archive_container .archive_list li .archive_list_item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1B435D;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.infomation .archive_container .archive_list li .archive_img {
  max-width: 330px;
  width: 100%;
  height: 200px;
}
.infomation .archive_container .archive_list li .archive_info {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
  border: solid 1px #707070;
  font-size: 1.6rem;
  color: #333;
  background-color: #fff;
}
.infomation .archive_container .archive_list li .archive_info .data {
  width: 50%;
  text-align: right;
  margin-left: auto;
}
.infomation .archive_container .archive_list li .archive_info .archive_title {
  width: 100%;
  padding: 20px 0;
  font-size: 2rem;
}
.infomation .archive_container .archive_list li .archive_info a {
  color: #333;
  font-size: 16px;
  margin-left: auto;
  background: transparent;
  padding: 10px 15px;
  border: 1px solid #333;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.infomation .archive_container .archive_list li .archive_info a:hover {
  color: #fff;
}
.infomation .archive_container .archive_list li .archive_info a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333;
  transform-origin: 50% 100%;
  transform: scaleY(0);
  transition: transform ease 0.3s;
}
.infomation .archive_container .archive_list li .archive_info a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
.infomation .page_link {
  margin-top: 40px;
  display: inline-block;
  position: relative;
  transition: 0.6s;
  margin-left: auto;
  margin-right: clamp(30px, 10vw, 90px);
}
.infomation .page_link::after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(50%);
  transition: 0.6s;
}
.infomation .page_link a {
  padding: 15px 60px 15px 30px;
  display: inline-block;
}

.access {
  flex-flow: column;
  padding: 50px 60px;
  align-items: center;
}
.access .access_container {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 800px;
}
.access .access_container p {
  margin: 15px 0;
}
.access .access_container .border {
  border: solid 1px #707070;
  margin: 0 30px;
}
.access .map {
  margin-top: 50px;
  max-width: 1280px;
  width: 100%;
}

.error_page .error {
  text-align: center;
  margin: 100px;
}
.error_page .home_btn {
  margin-top: 40px;
  background-color: #1B435D;
  display: inline-block;
}
.error_page .home_btn a {
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 30px;
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */