/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
    overflow-y: scroll !important;
  }
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button {
  display: block;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* User Reset
	 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

input {
  outline: medium none invert;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

i {
  font-style: normal;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
}

div,
span {
  outline: none;
}

figure {
  margin: 0;
  padding: 0;
}

:root {
  --c-green: #008765;
  --c-red: #e20012;
  --c-blue: #4387ff;
  --c-yellow: #ff0;
  --c-gray: #ddd;
  --c-bg-gray: #f5f5f5;
  --c-txtcolor: #000;
  --keycolor: #00a0e9;
  --keycolor-sub: #5fc0ed;
  --keycolor-thin: #d3ddf1;
}

@media (max-width: 767px) {
  html.noscroll {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--c-txtcolor);
  font-size: 16px;
}

* {
  /* -ms-overflow-style: none;     */
  /* scrollbar-width: none;        */
  box-sizing: border-box;
}

/* *::-webkit-scrollbar {  
		  display:none;
	  } */
em,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s;
  text-decoration: none;
}

.hover:hover {
  opacity: 0.7;
}

/*
================================================
nx-modal
================================================
*/
.nx-modal {
  display: none;
}
.nx-modal.fancybox__content {
  background-color: #fff;
  padding: 0;
  width: 100%;
}
.nx-modal.fancybox__content > .f-button.is-close-btn {
  top: 0;
}
.nx-modal__scroll {
  overflow: auto !important;
}
.nx-modal__scroll .nx-modal__bg {
  position: fixed !important;
}
.nx-modal__content-img {
  padding: 128px 0 48px;
  background-color: #fff;
  max-height: 80vh;
  max-width: 1000px;
  margin: 0 auto;
  overflow: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .nx-modal__content-img {
    position: relative;
  }
}
@media (max-width: 767px) {
  .nx-modal__content-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .nx-modal__content-img img {
    max-width: inherit;
    height: 100%;
    max-height: 60vh;
  }
}
.nx-modal__content__close-keycolor {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url(../images/ic_close.png) no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: -7.3333333333vw;
  right: 2vw;
  outline: none;
}
@media (min-width: 768px) {
  .nx-modal__content__close-keycolor {
    width: 40px;
    height: 40px;
    right: 0;
    top: 48px;
  }
}

.inner {
  margin: auto;
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 340px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg2-none {
    display: none !important;
  }
  .d-lg2-block {
    display: block !important;
  }
  .d-lg2-flex {
    display: flex !important;
  }
}
@media (min-width: 1000px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1366px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
.btn {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.6;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn--radiusib {
  padding: 0.75em 1.5em 0.75em 1em;
  border: 1px solid var(--keycolor);
  background: #fff;
  border-radius: 6px;
  color: var(--keycolor);
  font-size: 12px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .btn--radiusib {
    font-size: 16px;
    max-width: 255px;
  }
}
.btn--radiusib:hover {
  opacity: 0.7;
}

.hamburger-box {
  order: 3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  margin-left: auto;
  height: 3.2vw;
  width: 3.2vw;
  z-index: 1100;
  margin-top: 0.9333333333vw;
}
@media (min-width: 768px) {
  .hamburger-box {
    display: none;
  }
}
.hamburger-box.is-active .hamburger-inner span:nth-child(1) {
  transition: top 0.1s ease, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(45deg);
  top: 0;
}
.hamburger-box.is-active .hamburger-inner span:nth-child(2) {
  opacity: 0;
}
.hamburger-box.is-active .hamburger-inner span:nth-child(3) {
  transition: top 0.1s ease, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-45deg);
  top: 0;
}
.hamburger-box .hamburger-txt {
  color: var(--keycolor);
  font-size: 1.0666666667vw;
  font-weight: bold;
  margin-top: 1.6vw;
}

.hamburger-inner span:nth-child(3), .hamburger-inner span:nth-child(2), .hamburger-inner span {
  width: 3.2vw;
  height: 2px;
  background-color: var(--keycolor);
  border-radius: 0.4vw;
  transition: transform 0.15s ease;
}

.hamburger-inner {
  position: relative;
  width: 3.2vw;
  height: 2px;
}
.hamburger-inner span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.hamburger-inner span:nth-child(1) {
  top: -0.9333333333vw;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, top 0.1s ease;
}
.hamburger-inner span:nth-child(3) {
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, top 0.1s ease;
  top: 0.9333333333vw;
}

.nx-footer {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .nx-footer {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .nx-footer__nav {
    background: #e6ecf2;
    padding: 5.3333333333vw 2vw;
  }
}
@media (min-width: 768px) {
  .nx-footer__nav {
    display: block;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .nx-footer__nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2vw;
  }
}
@media (min-width: 768px) {
  .nx-footer__nav ul {
    display: flex;
    justify-content: center;
    padding: 0px 0 40px;
    border-bottom: 1px solid var(--c-gray);
  }
}
@media (max-width: 767px) {
  .nx-footer__nav li {
    display: block;
    width: 100%;
  }
}
.nx-footer__nav a {
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .nx-footer__nav a {
    background: #fff;
    font-size: 1.8666666667vw;
    font-weight: bold;
    display: block;
    text-decoration: none;
    height: 8.5333333333vw;
    display: flex;
    align-items: center;
    position: relative;
  }
  .nx-footer__nav a:after {
    content: "";
    position: absolute;
    right: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.0666666667vw;
    height: 1.7333333333vw;
    background: url("../images/ic_kat.png") no-repeat center/cover;
  }
}
.nx-footer__nav a:hover {
  color: var(--keycolor);
  text-decoration: none;
}
.nx-footer__info {
  text-align: center;
}
@media (max-width: 767px) {
  .nx-footer__info {
    background: #e6ecf2;
    padding: 5.3333333333vw 2vw 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .nx-footer__info {
    display: flex;
    justify-content: center;
    text-align: left;
  }
}
.nx-footer__info__ttl {
  font-size: 1.8666666667vw;
  line-height: 1.6;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .nx-footer__info__ttl {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 80px;
  }
}
.nx-footer__info__ttl em {
  font-size: 2.1333333333vw;
  font-weight: bold;
  display: block;
}
@media (min-width: 768px) {
  .nx-footer__info__ttl em {
    font-weight: 500;
    font-size: 20px;
  }
}
.nx-footer__info__tel {
  text-align: center;
}
@media (min-width: 768px) {
  .nx-footer__info__tel {
    text-align: left;
    margin-bottom: 40px;
  }
}
.nx-footer__info__tel > a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .nx-footer__info__tel > a {
    align-items: center;
    line-height: 1;
  }
  .nx-footer__info__tel > a img {
    max-width: 3.8666666667vw;
  }
}
@media (min-width: 768px) {
  .nx-footer__info__tel > a {
    font-size: 36px;
    justify-content: flex-start;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 75px;
  }
}
.nx-footer__info__tel i::before {
  width: 35px;
  height: 40px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .nx-footer__info__tel i::before {
    width: 57px;
    height: 40px;
    margin-right: 10px;
  }
}
.nx-footer__info__tel__com {
  font-size: 10px;
  line-height: 1.7;
  color: #666;
}
@media (min-width: 768px) {
  .nx-footer__info__tel__com {
    font-size: 14px;
  }
}
.nx-footer__info__tel__com a {
  text-decoration: underline;
}
.nx-footer__subnav {
  display: flex;
  justify-content: center;
  font-size: 11px;
  margin-bottom: 20px;
  border-top: 1px solid var(--c-gray);
  padding-top: 25px;
}
@media (max-width: 767px) {
  .nx-footer__subnav {
    padding: 4vw 2vw;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .nx-footer__subnav {
    font-size: 14px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .nx-footer__subnav li {
    width: 100%;
  }
}
.nx-footer__subnav a {
  padding: 0 8px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .nx-footer__subnav a {
    margin-top: 1.6vw;
    width: 100%;
    border: 1px solid #1f5da3;
    border-radius: 0.5333333333vw;
    font-size: 1.8666666667vw;
    font-weight: bold;
    height: 8.5333333333vw;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 2vw;
    position: relative;
  }
  .nx-footer__subnav a:after {
    content: "";
    position: absolute;
    right: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.0666666667vw;
    height: 1.7333333333vw;
    background: url("../images/ic_kat.png") no-repeat center/cover;
  }
}
.nx-footer__subnav a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .nx-footer__subnav a {
    padding: 0 15px;
  }
}
@media (min-width: 1000px) {
  .nx-footer__subnav a:hover {
    color: var(--keycolor);
  }
}
.nx-footer__com {
  text-align: center;
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .nx-footer__com {
    font-size: 12px;
  }
  .nx-footer__com br {
    display: none;
  }
}
.nx-footer__com p {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .nx-footer__com p {
    margin-bottom: 10px;
  }
}
.nx-footer__com span {
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f0f0f0;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

.table {
  width: 100%;
}

.c-ttl01 {
  color: var(--keycolor);
  font-size: 2.6666666667vw;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin-bottom: 3.3333333333vw;
  text-align: center;
}
@media (min-width: 768px) {
  .c-ttl01 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-ttl01 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */