@import url("https://fonts.googleapis.com/css2?family=Amiri&family=Noto+Serif+JP:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500&display=swap");
.google-font {
  font-family: 'Heebo', sans-serif;
}

@keyframes displaynone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, a,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  transition: all .3s ease-in;
}

ins {
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  color: #000;
  font-style: normal;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #F1F6FB;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type="submit"],
input[type="button"],
input[type="radio"]
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="radio"]::-webkit-search-decoration
select::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
input[type="radio"]::focus
select::focus {
  outline-offset: -2px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Yu Gothic Medium",YuGothic,"Yu Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN","Meiryo UI",Meiryo,sans-serif;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}

img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul, ol, li,
dl, dt, dd,
table,
tr,
th,
td,
small {
  line-height: 1;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

.drawer-hamburger {
  width: 32px;
  padding: 18px 12px 30px;
}

#page-top {
  margin: 10px 0;
}

#page-top a {
  line-height: 1.5;
}

main {
  padding-top: calc(11.8rem * 0.5);
  overflow: hidden;
}
@media (min-width: 560px) {
  main {
    padding-top: calc(11.8rem * 0.65);
  }
}
@media (min-width: 850px) {
  main {
    padding-top: calc(11.8rem * 1);
    margin: 0 auto;
  }
}

.sec01 {
  padding: 10rem 0 10.6rem 0;
}
.sec01 .ttl-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sec01 .ttl-page .large {
  font-size: calc(5.9rem * 0.7);
  font-family: 'Heebo', sans-serif;
  color: #003B87;
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 560px) {
  .sec01 .ttl-page .large {
    font-size: calc(5.9rem * 0.85);
  }
}
@media (min-width: 850px) {
  .sec01 .ttl-page .large {
    font-size: calc(5.9rem * 1);
  }
}
.sec01 .ttl-page .small {
  font-size: calc(2rem * 0.7);
  display: block;
  font-weight: normal;
  width: 100%;
  text-align: center;
}
@media (min-width: 560px) {
  .sec01 .ttl-page .small {
    font-size: calc(2rem * 0.85);
  }
}
@media (min-width: 850px) {
  .sec01 .ttl-page .small {
    font-size: calc(2rem * 1);
  }
}
.sec01 .ttl-page__small {
  font-family: "Noto Serif JP",serif;
  text-align: center;
  margin: calc(7.5rem * 0.7) 0 calc(5.3rem * 0.7) 0;
  font-size: calc(2.8rem * 0.7);
  color: #003B87;
}
@media (min-width: 560px) {
  .sec01 .ttl-page__small {
    margin: calc(7.5rem * 0.85) 0 calc(5.3rem * 0.85) 0;
    font-size: calc(2.8rem * 0.85);
  }
}
@media (min-width: 850px) {
  .sec01 .ttl-page__small {
    margin: calc(7.5rem * 1) 0 calc(5.3rem * 1) 0;
    font-size: calc(2.8rem * 1);
  }
}

.inner-layout__content {
  width: 74%;
  margin: 0 auto;
  max-width: 140rem;
}
@media (min-width: 560px) {
  .inner-layout__content {
    width: 85%;
  }
}

