@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  word-wrap: break-word;
  color: #333;
  font-family: YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline;
  color: #00f;
}
a:visited {
  color: #000080;
}
a:hover {
  text-decoration: none;
  color: #f00;
}
a:active {
  text-decoration: none;
  color: #ff8000;
}
a[href^="tel:"]:hover {
  color: #00f;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

img {
  pointer-events: none;
}

iframe {
  border: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------
  g-header
------------------------ */
.g-header {
  display: flex;
  position: relative;
  height: 13.3333333333vw;
  background-color: #fff;

  align-items: center;
  justify-content: space-between;
  padding-inline: 2.7777777778vw;
}
@media (min-width: 768px) {
  .g-header {
    height: 80px;

    padding-inline: 35px;
  }
}

.g-header_logo {
  width: 24.4444444444vw;
}
@media (min-width: 768px) {
  .g-header_logo {
    width: 131px;
  }
}
.g-header_logo a {
  display: block;
}

.right-box {
  display: flex;

  align-items: center;
  gap: 2.7777777778vw;
}
@media (min-width: 768px) {
  .right-box {
    gap: min(1.6666666667vw, 24px);
  }
}
.right-box > .text {
  font-size: 0;

  inline-size: 11.1111111111vw;
}
@media (min-width: 768px) {
  .right-box > .text {
    inline-size: min(4.1666666667vw, 60px);
  }
}

.g-header_shareList {
  display: flex;
  z-index: 2;

  justify-content: space-between;
  gap: 1.6666666667vw;
}
@media (min-width: 768px) {
  .g-header_shareList {
    gap: 10px;
  }
}

.g-header_shareList_item {
  width: 8.3333333333vw;
}
@media (min-width: 768px) {
  .g-header_shareList_item {
    width: 32px;
  }
}
.g-header_shareList_item a {
  display: block;
}

/* ------------------------
  g-footer
------------------------ */
.g-footer {
  background-color: #000;
}

.g-footer_bottom {
  position: relative;
  padding: 8.3333333333vw 4.1666666667vw;
}
@media (min-width: 768px) {
  .g-footer_bottom {
    padding: min(3.4722222222vw, 50px) min(17.0833333333vw, 246px) min(4.1666666667vw, 60px);

    max-inline-size: min(100vw, 1440px);
    margin-inline: auto;
  }
}

.g-footer_pagetop {
  display: block;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  font-size: 0;

  inset-block-start: 8.8888888889vw;
  inset-inline-end: 4.1666666667vw;
  inline-size: 12.5vw;
  block-size: 12.5vw;
}
@media (min-width: 768px) {
  .g-footer_pagetop {
    -webkit-transform: translateY(calc(-50% + min(0.1388888889vw, 2px)));
            transform: translateY(calc(-50% + min(0.1388888889vw, 2px)));

    inset-block-start: 50%;
    inset-inline-end: min(16.8055555556vw, 242px);
    inline-size: min(4.1666666667vw, 60px);
    block-size: min(4.1666666667vw, 60px);
  }
}
@media (any-hover: hover) {
  .g-footer_pagetop:hover {
    opacity: 0.7;
  }
}
.g-footer_pagetop:after {
  content: "";
  position: absolute;
  margin: auto;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);

  inset: 0;
  inline-size: 2.7777777778vw;
  block-size: 2.7777777778vw;
}
@media (min-width: 768px) {
  .g-footer_pagetop:after {
    inline-size: min(0.6944444444vw, 10px);
    block-size: min(0.6944444444vw, 10px);
  }
}

.g-footer_topLink {
  display: inline-flex;
  position: relative;
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 3.3333333333vw;
  font-weight: bold;

  align-items: center;
}
@media (min-width: 768px) {
  .g-footer_topLink {
    letter-spacing: 0;
    font-size: min(1.0416666667vw, 15px);
  }
}
.g-footer_topLink:visited {
  color: #fff;
}
.g-footer_topLink:before,
.g-footer_topLink:after {
  content: "";
  display: block;
}
@media (any-hover: hover) {
  .g-footer_topLink:hover {
    opacity: 0.7;
    color: #fff;
  }
}
.g-footer_topLink:before {
  background: url(/nogizakacp2026/assets/img/common/g-footer_icon_arrow-r.png) no-repeat center/contain;

  -webkit-margin-end: 1.3888888889vw;

          margin-inline-end: 1.3888888889vw;
  inline-size: 1.9444444444vw;
  block-size: 3.0555555556vw;
}
@media (min-width: 768px) {
  .g-footer_topLink:before {
    -webkit-margin-end: min(0.5555555556vw, 8px);
            margin-inline-end: min(0.5555555556vw, 8px);
    inline-size: min(0.5555555556vw, 8px);
    block-size: min(0.8333333333vw, 12px);
  }
}
.g-footer_topLink:after {
  background: url(/nogizakacp2026/assets/img/common/icon_othertab.png) no-repeat center/contain;

  -webkit-margin-start: 0.8333333333vw;

          margin-inline-start: 0.8333333333vw;
  inline-size: 2.5vw;
  block-size: 2.5vw;
}
@media (min-width: 768px) {
  .g-footer_topLink:after {
    -webkit-margin-before: max(-0.6944444444vw, -10px);
            margin-block-start: max(-0.6944444444vw, -10px);
    -webkit-margin-start: min(0.3472222222vw, 5px);
            margin-inline-start: min(0.3472222222vw, 5px);
    inline-size: min(0.625vw, 9px);
    block-size: min(0.625vw, 9px);
  }
}

.g-footer_copyright {
  display: block;
  margin-top: 0.8333333333vw;
  color: rgba(197, 197, 197, 0.3);
  font-family: "Montserrat", sans-serif;
  font-size: 2.7777777778vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .g-footer_copyright {
    margin-top: min(0.5555555556vw, 8px);
    letter-spacing: 0.2em;
    font-size: min(0.6944444444vw, 10px);
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}