@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;700&family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  color: #000000;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  letter-spacing: 2px;
}

h1 {
  color: #ffffff;
  font-size: 96px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #194571;
  font-size: 96px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 36px;
    margin-bottom: 70px;
    margin-top: 34px;
    text-align: center;
  }
}

h3 {
  color: #194571;
  font-size: 24px;
  font-weight: bold;
}
h3.h3-tilte-small {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  h3.h3-tilte-small {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 24px;
  }
}

p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7em;
}
@media screen and (max-width: 1100px) {
  p {
    font-size: 16px;
  }
}

.test-block {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a .url {
  padding-left: 0.5em;
}
a .url img {
  width: 16px;
}

section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
section + section {
  margin-top: 120px;
}
@media screen and (max-width: 1100px) {
  section + section {
    margin-top: 40px;
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .inner {
    max-width: 375px;
  }
}

@media screen and (max-width: 1100px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1100px) {
  .sp-only {
    display: block;
  }
}

.under-line-half-half {
  border-bottom: 3px solid #194571;
  padding-bottom: 5px;
  width: 25%;
}
@media screen and (max-width: 1100px) {
  .under-line-half-half {
    border-bottom: 1px solid #194571;
    width: 100%;
  }
}

.under-line-half {
  border-bottom: 3px solid #194571;
  padding-bottom: 5px;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .under-line-half {
    border-bottom: 1px solid #194571;
    width: 100%;
  }
}

.under-line-full {
  border-bottom: 3px solid #194571;
  padding-bottom: 5px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .under-line-full {
    border-bottom: 1px solid #194571;
  }
}

.more {
  bottom: -30px;
  margin-top: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  .more {
    bottom: -50px;
  }
}
.more img {
  width: 60px;
}
@media screen and (max-width: 1100px) {
  .more img {
    width: 30px;
  }
}
.more p {
  color: #194571;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  .more p {
    font-size: 12px;
  }
}

.banner {
  border: 1px solid #eee;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.banner img {
  width: 100%;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px auto;
}
@media screen and (max-width: 1100px) {
  .breadcrumb {
    font-size: 12px;
    margin: 20px auto;
  }
}
.breadcrumb li:not(:first-child) {
  margin-left: 10px;
}
.breadcrumb li a:visited {
  color: #194571;
}

.flex-col2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .flex-col2 > div div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.flex-col2 > div div:nth-of-type(1) h4 {
  color: #194571;
}
.flex-col2 > div div:nth-of-type(1) h4:nth-of-type(1) {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  margin-top: 40px;
}
.flex-col2 > div div:nth-of-type(1) h4:nth-of-type(2) {
  font-family: "EB Garamond", serif;
}
.flex-col2 > div div:nth-of-type(2) {
  height: 350px;
  width: 500px;
}
@media screen and (max-width: 1100px) {
  .flex-col2 > div div:nth-of-type(2) {
    height: auto;
    width: 100%;
  }
}
.flex-col2 > div div:nth-of-type(2) img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .flex-col2 > div div:nth-of-type(2) {
    margin-top: 20px;
  }
}

.list-disc {
  list-style: disc;
  padding-left: 1em;
}
@media screen and (max-width: 1100px) {
  .list-disc {
    line-height: 1.4;
  }
}
.list-disc > li a {
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  .list-disc > li a {
    font-size: 16px;
  }
}

