  /*====================================================================
font
====================================================================*/
@import url("https://use.typekit.net/stg8hjl.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
/*====================================================================
Reset
====================================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
  background-image: none;
  text-indent: 0;
  text-transform: none;
  font-style: normal;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

a,
button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-feature-settings: "palt";
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
  color: #333;
}

a {
  text-decoration: none;
}

/*====================================================================
PC/SP
====================================================================*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*====================================================================
wow
====================================================================*/
.wow {
  animation-fill-mode: both;
}

.wow.fadeIn,
.wow.fadeInUp {
  visibility: hidden;
}

/*====================================================================
Header
====================================================================*/
.siteHeader {
  z-index: 1000;
  position: relative;
  width: 100%;
  min-width: 1100px;
  background-color: #ffffff;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .siteHeader {
    min-width: 100%;
    padding: 0;
  }
}
.siteHeader__logoArea {
  width: 44rem;
  transition: 0.6s;
}
@media only screen and (min-width: 769px) {
  .siteHeader__logoArea:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .siteHeader__logoArea {
    width: 100%;
  }
}
.siteHeader__logoAreaLink {
  display: block;
  width: 100%;
}
.siteHeader__logoAreaImg {
  width: 100%;
}

/*====================================================================
Footer
====================================================================*/
.siteFooter {
  min-width: 1100px;
  background-color: #003084;
}
@media only screen and (max-width: 768px) {
  .siteFooter {
    min-width: initial;
  }
}
.siteFooter__wrap {
  width: 1024px;
  margin: 0 auto;
  padding: 5.2rem 0 5.6rem 0;
}
@media only screen and (max-width: 768px) {
  .siteFooter__wrap {
    width: 100%;
    padding: 4.8rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .siteFooter__flex {
    padding: 0 6.4rem;
  }
}
.siteFooter__left {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .siteFooter__left {
    display: block;
  }
}
.siteFooter__leftLogo {
  display: block;
  width: 25.1rem;
  margin: 0 3.6rem 0 0;
  transition: 0.6s;
}
@media only screen and (min-width: 769px) {
  .siteFooter__leftLogo:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .siteFooter__leftLogo {
    margin: 0 0 2.4rem 0;
  }
}
.siteFooter__leftNavListItem {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .siteFooter__leftNavListItem {
    justify-content: center;
    margin: 0;
  }
}
.siteFooter__leftNavListItemLink {
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.73;
  font-family: "Noto Serif JP", serif;
  transition: 0.6s;
}
@media only screen and (min-width: 769px) {
  .siteFooter__leftNavListItemLink:hover {
    opacity: 0.7;
  }
}
.siteFooter__leftNavListItemIcon {
  width: 1.6rem;
  margin: 0 0 0 0.4rem;
}
.siteFooter__copyAreaText {
  margin: 2rem 0 0 0;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .siteFooter__copyAreaText {
    margin: 3.2rem 0 0 0;
    text-align: center;
    font-size: 1.2rem;
  }
}

/*====================================================================
saiyo
====================================================================*/
.saiyo__bg {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.saiyo__bgImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.saiyo__title {
  margin: 9.6rem 0 6rem;
  font-size: 2.4rem;
  color: #003084;
  text-align: center;
  letter-spacing: 0.4rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .saiyo__title {
    font-weight: 700;
    margin: 4.8rem 0 4rem 0;
  }
}
.saiyo__subTitle {
  display: block;
  margin: 1.6rem 0;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .saiyo__subTitle {
    font-size: 1.6rem;
  }
}
.saiyo__list {
  display: flex;
  max-width: 1206px;
  width: 100%;
  margin: 0 auto 6rem auto;
}
@media only screen and (max-width: 768px) {
  .saiyo__list {
    display: block;
    margin: 0 auto;
    padding: 0 3.2rem;
  }
}
.saiyo__listItem {
  flex-basis: 33.333%;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .saiyo__listItem {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0;
  }
}
.saiyo__listItemLink {
  display: block;
}
.saiyo__listItemLinkTtl {
  display: flex;
  align-items: center;
  margin: 1.6rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  color: #003084;
  font-weight: 500;
}
.saiyo__listItemLinkTtl::before {
  content: "";
  display: block;
  width: 4rem;
  height: 0.1rem;
  margin: 0 0.8rem 0 0;
  background-color: #003084;
}
@media only screen and (max-width: 768px) {
  .saiyo__listItemLinkTtl {
    font-size: 1.4rem;
  }
}
.saiyo__listItemLinkTtlIcon {
  width: 1.6rem;
  margin: 0 0 0 0.8rem;
}
.saiyo__listItemLinkCon {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.saiyo__listItemLinkCon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003084;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 769px) {
  .saiyo__listItemLinkCon:hover img {
    transform: scale(1.07);
  }
  .saiyo__listItemLinkCon:hover::after {
    opacity: 0.3;
  }
}
.saiyo__listItemLinkImg {
  width: 100%;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.saiyo__banner {
  width: 60rem;
  margin: 0 auto 12rem auto;
}
@media only screen and (max-width: 768px) {
  .saiyo__banner {
    width: 100%;
    margin: 0 auto 7.2rem auto;
    padding: 0 3.2rem;
  }
}/*# sourceMappingURL=style.css.map */