@charset "UTF-8";
@media (max-width: 1199px) {
  .ncBp.-wide {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ncBp.-no_wide {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ncBp.-large {
    display: none;
  }
}
@media (max-width: 959px) {
  .ncBp.-large {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .ncBp.-no_large {
    display: none;
  }
}
@media (min-width: 960px) {
  .ncBp.-middle {
    display: none;
  }
}
@media (max-width: 767px) {
  .ncBp.-middle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .ncBp.-no_middle {
    display: none;
  }
}
@media (min-width: 768px) {
  .ncBp.-small {
    display: none;
  }
}
@media (max-width: 599px) {
  .ncBp.-small {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .ncBp.-no_small {
    display: none;
  }
}
@media (min-width: 600px) {
  .ncBp.-mini {
    display: none;
  }
}
@media (max-width: 599px) {
  .ncBp.-no_mini {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ncBp.-ls_wide {
    display: none;
  }
}
@media (max-width: 959px) {
  .ncBp.-mr_large {
    display: none;
  }
}
@media (min-width: 960px) {
  .ncBp.-ls_large {
    display: none;
  }
}
@media (max-width: 767px) {
  .ncBp.-mr_small {
    display: none;
  }
}
@media (min-width: 768px) {
  .ncBp.-ls_small {
    display: none;
  }
}
@media (max-width: 599px) {
  .ncBp.-mr_mini {
    display: none;
  }
}

.ncColumns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: calc(8px * 4);
}
@media (min-width: 768px) {
  .ncColumns {
    gap: calc(8px * 5);
  }
}
.ncColumns_panel {
  display: block;
}
@media (max-width: 767px) {
  .ncColumns_panel {
    width: 100%;
  }
  .ncColumns_panel:not(:first-of-type) {
    margin-top: 1.5em;
  }
}
.ncColumns.alternate {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .ncColumns.-half .ncColumns_panel {
    width: calc((100% - calc(8px * 5)) / 2);
  }
}
@media (min-width: 768px) {
  .ncColumns.-three .ncColumns_panel {
    width: calc((100% - calc(8px * 5) * 2) / 3);
  }
}
@media (min-width: 768px) {
  .ncColumns.-four .ncColumns_panel {
    width: calc((100% - calc(8px * 5) * 3) / 4);
  }
}
@media (min-width: 768px) {
  .ncColumns.-five .ncColumns_panel {
    width: calc((100% - calc(8px * 5) * 4) / 5);
  }
}
@media (min-width: 768px) {
  .ncColumns.-semibias .ncColumns_panel.-mini {
    width: calc((100% - calc(8px * 5)) * 0.4);
  }
  .ncColumns.-semibias .ncColumns_panel.-large {
    width: calc((100% - calc(8px * 5)) * 0.6);
  }
}
@media (min-width: 768px) {
  .ncColumns.-bias .ncColumns_panel.-mini {
    width: calc((100% - calc(8px * 5)) * 0.3);
  }
  .ncColumns.-bias .ncColumns_panel.-large {
    width: calc((100% - calc(8px * 5)) * 0.7);
  }
}
.ncColumns.-grid {
  gap: calc(8px * 6) calc(8px * 3);
}
@media (min-width: 768px) {
  .ncColumns.-grid .ncColumns_panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc((100% - calc(8px * 3)) * 0.5);
  }
}
.ncColumns.-grid.-h .ncColumns_inner {
  width: calc((100% - calc(8px * 2)) * 0.5);
}
.ncColumns.-grid.-sb .ncColumns_inner.-mini {
  width: calc((100% - calc(8px * 2)) * 0.4);
}
.ncColumns.-grid.-sb .ncColumns_inner.-large {
  width: calc((100% - calc(8px * 2)) * 0.6);
}
.ncColumns.-grid.-b .ncColumns_inner.-mini {
  width: calc((100% - calc(8px * 2)) * 0.3);
}
.ncColumns.-grid.-b .ncColumns_inner.-large {
  width: calc((100% - calc(8px * 2)) * 0.7);
}
.ncColumns.-voice .-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.ncColumns.-voice .-text {
  order: 1;
}
@media (min-width: 768px) {
  .ncColumns.-voice {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .ncColumns.-voice .-image {
    width: 25%;
  }
  .ncColumns.-voice .-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ncColumns.-voice .-text {
    flex-grow: 1;
    width: calc(70% - 15px);
  }
}
@media (max-width: 767px) {
  .ncColumns.-voice {
    flex-direction: column;
    align-items: center;
  }
}

.modified {
  color: #E8193B;
}
.modified::before, .modified::after {
  content: "｜";
}

.marker {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 75%, #9AB7A0 75%);
}

.red {
  color: #E8193B;
}

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

@media (min-width: 768px) {
  .fs-large {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fs-large {
    font-size: 20px;
  }
}

.fs-small {
  font-size: 80%;
}

.diagon {
  position: relative;
  display: inline-block;
  padding: 0 calc(8px * 4);
}
.diagon::before, .diagon::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  border: 1px dashed;
}
.diagon::before {
  left: 0;
  transform: rotate(-25deg);
}
.diagon::after {
  right: 0;
  transform: rotate(25deg);
}

.speech-bubble {
  position: relative;
  background-color: #fff;
  border: solid 1px #575F67;
}
.speech-bubble::before, .speech-bubble::after {
  position: absolute;
  border-style: solid;
  border-color: transparent;
  content: "";
}
@media (min-width: 768px) {
  .speech-bubble {
    margin-left: 15px;
  }
  .speech-bubble::before, .speech-bubble::after {
    top: 50%;
    left: 0;
    translate: -100% -50%;
  }
  .speech-bubble::before {
    border-width: 7.5px 15px 7.5px 0;
    border-right-color: #575F67;
  }
  .speech-bubble::after {
    border-width: 6.4px 12.8px 6.4px 0;
    border-right-color: #fff;
  }
}
@media (max-width: 767px) {
  .speech-bubble {
    margin-top: 15px;
  }
  .speech-bubble::before, .speech-bubble::after {
    top: 0;
    left: 50%;
    translate: -50% -100%;
  }
  .speech-bubble::before {
    border-width: 0 7.5px 15px 7.5px;
    border-bottom-color: #575F67;
  }
  .speech-bubble::after {
    border-width: 0 6.4px 12.8px 6.4px;
    border-bottom-color: #fff;
  }
}

.rice {
  font-size: 85%;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
}
.rice::before {
  content: "※";
}

.ico_c {
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-columns: 1.5em 1fr;
  align-items: start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  vertical-align: middle;
}
.ico_c::before {
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: #002941;
  content: "";
}
.ico_c::before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/circle.svg");
          mask-image: url("/wp-content/site-parts/common/icon/circle.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ico_c::before {
  top: 0.6em;
}

.bgPrimary {
  background-color: #002941;
  color: #fff;
}

.bgLight {
  background-color: #a9cee3;
}

.bdGray {
  border: solid 1px #575F67;
}

.bdLight {
  border: solid 1px #9FA3A8;
}

.bdPrimary {
  border: solid 1px #002941;
}

.bdPrimary-l {
  border: solid 1px #70A7D5;
}

.signature {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.signature span {
  display: block;
}

.ncSiteinfo_logo {
  max-width: 300px;
}
.ncSiteinfo_name {
  display: block;
  margin-bottom: 1em;
  font-size: 120%;
}
.ncSiteinfo_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ncSiteinfo_info dt {
  display: flex;
  align-items: baseline;
  width: 6em;
  margin-bottom: 1em;
}
.ncSiteinfo_info dd {
  width: calc(100% - 6em);
  margin-bottom: 1em;
}
.ncSiteinfo_info p {
  margin-bottom: 0;
}

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

.ta-right {
  display: block;
  width: 100%;
  text-align: right !important;
}

.ncNarrow {
  width: 100%;
}
@media (min-width: 768px) {
  .ncNarrow {
    max-width: 800px;
  }
}
.ncNarrow {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.ncRows {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.ncRows_title {
  margin-bottom: calc(8px * 2);
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}
.ncRows_image {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .ncRows_image {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .ncRows_image {
    width: 70%;
  }
}
.ncRows_image picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 13/8;
  overflow: hidden;
}

.ncAccordion_switch {
  display: block;
  cursor: pointer;
}
.ncAccordion_content {
  display: none;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.ncAccordion_content.open {
  display: block;
}

.ncAccordion .ncAccordion_panel.-faq {
  min-height: 2em;
  margin-bottom: calc(2em * 0.7);
}

.ncAccordion.-icon .ncAccordion_switch {
  display: flex;
}
.ncAccordion.-icon .ncAccordion_switch p {
  width: calc(100% - 2em);
  margin-bottom: 0 !important;
}
.ncAccordion.-icon .ncAccordion_switch::after {
  display: block;
  content: "";
  transition: all 0.15s linear;
}

.ncAccordion.-add .ncAccordion_switch {
  padding-right: 1em;
}
.ncAccordion.-add .ncAccordion_switch:after {
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/square-plus.svg");
          mask-image: url("/wp-content/site-parts/common/icon/square-plus.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #222;
}
.ncAccordion.-add .ncAccordion_switch.open::after {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/square-minus.svg");
          mask-image: url("/wp-content/site-parts/common/icon/square-minus.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: rotate(180deg);
}

.ncAccordion.-icon .ncAccordion_switch {
  display: flex;
}
.ncAccordion.-icon .ncAccordion_switch p {
  width: calc(100% - 2em);
  margin-bottom: 0 !important;
}
.ncAccordion.-icon .ncAccordion_switch::after {
  display: block;
  content: "";
  transition: all 0.15s linear;
}

.ncAccordion.-caret .ncAccordion_switch {
  position: relative;
  padding-right: 1.5em;
}
.ncAccordion.-caret .ncAccordion_switch:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/caret-down.svg");
          mask-image: url("/wp-content/site-parts/common/icon/caret-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #222;
}
.ncAccordion.-caret .ncAccordion_switch.open::after {
  transform: rotate(540deg);
}

.ncAccordion.-icon .ncAccordion_switch {
  display: flex;
}
.ncAccordion.-icon .ncAccordion_switch p {
  width: calc(100% - 2em);
  margin-bottom: 0 !important;
}
.ncAccordion.-icon .ncAccordion_switch::after {
  display: block;
  content: "";
  transition: all 0.15s linear;
}

.ncAccordion.-chev .ncAccordion_switch {
  position: relative;
  padding-left: 1.5em;
}
.ncAccordion.-chev .ncAccordion_switch:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/chevron-down.svg");
          mask-image: url("/wp-content/site-parts/common/icon/chevron-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #222;
}
.ncAccordion.-chev .ncAccordion_switch.open::after {
  transform: rotate(540deg);
}

.ncAccordion.-numbering {
  counter-reset: ncAccoNum;
}
.ncAccordion.-numbering .ncAccordion_switch::before {
  display: inline-block;
  content: counter(ncAccoNum);
  counter-increment: ncAccoNum 1;
}
.ncAccordion.-numbering .ncAccordion_switch p {
  display: inline-block;
}

.step:not(:first-of-type) {
  display: none; /* 初期状態では非表示 */
}

.step.active {
  display: block; /* アクティブなステップを表示 */
}

.ncFrame.-bar .ncFrame_title {
  margin-bottom: 1em;
  border: solid 1px #9FA3A8;
}
@media (min-width: 960px) {
  .ncFrame.-bar .ncFrame_title {
    padding: calc(8px * 1.5) 8px;
    font-size: calc(8px * 2.5);
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .ncFrame.-bar .ncFrame_title {
    padding: 8px;
    font-size: calc(8px * 2);
  }
}
@media (max-width: 767px) {
  .ncFrame.-bar .ncFrame_title {
    padding: calc(8px * 1.5);
  }
}
.ncFrame.-bar .ncFrame_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .ncFrame.-bar .ncFrame_content {
    max-width: 800px;
  }
}

.ncFrame.-countSet {
  counter-reset: countset 0;
}
.ncFrame.-countSet .ncFrame_panel {
  position: relative;
  margin-bottom: calc(8px * 3);
  padding: calc(8px * 1.5) calc(8px * 5);
  border: solid 2px #2A90DF;
}
.ncFrame.-countSet .ncFrame_panel:before {
  counter-increment: countset 1;
  content: "STEP " counter(countset, decimal-leading-zero);
}
.ncFrame.-countSet .ncFrame_panel::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 10px solid #2A90DF;
  border-bottom: 0;
  content: "";
}
.ncFrame.-countSet .ncFrame_panel:last-of-type {
  margin-bottom: 0;
}
.ncFrame.-countSet .ncFrame_panel:last-of-type::after {
  content: none;
}
.ncFrame.-countSet .ncFrame_title {
  color: #002941;
}

.ncFrame.-simple {
  width: 100%;
  margin: calc(8px * 2) auto calc(8px * 6);
  border: 1px solid;
}
@media (min-width: 768px) {
  .ncFrame.-simple {
    max-width: 800px;
  }
}
.ncFrame.-simple .ncFrame_title {
  padding: 8px calc(8px * 2);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  line-height: 1em;
}
.ncFrame.-simple .ncFrame_title::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #222;
  content: "";
}
.ncFrame.-simple .ncFrame_title:not(.open) {
  border-bottom: none;
}
.ncFrame.-simple .ncFrame_content {
  padding: calc(8px * 2);
}
.ncFrame.-simple .ncFrame_content p {
  margin: 0 !important;
}

.ncFrame.-topic {
  border-color: #9FA3A8;
}
.ncFrame.-topic .ncFrame_title {
  background-color: #a9cee3;
  border-bottom-color: #9FA3A8;
}
.ncFrame.-topic .ncFrame_title::before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/info.svg");
          mask-image: url("/wp-content/site-parts/common/icon/info.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ncFrame.-tab .ncFrame_title {
  display: inline-block;
  padding: calc(8px * 0.5) 8px;
  background-color: #002941;
  border-radius: calc(8px * 0.5) calc(8px * 0.5) 0 0;
  color: #fff;
  font-weight: normal;
}
.ncFrame.-tab .ncFrame_content {
  border: solid 2px #002941;
  padding: calc(8px * 1.5);
}

.ncFrame.-simple {
  width: 100%;
  margin: calc(8px * 2) auto calc(8px * 6);
  border: 1px solid;
}
@media (min-width: 768px) {
  .ncFrame.-simple {
    max-width: 800px;
  }
}
.ncFrame.-simple .ncFrame_title {
  padding: 8px calc(8px * 2);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  line-height: 1em;
}
.ncFrame.-simple .ncFrame_title::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #222;
  content: "";
}
.ncFrame.-simple .ncFrame_title:not(.open) {
  border-bottom: none;
}
.ncFrame.-simple .ncFrame_content {
  padding: calc(8px * 2);
}
.ncFrame.-simple .ncFrame_content p {
  margin: 0 !important;
}

.ncFrame.-warning {
  border-color: #E8193B;
}
.ncFrame.-warning .ncFrame_title {
  background-color: #E8193B;
  color: #fff;
  border-bottom-color: #E8193B;
}
.ncFrame.-warning .ncFrame_title::before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/warn.svg");
          mask-image: url("/wp-content/site-parts/common/icon/warn.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}

.ncButton {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: calc(8px * 4);
  margin-bottom: calc(8px * 4);
}
.ncButton p {
  margin-bottom: 0;
}
.ncButton_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(80%, 300px);
  margin-left: 8px;
  margin-right: 8px;
  background-color: #002941;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.04em;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .ncButton_btn {
    margin-bottom: calc(8px * 4);
  }
}
@media (min-width: 768px) {
  .ncButton_btn {
    height: calc(8px * 6);
  }
}
@media (max-width: 767px) {
  .ncButton_btn {
    height: calc(8px * 7);
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.ncButton.-line .ncButton_btn {
  outline: 1px solid #fff;
  outline-offset: -4px;
}

.ncButton.-arrow .ncButton_btn {
  justify-content: flex-start;
  width: 150px !important;
  height: auto;
  background-color: transparent;
  -webkit-mask-image: url("/wp-content/site-parts/module/button/arrow/arrow.svg");
          mask-image: url("/wp-content/site-parts/module/button/arrow/arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-size: 150px auto;
  background-position: bottom right 8px;
  background-repeat: no-repeat;
  color: #222;
  text-align: center;
}
.ncButton.-arrow .ncButton_btn::before, .ncButton.-arrow .ncButton_btn::after {
  content: none;
}
.ncButton.-arrow .ncButton_btn:hover {
  background-color: transparent;
  background-position: bottom right;
  color: #222 !important;
}
.ncButton.-arrow .ncButton_btn:hover::before, .ncButton.-arrow .ncButton_btn:hover::after {
  content: none;
}

.ncButton.-banner .ncButton_btn {
  margin-top: calc(8px * 6);
  margin-bottom: calc(8px * 6);
}
.ncButton.-banner .ncButton_btn .ncButton {
  max-width: initial;
  width: 100%;
  height: auto;
}
.ncButton.-banner .ncButton_btn .ncButton:hover {
  opacity: 0.6;
}

.ncButton.-expand .ncButton_btn {
  position: relative;
  overflow: visible;
}
.ncButton.-expand .ncButton_btn span {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
}
.ncButton.-expand .ncButton_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: calc(8px * 0.5);
  transition: 0.2s all ease-in;
  outline: solid 3px;
  outline-offset: -3px;
  outline-color: rgb(255, 0, 0);
}
.ncButton.-expand .ncButton_btn:hover::after {
  outline-offset: 10px;
  outline-color: rgba(255, 0, 0, 0);
}

.ncButton.-gross .ncButton_btn:hover {
  background-color: #baa05f;
  color: #fff !important;
}
.ncButton.-gross .ncButton_btn:hover::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -180%;
  width: 200%;
  height: 200%;
  background-color: rgba(249, 249, 249, 0.2);
  transform: rotate(-45deg);
  animation: lustre 0.7s forwards;
}
.ncButton.-gross .ncButton_btn:hover::after {
  right: -2px;
}

.ncButton.-high .ncButton_btn {
  flex-direction: column;
  height: calc(8px * 9);
}
.ncButton.-high .ncButton_btn span:not([class]) {
  font-size: 18px;
}

.ncButton.-ico-arow .ncButton_btn::after {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all ease 0.2s;
  content: "\e94c";
  font-family: "icomoon" !important;
}

.ncButton.-oval .ncButton_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 0.5em;
  background-color: #002941;
  border-radius: 2em;
  color: #fff;
}

.ncButton.-right {
  justify-content: flex-end;
}

.ncButton.-white .ncButton_btn {
  background-color: #fff;
  border: 2px solid #70A7D5;
  color: #70A7D5 !important;
}
.ncButton.-white.-line .ncButton_btn {
  outline-color: #70A7D5;
  outline-offset: -6px;
}

.ncFrame.-faq .ncFrame_title, .ncFrame.-faq .ncFrame_content {
  position: relative;
  padding-top: 0.2em;
  padding-left: 2.5em;
  line-height: 1.6;
}
.ncFrame.-faq .ncFrame_title::before, .ncFrame.-faq .ncFrame_content::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  color: #fff;
  font-weight: normal;
}
.ncFrame.-faq .ncFrame_title {
  margin-bottom: 1em;
}
.ncFrame.-faq .ncFrame_title::before {
  background-color: #002941;
  content: "Q";
}
.ncFrame.-faq .ncFrame_content {
  margin-bottom: 2em;
}
.ncFrame.-faq .ncFrame_content::before {
  background-color: #575F67;
  content: "A";
}

.ncFlow.-day .ncFlow_panel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: calc(8px * 2);
}
.ncFlow.-day .ncFlow_panel:not(:last-of-type)::before {
  position: absolute;
  top: 0.8em;
  left: calc(4.5em - 0.3em / 2);
  display: block;
  width: 0.3em;
  height: 100%;
  margin: auto;
  background-color: #575F67;
  content: "";
}
.ncFlow.-day .ncFlow_time {
  position: relative;
  justify-content: flex-end;
  padding-right: 1em;
  width: 4.5em;
  text-align: right;
}
.ncFlow.-day .ncFlow_time::after {
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: calc(-1 * 1em / 2);
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  border-radius: 50%;
  background-color: #fff5e2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.ncFlow.-day .ncFlow_content {
  width: calc(100% - 4.5em);
  padding-left: 1em;
}
.ncFlow.-day .ncFlow_content figure {
  max-width: 300px;
}
.ncFlow.-day .ncFlow_content.columns {
  align-items: flex-start;
}
.ncFlow.-day .ncFlow_title {
  color: #2A90DF;
  font-weight: bold;
}

.ncFlow.-day2 .ncFlow_time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #2A90DF;
  text-align: right;
}
.ncFlow.-day2 .ncFlow_title {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 2px solid #70A7D5;
}
@media (max-width: 767px) {
  .ncFlow.-day2 .ncFlow_panel {
    position: relative;
    padding-left: 6em;
  }
  .ncFlow.-day2 .ncFlow_panel:not(:last-of-type) {
    margin-bottom: calc(8px * 4);
  }
  .ncFlow.-day2 .ncFlow_panel:not(:last-of-type)::before {
    position: absolute;
    top: calc(5em / 2);
    left: calc((5em - 0.3em) / 2);
    display: block;
    width: 0.3em;
    height: 100%;
    margin: auto;
    background-color: #575F67;
    content: "";
  }
  .ncFlow.-day2 .ncFlow_time {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .ncFlow.-day2 .ncFlow_panel {
    display: flex;
    justify-content: space-between;
  }
  .ncFlow.-day2 .ncFlow_panel:not(:last-of-type) {
    margin-bottom: calc(8px * 6);
  }
  .ncFlow.-day2 .ncFlow_time {
    order: 2;
    margin-right: 1em;
    margin-left: 1em;
  }
  .ncFlow.-day2 .ncFlow_content, .ncFlow.-day2 .ncFlow_image {
    width: calc((100% - 9em) / 2);
  }
  .ncFlow.-day2 .ncFlow_content {
    order: 3;
  }
  .ncFlow.-day2 .ncFlow_image {
    position: relative;
    order: 1;
  }
  .ncFlow.-day2 .ncFlow_image::before {
    position: absolute;
    top: 2.5em;
    height: 0;
    width: 0;
    border: solid transparent calc(8px * 2);
    content: "";
  }
}
.ncFlow.-day2.alternate .ncFlow_panel:nth-of-type(odd) .ncFlow_image::before {
  right: 0;
  transform: translateX(100%);
  border-left-color: #2A90DF;
}
.ncFlow.-day2.alternate .ncFlow_panel:nth-of-type(even) {
  flex-direction: row-reverse;
}
.ncFlow.-day2.alternate .ncFlow_panel:nth-of-type(even) .ncFlow_image::before {
  left: 0;
  transform: translateX(-100%);
  border-right-color: #2A90DF;
}

.ncFlow.-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ncFlow.-flow dt,
.ncFlow.-flow dd {
  padding-top: calc(8px * 4);
  padding-bottom: calc(8px * 4);
}
.ncFlow.-flow dt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(8px * 10);
}
.ncFlow.-flow dt::before {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 50%;
  z-index: 0;
  display: block;
  height: 100%;
  margin: auto;
  border-left: 3px solid #CCCCCC;
  content: "";
}
.ncFlow.-flow dt:last-of-type::before {
  content: none;
}
.ncFlow.-flow dt span {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(8px * 6);
  background-color: #002941;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}
.ncFlow.-flow dd {
  width: calc(100% - calc(8px * 10));
  padding: 0 calc(calc(8px * 10) / 2);
}

@media (min-width: 768px) {
  .ncFlow.-flow.ncColumns.-half .ncColumns_panel:first-of-type .ncFlow-flow_panel:last-of-type::before {
    position: absolute;
    bottom: calc(-1 * 8px);
    left: calc((calc(calc(8px * 2.5) * 2) - 0.3em) / 2 - calc(8px * 2) + 0.3em);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(8px * 4) 0 0 calc(8px * 2);
    border-color: #ddd transparent transparent transparent;
    content: "";
  }
}
.ncFlow.-flow.ncColumns.-half .ncColumns_panel:first-of-type .ncFlow-flow_panel:last-of-type::after {
  position: absolute;
  top: 0;
  left: calc((calc(calc(8px * 2.5) * 2) - 0.3em) / 2);
  z-index: 0;
  display: block;
  width: 0.3em;
  height: 100%;
  margin: auto;
  background-color: #575F67;
  content: "";
}

.ncFlow.-flowNum {
  counter-reset: ncIcoNum;
  margin-top: calc(8px * 4);
  margin-bottom: calc(8px * 4);
}
.ncFlow.-flowNum .ncFlow_panel {
  position: relative;
  z-index: 100;
  padding-left: calc(calc(calc(8px * 2.5) * 2) + 0.5em);
}
.ncFlow.-flowNum .ncFlow_panel:not(:last-of-type) {
  padding-bottom: calc(8px * 5);
}
.ncFlow.-flowNum .ncFlow_panel:not(:last-of-type)::after {
  position: absolute;
  top: 0;
  left: calc((calc(calc(8px * 2.5) * 2) - 0.3em) / 2);
  z-index: 0;
  display: block;
  width: 0.3em;
  height: 100%;
  margin: auto;
  background-color: #575F67;
  content: "";
}
.ncFlow.-flowNum .ncFlow_title {
  font-weight: bold;
  line-height: calc(calc(8px * 2.5) * 2);
}
.ncFlow.-flowNum .ncFlow_title::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(calc(8px * 2.5) * 2);
  height: calc(calc(8px * 2.5) * 2);
  background-color: #002941;
  border-radius: 50%;
  color: #fff;
  font-size: calc(8px * 2.5);
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  content: counter(ncIcoNum);
  counter-increment: ncIcoNum 1;
}
.ncFlow.-flowNum .ncFlow_content p:last-child {
  margin-bottom: 0;
}

.ncFlow.-year {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(8px * 4);
}
.ncFlow.-year .ncFlow_panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 2em;
  margin: 0;
  border-bottom: dotted 2px #bbb;
}
.ncFlow.-year .ncFlow_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
}
.ncFlow.-year .ncFlow_time figure {
  display: flex;
  justify-content: center;
}
.ncFlow.-year .ncFlow_time img {
  width: auto;
  height: 6em;
}
@media (min-width: 768px) {
  .ncFlow.-year .ncFlow_time {
    width: 10em;
  }
  .ncFlow.-year .ncFlow_content {
    width: calc(100% - 8px - 10em);
    min-height: 11em;
  }
}
@media (max-width: 767px) {
  .ncFlow.-year .ncFlow_time {
    width: 8em;
  }
  .ncFlow.-year .ncFlow_content {
    width: calc(100% - 8px - 8em);
    min-height: 11em;
  }
}
@media (min-width: 768px) {
  .ncFlow.-year .ncFlow_panel {
    width: 50%;
  }
  .ncFlow.-year .ncFlow_panel:nth-of-type(even) {
    border-left: dotted 2px #bbb;
  }
}
@media (max-width: 767px) {
  .ncFlow.-year .ncFlow_panel {
    width: 100%;
  }
}

.ncIcon {
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-columns: 1.5em 1fr;
  align-items: start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  vertical-align: middle;
}
.ncIcon::before {
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: #002941;
  content: "";
}
.ncIcon.-add:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/add.svg");
          mask-image: url("/wp-content/site-parts/common/icon/add.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-angleup:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/angle-up.svg");
          mask-image: url("/wp-content/site-parts/common/icon/angle-up.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-angledown:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/angle-down.svg");
          mask-image: url("/wp-content/site-parts/common/icon/angle-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-angleright:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/angle-right.svg");
          mask-image: url("/wp-content/site-parts/common/icon/angle-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-angleleft:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/angle-left.svg");
          mask-image: url("/wp-content/site-parts/common/icon/angle-left.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-bicycle:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/bicycle.svg");
          mask-image: url("/wp-content/site-parts/common/icon/bicycle.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-bus:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/bus.svg");
          mask-image: url("/wp-content/site-parts/common/icon/bus.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-book:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/book.svg");
          mask-image: url("/wp-content/site-parts/common/icon/book.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-bus:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/bus.svg");
          mask-image: url("/wp-content/site-parts/common/icon/bus.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-car:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/car.svg");
          mask-image: url("/wp-content/site-parts/common/icon/car.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-caretdown:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/caret-down.svg");
          mask-image: url("/wp-content/site-parts/common/icon/caret-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-caretleft:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/caret-left.svg");
          mask-image: url("/wp-content/site-parts/common/icon/caret-left.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-caretright:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/caret-right.svg");
          mask-image: url("/wp-content/site-parts/common/icon/caret-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-caretup:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/caret-up.svg");
          mask-image: url("/wp-content/site-parts/common/icon/caret-up.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-check:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/check.svg");
          mask-image: url("/wp-content/site-parts/common/icon/check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-check-b-r:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/check-bold-round.svg");
          mask-image: url("/wp-content/site-parts/common/icon/check-bold-round.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-check-b:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/check-bold.svg");
          mask-image: url("/wp-content/site-parts/common/icon/check-bold.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-checkcircle:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/check-circle.svg");
          mask-image: url("/wp-content/site-parts/common/icon/check-circle.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-checksquare:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/check-square.svg");
          mask-image: url("/wp-content/site-parts/common/icon/check-square.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-chevrondown:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/chevron-down.svg");
          mask-image: url("/wp-content/site-parts/common/icon/chevron-down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-chevronleft:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/chevron-left.svg");
          mask-image: url("/wp-content/site-parts/common/icon/chevron-left.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-chevronright:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/chevron-right.svg");
          mask-image: url("/wp-content/site-parts/common/icon/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-chevronup:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/chevron-up.svg");
          mask-image: url("/wp-content/site-parts/common/icon/chevron-up.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-circle:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/circle.svg");
          mask-image: url("/wp-content/site-parts/common/icon/circle.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-clipboard:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/clipboard.svg");
          mask-image: url("/wp-content/site-parts/common/icon/clipboard.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-clock:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/clock.svg");
          mask-image: url("/wp-content/site-parts/common/icon/clock.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-exlink:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/exlink.svg");
          mask-image: url("/wp-content/site-parts/common/icon/exlink.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-facebook:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/facebook.svg");
          mask-image: url("/wp-content/site-parts/common/icon/facebook.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-fax:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/fax.svg");
          mask-image: url("/wp-content/site-parts/common/icon/fax.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-globe:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/globe.svg");
          mask-image: url("/wp-content/site-parts/common/icon/globe.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-handright:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/hand-right.svg");
          mask-image: url("/wp-content/site-parts/common/icon/hand-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-handshake:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/handshake.svg");
          mask-image: url("/wp-content/site-parts/common/icon/handshake.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-info:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/info.svg");
          mask-image: url("/wp-content/site-parts/common/icon/info.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-instagram:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/instagram.svg");
          mask-image: url("/wp-content/site-parts/common/icon/instagram.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-light:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/lightbulb.svg");
          mask-image: url("/wp-content/site-parts/common/icon/lightbulb.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-link:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/link.svg");
          mask-image: url("/wp-content/site-parts/common/icon/link.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-location:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/location.svg");
          mask-image: url("/wp-content/site-parts/common/icon/location.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-lock:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/lock.svg");
          mask-image: url("/wp-content/site-parts/common/icon/lock.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-mail:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/mail.svg");
          mask-image: url("/wp-content/site-parts/common/icon/mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-mobile:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/mobile.svg");
          mask-image: url("/wp-content/site-parts/common/icon/mobile.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-monitor:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/monitor.svg");
          mask-image: url("/wp-content/site-parts/common/icon/monitor.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-money:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/money.svg");
          mask-image: url("/wp-content/site-parts/common/icon/money.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-moon:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/moon.svg");
          mask-image: url("/wp-content/site-parts/common/icon/moon.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-parking:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/parking.svg");
          mask-image: url("/wp-content/site-parts/common/icon/parking.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-phone:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/phone.svg");
          mask-image: url("/wp-content/site-parts/common/icon/phone.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-phone-solid:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/phone-solid.svg");
          mask-image: url("/wp-content/site-parts/common/icon/phone-solid.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-remove:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/remove.svg");
          mask-image: url("/wp-content/site-parts/common/icon/remove.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-replyall:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/reply-all.svg");
          mask-image: url("/wp-content/site-parts/common/icon/reply-all.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-search:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/search.svg");
          mask-image: url("/wp-content/site-parts/common/icon/search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-store:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/store.svg");
          mask-image: url("/wp-content/site-parts/common/icon/store.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-subway:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/subway.svg");
          mask-image: url("/wp-content/site-parts/common/icon/subway.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-square-plus:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/square-plus.svg");
          mask-image: url("/wp-content/site-parts/common/icon/square-plus.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-square-minus:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/square-minus.svg");
          mask-image: url("/wp-content/site-parts/common/icon/square-minus.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-train:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/train.svg");
          mask-image: url("/wp-content/site-parts/common/icon/train.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-triangle-exclamation:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/triangle-exclamation.svg");
          mask-image: url("/wp-content/site-parts/common/icon/triangle-exclamation.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-truck:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/truck.svg");
          mask-image: url("/wp-content/site-parts/common/icon/truck.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-twitter:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/twitter.svg");
          mask-image: url("/wp-content/site-parts/common/icon/twitter.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-user:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/user.svg");
          mask-image: url("/wp-content/site-parts/common/icon/user.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-warn:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/warn.svg");
          mask-image: url("/wp-content/site-parts/common/icon/warn.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-website:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/website.svg");
          mask-image: url("/wp-content/site-parts/common/icon/website.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-wheelchair:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/wheelchair.svg");
          mask-image: url("/wp-content/site-parts/common/icon/wheelchair.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-wrench:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/wrench.svg");
          mask-image: url("/wp-content/site-parts/common/icon/wrench.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.ncIcon.-xlogo:before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/x-logo.svg");
          mask-image: url("/wp-content/site-parts/common/icon/x-logo.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.imgSquare img,
.imgCircle img {
  width: 250px;
  height: 250px;
}
.imgSquare img,
.imgCircle img {
  -o-object-fit: cover;
     object-fit: cover;
}

.imgCircle img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  picture[class^=imgSize] img {
    width: 80%;
  }
}
@media (min-width: 768px) {
  picture.imgSize25 img {
    width: 25%;
  }
  picture.imgSize50 img {
    width: 50%;
  }
  picture.imgSize75 img {
    width: 75%;
  }
}

.ncList {
  margin-bottom: calc(8px * 2);
}
.ncList > li {
  width: 100%;
  list-style: none;
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-columns: 1.5em 1fr;
  align-items: start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  vertical-align: middle;
}
.ncList > li::before {
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: #002941;
  content: "";
}
.ncList > li::before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/circle.svg");
          mask-image: url("/wp-content/site-parts/common/icon/circle.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ncList.-check > li::before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/check-bold.svg");
          mask-image: url("/wp-content/site-parts/common/icon/check-bold.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ncList.-circle > li::before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/check-circle.svg");
          mask-image: url("/wp-content/site-parts/common/icon/check-circle.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ncList.-square > li::before {
  -webkit-mask-image: url("/wp-content/site-parts/common/icon/check-square.svg");
          mask-image: url("/wp-content/site-parts/common/icon/check-square.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ncList.-col {
  display: flex;
  flex-wrap: wrap;
}
.ncList.-col > li {
  width: auto;
  margin-right: 1em;
}

.ncList.-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .ncList.-col2 > li {
    width: 49%;
  }
}

.ncList.-col3 {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ncList.-col3 > li {
    width: 32%;
  }
  .ncList.-col3 > li:nth-of-type:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
}

.ncList.-col4 {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ncList.-col4 > li {
    width: 24%;
  }
  .ncList.-col4 > li:nth-of-type:not(:nth-of-type(4n)) {
    margin-right: 1.3333333333%;
  }
}

.ncList.-count {
  counter-reset: ncCount;
}
.ncList.-count > li {
  padding-left: 1.5em;
}
.ncList.-count > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  margin-right: 1em;
  background-color: initial;
  color: inherit;
  font-size: inherit;
  content: counter(ncCount) ".";
  counter-increment: ncCount 1;
}

.ncList.-rice > li::before {
  font-family: inherit;
  content: "※";
  background-color: initial;
}

.ncMenu_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 2em;
}
.ncMenu_menu::before {
  content: "";
  order: 1;
  flex: 1 1 0;
  min-width: 0;
  height: 0;
  align-self: center;
  border-top: dotted 3px #D7B27A;
}
.ncMenu_menu dt, .ncMenu_menu dd {
  margin: 0;
}
.ncMenu_name {
  flex: 0 0 auto;
  white-space: nowrap;
}
.ncMenu_price {
  order: 1;
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: 700;
}
.ncMenu_text {
  order: 2;
  width: 100%;
  font-size: 90%;
}

.ncSlider .splide__pagination {
  padding: 0;
  bottom: 1rem;
}
.ncSlider .splide__pagination__page {
  background: #a9cee3 !important;
  opacity: 1;
  border: none;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  transition: all 0.3s;
}
.ncSlider .splide__pagination__page.is-active {
  background: #002941 !important;
  transform: scale(1.2);
}

.ncSticker {
  position: relative;
}
.ncSticker_item {
  position: absolute;
  display: inline-block;
  text-align: center;
  background: #021B2F;
  color: #fff;
}
.ncSticker_item:before, .ncSticker_item:after {
  position: absolute;
  content: "";
}
.ncSticker_item:before {
  width: 0;
  height: 0;
}
.ncSticker_item:after {
  display: block;
}
.ncSticker_item i {
  position: relative;
  z-index: 1;
  color: #a9cee3;
}

