@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-top: 1em;
  margin-bottom: 1em; }
  @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; }
  .ncColumns h3 {
    margin-top: 0 !important; }
  @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.-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); }
  @media (max-width: 767px) {
    .ncColumns.-voice {
      flex-direction: column;
      align-items: center; } }
  .ncColumns.-voice .ncColumns_panel.-image {
    position: relative;
    order: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 150px; }
    @media (max-width: 767px) {
      .ncColumns.-voice .ncColumns_panel.-image {
        margin-bottom: calc(8px * 4); } }
    .ncColumns.-voice .ncColumns_panel.-image::before {
      display: block;
      padding-top: 100%;
      content: ""; }
    .ncColumns.-voice .ncColumns_panel.-image img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%; }
  .ncColumns.-voice .ncColumns_panel.-text {
    min-height: 150px;
    position: relative;
    order: 1;
    padding: calc(8px * 2);
    border: calc(8px * 0.5) solid #ed7700;
    border-radius: calc(8px * 2); }
    @media (min-width: 768px) {
      .ncColumns.-voice .ncColumns_panel.-text {
        width: calc(100% - 150px - calc(8px * 2)); } }
    @media (max-width: 767px) {
      .ncColumns.-voice .ncColumns_panel.-text {
        width: 100%; } }
    .ncColumns.-voice .ncColumns_panel.-text::after {
      position: absolute;
      height: 0;
      width: 0;
      border: solid transparent 8px;
      content: ''; }
      @media (min-width: 768px) {
        .ncColumns.-voice .ncColumns_panel.-text::after {
          top: 50%;
          left: calc(-1 * calc(8px * 2.5));
          border-right-color: #ed7700;
          margin-top: calc(-1 * 8px); } }
      @media (max-width: 767px) {
        .ncColumns.-voice .ncColumns_panel.-text::after {
          bottom: 100%;
          left: 50%;
          margin-left: calc(-1 * 8px);
          border-bottom-color: #ed7700; } }
  .ncColumns > ul {
    margin-left: 0 !important; }

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

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

.red {
  color: #E8193B; }

.bold {
  font-weight: bold; }

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

.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); }

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

.ico_c {
  position: relative;
  padding-left: calc(1em + 0.5em); }
  .ico_c::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    background-color: #ed7700;
    border-radius: 50%;
    content: ""; }
  .ico_c::before {
    top: 0.6em; }

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

.bgLight {
  background-color: #fff5e2; }

.bdGray {
  border: solid 1px #808080; }

.bdLight {
  border: solid 1px #fcfaf2; }

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

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

.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; }

.center {
  text-align: center; }

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

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

.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; }

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

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

.ncAccordion.-add .ncAccordion_switch {
  padding-right: 1em; }
  .ncAccordion.-add .ncAccordion_switch:after {
    width: 1.5em;
    height: 1.5em;
    mask-image: url("/wp-content/package/module/_parts/icon/add.svg?utue9ton6");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: #333; }
  .ncAccordion.-add .ncAccordion_switch.open::after {
    mask-image: url("/wp-content/package/module/_parts/icon/remove.svg?utue9tonb");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transform: rotate(180deg); }

.ncAccordion.-icon .ncAccordion_switch {
  display: flex;
  justify-content: space-between; }
  .ncAccordion.-icon .ncAccordion_switch p {
    width: calc(100% - 2em);
    margin-bottom: 0 !important; }
  .ncAccordion.-icon .ncAccordion_switch:after {
    display: block;
    content: "";
    -webkit-transition: all .15s linear;
    transition: all .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;
    mask-image: url("/wp-content/package/module/_parts/icon/chevron-down.svg?utue9toni");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: #333; }
  .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 #fcfaf2; }
  @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 #e8cd00; }
    .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 #e8cd00;
      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: #ed7700; }

.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: #333;
      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: #fcfaf2; }
  .ncFrame.-topic .ncFrame_title {
    background-color: #fff5e2;
    border-bottom-color: #fcfaf2; }
    .ncFrame.-topic .ncFrame_title::before {
      mask-image: url("/wp-content/package/module/_parts/icon/info.svg?utue9tono");
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain; }

.ncFrame.-tab .ncFrame_title {
  display: inline-block;
  padding: calc(8px * 0.5) 8px;
  background-color: #ed7700;
  border-radius: calc(8px * 0.5) calc(8px * 0.5) 0 0;
  color: #fff;
  font-weight: normal; }
.ncFrame.-tab .ncFrame_content {
  border: solid 2px #ed7700;
  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: #333;
      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 {
      mask-image: url("/wp-content/package/module/_parts/icon/warn.svg?utue9tont");
      mask-repeat: no-repeat;
      mask-position: center;
      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: #ef6b13;
    border-bottom: solid 3px rgba(0, 0, 0, 0.2);
    border-radius: calc(8px * 0.5);
    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_btn:hover {
      color: #fff;
      transform: translateY(2px); }
  .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;
  background-image: url("/wp-content/package/module/_parts/graphic/arrow.svg?utue9tonz");
  background-size: 150px auto;
  background-position: bottom right 8px;
  background-repeat: no-repeat;
  color: #333;
  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: #333 !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: .6; }

.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: #ed7700;
  border-radius: 2em;
  color: #fff; }

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

.ncButton.-white .ncButton_btn {
  background-color: #fff;
  border: 2px solid #edb282;
  color: #edb282 !important; }
.ncButton.-white.-line .ncButton_btn {
  outline-color: #edb282;
  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: #ed7700;
    content: "Q"; }
.ncFrame.-faq .ncFrame_content {
  margin-bottom: 2em; }
  .ncFrame.-faq .ncFrame_content::before {
    background-color: #808080;
    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: #808080;
    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: #e8cd00;
  font-weight: bold; }

.ncFlow.-day2 .ncFlow_time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #e8cd00;
  text-align: right; }
.ncFlow.-day2 .ncFlow_title {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 2px solid #edb282; }
@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: #808080;
        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: #e8cd00; }
.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: #e8cd00; }

.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: #ed7700;
      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: #808080;
  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: #808080;
        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: #ed7700;
      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 {
  position: relative;
  padding-left: 1.25em;
  line-height: 1em; }
  .ncIcon:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 1em;
    height: 1em;
    background-color: #333;
    content: ""; }
  .ncIcon.-add:before {
    mask-image: url("/wp-content/package/module/_parts/icon/add.svg?utue9too0");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-angleup:before {
    mask-image: url("/wp-content/package/module/_parts/icon/angle-up.svg?utue9too1");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-angledown:before {
    mask-image: url("/wp-content/package/module/_parts/icon/angle-down.svg?utue9too2");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-angleright:before {
    mask-image: url("/wp-content/package/module/_parts/icon/angle-right.svg?utue9too6");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-angleleft:before {
    mask-image: url("/wp-content/package/module/_parts/icon/angle-left.svg?utue9too8");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-bicycle:before {
    mask-image: url("/wp-content/package/module/_parts/icon/bicycle.svg?utue9tood");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-bus:before {
    mask-image: url("/wp-content/package/module/_parts/icon/bus.svg?utue9tooe");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-book:before {
    mask-image: url("/wp-content/package/module/_parts/icon/book.svg?utue9toof");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-bus:before {
    mask-image: url("/wp-content/package/module/_parts/icon/bus.svg?utue9tooo");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-car:before {
    mask-image: url("/wp-content/package/module/_parts/icon/car.svg?utue9tooq");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-caretdown:before {
    mask-image: url("/wp-content/package/module/_parts/icon/caret-down.svg?utue9tooz");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-caretleft:before {
    mask-image: url("/wp-content/package/module/_parts/icon/caret-left.svg?utue9top3");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-caretright:before {
    mask-image: url("/wp-content/package/module/_parts/icon/caret-right.svg?utue9top7");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-caretup:before {
    mask-image: url("/wp-content/package/module/_parts/icon/caret-up.svg?utue9topb");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-check:before {
    mask-image: url("/wp-content/package/module/_parts/icon/check.svg?utue9topi");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-check-b-r:before {
    mask-image: url("/wp-content/package/module/_parts/icon/check-bold-round.svg?utue9topm");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-check-b:before {
    mask-image: url("/wp-content/package/module/_parts/icon/check-bold.svg?utue9topw");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-checkcircle:before {
    mask-image: url("/wp-content/package/module/_parts/icon/check-circle.svg?utue9toq1");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-checksquare:before {
    mask-image: url("/wp-content/package/module/_parts/icon/check-square.svg?utue9toq5");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-chevrondown:before {
    mask-image: url("/wp-content/package/module/_parts/icon/chevron-down.svg?utue9toq8");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-chevronleft:before {
    mask-image: url("/wp-content/package/module/_parts/icon/chevron-left.svg?utue9toqh");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-chevronright:before {
    mask-image: url("/wp-content/package/module/_parts/icon/chevron-right.svg?utue9toqp");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-chevronup:before {
    mask-image: url("/wp-content/package/module/_parts/icon/chevron-up.svg?utue9toqs");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-clipboard:before {
    mask-image: url("/wp-content/package/module/_parts/icon/clipboard.svg?utue9tor1");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-clock:before {
    mask-image: url("/wp-content/package/module/_parts/icon/clock.svg?utue9tor5");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-exlink:before {
    mask-image: url("/wp-content/package/module/_parts/icon/exlink.svg?utue9torc");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-facebook:before {
    mask-image: url("/wp-content/package/module/_parts/icon/facebook.svg?utue9torf");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-fax:before {
    mask-image: url("/wp-content/package/module/_parts/icon/fax.svg?utue9torg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-globe:before {
    mask-image: url("/wp-content/package/module/_parts/icon/globe.svg?utue9torm");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-handright:before {
    mask-image: url("/wp-content/package/module/_parts/icon/hand-right.svg?utue9toru");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-handshake:before {
    mask-image: url("/wp-content/package/module/_parts/icon/handshake.svg?utue9tos1");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-info:before {
    mask-image: url("/wp-content/package/module/_parts/icon/info.svg?utue9tos8");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-light:before {
    mask-image: url("/wp-content/package/module/_parts/icon/lightbulb.svg?utue9tose");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-link:before {
    mask-image: url("/wp-content/package/module/_parts/icon/link.svg?utue9tosm");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-location:before {
    mask-image: url("/wp-content/package/module/_parts/icon/location.svg?utue9tosn");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-lock:before {
    mask-image: url("/wp-content/package/module/_parts/icon/lock.svg?utue9tosw");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-mail:before {
    mask-image: url("/wp-content/package/module/_parts/icon/mail.svg?utue9tot0");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-mobile:before {
    mask-image: url("/wp-content/package/module/_parts/icon/mobile.svg?utue9tot4");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-monitor:before {
    mask-image: url("/wp-content/package/module/_parts/icon/monitor.svg?utue9tot6");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-money:before {
    mask-image: url("/wp-content/package/module/_parts/icon/money.svg?utue9totd");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-moon:before {
    mask-image: url("/wp-content/package/module/_parts/icon/moon.svg?utue9totj");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-parking:before {
    mask-image: url("/wp-content/package/module/_parts/icon/parking.svg?utue9totk");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-phone:before {
    mask-image: url("/wp-content/package/module/_parts/icon/phone.svg?utue9totu");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-remove:before {
    mask-image: url("/wp-content/package/module/_parts/icon/remove.svg?utue9totv");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-replyall:before {
    mask-image: url("/wp-content/package/module/_parts/icon/reply-all.svg?utue9totx");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-store:before {
    mask-image: url("/wp-content/package/module/_parts/icon/store.svg?utue9tou6");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-subway:before {
    mask-image: url("/wp-content/package/module/_parts/icon/subway.svg?utue9toug");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-train:before {
    mask-image: url("/wp-content/package/module/_parts/icon/train.svg?utue9toum");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-triangle-exclamation:before {
    mask-image: url("/wp-content/package/module/_parts/icon/triangle-exclamation.svg?utue9tout");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-truck:before {
    mask-image: url("/wp-content/package/module/_parts/icon/truck.svg?utue9tov1");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-twitter:before {
    mask-image: url("/wp-content/package/module/_parts/icon/twitter.svg?utue9tov4");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-user:before {
    mask-image: url("/wp-content/package/module/_parts/icon/user.svg?utue9tov7");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-warn:before {
    mask-image: url("/wp-content/package/module/_parts/icon/warn.svg?utue9tove");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-website:before {
    mask-image: url("/wp-content/package/module/_parts/icon/website.svg?utue9tovg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-wheelchair:before {
    mask-image: url("/wp-content/package/module/_parts/icon/wheelchair.svg?utue9tovn");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-wrench:before {
    mask-image: url("/wp-content/package/module/_parts/icon/wrench.svg?utue9tovp");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
  .ncIcon.-xlogo:before {
    mask-image: url("/wp-content/package/module/_parts/icon/x-logo.svg?utue9tovy");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }

.imgSquare img,
.imgCircle img {
  width: 250px;
  height: 250px;
  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 > li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: calc(1em + 0.5em); }
  .ncList > li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    background-color: #ed7700;
    border-radius: 50%;
    content: ""; }

.ncList.-check > li {
  padding-left: 1.5em; }
  .ncList.-check > li::before {
    top: 0;
    width: 1em;
    height: auto;
    background-color: initial;
    color: #E8193B;
    font-family: 'icomoon' !important;
    content: "\ea10"; }

.ncList.-checkcircle > li {
  padding-left: 2.5em; }
  .ncList.-checkcircle > li::before {
    top: 0.2em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 0;
    content: "";
    mask-image: url("/wp-content/package/module/_parts/icon/check-circle.svg?utue9tow8");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: #ed7700; }

.ncList.-checksquare > li {
  padding-left: 1.5em;
  margin-bottom: 0.8em; }
  .ncList.-checksquare > li::before {
    top: 0.2em;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 0;
    content: "";
    mask-image: url("/wp-content/package/module/_parts/icon/check-square.svg?utue9towd");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: #ed7700; }

.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: calc((100% - 32% * 3) / 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: calc((100% - 24% * 4) / 3); } }

.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 {
  margin-bottom: 0 !important;
  font-size: 85%;
  line-height: 1.5 !important; }
  .ncList.-rice > li::before {
    top: 0;
    width: 1em;
    height: auto;
    font-family: inherit;
    content: "※";
    background-color: initial; }

.ncMenu {
  margin-bottom: calc(8px * 4);
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .ncMenu span {
    position: relative;
    background-color: #fff;
    z-index: 10; }
  .ncMenu_title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin: calc(8px * 2.5) 0 calc(8px * 1.5);
    font-size: 18px;
    font-weight: bold; }
    .ncMenu_title::before {
      position: absolute;
      bottom: 0.8em;
      z-index: 1;
      width: 100%;
      height: 3px;
      border-bottom: dotted 3px #fff5e2;
      content: ""; }
    .ncMenu_title.rcmd .ncMenu__name {
      display: inline-flex;
      align-items: center; }
      .ncMenu_title.rcmd .ncMenu__name::after {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 6em;
        margin-left: 0.5em;
        background-color: #ed7700;
        border-radius: 2em;
        color: #fff;
        font-size: 70%;
        content: "学割有"; }
    @media (min-width: 768px) {
      .ncMenu_title.rcmd {
        margin-top: 1.5rem; }
        .ncMenu_title.rcmd .ncMenu__name {
          padding-top: 1.5rem; }
          .ncMenu_title.rcmd .ncMenu__name::after {
            position: absolute;
            top: 0;
            left: 0;
            margin-left: 0; } }
  .ncMenu_lParts {
    margin-bottom: 0 !important;
    flex-grow: 1; }
  .ncMenu_rParts {
    text-align: right; }
  .ncMenu_name {
    padding-right: calc(8px * 0.5); }
  .ncMenu_time {
    padding-left: calc(8px * 0.5);
    padding-right: 0.5em; }
    @media (max-width: 767px) {
      .ncMenu_time {
        width: 100%; } }
  .ncMenu_time, .ncMenu_price {
    text-align: right;
    padding-left: 0.5em; }
  .ncMenu_text {
    margin: calc(8px * 1.5) 0;
    padding: 0 calc(8px * 2);
    font-size: 14px; }
  .ncMenu .ncColumns--bias {
    align-items: flex-start; }

@media (min-width: 768px) {
  .ncSlider {
    padding-right: calc(8px * 2);
    padding-left: calc(8px * 2); } }
.ncSlider .slick-prev {
  left: 0; }
.ncSlider .slick-next {
  right: 0; }
.ncSlider .slick-prev::before, .ncSlider .slick-next::before {
  color: #ed7700; }
.ncSlider .slick-dots {
  position: static;
  margin: 0 !important;
  padding: 0 !important; }
  .ncSlider .slick-dots li {
    line-height: inherit !important; }
    .ncSlider .slick-dots li button {
      border: #ed7700 solid 1px;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .ncSlider .slick-dots li button {
          width: 8px;
          height: 8px; } }
      @media (max-width: 767px) {
        .ncSlider .slick-dots li button {
          width: 8px;
          height: 8px; } }
      .ncSlider .slick-dots li button-active {
        background: #ed7700; }
@media (min-width: 768px) {
  .ncSlider .slick-slide {
    padding-right: 8px;
    padding-left: 8px; } }
@media (max-width: 767px) {
  .ncSlider .ncRows_image {
    width: 100%;
    height: 100%; } }

.ncTab_button {
  display: flex; }
  .ncTab_button > * {
    cursor: pointer; }
.ncTab_content > * {
  display: none; }
  .ncTab_content > *.active {
    display: block; }

.ncTab_button {
  margin: 0;
  padding: 0;
  list-style: none; }
  .ncTab_button > * {
    padding: 8px 20px;
    background: #f5f5f5;
    transition: all ease-in .2s;
    list-style: none; }
    .ncTab_button > *.active {
      color: #fff;
      background: #000; }
.ncTab_content > * {
  padding: 20px;
  border: 1px solid #000;
  transition: all ease-in .2s; }

.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 .2s; }
  .ncTabToggle_content.active {
    display: block;
    height: auto;
    opacity: 1;
    transform: scaleY(1);
    transition: all ease-out .2s; }

.ncTable {
  display: flex;
  border-top: solid 1px #808080;
  border-left: solid 1px #808080; }
  .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 #808080; }
  .ncTable.-flex .ncTable_title, .ncTable.-flex .ncTable_field {
    border-bottom: solid 1px #808080;
    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 #808080; }
    .ncTable.-flex .ncTable_title, .ncTable.-flex .ncTable_field {
      border-right: solid 1px #808080; } }
@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); } }

@media (max-width: 767px) {
  .ncTable.-flex .ncTable_record {
    display: block;
    width: calc(100% / 3); }
  .ncTable.-flex .ncTable_record {
    border-right: solid 1px #808080; }
  .ncTable.-flex .ncTable_title, .ncTable.-flex .ncTable_field {
    border-bottom: solid 1px #808080;
    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 #808080; }
    .ncTable.-flex .ncTable_title, .ncTable.-flex .ncTable_field {
      border-right: solid 1px #808080; } }
@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); } }

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

.ncTable.-straight {
  flex-wrap: wrap; }
  .ncTable.-straight .ncTable_record {
    display: flex;
    width: 100%; }
  .ncTable.-straight .ncTable_record {
    border-bottom: solid 1px #808080; }
  .ncTable.-straight .ncTable_title, .ncTable.-straight .ncTable_field {
    border-right: solid 1px #808080; }
  @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.-time .ncTable_title {
  background-color: #fff5e2; }
.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 #808080; }
    .ncTable.-time .ncTable_title, .ncTable.-time .ncTable_field {
      border-right: solid 1px #808080; }
    .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 #808080; }
  .ncTable.-time .ncTable_title, .ncTable.-time .ncTable_field {
    border-bottom: solid 1px #808080; } }
@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 {
  width: 100%;
  text-align: center; }
  .pop-diagon span {
    position: relative;
    padding: 0 45px; }
    .pop-diagon span:before, .pop-diagon span:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 44px;
      height: 2px;
      background-color: black; }
    .pop-diagon span:before {
      left: 0;
      transform: rotate(60deg); }
    .pop-diagon span: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(calc(100% - 40px), 1000px);
  height: calc(100% - 40px);
  padding: 20px;
  background: #fff; }
.ncModal_inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 80px 20px 20px; }
.ncModal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #323232;
  cursor: pointer;
  transition: opacity .6s; }
  .ncModal_close:hover {
    opacity: .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%; }

@font-face {
  　　font-family: FerretFont;
  　　src: url("/fonts/ferretfont.woff2") format("woff2"), url("/fonts/ferretfont.eot") format("eot");
  　　font-display: swap; }
body {
  color: #333;
  font-size: 16px; }

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 .recaptcha {
    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 #edb282; }
.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: #ef6b13;
  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%; }

/*.grecaptcha-badge {
	display: none;
}
.recaptcha{
	margin: 1em 0;
	text-align: center;
	@include mr-small{
		font-size: 0.75rem;
	}
	p{
		line-height: 1;
		margin: 0;
	}
	div{
		@include ls-small{
			margin: 0.5em;
		}
	}
	a{
		display: inline-block;
		color:$cl-primary-l;
		text-decoration: none;
		@include mr-small{
			margin: 0.5em;
		}
		&:hover{
			color:#b5b5b5;
		}
	}
}*/
@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: #ef6b13; }

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