@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
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,
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;
  background: transparent;
}

blockquote, q {
  quotes: none;
}

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

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: 0 0 0 0;
  overflow-x: hidden;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  color: #707070;
  font-family: "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 180%;
}
@media screen and (min-width: 651px) {
  body {
    line-height: 200%;
  }
}

main {
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  align-self: center;
}
section.fw-section {
  max-width: 100%;
}

picture,
img {
  max-width: 100%;
  height: auto;
}

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

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

h1,
.h1-like {
  font-size: clamp(3.2rem, 4vw, 6rem);
  font-weight: 700;
  line-height: 140%;
}

h2,
.h2-like {
  font-size: clamp(2.4rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 140%;
}

h3,
.h3-like {
  font-size: clamp(2rem, 2vw, 2.5rem);
  font-weight: 700;
  line-height: 160%;
}

h4,
.h4-like {
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  font-weight: 700;
}

h5,
.h5-like {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 700;
}

ul {
  list-style-type: none;
}

.p-small {
  font-size: clamp(1.2rem, 1vw, 1.4rem);
}
.p-small.f-romaji-reg, .p-small.f-romaji-b {
  font-size: clamp(1.2rem, 1vw, 1.3rem);
}

.a-btn:link,
.a-btn:visited,
.a-btn:active,
.a-btn {
  font-family: "Lato", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.7em 2.33em;
  background-color: #193647;
  background-image: url(../img/icons/arrow-right.svg);
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 1.5em;
  border: unset;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
}
.a-btn:link:hover,
.a-btn:visited:hover,
.a-btn:active:hover,
.a-btn:hover {
  opacity: 0.7;
}
.a-btn:link.gold-ab,
.a-btn:visited.gold-ab,
.a-btn:active.gold-ab,
.a-btn.gold-ab {
  background-color: #C8A881;
}
.a-btn:link.no-bg,
.a-btn:visited.no-bg,
.a-btn:active.no-bg,
.a-btn.no-bg {
  background-image: unset;
}
.a-btn:link.no-br,
.a-btn:visited.no-br,
.a-btn:active.no-br,
.a-btn.no-br {
  border-radius: 0;
}
.a-btn:link.double-lang-btn,
.a-btn:visited.double-lang-btn,
.a-btn:active.double-lang-btn,
.a-btn.double-lang-btn {
  width: 90%;
  max-width: 287px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 1.4em 2.5em;
  border-radius: 0;
  background-size: 2em;
  background-position: center right 1em;
  white-space: nowrap;
}
.a-btn:link.double-lang-btn h5,
.a-btn:visited.double-lang-btn h5,
.a-btn:active.double-lang-btn h5,
.a-btn.double-lang-btn h5 {
  font-size: clamp(12px, 1vw, 18px);
}
.a-btn:link.double-lang-btn p,
.a-btn:visited.double-lang-btn p,
.a-btn:active.double-lang-btn p,
.a-btn.double-lang-btn p {
  text-transform: capitalize;
  margin-left: 1em;
}
.a-btn:link.double-lang-btn.download-btn,
.a-btn:visited.double-lang-btn.download-btn,
.a-btn:active.double-lang-btn.download-btn,
.a-btn.double-lang-btn.download-btn {
  font-size: clamp(12px, 1vw, 18px);
  box-sizing: border-box;
  padding: 0.7em 1.1em 0.7em 1em;
}
.a-btn:link.double-lang-btn.download-btn img,
.a-btn:visited.double-lang-btn.download-btn img,
.a-btn:active.double-lang-btn.download-btn img,
.a-btn.double-lang-btn.download-btn img {
  width: 1em;
  margin-left: 0.4em;
}
.a-btn:link.double-lang-btn:last-child,
.a-btn:visited.double-lang-btn:last-child,
.a-btn:active.double-lang-btn:last-child,
.a-btn.double-lang-btn:last-child {
  margin-bottom: 0;
}

.standard-btn {
  appearance: unset;
  -webkit-appearance: unset;
  border: 2px solid #193647;
  background-color: #ffffff;
  color: #193647;
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 1em;
}
.standard-btn:hover {
  opacity: 0.7;
}

.hidden {
  visibility: hidden;
}

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

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
}

.width1200 {
  width: 1200px;
  max-width: 96%;
  margin: auto;
}