.ncSticker.-balloon {
  padding: calc(15px) 1em 1em;
}
.ncSticker.-balloon .ncSticker_item {
  top: calc(-1 * 7em / 2);
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7em;
  height: calc(7em / 2);
  margin: auto;
  background-color: #fff;
  border: 2px solid #021B2F;
  border-radius: 6px;
  color: #021B2F;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}
.ncSticker.-balloon .ncSticker_item::after, .ncSticker.-balloon .ncSticker_item::before {
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}
.ncSticker.-balloon .ncSticker_item::before {
  margin-left: calc(-1 * 7px);
  border-left-width: 7px;
  border-right-width: 7px;
  border-bottom-width: 15px;
  border-top-width: 15px;
  border-top-color: #021B2F;
}
.ncSticker.-balloon .ncSticker_item::after {
  margin-left: calc(-1 * 4px);
  border-left-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 11px;
  border-top-width: 11px;
  border-top-color: #FFFFFF;
}

.ncSticker.-ribbon.-left {
  padding: 30px 1em 1em 1em;
}
.ncSticker.-ribbon.-left .ncSticker_item {
  top: calc(10px * -1);
  left: calc(10px * -1);
  width: 120px;
  height: 30px;
}
.ncSticker.-ribbon.-left .ncSticker_item:before {
  top: 100%;
  left: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #002941;
}
.ncSticker.-ribbon.-left .ncSticker_item:after {
  top: 0;
  left: 100%;
  height: 50%;
  border: calc(30px / 2) solid #021B2F;
  border-right-width: 10px;
  border-right-color: transparent;
}

.ncSticker.-ribbon.-switch {
  padding: 30px 1em 1em 1em;
}
.ncSticker.-ribbon.-switch .ncSticker_item {
  top: calc(10px * -1);
  left: calc(10px * -1);
  width: 120px;
  height: 30px;
}
.ncSticker.-ribbon.-switch .ncSticker_item:before {
  top: 100%;
  left: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #002941;
}
.ncSticker.-ribbon.-switch .ncSticker_item:after {
  top: 0;
  left: 100%;
  height: 50%;
  border: calc(30px / 2) solid #021B2F;
  border-right-width: 10px;
  border-right-color: transparent;
}
@media (max-width: 767px) {
  .ncSticker.-ribbon.-switch {
    padding: 1em 1em 1em calc(3em + 10px + 1em);
  }
  .ncSticker.-ribbon.-switch .ncSticker_item {
    top: calc(10px * -1);
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 6em;
    writing-mode: vertical-rl;
  }
  .ncSticker.-ribbon.-switch .ncSticker_item:before {
    left: auto;
    right: calc(10px * -1);
    top: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #002941;
  }
  .ncSticker.-ribbon.-switch .ncSticker_item:after {
    top: 100%;
    left: 0;
    height: 0;
    border: calc(3em / 2) solid #021B2F;
    border-top-width: 0;
    border-bottom-width: 15px;
    border-bottom-color: transparent;
  }
}

.ncSticker.-ribbon.-top {
  padding: 1em 1em 1em calc(60px + 10px + 1em);
}
.ncSticker.-ribbon.-top .ncSticker_item {
  top: calc(10px * -1);
  left: 10px;
  width: 60px;
  height: 60px;
}
.ncSticker.-ribbon.-top .ncSticker_item:before {
  right: calc(10px * -1);
  border-right: 10px solid transparent;
  border-bottom: 10px solid #002941;
}
.ncSticker.-ribbon.-top .ncSticker_item:after {
  top: 50%;
  left: 0;
  height: 50%;
  border: calc(60px / 2) solid #021B2F;
  border-bottom-width: 15px;
  border-bottom-color: transparent;
}

.ncTab_button {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ncTab_button > * {
  cursor: pointer;
  pointer-events: auto;
}
.ncTab_button > * > * {
  pointer-events: none;
}
.ncTab_content > * {
  display: none;
}
.ncTab_content > *.active {
  display: block;
}

.ncTab_button > * {
  padding: 8px 20px;
  background: #f5f5f5;
  transition: all ease-in 0.2s;
}
.ncTab_button > *.active {
  color: #fff;
  background: #000;
}
.ncTab_content > * {
  padding: 20px;
  border: 1px solid #000;
}
.ncTab_content > *.active {
  animation: ncTabFadeIn 0.3s ease-out;
}

@keyframes ncTabFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ncTabToggle_buttons {
  display: flex;
}
.ncTabToggle_button {
  cursor: pointer;
}
.ncTabToggle_content {
  width: 100%;
  display: none;
  height: 0;
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0);
  transition: all ease-in 0.2s;
}
.ncTabToggle_content.active {
  display: block;
  height: auto;
  opacity: 1;
  transform: scaleY(1);
  transition: all ease-out 0.2s;
}

.ncTable {
  display: flex;
  border-top: solid 1px #575F67;
  border-left: solid 1px #575F67;
}
.ncTable .-subject p {
  margin-bottom: 0;
}
.ncTable_title, .ncTable_field {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ncTable_field p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .ncTable.-flex .ncTable_record {
    display: block;
    width: calc(100% / 3);
  }
  .ncTable.-flex .ncTable_record {
    border-right: solid 1px #575F67;
  }
  .ncTable.-flex .ncTable_title, .ncTable.-flex .ncTable_field {
    border-bottom: solid 1px #575F67;
    height: 2em;
  }
}
@media (min-width: 768px) {
  .ncTable.-flex {
    flex-wrap: wrap;
  }
  .ncTable.-flex .ncTable_record {
    display: flex;
    width: 100%;
  }
  .ncTable.-flex .ncTable_record {
    border-bottom: solid 1px #575F67;
  }
  .ncTable.-flex .ncTable_title, .ncTable.-flex .ncTable_field {
    border-right: solid 1px #575F67;
  }
}
@media (min-width: 960px) {
  .ncTable.-flex .ncTable_title {
    width: 13em;
  }
  .ncTable.-flex .ncTable_field {
    width: calc((100% - 13em) / 2);
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .ncTable.-flex .ncTable_title {
    width: 13em;
  }
  .ncTable.-flex .ncTable_field {
    width: calc((100% - 13em) / 2);
  }
}

table.ncTable.-stack td p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  table.ncTable.-stack, table.ncTable.-stack thead, table.ncTable.-stack tbody, table.ncTable.-stack tr, table.ncTable.-stack th, table.ncTable.-stack td {
    display: block;
    width: 100%;
  }
  table.ncTable.-stack {
    border-bottom: 1px solid #b8bcc0;
  }
  table.ncTable.-stack th, table.ncTable.-stack td {
    border-bottom: none;
  }
}

.ncTable.-straight {
  flex-wrap: wrap;
}
.ncTable.-straight .ncTable_record {
  display: flex;
  width: 100%;
}
.ncTable.-straight .ncTable_record {
  border-bottom: solid 1px #575F67;
}
.ncTable.-straight .ncTable_title, .ncTable.-straight .ncTable_field {
  border-right: solid 1px #575F67;
}
@media (min-width: 960px) {
  .ncTable.-straight .ncTable_title {
    width: 13em;
  }
  .ncTable.-straight .ncTable_field {
    width: calc((100% - 13em) / 2);
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .ncTable.-straight .ncTable_title {
    width: 13em;
  }
  .ncTable.-straight .ncTable_field {
    width: calc((100% - 13em) / 2);
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .ncTable.-straight .ncTable_title {
    width: 5em;
  }
  .ncTable.-straight .ncTable_field {
    width: calc((100% - 5em) / 2);
  }
}
@media (max-width: 599px) {
  .ncTable.-straight .ncTable_title {
    width: 5em;
  }
  .ncTable.-straight .ncTable_field {
    width: calc((100% - 5em) / 2);
  }
}

.ncTable.-switch .ncTable_record {
  display: block;
  width: calc(100% / 2);
}
.ncTable.-switch .ncTable_record {
  border-right: solid 1px #575F67;
}
.ncTable.-switch .ncTable_title, .ncTable.-switch .ncTable_field {
  border-bottom: solid 1px #575F67;
  height: 2em;
}

.ncTable.-time .ncTable_title {
  background-color: #a9cee3;
}
.ncTable.-time p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ncTable.-time {
    flex-wrap: wrap;
  }
  .ncTable.-time .ncTable_record {
    display: flex;
    width: 100%;
  }
  .ncTable.-time .ncTable_record {
    border-bottom: solid 1px #575F67;
  }
  .ncTable.-time .ncTable_title, .ncTable.-time .ncTable_field {
    border-right: solid 1px #575F67;
  }
  .ncTable.-time .ncTable_title {
    width: 5em;
    height: 5em;
  }
  .ncTable.-time .ncTable_field {
    width: calc((100% - 5em) / 2);
    height: auto;
  }
  .ncTable.-time .ncTable_field.through2 {
    width: calc((100% - 5em) / 2 * 2);
  }
  .ncTable.-time .ncTable_field.through3 {
    width: calc((100% - 5em) / 2 * 3);
  }
}
@media (min-width: 768px) {
  .ncTable.-time .ncTable_record {
    display: block;
  }
  .ncTable.-time .ncTable_record {
    border-right: solid 1px #575F67;
  }
  .ncTable.-time .ncTable_title, .ncTable.-time .ncTable_field {
    border-bottom: solid 1px #575F67;
  }
}
@media (min-width: 960px) {
  .ncTable.-time .ncTable_record {
    width: calc((100% - 190px) / 7);
  }
  .ncTable.-time .ncTable_record.-subject {
    width: 190px;
  }
  .ncTable.-time .ncTable_title {
    height: 2.5em;
  }
  .ncTable.-time .ncTable_field {
    height: 2.5em;
  }
  .ncTable.-time .ncTable_field.through2 {
    height: calc(2.5em * 2);
  }
  .ncTable.-time .ncTable_field.through3 {
    height: calc(2.5em * 3);
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .ncTable.-time .ncTable_record {
    width: calc((100% - 12em) / 7);
  }
  .ncTable.-time .ncTable_record.-subject {
    width: 12em;
  }
  .ncTable.-time .ncTable_title {
    height: 2.5em;
  }
  .ncTable.-time .ncTable_field {
    height: 2.5em;
  }
  .ncTable.-time .ncTable_field.through2 {
    height: calc(2.5em * 2);
  }
  .ncTable.-time .ncTable_field.through3 {
    height: calc(2.5em * 3);
  }
}

.pop-diagon {
  position: relative;
  padding: 0 45px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.pop-diagon:before, .pop-diagon:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
}
.pop-diagon:before {
  left: 0;
  transform: rotate(60deg);
}
.pop-diagon:after {
  right: 0;
  transform: rotate(-60deg);
}

.ncModal_trigger {
  cursor: pointer;
}
.ncModal_trigger:nth-child(n+2) {
  margin-top: 60px;
}
.ncModal_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.ncModal_layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
.ncModal_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(100% - 40px);
  padding: 20px;
  background: rgba(40, 40, 40, 0.9);
}
.ncModal_inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 80px 20px 20px;
  color: #fff;
}
.ncModal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
}
.ncModal_close:hover {
  opacity: 0.6;
}
.ncModal_close:before, .ncModal_close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
.ncModal_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ncModal_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ncModal_text {
  margin-top: 30px;
  line-height: 2.875;
}

