@charset "UTF-8";
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

a, button {
  cursor: pointer;
}

button {
  appearance: none;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

:where(p) + :where(p) {
  margin-top: 1rem;
}

a, button {
  color: #155B99;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

.is-hide {
  display: none !important;
}
.is-gothic {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
}
.is-mincho {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", YuMincho, serif;
}
.is-fsizeSmallest {
  font-size: 1rem !important;
}
.is-fsizeSmaller {
  font-size: 1.2rem !important;
}
.is-fsizeSmall {
  font-size: 1.4rem !important;
}
.is-fsizeNormal {
  font-size: 1.6rem !important;
}
.is-fsizeLarge {
  font-size: 1.8rem !important;
}
.is-fsizeLarger {
  font-size: 2rem !important;
}
.is-fsizeLargest {
  font-size: 2.2rem !important;
}
.is-fcolorMain {
  color: #0C3C67;
}
.is-normal {
  font-weight: 400 !important;
}
.is-medium {
  font-weight: 500 !important;
}
.is-semibold {
  font-weight: 600 !important;
}
.is-bold {
  font-weight: 700 !important;
}
.is-tal {
  text-align: left !important;
}
.is-tac {
  text-align: center !important;
}
.is-tar {
  text-align: right !important;
}
.is-vat {
  vertical-align: top !important;
}
.is-vam {
  vertical-align: middle !important;
}
.is-vab {
  vertical-align: bottom !important;
}
.is-underline {
  text-decoration: underline;
}
.is-imgfit {
  object-fit: cover;
}
.is-nowrap {
  white-space: nowrap;
}
.is-italic {
  font-style: italic;
  font-weight: normal;
}

.c-pagetitle {
  color: #fff;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: 600;
  font-size: 4.2rem;
}
.c-title {
  line-height: 1.33;
  font-weight: 700;
}
.c-title.--skin01 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.c-title.--skin01 .en {
  display: block;
  margin-top: 4px;
  color: #c2bebd;
  font-size: 1.3rem;
}
.c-title.--skin02 {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #155B99;
  font-weight: 700;
  font-size: 2rem;
}
.c-title.--skin03 {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #47A448;
  font-weight: 700;
  font-size: 2.4rem;
}
.c-btn {
  display: inline-block;
  padding: 12px 40px;
  background-color: #155B99;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.c-btn.--right {
  position: relative;
  padding-right: 52px;
}
.c-btn.--right::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-45%) scale(1.1);
  align-self: center;
  content: "";
  display: inline-block;
  content: "\F105";
  display: inline-block;
  font-family: fontello;
  font-weight: normal;
}
.c-btnWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 52px;
  text-align: center;
}
.c-btnWrap.--left {
  justify-content: start;
}
.c-tag {
  display: inline-block;
  place-content: center;
  padding: 5px 12px 6px;
  background-color: #155B99;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.c-tag.--skin01 {
  background-color: #286CBF;
}
.c-tag.--skin02 {
  background-color: #CC0011;
}
.c-tag.--skin03 {
  background-color: #47A448;
}
.c-list {
  display: grid;
  line-height: 1.4;
}
.c-list.--border > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.c-list.--skin01 {
  display: grid;
  gap: 12px;
}
.c-list.--skin01 > li {
  padding-left: 1.2em;
  line-height: 1.4;
  position: relative;
}
.c-list.--skin01 > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  content: "■";
  scale: 0.9;
  color: #155B99;
}
.c-anchorList {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 20px;
  background-color: #fff;
}
.c-anchorList a {
  display: grid;
  place-content: center;
  padding: 16px 12px;
  border: 1px solid #2D2D2D;
  background-color: #fff;
  color: #2D2D2D;
  font-size: 1.8rem;
}
.c-anchorList a.is-current {
  border-color: #155B99;
  background-color: #155B99;
  color: #fff;
}
.c-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.c-pagination > li {
  border: 1px solid #ccc;
}
.c-pagination > li:first-child {
  border-radius: 2px 0 0 2px;
}
.c-pagination > li:last-child {
  border-radius: 0 2px 2px 0;
}
.c-pagination > li:not(:first-child) {
  margin-left: -1px;
}
.c-pagination a, .c-pagination span {
  display: inline-grid;
  place-content: center;
  min-width: 32px;
  min-height: 32px;
  padding: 8px;
  color: #155B99;
}
.c-pagination .prev a::before {
  content: "\F100";
  display: inline-block;
  font-family: fontello;
  font-weight: normal;
}
.c-pagination .next a::before {
  content: "\F101";
  display: inline-block;
  font-family: fontello;
  font-weight: normal;
}
.c-pagination .current a {
  background-color: #155B99;
  color: #fff;
  pointer-events: none;
}
.c-pager {
  display: flex;
  margin-top: 60px;
  font-size: 1.4rem;
}
.c-pager__prev {
  display: block;
  width: fit-content;
  max-width: 50%;
  margin-right: auto;
  text-align: left;
}
.c-pager__prev::before {
  content: "\E807";
  display: inline-block;
  font-family: fontello;
  font-weight: normal;
  scale: 1.1;
  margin-right: 4px;
}
.c-pager__next {
  display: block;
  width: fit-content;
  max-width: 50%;
  margin-left: auto;
  text-align: right;
}
.c-pager__next::after {
  content: "\E808";
  display: inline-block;
  font-family: fontello;
  font-weight: normal;
  scale: 1.1;
  margin-left: 4px;
}
.c-breadcrumbList {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  color: #4B4B4B;
}
.c-breadcrumbList a {
  color: #4B4B4B;
}
.c-breadcrumbList > li {
  white-space: nowrap;
}
.c-breadcrumbList > li:not(:last-child)::after {
  content: "\F105";
  display: inline-block;
  font-family: fontello;
  font-weight: normal;
  margin-inline: 8px;
}
.c-breadcrumbList > li:not(:first-child) {
  font-size: 1.4rem;
}
.c-article__header {
  margin-bottom: 40px;
}
.c-article__info {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.c-article__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.c-article__tag .c-tag {
  padding: 10px 14px 11px;
  font-size: 1.2rem;
}
.c-article__body > * + * {
  margin-top: 20px;
}
.c-article__body > * + h1 {
  margin-top: 60px;
}
.c-article__body > * + h2 {
  margin-top: 80px;
}
.c-article__body > * + h3 {
  margin-top: 60px;
}
.c-article__body > * + h4 {
  margin-top: 50px;
}
.c-article__body > * + h5 {
  margin-top: 40px;
}
.c-article__body > * + h6 {
  margin-top: 30px;
}
.c-article__movie {
  margin-top: 120px;
}
.c-article :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
  line-height: 1.3;
}
.c-article :is(h1, h2, h3, h4, h5, h6) + * {
  margin-top: 0;
}
.c-article h1 {
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 11px solid #CC0011;
  font-size: 2.8rem;
}
.c-article h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.c-article h3 {
  margin-bottom: 16px;
  font-size: 2rem;
}
.c-article h4 {
  margin-bottom: 12px;
  font-size: 1.8rem;
}
.c-article h5 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}
.c-article h6 {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.c-article b, .c-article strong, .c-article em {
  font-weight: 700;
}
.c-article i, .c-article em {
  font-style: italic;
}
.c-article table {
  width: 100%;
}
.c-article table th, .c-article table td {
  border: 1px solid #ccc;
  padding: 12px;
  vertical-align: middle;
}
.c-article table th {
  font-weight: 700;
  text-align: center;
}
.c-article table td {
  text-align: left;
}
.c-article table tr:nth-child(even) {
  background-color: #f4f4f4;
}
.c-article ul:not([class]) {
  display: grid;
  gap: 12px;
  line-height: 1.4;
}
.c-article ul:not([class]) > li {
  padding-left: 1.2em;
  position: relative;
}
.c-article ul:not([class]) > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  content: "■";
  scale: 0.9;
  color: #155B99;
}
.c-article ol:not([class]) {
  display: grid;
  gap: 12px;
  line-height: 1.4;
  counter-reset: num;
}
.c-article ol:not([class]) > li {
  padding-left: 1.5em;
  position: relative;
}
.c-article ol:not([class]) > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  content: counter(num) ".";
  counter-increment: num;
  min-width: 1.5em;
  text-align: center;
}
.c-article blockquote {
  position: relative;
  margin-block: 40px;
  padding: 20px 36px;
  background-color: #F9F9F9;
}
.c-article blockquote::before {
  position: absolute;
  top: 16px;
  left: 16px;
  content: "“";
  font-size: 18px;
  font-weight: 700;
}
.c-article blockquote::after {
  position: absolute;
  bottom: 16px;
  right: 16px;
  content: "”";
  font-size: 18px;
  font-weight: 700;
}
.c-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.c-movie__title {
  margin-top: 6px;
  color: #155B99;
}
.c-ma0 {
  margin: 0px !important;
}
.c-mt0 {
  margin-top: 0px !important;
}
.c-mr0 {
  margin-right: 0px !important;
}
.c-mb0 {
  margin-bottom: 0px !important;
}
.c-ml0 {
  margin-left: 0px !important;
}
.c-pa0 {
  padding: 0px !important;
}
.c-pt0 {
  padding-top: 0px !important;
}
.c-pr0 {
  padding-right: 0px !important;
}
.c-pb0 {
  padding-bottom: 0px !important;
}
.c-pl0 {
  padding-left: 0px !important;
}
.c-ma4 {
  margin: 4px !important;
}
.c-mt4 {
  margin-top: 4px !important;
}
.c-mr4 {
  margin-right: 4px !important;
}
.c-mb4 {
  margin-bottom: 4px !important;
}
.c-ml4 {
  margin-left: 4px !important;
}
.c-pa4 {
  padding: 4px !important;
}
.c-pt4 {
  padding-top: 4px !important;
}
.c-pr4 {
  padding-right: 4px !important;
}
.c-pb4 {
  padding-bottom: 4px !important;
}
.c-pl4 {
  padding-left: 4px !important;
}
.c-ma8 {
  margin: 8px !important;
}
.c-mt8 {
  margin-top: 8px !important;
}
.c-mr8 {
  margin-right: 8px !important;
}
.c-mb8 {
  margin-bottom: 8px !important;
}
.c-ml8 {
  margin-left: 8px !important;
}
.c-pa8 {
  padding: 8px !important;
}
.c-pt8 {
  padding-top: 8px !important;
}
.c-pr8 {
  padding-right: 8px !important;
}
.c-pb8 {
  padding-bottom: 8px !important;
}
.c-pl8 {
  padding-left: 8px !important;
}
.c-ma12 {
  margin: 12px !important;
}
.c-mt12 {
  margin-top: 12px !important;
}
.c-mr12 {
  margin-right: 12px !important;
}
.c-mb12 {
  margin-bottom: 12px !important;
}
.c-ml12 {
  margin-left: 12px !important;
}
.c-pa12 {
  padding: 12px !important;
}
.c-pt12 {
  padding-top: 12px !important;
}
.c-pr12 {
  padding-right: 12px !important;
}
.c-pb12 {
  padding-bottom: 12px !important;
}
.c-pl12 {
  padding-left: 12px !important;
}
.c-ma16 {
  margin: 16px !important;
}
.c-mt16 {
  margin-top: 16px !important;
}
.c-mr16 {
  margin-right: 16px !important;
}
.c-mb16 {
  margin-bottom: 16px !important;
}
.c-ml16 {
  margin-left: 16px !important;
}
.c-pa16 {
  padding: 16px !important;
}
.c-pt16 {
  padding-top: 16px !important;
}
.c-pr16 {
  padding-right: 16px !important;
}
.c-pb16 {
  padding-bottom: 16px !important;
}
.c-pl16 {
  padding-left: 16px !important;
}
.c-ma20 {
  margin: 20px !important;
}
.c-mt20 {
  margin-top: 20px !important;
}
.c-mr20 {
  margin-right: 20px !important;
}
.c-mb20 {
  margin-bottom: 20px !important;
}
.c-ml20 {
  margin-left: 20px !important;
}
.c-pa20 {
  padding: 20px !important;
}
.c-pt20 {
  padding-top: 20px !important;
}
.c-pr20 {
  padding-right: 20px !important;
}
.c-pb20 {
  padding-bottom: 20px !important;
}
.c-pl20 {
  padding-left: 20px !important;
}
.c-ma24 {
  margin: 24px !important;
}
.c-mt24 {
  margin-top: 24px !important;
}
.c-mr24 {
  margin-right: 24px !important;
}
.c-mb24 {
  margin-bottom: 24px !important;
}
.c-ml24 {
  margin-left: 24px !important;
}
.c-pa24 {
  padding: 24px !important;
}
.c-pt24 {
  padding-top: 24px !important;
}
.c-pr24 {
  padding-right: 24px !important;
}
.c-pb24 {
  padding-bottom: 24px !important;
}
.c-pl24 {
  padding-left: 24px !important;
}
.c-ma28 {
  margin: 28px !important;
}
.c-mt28 {
  margin-top: 28px !important;
}
.c-mr28 {
  margin-right: 28px !important;
}
.c-mb28 {
  margin-bottom: 28px !important;
}
.c-ml28 {
  margin-left: 28px !important;
}
.c-pa28 {
  padding: 28px !important;
}
.c-pt28 {
  padding-top: 28px !important;
}
.c-pr28 {
  padding-right: 28px !important;
}
.c-pb28 {
  padding-bottom: 28px !important;
}
.c-pl28 {
  padding-left: 28px !important;
}
.c-ma32 {
  margin: 32px !important;
}
.c-mt32 {
  margin-top: 32px !important;
}
.c-mr32 {
  margin-right: 32px !important;
}
.c-mb32 {
  margin-bottom: 32px !important;
}
.c-ml32 {
  margin-left: 32px !important;
}
.c-pa32 {
  padding: 32px !important;
}
.c-pt32 {
  padding-top: 32px !important;
}
.c-pr32 {
  padding-right: 32px !important;
}
.c-pb32 {
  padding-bottom: 32px !important;
}
.c-pl32 {
  padding-left: 32px !important;
}
.c-ma36 {
  margin: 36px !important;
}
.c-mt36 {
  margin-top: 36px !important;
}
.c-mr36 {
  margin-right: 36px !important;
}
.c-mb36 {
  margin-bottom: 36px !important;
}
.c-ml36 {
  margin-left: 36px !important;
}
.c-pa36 {
  padding: 36px !important;
}
.c-pt36 {
  padding-top: 36px !important;
}
.c-pr36 {
  padding-right: 36px !important;
}
.c-pb36 {
  padding-bottom: 36px !important;
}
.c-pl36 {
  padding-left: 36px !important;
}
.c-ma40 {
  margin: 40px !important;
}
.c-mt40 {
  margin-top: 40px !important;
}
.c-mr40 {
  margin-right: 40px !important;
}
.c-mb40 {
  margin-bottom: 40px !important;
}
.c-ml40 {
  margin-left: 40px !important;
}
.c-pa40 {
  padding: 40px !important;
}
.c-pt40 {
  padding-top: 40px !important;
}
.c-pr40 {
  padding-right: 40px !important;
}
.c-pb40 {
  padding-bottom: 40px !important;
}
.c-pl40 {
  padding-left: 40px !important;
}
.c-ma44 {
  margin: 44px !important;
}
.c-mt44 {
  margin-top: 44px !important;
}
.c-mr44 {
  margin-right: 44px !important;
}
.c-mb44 {
  margin-bottom: 44px !important;
}
.c-ml44 {
  margin-left: 44px !important;
}
.c-pa44 {
  padding: 44px !important;
}
.c-pt44 {
  padding-top: 44px !important;
}
.c-pr44 {
  padding-right: 44px !important;
}
.c-pb44 {
  padding-bottom: 44px !important;
}
.c-pl44 {
  padding-left: 44px !important;
}
.c-ma48 {
  margin: 48px !important;
}
.c-mt48 {
  margin-top: 48px !important;
}
.c-mr48 {
  margin-right: 48px !important;
}
.c-mb48 {
  margin-bottom: 48px !important;
}
.c-ml48 {
  margin-left: 48px !important;
}
.c-pa48 {
  padding: 48px !important;
}
.c-pt48 {
  padding-top: 48px !important;
}
.c-pr48 {
  padding-right: 48px !important;
}
.c-pb48 {
  padding-bottom: 48px !important;
}
.c-pl48 {
  padding-left: 48px !important;
}
.c-ma52 {
  margin: 52px !important;
}
.c-mt52 {
  margin-top: 52px !important;
}
.c-mr52 {
  margin-right: 52px !important;
}
.c-mb52 {
  margin-bottom: 52px !important;
}
.c-ml52 {
  margin-left: 52px !important;
}
.c-pa52 {
  padding: 52px !important;
}
.c-pt52 {
  padding-top: 52px !important;
}
.c-pr52 {
  padding-right: 52px !important;
}
.c-pb52 {
  padding-bottom: 52px !important;
}
.c-pl52 {
  padding-left: 52px !important;
}
.c-ma56 {
  margin: 56px !important;
}
.c-mt56 {
  margin-top: 56px !important;
}
.c-mr56 {
  margin-right: 56px !important;
}
.c-mb56 {
  margin-bottom: 56px !important;
}
.c-ml56 {
  margin-left: 56px !important;
}
.c-pa56 {
  padding: 56px !important;
}
.c-pt56 {
  padding-top: 56px !important;
}
.c-pr56 {
  padding-right: 56px !important;
}
.c-pb56 {
  padding-bottom: 56px !important;
}
.c-pl56 {
  padding-left: 56px !important;
}
.c-ma60 {
  margin: 60px !important;
}
.c-mt60 {
  margin-top: 60px !important;
}
.c-mr60 {
  margin-right: 60px !important;
}
.c-mb60 {
  margin-bottom: 60px !important;
}
.c-ml60 {
  margin-left: 60px !important;
}
.c-pa60 {
  padding: 60px !important;
}
.c-pt60 {
  padding-top: 60px !important;
}
.c-pr60 {
  padding-right: 60px !important;
}
.c-pb60 {
  padding-bottom: 60px !important;
}
.c-pl60 {
  padding-left: 60px !important;
}
.c-ma64 {
  margin: 64px !important;
}
.c-mt64 {
  margin-top: 64px !important;
}
.c-mr64 {
  margin-right: 64px !important;
}
.c-mb64 {
  margin-bottom: 64px !important;
}
.c-ml64 {
  margin-left: 64px !important;
}
.c-pa64 {
  padding: 64px !important;
}
.c-pt64 {
  padding-top: 64px !important;
}
.c-pr64 {
  padding-right: 64px !important;
}
.c-pb64 {
  padding-bottom: 64px !important;
}
.c-pl64 {
  padding-left: 64px !important;
}
.c-ma68 {
  margin: 68px !important;
}
.c-mt68 {
  margin-top: 68px !important;
}
.c-mr68 {
  margin-right: 68px !important;
}
.c-mb68 {
  margin-bottom: 68px !important;
}
.c-ml68 {
  margin-left: 68px !important;
}
.c-pa68 {
  padding: 68px !important;
}
.c-pt68 {
  padding-top: 68px !important;
}
.c-pr68 {
  padding-right: 68px !important;
}
.c-pb68 {
  padding-bottom: 68px !important;
}
.c-pl68 {
  padding-left: 68px !important;
}
.c-ma72 {
  margin: 72px !important;
}
.c-mt72 {
  margin-top: 72px !important;
}
.c-mr72 {
  margin-right: 72px !important;
}
.c-mb72 {
  margin-bottom: 72px !important;
}
.c-ml72 {
  margin-left: 72px !important;
}
.c-pa72 {
  padding: 72px !important;
}
.c-pt72 {
  padding-top: 72px !important;
}
.c-pr72 {
  padding-right: 72px !important;
}
.c-pb72 {
  padding-bottom: 72px !important;
}
.c-pl72 {
  padding-left: 72px !important;
}
.c-ma76 {
  margin: 76px !important;
}
.c-mt76 {
  margin-top: 76px !important;
}
.c-mr76 {
  margin-right: 76px !important;
}
.c-mb76 {
  margin-bottom: 76px !important;
}
.c-ml76 {
  margin-left: 76px !important;
}
.c-pa76 {
  padding: 76px !important;
}
.c-pt76 {
  padding-top: 76px !important;
}
.c-pr76 {
  padding-right: 76px !important;
}
.c-pb76 {
  padding-bottom: 76px !important;
}
.c-pl76 {
  padding-left: 76px !important;
}
.c-ma80 {
  margin: 80px !important;
}
.c-mt80 {
  margin-top: 80px !important;
}
.c-mr80 {
  margin-right: 80px !important;
}
.c-mb80 {
  margin-bottom: 80px !important;
}
.c-ml80 {
  margin-left: 80px !important;
}
.c-pa80 {
  padding: 80px !important;
}
.c-pt80 {
  padding-top: 80px !important;
}
.c-pr80 {
  padding-right: 80px !important;
}
.c-pb80 {
  padding-bottom: 80px !important;
}
.c-pl80 {
  padding-left: 80px !important;
}
.c-ma84 {
  margin: 84px !important;
}
.c-mt84 {
  margin-top: 84px !important;
}
.c-mr84 {
  margin-right: 84px !important;
}
.c-mb84 {
  margin-bottom: 84px !important;
}
.c-ml84 {
  margin-left: 84px !important;
}
.c-pa84 {
  padding: 84px !important;
}
.c-pt84 {
  padding-top: 84px !important;
}
.c-pr84 {
  padding-right: 84px !important;
}
.c-pb84 {
  padding-bottom: 84px !important;
}
.c-pl84 {
  padding-left: 84px !important;
}
.c-ma88 {
  margin: 88px !important;
}
.c-mt88 {
  margin-top: 88px !important;
}
.c-mr88 {
  margin-right: 88px !important;
}
.c-mb88 {
  margin-bottom: 88px !important;
}
.c-ml88 {
  margin-left: 88px !important;
}
.c-pa88 {
  padding: 88px !important;
}
.c-pt88 {
  padding-top: 88px !important;
}
.c-pr88 {
  padding-right: 88px !important;
}
.c-pb88 {
  padding-bottom: 88px !important;
}
.c-pl88 {
  padding-left: 88px !important;
}
.c-ma92 {
  margin: 92px !important;
}
.c-mt92 {
  margin-top: 92px !important;
}
.c-mr92 {
  margin-right: 92px !important;
}
.c-mb92 {
  margin-bottom: 92px !important;
}
.c-ml92 {
  margin-left: 92px !important;
}
.c-pa92 {
  padding: 92px !important;
}
.c-pt92 {
  padding-top: 92px !important;
}
.c-pr92 {
  padding-right: 92px !important;
}
.c-pb92 {
  padding-bottom: 92px !important;
}
.c-pl92 {
  padding-left: 92px !important;
}
.c-ma96 {
  margin: 96px !important;
}
.c-mt96 {
  margin-top: 96px !important;
}
.c-mr96 {
  margin-right: 96px !important;
}
.c-mb96 {
  margin-bottom: 96px !important;
}
.c-ml96 {
  margin-left: 96px !important;
}
.c-pa96 {
  padding: 96px !important;
}
.c-pt96 {
  padding-top: 96px !important;
}
.c-pr96 {
  padding-right: 96px !important;
}
.c-pb96 {
  padding-bottom: 96px !important;
}
.c-pl96 {
  padding-left: 96px !important;
}
.c-ma100 {
  margin: 100px !important;
}
.c-mt100 {
  margin-top: 100px !important;
}
.c-mr100 {
  margin-right: 100px !important;
}
.c-mb100 {
  margin-bottom: 100px !important;
}
.c-ml100 {
  margin-left: 100px !important;
}
.c-pa100 {
  padding: 100px !important;
}
.c-pt100 {
  padding-top: 100px !important;
}
.c-pr100 {
  padding-right: 100px !important;
}
.c-pb100 {
  padding-bottom: 100px !important;
}
.c-pl100 {
  padding-left: 100px !important;
}
.c-mtAuto {
  margin-top: auto !important;
}
.c-mrAuto {
  margin-right: auto !important;
}
.c-mbAuto {
  margin-bottom: auto !important;
}
.c-mlAuto {
  margin-left: auto !important;
}
.c-w0 {
  width: 0% !important;
}
.c-w1 {
  width: 1% !important;
}
.c-w2 {
  width: 2% !important;
}
.c-w3 {
  width: 3% !important;
}
.c-w4 {
  width: 4% !important;
}
.c-w5 {
  width: 5% !important;
}
.c-w6 {
  width: 6% !important;
}
.c-w7 {
  width: 7% !important;
}
.c-w8 {
  width: 8% !important;
}
.c-w9 {
  width: 9% !important;
}
.c-w10 {
  width: 10% !important;
}
.c-w11 {
  width: 11% !important;
}
.c-w12 {
  width: 12% !important;
}
.c-w13 {
  width: 13% !important;
}
.c-w14 {
  width: 14% !important;
}
.c-w15 {
  width: 15% !important;
}
.c-w16 {
  width: 16% !important;
}
.c-w17 {
  width: 17% !important;
}
.c-w18 {
  width: 18% !important;
}
.c-w19 {
  width: 19% !important;
}
.c-w20 {
  width: 20% !important;
}
.c-w21 {
  width: 21% !important;
}
.c-w22 {
  width: 22% !important;
}
.c-w23 {
  width: 23% !important;
}
.c-w24 {
  width: 24% !important;
}
.c-w25 {
  width: 25% !important;
}
.c-w26 {
  width: 26% !important;
}
.c-w27 {
  width: 27% !important;
}
.c-w28 {
  width: 28% !important;
}
.c-w29 {
  width: 29% !important;
}
.c-w30 {
  width: 30% !important;
}
.c-w31 {
  width: 31% !important;
}
.c-w32 {
  width: 32% !important;
}
.c-w33 {
  width: 33% !important;
}
.c-w34 {
  width: 34% !important;
}
.c-w35 {
  width: 35% !important;
}
.c-w36 {
  width: 36% !important;
}
.c-w37 {
  width: 37% !important;
}
.c-w38 {
  width: 38% !important;
}
.c-w39 {
  width: 39% !important;
}
.c-w40 {
  width: 40% !important;
}
.c-w41 {
  width: 41% !important;
}
.c-w42 {
  width: 42% !important;
}
.c-w43 {
  width: 43% !important;
}
.c-w44 {
  width: 44% !important;
}
.c-w45 {
  width: 45% !important;
}
.c-w46 {
  width: 46% !important;
}
.c-w47 {
  width: 47% !important;
}
.c-w48 {
  width: 48% !important;
}
.c-w49 {
  width: 49% !important;
}
.c-w50 {
  width: 50% !important;
}
.c-w51 {
  width: 51% !important;
}
.c-w52 {
  width: 52% !important;
}
.c-w53 {
  width: 53% !important;
}
.c-w54 {
  width: 54% !important;
}
.c-w55 {
  width: 55% !important;
}
.c-w56 {
  width: 56% !important;
}
.c-w57 {
  width: 57% !important;
}
.c-w58 {
  width: 58% !important;
}
.c-w59 {
  width: 59% !important;
}
.c-w60 {
  width: 60% !important;
}
.c-w61 {
  width: 61% !important;
}
.c-w62 {
  width: 62% !important;
}
.c-w63 {
  width: 63% !important;
}
.c-w64 {
  width: 64% !important;
}
.c-w65 {
  width: 65% !important;
}
.c-w66 {
  width: 66% !important;
}
.c-w67 {
  width: 67% !important;
}
.c-w68 {
  width: 68% !important;
}
.c-w69 {
  width: 69% !important;
}
.c-w70 {
  width: 70% !important;
}
.c-w71 {
  width: 71% !important;
}
.c-w72 {
  width: 72% !important;
}
.c-w73 {
  width: 73% !important;
}
.c-w74 {
  width: 74% !important;
}
.c-w75 {
  width: 75% !important;
}
.c-w76 {
  width: 76% !important;
}
.c-w77 {
  width: 77% !important;
}
.c-w78 {
  width: 78% !important;
}
.c-w79 {
  width: 79% !important;
}
.c-w80 {
  width: 80% !important;
}
.c-w81 {
  width: 81% !important;
}
.c-w82 {
  width: 82% !important;
}
.c-w83 {
  width: 83% !important;
}
.c-w84 {
  width: 84% !important;
}
.c-w85 {
  width: 85% !important;
}
.c-w86 {
  width: 86% !important;
}
.c-w87 {
  width: 87% !important;
}
.c-w88 {
  width: 88% !important;
}
.c-w89 {
  width: 89% !important;
}
.c-w90 {
  width: 90% !important;
}
.c-w91 {
  width: 91% !important;
}
.c-w92 {
  width: 92% !important;
}
.c-w93 {
  width: 93% !important;
}
.c-w94 {
  width: 94% !important;
}
.c-w95 {
  width: 95% !important;
}
.c-w96 {
  width: 96% !important;
}
.c-w97 {
  width: 97% !important;
}
.c-w98 {
  width: 98% !important;
}
.c-w99 {
  width: 99% !important;
}
.c-w100 {
  width: 100% !important;
}
.c-wfit {
  width: fit-content !important;
}
.c-accordionBtn {
  width: 100%;
  padding: 18px 12px;
  background-color: #F3F9FF;
  color: #2D2D2D;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
.c-accordionBtn:after {
  position: absolute;
  display: block;
  content: "";
  transform: translateY(-50%);
  top: 50%;
  right: 16px;
  content: "\E80A";
  display: inline-block;
  font-family: fontello;
  font-weight: normal;
  color: #155B99;
  font-size: 30px;
  font-weight: 400;
}
.c-accordionBtn.is-open::after {
  content: "\e80b";
}
.c-accordion ~ .c-accordion {
  margin-top: 20px;
}

.l-container {
  overflow-x: clip;
  color: #2D2D2D;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
}
.l-container :where(p) {
  line-height: 1.6;
}
.l-wrapper {
  width: min(93.6%, 1000px);
  margin-inline: auto;
}
.l-wrapper.--narrow {
  width: min(93.6%, 800px);
}
.l-header {
  position: relative;
  z-index: 1000;
  background-color: #fff;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.l-nav {
  flex-shrink: 0;
}
.l-navList {
  display: flex;
  align-items: center;
}
.l-navList :where(a:not(.c-btn), button:not(.c-btn)) {
  padding: 0px 12px;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none;
}
.l-navList > li {
  position: relative;
}
.l-navList > li:not(:first-child):not(:last-child) {
  border-left: 1px solid #2D2D2D;
}
.l-navList > li.is-current > a, .l-navList > li.is-current > button {
  color: #47A448;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.l-navList__subnav {
  position: absolute;
  inset: 100% auto auto 50%;
  transform: translateX(-50%);
  display: none;
  padding-top: 8px;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-navList__subnav a {
  display: block;
  padding: 10px 12px;
}
.l-navList__subnav > li {
  border-top: 1px solid #ddd;
  white-space: nowrap;
}
.l-navList__subnavBtn {
  font-size: 1.6rem;
}
.l-navList__subnavBtn.c-btn {
  padding: 6px 4px;
}
.l-navList__subnavBtn::before {
  scale: 0.94;
}
.l-navList__subnavBtn::after {
  margin-left: 4px;
  content: "\F107";
  display: inline-block;
  font-family: fontello;
  font-weight: normal;
  font-weight: 600;
}
.l-content {
  padding-block: 80px;
}
.l-content.--bg {
  background-color: #F9F9F9;
}
.l-pagetitle {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}
.l-pagetitle .l-wrapper {
  display: grid;
  align-items: center;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  margin-inline: auto;
}
.l-pagetitle__background {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 0;
  height: 100%;
  min-height: 230px;
  max-height: 300px;
  object-position: center 35%;
}
.l-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(280px, 28vw);
  gap: 30px;
}
.l-column.--single {
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(0, 900px));
  place-content: center;
}
.l-breadcrumb {
  padding: 16px 0;
  background-color: #F9F9F9;
}
.l-footer__bnr {
  padding-block: 40px;
}
.l-footer__bnr .l-wrapper {
  max-width: 940px;
}
.l-footer__content {
  padding-block: 60px;
  background-color: #0C3C67;
  color: #fff;
}
.l-footer__content .l-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.l-footer__recommend > dt {
  margin-bottom: 4px;
  font-size: 1.4rem;
}
.l-footer__recommendList {
  display: flex;
  gap: 20px;
}
.l-footer__info > dt {
  font-weight: 700;
  font-size: 1.8rem;
}
.l-footer__info > dd {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.l-footer__copy {
  background-color: #fff;
  padding: 16px 40px;
  color: #707070;
  font-size: 1.4rem;
  text-align: center;
}

.top-mv {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}
.top-mv__inner {
  display: grid;
  align-items: center;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  width: 90%;
  margin-inline: auto;
}
.top-mv__background {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 0;
  height: 450px;
}
.top-mv__title {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: 600;
  font-size: 4.8rem;
  color: #fff;
}
.top-mv__title .small {
  display: block;
  margin-bottom: 24px;
  font-size: 2.8rem;
}
.top-about__grid {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 40px;
}
.top-aboutList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 28px;
}
.top-aboutList > li::before {
  display: inline-block;
  content: "■";
  scale: 0.9;
  margin-right: 8px;
  color: #155B99;
}