.pdf-btn-wrap {
  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;
}
.pdf-btn-wrap > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 40%;
}
@media screen and (max-width: 1100px) {
  .pdf-btn-wrap > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    line-height: 1.2;
    margin: auto;
    max-width: 100%;
  }
}
.pdf-btn-wrap > li:nth-of-type(n + 3) {
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .pdf-btn-wrap > li:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
.pdf-btn-wrap > li:nth-of-type(2n) {
  margin-left: 10%;
}
@media screen and (max-width: 1100px) {
  .pdf-btn-wrap > li:nth-of-type(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .pdf-btn-wrap > li:not(:first-child) {
    margin-top: 20px;
  }
}
.pdf-btn-wrap > li a {
  border: 1px solid #194571;
  color: #194571;
  display: block;
  font-weight: bold;
  padding: 30px 60px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .pdf-btn-wrap > li a {
    padding: 30px 20px;
  }
}
.pdf-btn-wrap > li a:before {
  /* 上辺 */
  border-bottom: 40px solid transparent;
  /* 下辺 */
  border-left: 40px solid #194571;
  border-top: 0px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  /* 左辺の色 */
}

.arrow-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.arrow-icon > img {
  padding-right: 1em;
}

ul.list-link {
  list-style: disc;
  margin-top: 40px;
  padding-left: 1em;
}
ul.list-link li:not(:first-of-type) {
  margin-top: 20px;
}
ul.list-link li a {
  color: #194571;
  font-size: 18px;
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  ul.list-link li a {
    font-size: 16px;
  }
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-info > p {
  line-height: 2.5;
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .contact-info > p {
    font-size: 14px;
  }
}
.contact-info > p a {
  color: #000;
}
.contact-info > p a:visited {
  color: #000;
}

header h1 {
  font-family: "EB Garamond", serif;
  left: 0;
  line-height: 1.2;
  top: 500px;
}
@media screen and (max-width: 1100px) {
  header h1 {
    left: 50%;
    top: 200px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

h2.title {
  font-family: "EB Garamond", serif;
}

section > h3 {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  section > h3 {
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
section > h4 {
  color: #194571;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  section > h4 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
section > p {
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  section > p {
    margin-top: 20px;
  }
}

header {
  background-image: url(../img/fv-sub.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  padding-top: 15px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  header {
    min-height: 400px;
  }
}
header h1 {
  font-family: "EB Garamond", serif;
  line-height: 1.2;
}
header .inner nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  header .inner nav {
    display: none;
  }
}
header .inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .inner nav ul li {
  margin-left: 37px;
}
header .inner nav ul li:first-of-type {
  margin-left: 0;
}
header .inner nav ul li:hover span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
header .inner nav ul li:hover span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
header .inner nav ul li a {
  color: rgba(0, 0, 0, 0);
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: bold;
  min-height: 24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .inner nav ul li a span {
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, 0);
  display: block;
  opacity: 1;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
header .inner nav ul li a span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
header h1 {
  font-weight: normal;
  position: absolute;
}

footer {
  background: #194571;
  margin-top: 170px;
  padding: 40px 0;
}
@media screen and (max-width: 1100px) {
  footer {
    margin-top: 100px;
  }
}
footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  footer nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1100px) {
  footer nav ul {
    font-size: 12px;
  }
}
footer nav ul li {
  color: #ffffff;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  footer nav ul li {
    font-weight: normal;
  }
}
@media screen and (max-width: 1100px) {
  footer nav ul li:first-child {
    font-weight: bold;
  }
}
footer nav ul li a {
  color: #ffffff;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  footer nav > :nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
footer nav > :nth-child(2) {
  margin-left: 140px;
}
@media screen and (max-width: 1100px) {
  footer nav > :nth-child(2) {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
footer nav > :nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin-left: 140px;
}
@media screen and (max-width: 1100px) {
  footer nav > :nth-child(3) {
    margin-left: 0;
    margin-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
footer nav > :nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  footer nav > :nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
footer nav > :nth-child(5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  margin-top: 40px;
}
footer nav > :nth-child(5) img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  footer nav > :nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    margin-bottom: 20px;
    order: -1;
    text-align: center;
  }
  footer nav > :nth-child(5) img {
    width: 240px;
  }
}
footer > div {
  position: relative;
}
footer > div .go-top {
  position: absolute;
  right: 0;
  top: -100px;
}
footer > div .go-top img {
  max-width: 100px;
}
footer .copy {
  color: #ffffff;
  font-size: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  footer .copy {
    font-size: 10px;
    text-align: center;
  }
}

body.active {
  height: 100%;
  overflow: hidden;
}

/*　ハンバーガーボタン　*/
.hamburger {
  background-color: #194571;
  cursor: pointer;
  display: block;
  height: 42px;
  left: 13px;
  position: absolute;
  text-align: center;
  top: 12px;
  visibility: hidden;
  width: 42px;
  z-index: 999;
}
@media screen and (max-width: 1100px) {
  .hamburger {
    visibility: visible;
  }
}
.hamburger span {
  background: #fff;
  display: block;
  height: 2px;
  left: 6px;
  position: absolute;
  width: 30px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger.active span:nth-child(1) {
  background: #fff;
  left: 6px;
  top: 16px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  background: #fff;
  top: 16px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* ナビ開いてる時のボタン */
.globalMenuSp {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  /* このクラスを、jQueryで付与・削除する */
}
.globalMenuSp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  text-align: center;
  transition: 0.4s all;
}
.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
.globalMenuSp ul li:last-child:hover {
  background: #ddd;
}
.globalMenuSp ul li a {
  color: #fff;
  display: block;
  padding: 2em 0;
  text-decoration: none;
}
.globalMenuSp.active {
  height: 100vh;
  opacity: 100;
  visibility: visible;
}
/* Pagination Styles */
.pagination {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
}

.nav-previous a,
.nav-next a {
  padding: 10px;
  /* background-color: #3498db; */
  background-color: #194571;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.nav-previous a {
  color: #fff;
}
.nav-next a {
  color: #fff;
}

.nav-previous:hover,
.nav-next:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=map/style.css.map */