.article-header-full-width__thumbnail {
  content-visibility: auto;
  aspect-ratio: 100%;
}

body {
  color: #222;
  font-size: 18px;
}

img[src$=".svg"] {
  min-height: 1rem;
}

picture,
picture img {
  display: block;
}

picture {
  text-align: center;
}
picture img {
  width: 100%;
}

dt {
  font-weight: bold;
}

p {
  margin-bottom: 1em;
}

*[class^=testMode] {
  position: fixed;
  top: 80px;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 300px;
  padding: 0.5em 1em;
  background: #f00;
  border-radius: 2em;
  color: #fff;
}

.testMode--contents {
  left: 24px;
}
.testMode--css {
  right: 24px;
}

.wpcf7 label {
  cursor: default;
}
.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .wpcf7-form .form-title, .wpcf7-form-control-wrap {
    margin-bottom: 1em;
  }
  .wpcf7-form .form-title {
    display: block;
    width: 16em;
  }
  .wpcf7-form .form-title + * {
    width: calc(100% - 16em);
  }
}
@media (max-width: 767px) {
  .wpcf7-form .form-title, .wpcf7-form-control-wrap {
    width: 100%;
  }
  .wpcf7-form .form-title {
    margin-bottom: 0.5em;
  }
  .wpcf7-form-control-wrap {
    margin-bottom: 1.5em;
  }
}
.wpcf7-form fieldset {
  display: contents;
  border: none;
  padding: 0;
}
.wpcf7-form fieldset legend + p {
  margin-top: 0 !important;
}
.wpcf7-form .must::after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 1.5em;
  margin-left: 0.5em;
  background-color: #E8193B;
  border-radius: 0.75em;
  color: #fff;
  font-size: 80%;
  line-height: 1;
  content: "必須";
}
.wpcf7-form-control-wrap[data-name=pp] {
  display: block;
  width: 100%;
  text-align: center;
}
.wpcf7-form-control-wrap[data-name=pp] .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-form-control-wrap label {
  align-items: center;
}
.wpcf7-form .submit,
.wpcf7-form .turnstile {
  width: 100%;
  text-align: center;
}
.wpcf7 #wpcf7cpcnf table {
  width: min(100%, 600px);
  margin: auto;
}
.wpcf7 #wpcf7cpcnf tr {
  padding-top: calc(8px * 2);
  padding-bottom: calc(8px * 2);
  border-bottom: solid 1px #70A7D5;
}
.wpcf7 #wpcf7cpcnf th, .wpcf7 #wpcf7cpcnf td {
  border: 0;
}
.wpcf7 #wpcf7cpcnf th {
  width: 15em;
  background-color: transparent;
  font-weight: normal;
}
.wpcf7 #wpcf7cpcnf td {
  width: calc(100% - 15em);
}
.wpcf7 #wpcf7cpcnf p {
  margin: 0 !important;
}
.wpcf7 #wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
.wpcf7 input[type=submit],
.wpcf7 button[type=button] {
  padding: 6px 48px;
  background-color: #002941;
  border: 0;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
}
.wpcf7 .submit {
  margin: calc(8px * 2) auto;
  text-align: center;
}
.wpcf7 .submit .wpcf7-spinner {
  display: none;
}
.wpcf7 .pp {
  width: 100%;
}

.wpcf7-response-output {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media (max-width: 767px) {
  section > *:last-child,
  #intro > *:last-child {
    margin-bottom: 0 !important;
  }
  section > *:last-child .ncColumns__panel:last-child,
  #intro > *:last-child .ncColumns__panel:last-child {
    margin-bottom: 0 !important;
  }
}
li > dl dd:last-of-type {
  margin-bottom: calc(8px * 3);
}

button, c-btn, input[type=button], input[type=submit] {
  background-color: #002941;
}

.ncScrlHint {
  width: 100%;
  overflow-x: scroll;
}
.ncScrlHint_inner {
  min-height: 116px;
}

lite-youtube {
  position: relative;
  display: block;
  contain: content;
  max-width: 720px;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  /* gradient */
}
lite-youtube::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 60px;
  padding-bottom: 50px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
lite-youtube {
  /* responsive iframe with a 16:9 aspect ratio */
}
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
lite-youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
lite-youtube {
  /* play button */
}
lite-youtube > .lty-playbtn {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: no-repeat center/68px 48px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  cursor: pointer;
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
}
lite-youtube > .lty-playbtn:focus {
  filter: none;
}
lite-youtube:hover > .lty-playbtn {
  filter: none;
}
lite-youtube {
  /* Post-click styles */
}
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

#topper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
#topper.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */