@charset "UTF-8";
/*! 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 */
  font-size: 1.3333333333vw;
}
@media (min-width: 768px) {
  html {
    font-size: 0.9708737864vw;
  }
}
@media (min-width: 1030px) {
  html {
    font-size: 10px;
  }
}

/* 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 */
  -webkit-text-decoration: underline dotted;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  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 {
  --cl-green: #008765;
  --cl-gray: #ddd;
  --cl-txtcolor: #2e2e2e;
  --cl-warning: #fff100;
  --cl-primary: #1f4b9e;
  --cl-secondary: #335ba7;
}

@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(--cl-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: 4rem;
  height: 4rem;
  background: url(../images/ic_close.png) no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: -5.5rem;
  right: 1.5rem;
  outline: none;
}
@media (min-width: 768px) {
  .nx-modal__content__close-keycolor {
    width: 4rem;
    height: 4rem;
    right: 0;
    top: 48px;
  }
}

.inner {
  margin: auto;
  max-width: 103rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.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;
  -webkit-user-select: none;
  -moz-user-select: none;
  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(--cl-primary);
  background: #fff;
  border-radius: 6px;
  color: var(--cl-primary);
  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;
}

.p-header {
  height: 3.9rem;
  position: relative;
  z-index: 9;
  background-size: contain;
  background: repeating-linear-gradient(to right, var(--cl-primary) 0, var(--cl-primary) 2rem, var(--cl-secondary) 2rem, var(--cl-secondary) 4rem);
}
@media (min-width: 1030px) {
  .p-header {
    height: 3.9rem;
  }
}
.p-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 9.3rem;
  height: 5.8rem;
  border-radius: 0 0 0.8rem 0.8rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
}
@media (min-width: 1030px) {
  .p-header__logo {
    width: 9.3rem;
    height: 5.8rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
.p-header__logo img {
  width: 7.2rem;
}
@media (min-width: 1030px) {
  .p-header__logo img {
    width: 7.2rem;
  }
}

.hamburger-box {
  order: 3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  margin-left: auto;
  height: 2.4rem;
  width: 2.4rem;
  z-index: 1100;
  margin-top: 0.7rem;
}
@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(--cl-primary);
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 1.2rem;
}

.hamburger-inner span:nth-child(3), .hamburger-inner span:nth-child(2), .hamburger-inner span {
  width: 2.4rem;
  height: 2px;
  background-color: var(--cl-primary);
  border-radius: 0.3rem;
  transition: transform 0.15s ease;
}

.hamburger-inner {
  position: relative;
  width: 2.4rem;
  height: 2px;
}
.hamburger-inner span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.hamburger-inner span:nth-child(1) {
  top: -0.7rem;
  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.7rem;
}

@media (min-width: 768px) {
  .p-footer {
    padding: 0 0 40px;
  }
}
.p-footer__bg {
  background: #f0f0f0;
  padding: 3.7rem 2rem;
}
@media (min-width: 768px) {
  .p-footer__bg {
    padding: 8rem 0 7.7rem;
  }
}
@media (max-width: 767px) {
  .p-footer .inner {
    padding: 0;
  }
}
.p-footer__info {
  text-align: center;
  background: #fff;
}
@media (min-width: 768px) {
  .p-footer__info {
    display: flex;
    justify-content: center;
    text-align: left;
    padding: 5.7rem 1.5rem;
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .p-footer__info {
    padding: 6rem 0;
    border-radius: 1rem;
  }
}
.p-footer__info__ttl {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 4rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-footer__info__ttl {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-right: 4rem;
  }
}
.p-footer__info__ttl em {
  font-size: 3.2rem;
  font-weight: bold;
  display: block;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .p-footer__info__ttl em {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .p-footer__info__ttl span {
    font-size: 1.6rem;
  }
}
.p-footer__info__tel {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .p-footer__info__tel {
    text-align: left;
    margin-top: -2rem;
  }
}
.p-footer__info__tel > a {
  display: flex;
  font-size: 32px;
  font-weight: 520;
  margin-bottom: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .p-footer__info__tel > a {
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .p-footer__info__tel > a {
    pointer-events: none;
    font-size: 48px;
  }
}
.p-footer__info__tel > a i {
  margin-top: 10px;
  position: relative;
}
.p-footer__info__tel > a i:before {
  content: "";
  background: url(../images/icon_freedial.png) no-repeat top center/contain;
  display: block;
  width: 5.7rem;
}
.p-footer__info__tel > a span {
  display: inline-block;
}
.p-footer__info__tel i::before {
  width: 41px;
  height: 29px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .p-footer__info__tel i::before {
    width: 58px;
    height: 34px;
    margin-right: 10px;
  }
}
.p-footer__info__tel__com {
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-footer__info__tel__com {
    letter-spacing: 0.08em;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-footer__info__tel__com {
    font-size: 13px;
    font-weight: 500;
  }
  .p-footer__info__tel__com label {
    font-size: 10px;
    font-weight: normal;
    display: block;
    margin-bottom: -15px;
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  .p-footer__info__tel__com a {
    border-bottom: 1px solid var(--cl-primary);
    color: var(--cl-primary);
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 3px;
    display: inline-block;
  }
  .p-footer__info__tel__com a:hover {
    color: #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
  }
}
@media (max-width: 767px) {
  .p-footer__info__tel__com a {
    color: var(--cl-primary);
    border: 2px solid var(--cl-primary);
    margin: 10px 0;
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .p-footer__bgcom {
    background: #f0f0f0;
    padding-bottom: 65px;
  }
}
.p-footer__subnav {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-footer__subnav {
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .p-footer__subnav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .p-footer__subnav a {
    margin: 0 15px;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .p-footer__subnav a {
    transition: all 0.25s ease-in-out;
  }
  .p-footer__subnav a:hover {
    color: var(--cl-primary);
  }
}
@media (max-width: 767px) {
  .p-footer__subnav a {
    padding: 21px 17px;
    width: 100%;
    background: #fff;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
  }
  .p-footer__subnav a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/icon_arrow.png) no-repeat top center;
    background-size: contain;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s;
  }
}
.p-footer__com {
  color: #666;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__com {
    letter-spacing: 0.08em;
    font-size: 12px;
  }
  .p-footer__com br {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-footer__com {
    padding: 0 15px;
    margin-top: 35px;
  }
}
.p-footer__com p {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-footer__com p {
    margin-bottom: 10px;
  }
}
.p-footer__com span {
  display: inline-block;
}

.fixed-btn {
  opacity: 0;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fixed-btn {
    bottom: 1%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: auto;
    left: 50%;
    width: 95%;
  }
}
.fixed-btn.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.fixed-btn__cont {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  background-color: #12753e;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0 1rem 1rem 1rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition: 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .fixed-btn__cont {
    writing-mode: horizontal-tb;
    border-radius: 1rem;
    gap: 8%;
    padding: 0;
  }
}
.fixed-btn__cont .txt {
  position: relative;
  top: -1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .fixed-btn__cont .txt {
    top: 0;
    font-size: 3.4rem;
  }
}
.fixed-btn__cont .img {
  padding-top: 0;
}
@media (min-width: 768px) {
  .fixed-btn__cont .img {
    padding-top: 1rem;
  }
}
.fixed-btn__cont .img img {
  padding-right: 0;
}
@media (max-width: 767px) {
  .fixed-btn__cont .img img {
    padding-left: 3rem;
    width: 7.4rem;
  }
}
.fixed-btn__icon {
  position: relative;
  top: -3rem;
  width: 6rem;
}
@media (max-width: 767px) {
  .fixed-btn__icon {
    width: 12rem;
    top: -2rem;
    padding-left: 2rem;
  }
}
.fixed-btn .anchor-link {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .fixed-btn .anchor-link {
    width: 8rem;
  }
}
.fixed-btn .anchor-link:hover .fixed-btn__cont {
  background: #118a47;
}

.nx-footer {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .nx-footer {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .nx-footer__nav {
    background: #e6ecf2;
    padding: 4rem 1.5rem;
  }
}
@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: 0.9rem;
  }
}
@media (min-width: 768px) {
  .nx-footer__nav ul {
    display: flex;
    justify-content: center;
    padding: 0px 0 40px;
    border-bottom: 1px solid var(--cl-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.4rem;
    font-weight: bold;
    display: block;
    text-decoration: none;
    height: 6.4rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  .nx-footer__nav a:after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 1.3rem;
    background: url("../images/ic_kat.png") no-repeat center/cover;
  }
}
.nx-footer__nav a:hover {
  color: var(--cl-primary);
  text-decoration: none;
}
.nx-footer__info {
  text-align: center;
}
@media (max-width: 767px) {
  .nx-footer__info {
    background: #e6ecf2;
    padding: 4rem 1.5rem 4rem;
  }
}
@media (min-width: 768px) {
  .nx-footer__info {
    display: flex;
    justify-content: center;
    text-align: left;
  }
}
.nx-footer__info__ttl {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .nx-footer__info__ttl {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 80px;
  }
}
.nx-footer__info__ttl em {
  font-size: 1.6rem;
  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: 2.9rem;
  }
}
@media (min-width: 768px) {
  .nx-footer__info__tel > a {
    font-size: 36px;
    justify-content: flex-start;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 7.5rem;
  }
}
.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(--cl-gray);
  padding-top: 25px;
}
@media (max-width: 767px) {
  .nx-footer__subnav {
    padding: 3rem 1.5rem;
    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.2rem;
    width: 100%;
    border: 1px solid #1f5da3;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    font-weight: bold;
    height: 6.4rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    position: relative;
  }
  .nx-footer__subnav a:after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 1.3rem;
    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: 1030px) {
  .nx-footer__subnav a:hover {
    color: var(--cl-primary);
  }
}
.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: 5rem;
  padding: 0.5rem 1rem;
  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: 0.1rem 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::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.table {
  width: 100%;
}

.section-ttl02 {
  color: #2e2e2e;
  text-align: center;
  background-color: var(--cl-warning);
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 5.8rem;
  clip-path: polygon(100% 0%, calc(100% - 3rem) 50%, 100% 100%, 0 100%, 3rem 50%, 0 0);
}
@media (min-width: 768px) {
  .section-ttl02 {
    clip-path: polygon(100% 0%, calc(100% - 3rem) 50%, 100% 100%, 0 100%, 3rem 50%, 0 0);
    height: 8rem;
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}
.section-ttl02.--mrg-bot {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .section-ttl02.--mrg-bot {
    margin-bottom: 4.8rem;
  }
}

.section-ttl {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.8rem;
  font-weight: bold;
  gap: 1.8rem;
  padding-bottom: 6rem;
  margin-bottom: 5.6rem;
}
@media (min-width: 768px) {
  .section-ttl {
    letter-spacing: 0.16em;
    gap: 1.8rem;
    font-size: 4.8rem;
    padding-bottom: 6rem;
    margin-bottom: 5.6rem;
  }
}
.section-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.8rem;
  width: 16rem;
  background-color: var(--cl-primary);
}
@media (min-width: 768px) {
  .section-ttl:after {
    height: 0.8rem;
    width: 16rem;
  }
}

.section-ttl04 {
  text-align: center;
  margin: 8.3rem 0 3.6rem;
}
@media (min-width: 768px) {
  .section-ttl04 {
    margin: 10rem 0 3.6rem;
  }
}
.section-ttl04.--cuz {
  margin-top: 0;
}
.section-ttl04 .txt {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  color: var(--cl-primary);
  background: url(../images/bg-ttl-2.png) no-repeat top center;
  background-size: contain;
  padding-top: 2rem;
  height: 10.4rem;
  min-width: 61rem;
  position: relative;
}
@media (min-width: 768px) {
  .section-ttl04 .txt {
    background-size: contain;
    padding-top: 2rem;
    font-size: 4rem;
    height: 10.4rem;
    min-width: 64rem;
  }
}
.section-ttl04 .txt img {
  position: absolute;
  top: -3.9rem;
  right: 0;
  width: 8.4rem;
  height: 8.4rem;
}
@media (min-width: 768px) {
  .section-ttl04 .txt img {
    top: -3.9rem;
    width: 8.4rem;
    height: 8.4rem;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.byte {
  font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
}

.img-common {
  aspect-ratio: 16/9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #dedede;
  font-weight: 600;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .img-common {
    font-size: 2.4rem;
  }
}

.c-number {
  counter-reset: counter;
}
@media (max-width: 767px) {
  .c-number {
    padding-left: 1.5rem;
  }
}
.c-number > li {
  display: flex;
  gap: 0;
}
.c-number > li::before {
  content: "（" counter(counter) "）";
  counter-increment: counter;
  flex-shrink: 0;
}

.c-note {
  font-size: 2rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-note {
    font-size: 1.3rem;
  }
}
.c-note.--dot > li {
  gap: 0;
}
@media (max-width: 767px) {
  .c-note.--dot > li {
    display: block;
  }
  .c-note.--dot > li > * {
    display: inline;
  }
}
.c-note.--dot > li::before {
  content: "・";
}
.c-note > li {
  display: flex;
  gap: 0.3rem;
}
.c-note > li::before {
  content: "※";
  flex-shrink: 0;
}

.p-mv {
  position: relative;
  z-index: 1;
}
.p-mv__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.p-mv__img {
  position: absolute;
  inset: 0;
  top: 6rem;
  z-index: 2;
}
.p-mv__block {
  padding-block: 78.2rem 1px;
  text-align: center;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-mv__block {
    max-width: 100rem;
  }
}
@media (max-width: 767px) {
  .p-mv__block {
    padding-inline: 4rem;
  }
}
.p-mv__box {
  border-radius: 3rem;
  padding: 3.5rem 0.5rem 4.5rem;
  background-color: #008765;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-mv__box {
    border-radius: 3.9rem;
    margin-bottom: 7.5rem;
    padding-block: 6rem;
  }
}
.p-mv__box::before, .p-mv__box::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.p-mv__box::before {
  z-index: 1;
  border-radius: 3rem;
  border: 0.7rem solid #fff;
  inset: 0.5rem;
}
@media (min-width: 768px) {
  .p-mv__box::before {
    border-radius: 3.9rem;
    border-width: 1rem;
    inset: 0.8rem;
  }
}
.p-mv__box::after {
  background: url(../images/bg_foodboard.png) no-repeat center/contain;
  width: 41.4rem;
  aspect-ratio: 628/127;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .p-mv__box::after {
    width: 62.8rem;
  }
}
@media (max-width: 767px) {
  .p-mv__box {
    min-height: 33rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-mv__box__ttl {
  margin: auto;
  margin-bottom: 1.5rem;
  max-width: 56rem;
  margin-top: initial;
}
@media (min-width: 768px) {
  .p-mv__box__ttl {
    max-width: 88.6rem;
    margin-bottom: 0;
  }
}
.p-mv__box__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-mv__box__flex {
    padding: 0 5rem;
    gap: 2.4rem;
    flex-direction: row;
    margin-top: 2rem;
  }
}
.p-mv__box__flex .mv-board {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-mv__box__flex .mv-board__info {
  background: var(--cl-primary);
  border-radius: 0.8rem;
  border: 0.2rem solid var(--cl-primary);
  min-width: 43.6rem;
}
@media (min-width: 768px) {
  .p-mv__box__flex .mv-board__info {
    min-width: 43.6rem;
    border-radius: 0.8rem;
    border: 0.4rem solid var(--cl-primary);
  }
}
.p-mv__box__flex .mv-board__info__txt {
  background: #fff;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0.8rem 0.8rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-mv__box__flex .mv-board__info__txt {
    height: 4.8rem;
    font-size: 2.4rem;
    border-radius: 0 0 0.4rem 0.4rem;
  }
}
.p-mv__box__flex .mv-board__info__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  padding: 1rem 0 1.6rem;
}
@media (min-width: 768px) {
  .p-mv__box__flex .mv-board__info__ttl {
    font-size: 3.2rem;
    padding: 2rem 0;
  }
}
.p-mv__box__flex .mv-board__ttl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-mv__box__flex .mv-board__ttl {
    letter-spacing: 0.08em;
    margin-bottom: 2.4rem;
    gap: 1.5rem;
    font-size: 2.4rem;
  }
}
.p-mv__info {
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 3.2rem;
  padding: 7.5rem 2rem 4.5rem;
  margin-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .p-mv__info {
    border-radius: 3.9rem;
    padding: 7.5rem 2rem 4.5rem;
    margin-bottom: 9rem;
  }
}
.p-mv__info::before, .p-mv__info::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.p-mv__info::before {
  z-index: 1;
  inset: 0;
  border: 1.6rem solid #008765;
  border-radius: 2.2rem;
}
@media (min-width: 768px) {
  .p-mv__info::before {
    border-radius: 3.9rem;
  }
}
.p-mv__info::after {
  background: url(../images/bg_foodboard.png) no-repeat center/contain;
  width: 41.4rem;
  aspect-ratio: 628/127;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .p-mv__info::after {
    width: 62.8rem;
  }
}
.p-mv__info .txt-ed {
  background: #008765;
  border: 0;
  color: #fff;
  font-size: 2.1rem;
  padding: 0.5rem 1rem 0.4rem;
  margin-right: 0.78125vw;
}
@media (min-width: 768px) {
  .p-mv__info .txt-ed {
    padding: 0.4rem 1rem;
    font-size: 2.1rem;
  }
}
.p-mv__info-label {
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-mv__info-label {
    letter-spacing: 0.1em;
    font-size: 3.2rem;
    margin-bottom: 3.5rem;
  }
}
.p-mv__info-ttl {
  font-weight: 900;
  line-height: 1.3;
  font-size: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-mv__info-ttl {
    line-height: 1.4;
    color: #000;
    font-size: 6.2rem;
    margin-bottom: 3rem;
  }
}
.p-mv__info-question {
  display: inline-block;
  background: #0a2f8f;
  color: #fff;
  font-weight: 500;
  position: relative;
  border-radius: 9.9rem;
  font-size: 2rem;
  padding: 1.2rem 3.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-mv__info-question {
    font-size: 2.4rem;
    padding: 1.2rem 3rem;
    margin-bottom: 3rem;
  }
}
.p-mv__info-question::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  aspect-ratio: 2;
  transform: translateX(-50%);
  background-color: #0a2f8f;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 2rem;
}
@media (min-width: 768px) {
  .p-mv__info-question::after {
    width: 1.6rem;
  }
}
.p-mv__info-desc {
  font-weight: 500;
  line-height: 1.5;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-mv__info-desc {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.p-mv__info-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .p-mv__info-highlight {
    padding-left: 1rem;
  }
}
.p-mv__info-highlight img {
  height: auto;
  width: 10.2rem;
}
@media (min-width: 768px) {
  .p-mv__info-highlight img {
    width: 8.1rem;
  }
}
.p-mv__info-highlight p {
  font-weight: 700;
  color: #ff0034;
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  .p-mv__info-highlight p {
    letter-spacing: 0.05em;
    font-size: 3.1rem;
  }
}
@media (max-width: 767px) {
  .p-mv__info-highlight p {
    line-height: 1.2;
  }
}

.txt-ed {
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1;
  border-radius: 0.4rem;
  padding: 0.2rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cl-green);
  letter-spacing: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .txt-ed {
    padding: 0.4rem 1rem;
    font-size: 2.1rem;
    border-radius: 0.4rem;
    border: 0.2rem solid #fff;
  }
}

.p-nav {
  background: #0a2f8f;
  padding: 2.8rem 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .p-nav {
    padding: 2.8rem 0;
  }
}
.p-nav .nav-content {
  display: flex;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media (min-width: 768px) {
  .p-nav .nav-content {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
.p-nav .nav-content .nav-item {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  width: 25%;
  padding-bottom: 4.1rem;
  position: relative;
}
.p-nav .nav-content .nav-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/ic_down.svg) no-repeat top center;
  background-size: contain;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-nav .nav-content .nav-item:after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (min-width: 768px) {
  .p-nav .nav-content .nav-item {
    font-size: 2.4rem;
    padding-bottom: 3.7rem;
  }
  .p-nav .nav-content .nav-item:hover:after {
    bottom: -0.4rem;
  }
}
.p-nav .nav-content .nav-item:not(:last-child) {
  border-right: 1px solid #fff;
}
@media (min-width: 768px) {
  .p-nav .nav-content .nav-item:not(:last-child) {
    border-right: 2px solid #fff;
  }
}
.p-nav .nav-content .nav-item:nth-child(2) {
  width: 30%;
}

.bg-section {
  padding-bottom: 10rem;
  position: relative;
  background: repeating-linear-gradient(to right, var(--cl-primary) 0, var(--cl-primary) 2rem, var(--cl-secondary) 2rem, var(--cl-secondary) 4rem);
}
@media (min-width: 768px) {
  .bg-section {
    padding-bottom: 12rem;
  }
}
.bg-section.z-index {
  z-index: 2;
}
.bg-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, var(--cl-primary) 55%);
}
.bg-section.--bg-small::after {
  background: linear-gradient(to bottom, transparent 20%, var(--cl-primary) 35%);
}
@media (min-width: 768px) {
  .bg-section.--bg-small::after {
    background: linear-gradient(to bottom, transparent 20rem, var(--cl-primary) 35rem);
  }
}
.bg-section > * {
  position: relative;
  z-index: 2;
}
.bg-section .c-note {
  color: #fff;
  word-break: break-all;
}
.bg-section .c-note a {
  text-decoration: underline;
}
.bg-section .c-note .space-small {
  letter-spacing: -0.05em;
}

.bg-section-2 {
  background: url(../images/bg-02_sp.jpg) no-repeat top center/cover;
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .bg-section-2 {
    background-image: url(../images/bg-02.jpg);
    padding-bottom: 12rem;
  }
}

.bg-section-3 {
  background-color: #0a2f8f;
  position: relative;
  z-index: 1;
}
.bg-section-3::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  background: url(../images/bg_section_03.svg) repeat center;
  background-size: 6.6rem auto;
}
.bg-section-3 > * {
  position: relative;
  z-index: 2;
}

.bg-section-4 {
  background: #fff;
  padding-bottom: 7rem;
}
@media (min-width: 768px) {
  .bg-section-4 {
    padding-bottom: 13rem;
  }
}

.p-section {
  padding-top: 8rem;
}
@media (min-width: 768px) {
  .p-section {
    padding-top: 10rem;
  }
}
@media (max-width: 767px) {
  .p-section#sec02 {
    padding-top: 8rem;
  }
  .p-section#sec02 .section-content {
    padding: 6rem 4rem;
  }
  .p-section#sec02 .section-content img {
    max-width: 51.2rem;
  }
}
.p-section__box {
  text-align: center;
  color: #fff;
  background-color: var(--cl-primary);
  border: 0.8rem solid #fff;
  border-radius: 1.6rem;
  margin-bottom: 7.5rem;
  padding: 5.5rem 2rem;
}
@media (min-width: 768px) {
  .p-section__box {
    margin-bottom: 7rem;
    letter-spacing: 0.08em;
    padding: 5.5rem 4rem;
  }
}
.p-section__box-ttl {
  font-weight: bold;
  line-height: 1.4;
  font-size: 4rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-section__box-ttl {
    line-height: 1.6;
    font-size: 4rem;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}
.p-section__box-ttl::after {
  content: "";
  position: absolute;
  width: calc(100% - 3rem);
  left: 1.5rem;
  height: 0.4rem;
  bottom: 0;
  background-color: #fff;
}
.p-section__box-txt {
  font-weight: 500;
  line-height: 2;
  font-size: 2rem;
  padding-inline: 1.6rem;
}
@media (min-width: 768px) {
  .p-section__box-txt {
    font-size: 2.4rem;
    padding-inline: 1.6rem;
  }
}

.section-content {
  padding: 7.4rem 3.2rem;
  background: #fff;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .section-content {
    border-radius: 1.5rem;
    padding: 7.4rem 5.6rem;
  }
}
.section-content.--last {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .section-content.--last {
    margin-top: 6.4rem;
  }
}
.section-content.align-center {
  text-align: center;
}
.section-content.--pay {
  margin-top: 8rem;
}
@media (min-width: 768px) {
  .section-content.--pay {
    margin-top: 8rem;
  }
}
.section-content.step {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background: none;
  padding: 0;
  gap: 7rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .section-content.step {
    margin-top: 12rem;
    gap: 2.7rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-content.step .step-item {
  background: #fff;
  position: relative;
  padding: 6rem 2rem 5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-content.step .step-item {
    padding: 3rem 2rem;
  }
  .section-content.step .step-item:nth-child(2) {
    margin-top: 5.2rem;
  }
  .section-content.step .step-item:nth-child(3) {
    margin-top: 10.4rem;
  }
}
.section-content.step .step-item__num {
  background: #00a0e9;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  width: 26.7rem;
  height: 4.3rem;
  border-radius: 4.3rem;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .section-content.step .step-item__num {
    margin: auto;
    padding-left: 5rem;
  }
}
@media (min-width: 768px) {
  .section-content.step .step-item__num {
    font-size: 2.4rem;
    width: 26.7rem;
    height: 4.3rem;
    border-radius: 4.3rem;
  }
}
.section-content.step .step-item__num img {
  position: absolute;
  left: 0;
  top: -8rem;
}
@media (max-width: 767px) {
  .section-content.step .step-item__num img {
    top: -8rem;
    max-width: 16.7rem;
  }
}
.section-content.step .step-item__ttl {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.4;
  margin: 5rem 0 3rem;
}
@media (min-width: 768px) {
  .section-content.step .step-item__ttl {
    letter-spacing: -0.04em;
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin: 4rem 0 2rem;
  }
}
.section-content.step .step-item__txt {
  font-size: 2.8rem;
  line-height: 1.4285714286;
}
@media (min-width: 768px) {
  .section-content.step .step-item__txt {
    letter-spacing: -0.05em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .section-content.step .step-item__txt.--cuz {
    letter-spacing: -0.1em;
  }
}
.section-content.step .step-item__note {
  margin-top: 3rem;
  letter-spacing: -0.05em;
  font-size: 2rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .section-content.step .step-item__note {
    margin-top: 0.5rem;
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.section-content .c-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-content .c-note {
    margin-bottom: 1.5rem;
  }
}
.section-content__txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .section-content__txt {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}
.section-content__txt.social {
  font-weight: 500;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .section-content__txt.social {
    margin-top: 2.5rem;
    font-size: 2.6rem;
    line-height: 1.5384615385;
  }
}
.section-content__txt.center {
  text-align: center;
}
@media (max-width: 767px) {
  .section-content__txt.center {
    line-height: 1.6;
  }
}
.section-content__txt .tlink {
  text-decoration: underline;
}
.section-content__txt.left {
  text-align: left;
}
@media (max-width: 767px) {
  .section-content__txt.left {
    margin-left: 2rem;
  }
}
.section-content__txt .ic_dot {
  display: inline-block;
  margin-left: -2.4rem;
}
@media (min-width: 768px) {
  .section-content__txt .ic_dot {
    margin-left: -1.4rem;
  }
}
.section-content__txt.mrg-top {
  margin-top: 0;
}
.section-content__sub {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .section-content__sub {
    font-size: 2.4rem;
  }
}
.section-content__box {
  display: flex;
  justify-content: center;
}

.box-image {
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .box-image {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.box-image__ttl {
  color: #fff;
  background: var(--cl-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  height: 9rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .box-image__ttl {
    font-size: 4.3rem;
    height: 8.8rem;
  }
}

.route-time {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .route-time {
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.route-time + .route-time {
  margin-top: 2rem;
}
.route-time .c-arrow {
  width: 6.4rem;
}
@media (min-width: 768px) {
  .route-time .c-arrow {
    margin-top: 1.5rem;
    width: 6.4rem;
  }
}
@media (max-width: 767px) {
  .route-time .c-arrow {
    display: flex;
    align-items: center;
    padding-top: 2rem;
  }
}
.route-time .box-time {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  color: #2e2e2e;
}
@media (max-width: 767px) {
  .route-time .box-time {
    flex-direction: column;
    align-items: center;
    width: 40%;
  }
}
.route-time .box-time .year {
  font-size: 4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .route-time .box-time .year {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .route-time .box-time .year {
    width: 100%;
  }
}
.route-time .box-time .year small {
  font-size: 0.6em;
  margin-left: 0.3rem;
}
@media (min-width: 768px) {
  .route-time .box-time .year small {
    font-weight: 400;
    font-size: 0.7em;
  }
}
@media (max-width: 767px) {
  .route-time .box-time .year small {
    position: relative;
    top: 0.5rem;
  }
}
.route-time .box-time .month {
  font-size: 6.4rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .route-time .box-time .month {
    font-size: 6.4rem;
  }
}
.route-time .box-time .month small {
  font-size: 0.75em;
  font-weight: 400;
}
.route-time .box-time .month-txt {
  display: flex;
  align-items: center;
  min-width: 14rem;
}
@media (min-width: 768px) {
  .route-time .box-time .month-txt {
    min-width: 14.5rem;
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .route-time .box-time .month-txt {
    margin-right: 0.7rem;
    letter-spacing: 0.05em;
  }
}
.route-time .box-time .month .init {
  font-weight: 500;
  font-size: 2.4rem;
  width: 4.8rem;
  height: 4.8rem;
  border: 0.2rem solid #000;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .route-time .box-time .month .init {
    font-size: 2.4rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
.route-time .box-time .month .xec {
  margin-right: -0.8rem;
}
@media (max-width: 767px) {
  .route-time .box-time .month .xec {
    display: none;
  }
}
.route-time .box-time__txt {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 0.9rem;
}
@media (min-width: 768px) {
  .route-time .box-time__txt {
    margin: 0 0 0.4rem 0.9rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .route-time .box-time__txt {
    padding-right: 5rem;
  }
}

.box-traffic {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (min-width: 768px) {
  .box-traffic {
    gap: 4.2rem;
    margin-top: 5rem;
  }
}
.box-traffic table {
  text-align: center;
  position: relative;
  width: 100%;
  border: 2px solid var(--cl-primary);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.8rem;
}
@media (min-width: 768px) {
  .box-traffic table {
    border-radius: 1.5rem;
  }
}
.box-traffic table .width01 {
  width: 1%;
  white-space: nowrap;
  min-width: 20.1rem;
}
.box-traffic table tr:not(:last-child) td {
  border-bottom: 2px solid var(--cl-primary);
}
.box-traffic table th:not(:last-child),
.box-traffic table td:not(:last-child) {
  border-right: 2px solid var(--cl-primary);
}
.box-traffic table th {
  color: #fff;
  background-color: var(--cl-primary);
  font-size: 2.4rem;
  font-weight: 500;
  padding-block: 1rem;
  height: 8.8rem;
}
@media (max-width: 767px) {
  .box-traffic table th {
    display: none;
  }
}
.box-traffic table th:nth-child(1) {
  width: 35%;
}
@media (min-width: 768px) {
  .box-traffic table th:nth-child(1) {
    width: 24%;
  }
}
.box-traffic table th:nth-child(3) {
  width: 35%;
}
@media (min-width: 768px) {
  .box-traffic table th:nth-child(3) {
    width: 25%;
  }
}
.box-traffic table td {
  width: auto;
}
.box-traffic .traffic-item__head {
  padding: 2rem;
  text-align: left;
}
.box-traffic .traffic-item__head-icon {
  width: -moz-fit-content;
  width: fit-content;
}
.box-traffic .traffic-item__head__ed {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 0.9rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .box-traffic .traffic-item__head__ed {
    font-size: 1.6rem;
    gap: 0.7rem;
    margin-top: 1.6rem;
  }
}
.box-traffic .traffic-item__head__ed.--txt-right {
  text-align: right;
}
.box-traffic .traffic-item__head .small-ttl {
  font-weight: 500;
  font-size: 1.3rem;
  background: #008765;
  width: 3.8rem;
  height: 2.4rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  position: relative;
  top: -0.4rem;
}
@media (min-width: 768px) {
  .box-traffic .traffic-item__head .small-ttl {
    top: -0.3rem;
    border-radius: 0.3rem;
    width: 3.8rem;
    height: 2.5rem;
    font-size: 1.3rem;
  }
}
.box-traffic .traffic-item__head .small-ttl.--bg01 {
  background: url(../images/bg_traffic_01.svg) no-repeat center/contain;
  font-size: 1rem;
  padding-bottom: 0.2rem;
}
@media (min-width: 768px) {
  .box-traffic .traffic-item__head .small-ttl.--bg01 {
    padding-bottom: 0.4rem;
  }
}
.box-traffic .traffic-item__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  min-height: 15rem;
}
@media (min-width: 768px) {
  .box-traffic .traffic-item__meta {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .box-traffic .traffic-item__meta {
    padding-inline: 1rem;
  }
}
@media (max-width: 767px) {
  .box-traffic .traffic-item__meta.--space01 .traffic-item__meta__ttl, .box-traffic .traffic-item__meta.--space02 .traffic-item__meta__ttl {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .box-traffic .traffic-item__meta.--space01 .traffic-item__meta__status, .box-traffic .traffic-item__meta.--space02 .traffic-item__meta__status {
    font-size: 1.4rem;
    width: 5rem;
    padding-bottom: 3rem;
  }
}
.box-traffic .traffic-item__meta.--space01 {
  gap: 1rem;
}
@media (min-width: 768px) {
  .box-traffic .traffic-item__meta.--space01 {
    gap: 3rem;
  }
}
.box-traffic .traffic-item__meta.--space02 {
  gap: 0;
}
@media (min-width: 768px) {
  .box-traffic .traffic-item__meta.--space02 {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .box-traffic .traffic-item__meta.--space02 {
    justify-content: space-between;
  }
}
.box-traffic .traffic-item__meta__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .box-traffic .traffic-item__meta__ttl {
    letter-spacing: 0.1em;
  }
}
.box-traffic .traffic-item__meta__ttl small {
  display: block;
  font-size: 0.6em;
}
.box-traffic .traffic-item__meta__status {
  font-size: 1.6rem;
  background: url(../images/icon_arrow_traffic_blue.png) no-repeat center bottom/80%;
  width: 5.8rem;
  padding-bottom: 3.5rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .box-traffic .traffic-item__meta__status {
    background-size: contain;
    font-size: 1.6rem;
    width: 5.6rem;
    padding-bottom: 3.8rem;
  }
}
.box-traffic .traffic-item__txt {
  font-size: 3.2rem;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .box-traffic .traffic-item__txt {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
@media (max-width: 767px) {
  .box-traffic .traffic-item__txt {
    font-weight: bold;
  }
}
.box-traffic .traffic-item__des {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 3.5rem 1rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .box-traffic .traffic-item__des {
    letter-spacing: 0.16em;
    font-weight: 500;
    font-size: 2rem;
  }
}
.box-traffic .traffic-item__des-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background-color: var(--cl-primary);
  min-width: 16rem;
  border-radius: 4rem;
  color: #fff;
  height: 4rem;
  letter-spacing: 0.08em;
}
.box-traffic .traffic-item__des li {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .box-traffic .traffic-item__des li {
    gap: 1.6rem;
    flex-direction: column;
  }
}
.box-traffic .traffic-item__des li:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .box-traffic .traffic-item__des li:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.pay-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-direction: column;
  margin: 6.4rem 0 4rem;
}
@media (min-width: 768px) {
  .pay-content {
    gap: 2rem;
    flex-direction: row;
    margin: 6.4rem 0 6rem 2rem;
  }
}
.pay-content img {
  max-width: 22.1rem;
}
.pay-content__txt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .pay-content__txt {
    letter-spacing: 0;
    font-size: 2.4rem;
  }
}
.pay-content__txt .alarm {
  color: #ff0033;
}

.section-btn {
  text-align: center;
}
.section-btn .tlink {
  margin: auto;
  max-width: 60rem;
  height: 21.1rem;
  position: relative;
  background: var(--cl-primary);
  border-radius: 1.6rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .section-btn .tlink {
    line-height: 1.2;
    max-width: 46rem;
    border-radius: 0.5rem;
    font-size: 2rem;
    height: 12.8rem;
  }
}
.section-btn .tlink:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 4.2rem;
  width: 4rem;
  height: 4rem;
  background: url(../images/ic_link.svg) no-repeat top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .section-btn .tlink:after {
    right: 2.5rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.section-btn .tlink small {
  font-size: 2rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .section-btn .tlink small {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}
.section-btn.flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media (min-width: 768px) {
  .section-btn.flex {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    display: flex;
    justify-content: center;
  }
  .section-btn.flex > * {
    width: calc(50% - 1.5rem);
  }
}

.section-social {
  margin: 4.5rem 0 5rem;
}
@media (min-width: 768px) {
  .section-social {
    display: flex;
    gap: 2.3rem;
    margin: 4.5rem 0 7rem;
  }
}
.section-social__link:hover {
  opacity: 0.7;
}
.section-social .box-social {
  background: #28893b;
  text-align: center;
  border-radius: 1.5rem;
  padding: 4.7rem 0;
  margin-top: 2.4rem;
}
.section-social .box-social__ttl {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.4em;
}
.section-social .box-social__link {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
}
.section-social .box-social__link .btn-social {
  display: block;
}
.section-social .box-social__link .btn-social.img-google {
  max-width: 22.4rem;
}
.section-social .box-social__link .btn-social.img-app {
  max-width: 18.9rem;
}

.p-video {
  text-align: center;
  color: #fff;
  padding-block: 10rem 10rem;
}
@media (min-width: 768px) {
  .p-video {
    padding-block: 10rem 9rem;
  }
}
.p-video__head {
  margin-bottom: 3rem;
}
.p-video__lead {
  margin-bottom: 1rem;
}
.p-video__lead img {
  width: 71.1rem;
}
.p-video__ttl {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-video__ttl {
    margin-bottom: 2rem;
  }
}
.p-video__ttl img {
  width: 37.8rem;
}
.p-video__sub {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-video__sub {
    display: none;
  }
}
.p-video__movie {
  aspect-ratio: 16/9;
  max-width: 70.5rem;
  margin-inline: auto;
  margin-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .p-video__movie {
    margin-bottom: 3rem;
  }
}
.p-video__movie iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-video__action {
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .p-video__action {
    margin-bottom: 2.5rem;
  }
}
.p-video__btn {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 5rem;
  border-radius: 5rem;
  border: 0.4rem solid var(--cl-primary);
  background: #fff;
  color: #0033aa;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  font-size: 3.2rem;
  min-width: 48rem;
}
@media (min-width: 768px) {
  .p-video__btn {
    min-width: 40rem;
    font-size: 2.4rem;
  }
}
.p-video__btn::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.png) no-repeat center/contain;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.3rem;
}
@media (min-width: 768px) {
  .p-video__btn::after {
    width: 2.4rem;
  }
}
.p-video__note {
  font-size: 2.6rem;
  line-height: 1.5384615385;
}
@media (min-width: 768px) {
  .p-video__note {
    font-size: 1.6rem;
  }
}

.icon-zoom-sp {
  position: relative;
  display: inline-block;
  margin: auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .icon-zoom-sp {
    pointer-events: none;
  }
}
.icon-zoom-sp:after {
  position: absolute;
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  right: 0;
  bottom: 0;
  background: url(../images/icon_zoom.png) no-repeat top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .icon-zoom-sp:after {
    pointer-events: none;
    display: none !important;
  }
}

.p-modal {
  display: none;
}
.p-modal.scroll {
  background: none;
  padding-top: 4.5rem;
}
@media (min-width: 768px) {
  .p-modal.scroll {
    padding-top: 6.7rem;
  }
}
.p-modal.scroll img {
  min-width: 100%;
  max-width: none;
  width: auto;
}
@media (max-width: 767px) {
  .p-modal.scroll img {
    max-height: calc(100vh - 120px);
  }
}
.p-modal.scroll .regulation img {
  min-height: auto;
}
@media (min-width: 768px) {
  .p-modal .btn-modal-close {
    width: 100rem;
    margin: auto;
    position: relative;
    max-width: 100rem;
  }
}
.p-modal .btn-modal-close .js-modal-close {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(../images/icon_close.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  outline: none !important;
}
@media (min-width: 768px) {
  .p-modal .btn-modal-close .js-modal-close {
    top: -7.5rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-modal__img.regulation img {
  max-width: 100rem;
}
.p-modal__img img {
  min-width: 140rem;
}
@media (max-width: 767px) {
  .p-modal__img img {
    min-width: 80rem;
  }
}
.p-modal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 1px 0;
  height: 1rem;
}
.p-modal .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 1.2rem;
}
.p-modal .mCSB_scrollTools .mCSB_draggerContainer {
  background: #fff;
}
.p-modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--cl-primary);
  background-color: var(--cl-primary);
}
.p-modal .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: var(--cl-primary);
  background-color: var(--cl-primary);
}
.p-modal .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.p-modal .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--cl-primary);
  background-color: var(--cl-primary);
}