@media (min-width: 560px) {
  .ul-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.empty {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 560px) {
  .empty {
    width: 45%;
  }
}

.layout {
  width: 100%;
  list-style-type: none;
  margin-bottom: calc(13.7rem * 0.7);
}
@media (min-width: 560px) {
  .layout {
    width: 45%;
    margin-bottom: calc(13.7rem * 0.85);
  }
}
@media (min-width: 850px) {
  .layout {
    width: 30%;
    margin-bottom: calc(13.7rem * 1);
  }
}
.layout .layout__ineer {
  display: block;
  cursor: pointer;
}
.layout .layout__ineer:hover .layout__img .layout__img--bg {
  opacity: 0.7;
}
@media (min-width: 850px) {
  .layout .layout__ineer:hover .layout__img .layout__img--bg {
    transform: scale(1.05);
    opacity: 1;
  }
}

.layout__top {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5em;
}
.layout__top .tag {
  font-size: calc(1.6rem * 0.7);
  color: #FFF;
  width: 6em;
  text-align: center;
  line-height: 1.5625;
  margin-right: 0.6em;
}
@media (min-width: 560px) {
  .layout__top .tag {
    font-size: calc(1.6rem * 0.85);
  }
}
@media (min-width: 850px) {
  .layout__top .tag {
    font-size: calc(1.6rem * 1);
  }
}
.layout__top .tag.blue {
  background: #003B87;
}
.layout__top .tag.orange {
  background: #F0832C;
}
.layout__top .tag.yellow {
  background: #F6AC19;
}
.layout__top .date {
  font-family: 'Heebo', sans-serif;
  font-size: calc(2rem * 0.7);
}
@media (min-width: 560px) {
  .layout__top .date {
    font-size: calc(2rem * 0.85);
  }
}
@media (min-width: 850px) {
  .layout__top .date {
    font-size: calc(2rem * 1);
  }
}

.layout__img {
  width: 100%;
  padding-top: 67%;
  position: relative;
  overflow: hidden;
}
.layout__img.border {
  border: solid 1px #003B87;
}
.layout__img .layout__img--bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.layout__bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(2rem * 0.8);
}
@media (min-width: 560px) {
  .layout__bottom {
    margin-top: calc(2rem * 0.9);
  }
}
@media (min-width: 850px) {
  .layout__bottom {
    margin-top: calc(2rem * 1);
  }
}
.layout__bottom .ttl {
  font-size: calc(1.8rem * 0.8);
  font-weight: normal;
  line-height: 1;
  width: 100%;
}
@media (min-width: 560px) {
  .layout__bottom .ttl {
    font-size: calc(1.8rem * 0.9);
  }
}
@media (min-width: 850px) {
  .layout__bottom .ttl {
    font-size: calc(1.8rem * 1);
  }
}
.layout__bottom .read {
  font-size: calc(1.8rem * 0.8);
  line-height: 1;
  margin-top: calc(2rem * 0.8);
  font-family: 'Heebo', sans-serif;
  font-weight: bold;
  color: #003B87;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  left: calc(0.6em + 0.25em);
}
@media (min-width: 560px) {
  .layout__bottom .read {
    font-size: calc(1.8rem * 0.9);
    margin-top: calc(2rem * 0.9);
  }
}
@media (min-width: 850px) {
  .layout__bottom .read {
    font-size: calc(1.8rem * 1);
    margin-top: calc(2rem * 1);
  }
}
.layout__bottom .read:after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.25em;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 113rem;
  max-height: 80vh;
  overflow: scroll;
  min-height: 400px;
}
@media (min-width: 560px) {
  .modal__content {
    padding: 55px 0;
  }
}
@media (min-width: 850px) {
  .modal__content {
    padding: 70px 0;
    min-height: 600px;
  }
}
.modal__content .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 780px;
}
.modal__content .layout__top {
  justify-content: center;
}
.modal__content h2 {
  font-size: calc(2.4rem * 0.7);
  margin: calc(3.3rem * 0.7) 0;
  text-align: center;
}
@media (min-width: 560px) {
  .modal__content h2 {
    margin: calc(3.3rem * 0.85) 0;
    font-size: calc(2.4rem * 0.85);
  }
}
@media (min-width: 850px) {
  .modal__content h2 {
    margin: calc(3.3rem * 1) 0;
    font-size: calc(2.4rem * 1);
  }
}
.modal__content p {
  font-size: calc(1.8rem * 0.7);
  line-height: 1.888;
  margin-bottom: 2em;
}
@media (min-width: 560px) {
  .modal__content p {
    font-size: calc(1.8rem * 0.85);
  }
}
@media (min-width: 850px) {
  .modal__content p {
    font-size: calc(1.8rem * 1);
  }
}
.modal__content p.border {
  border: solid 1px #003B87;
}
.modal__content p a {
  color: #003B87;
}

.modal-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: calc(6.8rem * 0.5);
  height: calc(6.8rem * 0.5);
  background: url(../img/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 560px) {
  .modal-close-btn {
    top: 1.5rem;
    right: 1.5rem;
    width: calc(6.8rem * 0.6);
    height: calc(6.8rem * 0.6);
  }
}
@media (min-width: 850px) {
  .modal-close-btn {
    top: 7.5rem;
    right: 5.3rem;
    width: 6.8rem;
    height: 6.8rem;
  }
}

.back-to-top {
  position: fixed;
  bottom: 4.5vw;
  right: 4.5vw;
  width: calc(6.6rem * 0.75);
  height: calc(6.6rem * 0.75);
  opacity: 0;
  transition: 0.3s;
}
@media (min-width: 850px) {
  .back-to-top {
    bottom: 2.2rem;
    right: 2.2rem;
    width: calc(6.6rem * 1);
    height: calc(6.6rem * 1);
  }
}
.back-to-top.fixed {
  opacity: 1;
}

footer .footer__top {
  padding: 3rem 0 3.3rem 0;
  background: #003B87;
}
@media (min-width: 560px) {
  footer .footer__top ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
footer .footer__top ul li {
  list-style-type: none;
  margin: 0 auto;
}
@media (min-width: 560px) {
  footer .footer__top ul li {
    margin: 0 2.3rem;
  }
}
footer .footer__top ul li:nth-of-type(1) {
  width: 38.8%;
  margin-bottom: 25px;
}
@media (min-width: 560px) {
  footer .footer__top ul li:nth-of-type(1) {
    width: 17.8rem;
    margin-bottom: 0;
  }
}
footer .footer__top ul li:nth-of-type(2) {
  width: 40%;
}
@media (min-width: 560px) {
  footer .footer__top ul li:nth-of-type(2) {
    width: 25.8rem;
  }
}
footer .footer_bottom small {
  display: block;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #003B87;
}

/*# sourceMappingURL=style.css.map */