.news-list {
  max-width: 790px;
  margin-inline: auto;
  padding: 0;
}
.news-list__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.3em 1em;
  align-items: start;
  padding: 16px 4px;
  color: #2D2D2D;
  font-size: 1.5rem;
  text-decoration: none;
}
.news-list__item .date {
  grid-row: 1/-1;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.news-list__item .text {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bnr-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 216px));
  gap: 24px;
}
.bnr-ads {
  display: grid;
  place-content: center;
  aspect-ratio: 216/80;
  background: #f4f4f4;
  border: 1px solid #dedddd;
  color: #BDBDBD;
}
.bnr-note {
  margin-top: 16px;
  color: #707070;
  font-size: 1.4rem;
}

.member-title {
  padding-top: 60px;
}
.member-name {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.member-name .small {
  display: inline-block;
  margin-left: 12px;
  font-size: 1.4rem;
  font-weight: 400;
}
.member-name ~ .member-name {
  margin-top: 28px;
  padding-top: 36px;
  border-top: 1px solid #ccc;
}
.member-table {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
}
.member-table:last-child {
  margin-bottom: 40px;
}
.member-table th, .member-table td {
  padding: 8px 12px;
}
.member-table th {
  width: 8em;
  font-weight: 700;
}

@media screen and (max-width: 999.98px) {
  .l-navList {
    font-size: 1.4rem;
  }
  .l-navList :where(a:not(.c-btn), button:not(.c-btn)) {
    padding: 0px 8px;
  }
  .l-navList .c-btn {
    font-size: 1.4rem;
  }
}
/* ▼hover挙動 */
@media (hover: hover) {
  a, button {
    transition: all ease-in-out 0.4s;
  }
  a:hover, button:hover {
    opacity: 0.7;
  }
}
/* ▼タブレット用デザインとして付け足すデザイン */
@media print, screen and (min-width: 768px) {
  .is-pctal {
    text-align: left !important;
  }
  .is-pctac {
    text-align: center !important;
  }
  .is-pctar {
    text-align: right !important;
  }
  .is-pcfcolorMain {
    color: #0C3C67 !important;
  }
  .is-pcfcolorWhite {
    color: #fff !important;
  }
  .is-showsp {
    display: none !important;
  }
}
/* ▼モバイルのみ付け足すデザイン */
@media screen and (max-width: 767.98px) {
  .is-sptal {
    text-align: left !important;
  }
  .is-sptac {
    text-align: center !important;
  }
  .is-sptar {
    text-align: right !important;
  }
  .is-spfcolorMain {
    color: #0C3C67 !important;
  }
  .is-spfcolorWhite {
    color: #fff !important;
  }
  .is-showpc {
    display: none !important;
  }
  .is-navOpen {
    overflow: hidden;
  }
  .c-pagetitle {
    font-size: 2rem;
  }
  .c-title.--skin01 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .c-title.--skin01 .en {
    font-size: 1.2rem;
  }
  .c-btnWrap {
    margin-top: 40px;
  }
  .c-article__movie {
    margin-top: 60px;
  }
  .c-article blockquote {
    margin-block: 20px;
  }
  .c-anchorList {
    gap: 8px;
    top: 58px;
    margin-bottom: 0;
  }
  .c-anchorList a {
    padding: 4px;
    font-size: 1.4rem;
    text-align: center;
  }
  .l-layer {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all ease-in-out 0.4s;
  }
  .is-navOpen .l-layer {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .l-container {
    padding-top: 58px;
    font-size: 1.5rem;
  }
  .l-header {
    position: fixed;
    inset: 0 0 auto;
  }
  .l-header__logo {
    width: 125px;
  }
  .l-header__inner {
    height: 58px;
  }
  .l-nav {
    position: fixed;
    z-index: 1000;
    inset: 58px 0 0 auto;
    height: 100dvh;
    width: 340px;
    transform: translateX(100%);
    background-color: #fff;
    transition: transform ease-in-out 0.4s;
  }
  .l-nav.is-open {
    transform: translateX(0);
  }
  .l-navBtn {
    position: absolute;
    top: 10px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
  .l-navBtn span {
    position: absolute;
    left: 5px;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #155B99;
    transition: all ease-in-out 0.4s;
  }
  .l-navBtn span:nth-child(1) {
    top: 9px;
  }
  .l-navBtn span:nth-child(2) {
    top: 19px;
  }
  .l-navBtn span:nth-child(3) {
    top: 29px;
  }
  .l-navBtn.is-open span:nth-child(1) {
    rotate: 45deg;
    top: 19px;
  }
  .l-navBtn.is-open span:nth-child(2) {
    width: 0;
  }
  .l-navBtn.is-open span:nth-child(3) {
    rotate: -45deg;
    top: 19px;
  }
  .l-navList {
    max-height: calc(100dvh - 58px);
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-bottom: 40px;
  }
  .l-navList > li {
    border-top: 1px solid #ccc;
  }
  .l-navList > li:not(:first-child):not(:last-child) {
    border-left: none;
  }
  .l-navList > li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .l-navList a, .l-navList button {
    display: block;
    width: 100%;
    padding: 16px 16px;
    font-size: 1.6rem;
    text-align-last: left;
  }
  .l-navList__subnav {
    position: static;
    transform: none;
    padding-top: 0;
    padding-bottom: 8px;
  }
  .l-navList__subnav a {
    padding: 12px 16px;
    font-size: 1.4rem;
  }
  .l-navList__subnav > li {
    padding-left: 1.4em;
    border-top: 0;
    position: relative;
  }
  .l-navList__subnav > li:before {
    position: absolute;
    display: block;
    content: "";
    top: 11px;
    left: 16px;
    content: "\E80B";
    display: inline-block;
    font-family: fontello;
    font-weight: normal;
    color: #ccc;
    font-size: 18px;
  }
  .l-navList__subnavBtn.c-btn {
    padding: 16px 16px;
    background-color: #fff;
    color: #2D2D2D;
    font-size: 1.6rem;
  }
  .l-navList__subnavBtn::after {
    position: absolute;
    top: 10px;
    right: 12px;
    content: "\e80a";
    color: #155B99;
    font-weight: 400;
    font-size: 30px;
  }
  .l-navList__subnavBtn.is-current::after {
    content: "\e80b";
  }
  .l-content {
    padding-block: 40px;
  }
  .l-pagetitle__background {
    min-height: 120px;
  }
  .l-column {
    grid-template-columns: minmax(0, 1fr);
  }
  .l-footer__content {
    padding-block: 28px;
  }
  .l-footer__content .l-wrapper {
    flex-direction: column;
    justify-content: stretch;
  }
  .l-footer__recommend {
    margin-bottom: 44px;
  }
  .l-footer__recommend > dt {
    margin-bottom: 8px;
  }
  .l-footer__recommendList {
    gap: 9px;
  }
  .l-footer__copy {
    padding: 10px;
    font-size: 1rem;
  }
  .top-mv__inner {
    width: 93.6%;
  }
  .top-mv__background {
    height: 220px;
  }
  .top-mv__title {
    font-size: 3rem;
    text-align: center;
  }
  .top-mv__title .small {
    margin-bottom: 16px;
    font-size: 1.9rem;
  }
  .top-about__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    max-width: 80.5333333333vw;
    margin-inline: auto;
  }
  .top-about__grid__icon {
    display: none;
  }
  .news-list__item {
    grid-template-columns: minmax(0, 1fr);
  }
  .news-list__item .date {
    grid-row: 1/2;
  }
  .news-list__item .c-tag {
    order: -1;
  }
  .news-list__item .title {
    width: 100%;
    order: 1;
  }
  .news-list__item .text {
    gap: 4px 12px;
  }
  .bnr-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .bnr-note {
    font-size: 1rem;
  }
  .member-table tr {
    display: grid;
    grid-template-columns: 8em minmax(0, 1fr);
  }
  .member-table th {
    width: auto;
  }
}
/* #Print Fixes */
@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 1cm 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  body {
    width: auto;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}