.width1200-855 {
  width: 1200px;
  max-width: 85.5%;
  margin: auto;
}

.width1000 {
  width: 1000px;
  max-width: 96%;
  margin: auto;
}

.width1000-855 {
  width: 1000px;
  max-width: 85.5%;
  margin: auto;
}

.two-col-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
.two-col-grid .left-col {
  grid-column: 1/2;
  grid-row: 1/2;
}
.two-col-grid .right-col {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (min-width: 651px) {
  .two-col-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1/2;
  }
  .two-col-grid .right-col {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.fx-1 {
  flex: 1;
}

.fx-2 {
  flex: 2;
}

.fx-center-self {
  align-self: center;
  justify-self: center;
}

.fx-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fx-row-center-jc {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.fx-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-rev {
  display: flex;
  flex-direction: column-reverse;
}

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fx-col-to-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 651px) {
  .fx-col-to-row {
    flex-direction: row;
  }
  .fx-col-to-row.ctr-rev {
    flex-direction: row-reverse;
  }
}

.fx-col-to-row-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .fx-col-to-row-tab {
    flex-direction: row;
  }
}

.fx-col-to-row-tab-nac {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .fx-col-to-row-tab-nac {
    flex-direction: row;
    align-items: flex-start;
  }
}

.fx-wrap {
  flex-wrap: wrap;
}

.block-break {
  display: inline-block;
}

.mt-st {
  margin-top: clamp(40px, 7vw, 100px);
}

.mt-half {
  margin-top: clamp(20px, 3.5vw, 50px);
}

.mtem-05 {
  margin-top: 0.5em;
}

.mt-0 {
  margin-top: 0 !important;
}

.mtem-1 {
  margin-top: 1em;
}

.mtem-2 {
  margin-top: 2em;
}

.mb-st {
  margin-bottom: clamp(40px, 7vw, 100px);
}

.mb-half {
  margin-bottom: clamp(20px, 3.5vw, 50px);
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mbem-05 {
  margin-bottom: 0.5em;
}

.mbem-1 {
  margin-bottom: 1em;
}

.mbem-2 {
  margin-bottom: 2em;
}

.ml-auto {
  margin-left: auto;
}

.mlem-1 {
  margin-left: 1em;
}

.mlem-2 {
  margin-left: 2em;
}

.mrem-1 {
  margin-right: 1em;
}

.mrem-2 {
  margin-right: 2em;
}

.pem-1 {
  padding: 1em;
}

.pem-2 {
  padding: 2em;
}

.ptem-1 {
  padding-top: 1em;
}

.ptem-2 {
  padding-top: 2em;
}

.pbem-1 {
  padding-bottom: 1em;
}

.pbem-2 {
  padding-bottom: 2em;
}

.plem-1 {
  padding-left: 1em;
}

.plem-2 {
  padding-left: 2em;
}

.prem-1 {
  padding-right: 1em;
}

.prem-2 {
  padding-right: 2em;
}

.prem-3 {
  padding-right: 3em;
}

.prem-4 {
  padding-right: 4em;
}

.pvert-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pvert-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.phor-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.phor-2 {
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 800px) {
  .no-sp {
    display: none;
  }

  .min-800 {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }

  .block-break-pc {
    display: inline-block;
  }

  .max-800 {
    display: none;
  }
}
.f-romaji-reg {
  font-family: "Lato", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.f-romaji-b {
  font-family: "Lato", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.f-jp-b {
  font-family: "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.lh-100 {
  line-height: 100%;
}

.lh-140 {
  line-height: 140%;
}

.lh-160 {
  line-height: 160%;
}

.text-bold {
  font-weight: bold;
}

.text-med {
  font-weight: 500;
}

.text-start {
  text-align: start;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

.text-primary {
  color: #193647;
}

.text-secondary {
  color: #C8A881;
}

.text-warning {
  color: red;
}

.p-15 {
  font-size: clamp(13px, 2vw, 15px);
}

.fem09 {
  font-size: 0.9em;
}

section.page-landing {
  position: relative;
  width: 100%;
  height: clamp(420px, 80vh, 545px);
}
section.page-landing .title-container {
  position: relative;
  align-self: flex-end;
  box-sizing: border-box;
  margin: auto 0 clamp(50px, 15vh, 150px);
  padding-left: calc((100vw - clamp(100px, 72vw, 1200px)) / 2);
  color: #ffffff;
}
section.page-landing .title-container::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: calc((100vw - clamp(100px, 72vw, 1200px)) / 2 - 1.35vw);
  height: 2.5px;
  background-color: #ffffff;
}
section.page-landing .title-container h4 {
  align-self: center;
}
section.page-landing .title-wrapper {
  align-items: flex-start;
}
section.page-landing .landing-banner,
section.page-landing .landing-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.page-landing .landing-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 651px) {
  section.page-landing .title-container h1, section.page-landing .title-container h4 {
    line-height: 100%;
  }
  section.page-landing .title-container h4 {
    margin-left: 1.2em;
  }
}

.dl-table {
  display: grid;
  grid-template-columns: max-content auto;
}
.dl-table dt {
  grid-column-start: 1;
}
.dl-table dd {
  grid-column-start: 2;
}

.noto-info-container {
  row-gap: 2em;
  column-gap: 4%;
}
.noto-info-container .info-block {
  box-sizing: border-box;
  flex: 1;
}
@media screen and (min-width: 1001px) {
  .noto-info-container .info-block {
    min-width: 48%;
  }
}

section.news-container {
  margin: clamp(40px, 5vw, 60px) auto 30px;
}
section.news-container .bloglist-area {
  width: 84.6%;
  max-width: 1000px;
  margin: 0 auto;
}
section.news-container .post-row {
  box-sizing: border-box;
  padding: 2em 1em 1.7em 4em;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  border-bottom: 2px solid #AAAAAA;
}
section.news-container .post-row:first-child {
  padding-top: 0;
}
section.news-container .post-row .blog-date,
section.news-container .post-row .blog-title {
  padding: 0;
  margin: 0;
}
section.news-container .post-row .blog-date {
  white-space: nowrap;
}
@media screen and (min-width: 651px) {
  section.news-container .post-row {
    flex-direction: row;
    padding-left: 6em;
    align-items: center;
  }
  section.news-container .post-row .blog-date {
    margin-right: 2.7em;
  }
  section.news-container .post-row .blog-title {
    padding-left: 2.4em;
    border-left: 1px solid #707070;
  }
}

.dropdown-container .dropdown-content {
  display: none;
}
.dropdown-container.active-block .dropdown-content {
  display: block;
  width: 92%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0;
}

.text-container-st h4 {
  margin-bottom: 1em;
}

.title-container-st {
  position: relative;
  font-size: 14px;
  padding-bottom: 1em;
  margin-bottom: 24px;
}
.title-container-st h3 {
  line-height: 100%;
}
.title-container-st p {
  margin-bottom: 0.3em;
  font-size: 1em;
}
.title-container-st::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 3.5em;
  background: #707070;
}
.title-container-st.tc-center:after {
  left: unset;
}

.shadow-st {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.page-menu {
  width: 1000px;
  max-width: 96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 12px;
  column-gap: 12px;
  margin: 20px auto clamp(40px, 7vw, 100px);
}
.page-menu .page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  width: 240px;
  max-width: 100%;
  aspect-ratio: 3/1;
  transition: background-size 0.2s linear;
  overflow: hidden;
}
.page-menu .page-btn picture, .page-menu .page-btn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear;
  z-index: -1;
}
.page-menu .page-btn:hover {
  opacity: 1;
}
.page-menu .page-btn:hover picture, .page-menu .page-btn:hover img {
  transform: scale(1.03);
}

.underline-h3 {
  position: relative;
  margin-bottom: 1.6em;
  padding-bottom: 0.8em;
  line-height: 100%;
  text-align: center;
}
.underline-h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 4em;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #707070;
}
.underline-h3.uh3-start {
  text-align: start;
}
.underline-h3.uh3-start:after {
  left: 0;
  transform: unset;
}

.underline-h2 {
  font-family: "Lato", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0 auto 1em;
  padding-bottom: 0.45em;
  line-height: 100%;
  text-align: center;
}
.underline-h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 5em;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #707070;
}
.underline-h2.alarm {
  color: red;
}
.underline-h2.alarm::after {
  background-color: red;
}

.post-nav {
  box-sizing: border-box;
  width: 100%;
  margin: 30px auto clamp(40px, 7vw, 100px) auto;
  text-align: center;
}
.post-nav .navigation,
.post-nav .nav-links {
  width: 100%;
  max-width: 100%;
}
.post-nav .nav-links {
  font-family: "Lato", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem, 2vw, 2rem);
}
.post-nav .page-numbers {
  display: block;
  margin: 0 0.6em;
  color: #333333;
}
.post-nav .page-numbers.prev, .post-nav .page-numbers.next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: auto;
  margin: 0 1.5em;
}
.post-nav .page-numbers.prev svg, .post-nav .page-numbers.next svg {
  width: 100%;
  stroke: #333333;
  fill: #333333;
}
.post-nav .page-numbers.current {
  color: #C8A881;
  pointer-events: none;
}

.date-post-list .post-row {
  width: 100%;
  box-sizing: border-box;
  padding: 0 3em 2em 3em;
  margin-bottom: 2em;
  border-bottom: 2px solid #AAAAAA;
  font-size: clamp(14px, 2vw, 18px);
  text-align: center;
}
.date-post-list .post-row .blog-date {
  font-size: 0.9em;
}

.post-row:first-child.new-post {
  position: relative;
}
.post-row:first-child.new-post::before {
  content: "NEW";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  background-color: #193647;
  font-size: 12px;
  line-height: 100%;
  padding: 0.75em 0.5em;
  border-radius: 0.25em;
}

.blogcard-area {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(20px, 5vw, 50px) clamp(20px, 5vw, 100px) clamp(40px, 10vw, 100px) clamp(20px, 5vw, 100px);
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.featured-blogcard {
  flex-wrap: wrap;
  margin-top: clamp(50px, 10vw, 100px);
  justify-content: space-evenly;
}
.featured-blogcard h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.featured-blogcard .post-card {
  width: 30%;
  min-width: 140px;
  margin: 10px clamp(2px, 1vw, 10px);
}
.featured-blogcard .post-card .post-categories,
.featured-blogcard .post-card .card-excerpt {
  display: none;
}
@media screen and (max-width: 600px) {
  .featured-blogcard .post-card {
    width: 280px;
    max-width: 90%;
  }
}

.post-card {
  position: relative;
  width: clamp(240px, 30%, 320px);
  margin: 2em 1em;
  padding-bottom: 4em;
  background-color: #ffffff;
}
.post-card img {
  width: 100%;
  align-self: center;
  margin: 0 auto;
}
.post-card .post-categories,
.post-card .card-headline,
.post-card .card-excerpt {
  width: 92%;
  margin: 0 auto;
  align-self: center;
}
.post-card .post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0px auto;
  padding-top: 10px;
}
.post-card .post-categories li {
  background-color: #193647;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.7em;
  list-style-type: none;
  line-height: 100%;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
}
.post-card .card-headline {
  margin: 30px auto 10px auto;
}
.post-card .card-excerpt {
  overflow-x: hidden;
  margin-bottom: 20px;
}
.post-card .continue-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.post-card .continue-link:hover {
  color: #193647;
}

.category-filter {
  justify-content: space-evenly;
  margin: clamp(80px, 12vw, 160px) auto clamp(40px, 6vw, 80px) auto;
  row-gap: 10px;
}
.category-filter a {
  width: 264px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.5em 1em;
  background-color: #ffffff;
  border: 1.5px solid #707070;
  color: #707070;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.category-filter a.active-btn {
  background-color: #193647;
  color: #ffffff;
  pointer-events: none;
}
@media screen and (min-width: 651px) {
  .category-filter .spacer {
    display: block;
    height: 47px;
    width: 1px;
    background-color: #707070;
  }
  .category-filter a {
    max-width: 23%;
    font-size: clamp(10px, 1vw, 16px);
  }
}

.adjacent-nav {
  width: 96%;
  max-width: 1000px;
  margin: clamp(40px, 6vw, 90px) auto clamp(80px, 9vw, 130px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
}
.adjacent-nav .prev-btn,
.adjacent-nav .next-btn {
  grid-row: 1/2;
  box-sizing: border-box;
  padding: 0.95em 1em;
  width: 10em;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 100%;
  text-align: center;
  background-size: 0.6em;
}
.adjacent-nav .prev-btn {
  grid-column: 1/2;
  background-image: url(../img/icons/arrow-left-post.svg);
  background-position: left 1.3em center;
}
.adjacent-nav .next-btn {
  grid-column: 3/4;
  background-image: url(../img/icons/arrow-right-post.svg);
  background-position: right 1.3em center;
}
@media screen and (min-width: 651px) {
  .adjacent-nav .prev-btn,
.adjacent-nav .next-btn {
    width: 16em;
    padding: 0.95em 2.2em;
  }
}

section.underline-link-container {
  margin: clamp(50px, 6vw, 70px) auto 0;
}
section.underline-link-container:last-child {
  margin-bottom: clamp(120px, 12vw, 190px);
}
section.underline-link-container button, section.underline-link-container a, section.underline-link-container h4 {
  appearance: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.9em 0;
  background-color: unset;
  border: unset;
  border-bottom: 2px solid #AAAAAA;
  color: #707070;
  cursor: pointer;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: bold;
  text-align: start;
  line-height: 140%;
}
section.underline-link-container button:hover, section.underline-link-container a:hover, section.underline-link-container h4:hover {
  opacity: 0.8;
}
section.underline-link-container button.a-btn, section.underline-link-container button.a-btn:visited, section.underline-link-container button.double-lang-btn:visited, section.underline-link-container button.double-lang-btn, section.underline-link-container a.a-btn, section.underline-link-container a.a-btn:visited, section.underline-link-container a.double-lang-btn:visited, section.underline-link-container a.double-lang-btn, section.underline-link-container h4.a-btn, section.underline-link-container h4.a-btn:visited, section.underline-link-container h4.double-lang-btn:visited, section.underline-link-container h4.double-lang-btn {
  display: flex;
  width: 100% !important;
  max-width: 340px !important;
}
section.underline-link-container h4 {
  text-align: center;
}
section.underline-link-container h3, section.underline-link-container h3.underline-h3 {
  margin: 4em 0 1em;
  text-align: start;
}
section.underline-link-container h3:after, section.underline-link-container h3.underline-h3:after {
  left: 0;
  transform: unset;
  width: 2em;
}

.hamburger {
  cursor: pointer;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  background-color: #193647;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  max-height: 80%;
  aspect-ratio: 1/1;
  z-index: 3002;
  transform: rotate(0deg);
  transform-origin: bottom;
  transition: 0.5s ease-in-out;
  border-radius: 10px;
  margin-right: 10px;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  right: 15px;
  background: #ffffff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  width: 28px;
  top: 35%;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: 48%;
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: 61%;
  width: 24px;
  transform-origin: left center;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.active-ham {
  position: fixed;
  top: 10px;
  right: 15px;
  margin-right: 0;
}
.hamburger.active-ham span {
  right: 11px;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
  top: 33%;
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
  width: 28px;
  top: 65.5%;
}

header {
  position: absolute;
  top: 10px;
  left: 1.2%;
  height: clamp(80px, 10vw, 106px);
  width: 97.6%;
  background-color: #ffffff;
  box-sizing: border-box;
  color: #707070;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  z-index: 3000;
}
header .logo-container {
  height: 100%;
}
header .logo-container h4 {
  font-size: clamp(12px, 1.1vw, 20px);
}
header .header-container {
  width: auto;
  height: 66%;
  margin: 0 12px 0 clamp(10px, 2vw, 20px);
}
header .header-container img {
  height: 100%;
  width: auto;
}
header .nav-container {
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
header .nav-container .nav-menu {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .nav-container ul {
  list-style: none;
  text-transform: uppercase;
}
header .nav-container ul li {
  margin: auto 1.8vw;
}
header .nav-container .hamburger {
  display: none;
}
header .lang-container {
  position: relative;
}
header .lang-container:hover .lang-trigger {
  opacity: 0.8;
}
header .lang-container .gt_switcher-popup {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 1px;
  opacity: 0;
}
header .lang-container .lang-trigger {
  pointer-events: none;
  align-self: flex-start;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
header .lang-container .lang-trigger svg {
  width: 100%;
  height: 100%;
  fill: #193647;
}
header .lang-container .lang-trigger h4 {
  display: none;
}
@media screen and (min-width: 801px) {
  header .lang-container {
    box-sizing: border-box;
    height: 100%;
    padding: 0 clamp(12px, 1.5vw, 26px);
    background-color: #C8A881;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #ffffff;
    white-space: nowrap;
  }
  header .lang-container .lang-trigger {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
  }
  header .lang-container .lang-trigger svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
  }
  header .lang-container .lang-trigger h4 {
    display: unset;
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 800px) {
  header .logo-container h4 {
    display: none;
  }
  header .nav-container {
    align-items: center;
  }
  header .nav-container .nav-menu {
    display: none;
  }
  header .nav-container .hamburger {
    display: block;
  }
  header .nav-container .lang-container {
    margin-right: 20px;
  }
  header .nav-container.open-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    z-index: 300;
    animation: slidein 0.2s ease-in-out;
    background-color: #193647;
    color: #707070;
    border-left: 1px solid #193647;
  }
  header .nav-container.open-menu .nav-menu {
    width: 100%;
    height: 80%;
    box-sizing: border-box;
    display: flex;
    padding: calc(clamp(20px, 4vw, 50px) * 2 + clamp(60px, 10vw, 120px)) 8% 5vh;
    z-index: 101;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    margin: auto;
  }
  header .nav-container.open-menu .nav-menu li {
    width: 100%;
    font-size: 24px;
    margin: clamp(5px, 1.5vh, 10px) 0;
    color: #ffffff;
    background: url(../img/icons/arrow-right.svg) right center no-repeat;
    background-size: 1.5em;
  }
  header .nav-container.open-menu .nav-menu li a {
    display: block;
    width: 100%;
  }
  header .nav-container.open-menu .nav-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(clamp(20px, 4vw, 50px) / 2);
    left: clamp(20px, 4vw, 50px);
    width: clamp(60px, 10vw, 120px);
    aspect-ratio: 1/1;
    z-index: 102;
    background: url(../img/logo-b.svg) center no-repeat;
    background-size: contain;
  }
  header .nav-container.open-menu .lang-container .lang-trigger {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  header .nav-container.open-menu .lang-container .lang-trigger svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
  }
  header .nav-container.open-menu .lang-container .lang-trigger h4 {
    display: unset;
    margin-left: 0.5em;
    color: #ffffff;
  }
  header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    border-radius: 0;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.1s ease-in;
  }
}
@media screen and (max-width: 600px) {
  header .nav-container.open-menu {
    max-width: unset;
  }
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
section.footer-meta {
  width: 100%;
  background-color: #F5E9D9;
  padding: 36px 0 clamp(40px, 4vw, 60px);
}
section.footer-meta .left-col,
section.footer-meta .right-col {
  box-sizing: border-box;
  height: 100%;
  justify-content: space-between;
}
section.footer-meta .left-col {
  padding-bottom: 40px;
}
section.footer-meta .left-col iframe {
  margin-bottom: clamp(32px, 4vw, 50px);
}
section.footer-meta .left-col a {
  margin-top: 1em;
}
section.footer-meta .left-col a img {
  width: 3em;
  margin-left: 0.5em;
}
section.footer-meta .right-col {
  padding-bottom: 30px;
}
section.footer-meta .right-col .parish-news {
  width: 100%;
  max-width: 320px;
  margin-bottom: 1em;
}
@media screen and (min-width: 651px) {
  section.footer-meta .left-col {
    padding-bottom: 0;
  }
}

footer {
  width: 100%;
}
footer .footer-content {
  padding: 36px 0 30px;
  background-color: #193647;
  color: #ffffff;
}
footer .logo-container {
  margin-bottom: 36px;
}
footer .logo-container a.footer-logo {
  display: block;
  width: 62px;
}
footer .logo-container h4 {
  margin-left: 0.65em;
}
footer .footer-access,
footer .footer-menu {
  width: 100%;
  column-gap: 4em;
  row-gap: 1em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 140%;
}
footer .footer-access .sns-row,
footer .footer-menu .sns-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 25px;
  column-gap: 24px;
}
footer .footer-access .sns-row a,
footer .footer-menu .sns-row a {
  display: block;
  width: 38px;
}
footer .footer-menu {
  max-width: 1200px;
  margin-bottom: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
footer .footer-access {
  width: fit-content;
  max-width: 100%;
  font-weight: 500;
  letter-spacing: 0;
}
footer .footer-copy {
  padding: 20px 0;
  line-height: 100%;
}
@media screen and (min-width: 651px) {
  footer .footer-menu {
    justify-content: space-evenly;
  }
}

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