/*! 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 */
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  overflow: hidden;
}

/**
   * 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-green2: #15b45a;
  --c-red: #e20012;
  --c-red2: #a50319;
  --c-pink: #e40858;
  --c-blue: #2a9ceb;
  --c-yellow: #ffdd4a;
  --c-gray: #ddd;
  --c-bg-gray: #f5f5f5;
  --c-txtcolor: #2e2e2e;
  --keycolor: #2a9ceb;
  --keycolor-sub: #ee7800;
  --keycolor-thin: #d9f0fb;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--c-txtcolor);
}

[v-cloak] {
  display: none;
}

* {
  /* -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;
  width: 100%;
}

a {
  transition: 0.3s;
  text-decoration: none;
}

.p-wrap {
  margin: 0 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .p-wrap {
    max-width: 980px;
    margin: 0 auto;
  }
}

.p-spOnly {
  display: block;
}

.p-pcOnly {
  display: none;
}

.p-line-through {
  text-decoration: line-through;
  color: #000;
}

.p-line-through-black {
  position: relative;
}

.p-line-through-black::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.p-line-through-red {
  position: relative;
}

.p-line-through-red::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.p-line-through-blue {
  position: relative;
}

.p-line-through-blue::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00a0e9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

@media (min-width: 1024px) {
  .p-spOnly {
    display: none;
  }
  .p-pcOnly {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-hiddenSp {
    display: none;
  }
}
/*
  ================================================
  p-emergencyInfo
  ================================================
  */
.p-emergencyInfo {
  display: flex;
  background-color: var(--c-yellow);
  color: #2e2e2e;
  margin-top: 0px;
  padding: 10px 16px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.p-emergencyInfo a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-emergencyInfo a {
    font-size: 2.1333333333vw;
  }
}
.p-emergencyInfo a span {
  background: #2d2d2d;
  color: #fff;
  height: 5.3333333333vw;
  width: 21.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 2.6666666667vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-emergencyInfo a span {
    font-size: 16px;
    height: 40px;
    width: 160px;
    margin-right: 25px;
  }
}
@media (min-width: 1024px) {
  .p-emergencyInfo {
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 40px;
    align-items: center;
  }
}
.p-emergencyInfo i::before {
  color: var(--c-yellow);
  margin-right: 5px;
  font-size: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-emergencyInfo i::before {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .p-emergencyInfo i::before {
    font-size: 20px;
    line-height: 1;
    margin-right: 15px;
  }
}
.p-emergencyInfo i:nth-child(2)::before {
  font-size: 10px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .p-emergencyInfo i:nth-child(2)::before {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .p-emergencyInfo dl {
    display: flex;
    align-items: center;
  }
}
.p-emergencyInfo dt {
  font-size: 10px;
  margin-bottom: 3px;
}
@media (min-width: 1024px) {
  .p-emergencyInfo dt {
    margin-bottom: 0;
    font-size: 13px;
    margin-right: 16px;
  }
}
.p-emergencyInfo dd {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .p-emergencyInfo dd {
    font-size: 15px;
  }
}

.container {
  margin: auto;
  max-width: 125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 340px) {
  .d-xsp-none {
    display: none !important;
  }
  .d-xsp-block {
    display: block !important;
  }
  .d-xsp-flex {
    display: flex !important;
  }
}
@media (min-width: 576px) {
  .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: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl2-none {
    display: none !important;
  }
  .d-xl2-block {
    display: block !important;
  }
  .d-xl2-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;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 340px) {
  .text-xsp-left {
    text-align: left !important;
  }
  .text-xsp-right {
    text-align: right !important;
  }
  .text-xsp-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg2-left {
    text-align: left !important;
  }
  .text-lg2-right {
    text-align: right !important;
  }
  .text-lg2-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .text-xl2-left {
    text-align: left !important;
  }
  .text-xl2-right {
    text-align: right !important;
  }
  .text-xl2-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-underline {
  text-decoration: underline;
}

.p-header {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-header {
    position: relative;
  }
}
.p-header .sub__txt.md {
  color: #fff;
  margin-left: 20px;
  font-size: 1.6vw;
  padding-bottom: 12px;
  line-height: 1.6;
  padding-right: 20px;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .p-header .sub__txt.md {
    margin-left: 20px;
    font-size: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .p-header__logomb {
    display: none;
  }
}
.p-header__logomb img {
  width: 45px;
  margin-right: 10px;
}
.p-header__top {
  background: var(--keycolor);
}
@media (max-width: 1023px) {
  .p-header__top {
    border-top: 2px solid var(--keycolor);
  }
}
@media (min-width: 1366px) {
  .p-header__top {
    height: 70px;
    display: flex;
    align-items: center;
  }
}
.p-header__logo {
  width: 93px;
  height: 58px;
  background: #fff;
  border-radius: 0 0 7px 7px;
  padding: 10px;
  box-shadow: 0px 3px 5px 6px rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  right: 10px;
  top: 0;
}
@media (max-width: 991px) {
  .p-header__logo {
    display: none;
  }
}
@media (min-width: 1024px) {
  .p-header__logo {
    position: absolute;
    right: 10px;
    top: 0;
    width: 71px;
  }
}
@media (min-width: 1366px) {
  .p-header__logo {
    width: 93px;
    top: 0;
    right: 40px;
  }
}
.p-header__des {
  color: #fff;
  padding-left: 20px;
  display: flex;
  align-items: center;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .p-header__des {
    padding-top: 0;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .p-header__des {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1366px) {
  .p-header__des {
    padding-left: 60px;
  }
}
.p-header__des img {
  width: auto;
}
.p-header__des .sup {
  font-size: 2.6666666667vw;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .p-header__des .sup {
    font-size: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 1023px) {
  .p-header__des .sup {
    margin-top: -10px;
  }
}
@media (min-width: 1024px) {
  .p-header__des .sup {
    margin-top: -28px;
  }
}
.p-header__des .num {
  font-size: 6.6666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-header__des .num {
    font-size: 50px;
    letter-spacing: 0.04em;
  }
}
.p-header__des .num .ic_xec {
  margin-top: -10px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-header__des .num .ic_xec {
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
    width: 2.9333333333vw;
    height: 5.0666666667vw;
  }
}
.p-header__des .num .ic_next {
  margin: 0 5px;
}
@media (max-width: 767px) {
  .p-header__des .num .ic_next {
    width: 13px;
    height: 11px;
  }
}
@media (min-width: 768px) {
  .p-header__des .num .ic_next {
    margin: 0 17px;
  }
}
.p-header__des .num i {
  font-style: normal;
  font-size: 2.2666666667vw;
  font-weight: 500;
  background: #fff;
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  color: var(--keycolor);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  vertical-align: middle;
  margin-left: 3px;
}
@media (min-width: 768px) {
  .p-header__des .num i {
    margin-top: 5px;
    margin-left: 5px;
    font-size: 17px;
    width: 24px;
    height: 24px;
  }
}
.p-header__des .sub {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .p-header__des .sub {
    margin-left: 35px;
  }
}
.p-header__des .sub__ttl {
  font-weight: bold;
  font-size: 3.0333333333vw;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-header__des .sub__ttl {
    font-size: 22.7px;
  }
}
.p-header__des .sub__ttl img {
  margin: 0 5px;
}
@media (max-width: 767px) {
  .p-header__des .sub__ttl img {
    width: 11px;
    height: 5px;
    margin: 0 2px;
  }
}
.p-header__des .sub__txt {
  font-size: 11px;
  font-weight: 300;
  margin-top: 4px;
  line-height: 1.4;
}
.p-header__ttl {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  height: 50px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .p-header__ttl {
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .p-header__ttl {
    padding-left: 20px;
    height: 70px;
    padding-right: 40px;
  }
}
@media (min-width: 1366px) {
  .p-header__ttl {
    padding-left: 40px;
  }
  .p-header__ttl:after {
    content: "";
    position: absolute;
    right: -36px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 36px solid #fff;
  }
}
.p-header__ttl__num {
  background-color: var(--c-green);
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  padding: 5px 8px;
  line-height: 1;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .p-header__ttl__num {
    padding: 3px 3px 4px;
    line-height: 1;
    margin-right: 10px;
  }
}
.p-header__ttl__main {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .p-header__ttl__main {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .p-header__ttl__main {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .p-header .menutop {
    position: relative;
  }
}
.p-header__nav {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  height: calc(100vh - 50px);
  overflow: scroll;
  background-color: #f5f9ff;
  padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-header__nav {
    padding: 20px 20px 40px;
    top: -89px;
  }
}
.p-header__nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .p-header__nav {
    position: relative;
    top: 0px;
    left: 0;
    width: auto;
    height: auto;
    overflow: scroll;
    background-color: rgba(255, 255, 255, 0.7490196078);
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0s;
    padding-bottom: 0;
  }
}
.p-header__nav.is-active {
  left: 0 !important;
}
.p-header__nav-main {
  list-style: none;
}
@media (min-width: 1024px) {
  .p-header__nav-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
  }
}
@media (max-width: 1023px) {
  .p-header__nav-main {
    padding: 20px 20px 20px;
  }
}
.p-header__nav-main a {
  position: relative;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .p-header__nav-main a {
    font-size: 15px;
    font-weight: 700;
    color: #2e2e2e;
    background: #fff;
    margin: 20px 0;
    border-radius: 10px;
    padding: 21px 25px;
    display: block;
  }
  .p-header__nav-main a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/common/ic_down.png) no-repeat top center;
    background-size: contain;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.2s;
  }
}
.p-header__nav-main a i {
  color: #a0a0a0;
  font-size: 18px;
  margin-right: 6px;
}
@media (max-width: 991px) {
  .p-header__nav-main a i {
    color: var(--keycolor);
  }
}
@media (min-width: 1024px) {
  .p-header__nav-main a {
    font-size: 1vw;
    color: #2e2e2e;
    padding: 0 5px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .p-header__nav-main a:hover {
    color: var(--keycolor);
  }
  .p-header__nav-main a:hover i {
    color: var(--keycolor);
  }
}
@media (min-width: 1366px) {
  .p-header__nav-main a {
    font-size: 16px;
    padding: 0 25px;
    font-weight: 500;
  }
}
.p-header__nav-main span {
  display: block;
}
.p-header__nav-sub {
  position: relative;
  background: #fff;
  border: 2px solid var(--keycolor);
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  padding: 21px 10px;
  transition: all 0.3s;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-header__nav-sub {
    display: none;
  }
  .p-header__nav-sub.--lg {
    display: block;
    margin: 0 20px;
  }
}
.p-header__nav-sub:after {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  background: url(../img/common/icon_link.png) no-repeat top center;
  background-size: contain;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .p-header__nav-sub:after {
    width: 13px;
    height: 13px;
    right: 10px;
  }
}
@media (min-width: 1024px) {
  .p-header__nav-sub {
    font-weight: 500;
    text-align: left;
    position: absolute;
    right: 40px;
    background: #fff;
    border: 1px solid var(--keycolor);
    font-size: 14px;
    border-radius: 6px;
    padding: 7px 59px 7px 18px;
    top: 8px;
  }
}
.p-header__nav-sub:hover {
  background: var(--keycolor);
  color: #fff;
}
.p-header__nav-sub:hover:after {
  filter: brightness(0) invert(1);
}
.p-header__nav-sub li {
  width: 50%;
}
@media (min-width: 1024px) {
  .p-header__nav-sub li {
    width: auto;
  }
}
.p-header__nav-sub a,
.p-header__nav-sub span {
  display: block;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  padding: 25px 0;
  border-top: 1px solid #fff;
}
@media (min-width: 1024px) {
  .p-header__nav-sub a,
  .p-header__nav-sub span {
    color: var(--c-txtcolor);
    text-align: center;
    padding: 3px 5px;
    font-size: 0.9vw;
  }
  .p-header__nav-sub a:hover,
  .p-header__nav-sub span:hover {
    color: var(--keycolor);
  }
}
@media (min-width: 1366px) {
  .p-header__nav-sub a,
  .p-header__nav-sub span {
    font-size: 12px;
    padding: 3px 10px;
  }
}
.p-header__spMenu {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 11px;
  cursor: pointer;
  background: var(--keycolor-sub);
  color: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .p-header__spMenu {
    display: none;
  }
}
.p-header__spMenu i::before {
  font-size: 10px;
  margin-left: 5px;
  color: var(--keycolor);
  display: inline-block;
  transform: scale(0.8);
  transition: transform 0.4s ease;
}
.p-header__spMenu.is-active i::before {
  transform: rotate(-180deg) scale(0.8);
}
.p-header__spMenu.is-active .hamburger-inner {
  background-color: #fff;
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.p-header__spMenu.is-active .hamburger-inner:before {
  background-color: #fff;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
  top: 0;
}
.p-header__spMenu.is-active .hamburger-inner:after {
  background-color: #fff;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
  bottom: 0;
}

#page-top .p-header__nav-main li.h-top a {
  color: var(--keycolor);
}
#page-top .p-header__nav-main li.h-top a i {
  color: var(--keycolor);
}

#page-detour .p-header__nav-main li.h-detour a {
  color: var(--keycolor);
}
#page-detour .p-header__nav-main li.h-detour a i {
  color: var(--keycolor);
}

#page-prediction .p-header__nav-main li.h-prediction a {
  color: var(--keycolor);
}
#page-prediction .p-header__nav-main li.h-prediction a i {
  color: var(--keycolor);
}

#page-price .p-header__nav-main li.h-price a {
  color: var(--keycolor);
}
#page-price .p-header__nav-main li.h-price a i {
  color: var(--keycolor);
}

#page-cp .p-header__nav-main li.h-cp a {
  color: var(--keycolor);
}
#page-cp .p-header__nav-main li.h-cp a i {
  color: var(--keycolor);
}

#page-work .p-header__nav-main li.h-work a {
  color: var(--keycolor);
}
#page-work .p-header__nav-main li.h-work a i {
  color: var(--keycolor);
}

#page-construction .p-header__nav-main li.h-construction a {
  color: var(--keycolor);
}
#page-construction .p-header__nav-main li.h-construction a i {
  color: var(--keycolor);
}

#page-cm .p-header__nav-main li.h-cm a {
  color: var(--keycolor);
}
#page-cm .p-header__nav-main li.h-cm a i {
  color: var(--keycolor);
}

.nx-footer {
  padding: 18px 0 0;
}
@media (min-width: 768px) {
  .nx-footer {
    padding: 83px 0 40px;
  }
}
@media (max-width: 767px) {
  .nx-footer__nav {
    padding-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .nx-footer__nav {
    display: block;
  }
}
@media (min-width: 768px) {
  .nx-footer__nav ul {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 40px;
    flex-wrap: wrap;
    gap: 10px 8px;
    max-width: 1040px;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nx-footer__nav ul {
    justify-content: center;
  }
}
.nx-footer__nav ul li {
  width: 100%;
}
@media (min-width: 768px) {
  .nx-footer__nav ul li {
    width: calc(20% - 14px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nx-footer__nav ul li {
    width: calc(33.3333333333% - 14px);
  }
}
.nx-footer__nav a {
  font-size: 15px;
  font-weight: bold;
  padding: 12px 10px;
  border: 2px solid var(--keycolor);
  border-radius: 5px;
  text-align: center;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .nx-footer__nav a {
    width: auto;
    margin: 20px;
    text-align: left;
    padding: 21px 10px;
    border-radius: 10px;
  }
}
.nx-footer__nav a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/common/ic_down.png) no-repeat top center;
  background-size: contain;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .nx-footer__nav a:after {
    background: url(../img/common/ic_right_3.png) no-repeat top center;
    background-size: contain;
    width: 6px;
    height: 10px;
    transform: translateY(-50%);
  }
}
.nx-footer__nav a:hover {
  color: var(--keycolor);
}
.nx-footer__nav a:hover:after {
  right: 11px;
}
.nx-footer__bg {
  background: #f0f0f0;
  padding: 37px 20px;
}
@media (min-width: 768px) {
  .nx-footer__bg {
    padding: 84px 0 77px;
  }
}
@media (max-width: 767px) {
  .nx-footer__bg .wrap {
    padding: 0;
  }
}
.nx-footer__info {
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .nx-footer__info {
    padding: 30px 0 !important;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .nx-footer__info {
    display: flex;
    justify-content: center;
    text-align: left;
    padding: 57px 15px;
    border-radius: 10px;
  }
}
.nx-footer__info__ttl {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .nx-footer__info__ttl {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 10px;
    margin-right: 40px;
  }
}
.nx-footer__info__ttl em {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .nx-footer__info__ttl em {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nx-footer__info__ttl em {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .nx-footer__info__ttl span {
    font-size: 16px;
  }
}
.nx-footer__info__tel {
  text-align: center;
}
@media (min-width: 768px) {
  .nx-footer__info__tel {
    text-align: left;
  }
}
.nx-footer__info__tel > a {
  display: flex;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .nx-footer__info__tel > a {
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .nx-footer__info__tel > a {
    font-size: 48px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nx-footer__info__tel > a {
    font-size: 36px;
  }
}
.nx-footer__info__tel > a i {
  margin-top: 10px;
}
.nx-footer__info__tel i::before {
  width: 41px;
  height: 29px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .nx-footer__info__tel i::before {
    width: 58px;
    height: 34px;
    margin-right: 10px;
  }
}
.nx-footer__info__tel__com {
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .nx-footer__info__tel__com {
    font-size: 13px;
    font-weight: 500;
  }
  .nx-footer__info__tel__com label {
    font-size: 10px;
    font-weight: normal;
    display: block;
    margin-bottom: -15px;
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  .nx-footer__info__tel__com {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nx-footer__info__tel__com {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .nx-footer__info__tel__com a {
    color: var(--keycolor);
    border: 2px solid var(--keycolor);
    margin: 10px 0;
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .nx-footer__info__tel__com a {
    border-bottom: 1px solid var(--keycolor);
    color: var(--keycolor);
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 3px;
    display: inline-block;
  }
  .nx-footer__info__tel__com a:hover {
    color: #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
  }
}
@media (max-width: 767px) {
  .nx-footer__bgcom {
    background: #f0f0f0;
    padding-bottom: 65px;
  }
}
.nx-footer__subnav {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .nx-footer__subnav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .nx-footer__subnav {
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .nx-footer__subnav a {
    padding: 21px 17px;
    width: 100%;
    background: #fff;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
  }
  .nx-footer__subnav a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/common/ic_down.png) no-repeat top center;
    background-size: contain;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.2s;
  }
}
@media (min-width: 768px) {
  .nx-footer__subnav a {
    margin: 0 15px;
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .nx-footer__subnav a:hover {
    border-bottom: 1px solid #2e2e2e;
  }
}
.nx-footer__com {
  text-align: center;
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .nx-footer__com {
    padding: 0 15px;
    margin-top: 35px;
  }
}
@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;
}

.footer-fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 22;
}
@media (min-width: 768px) {
  .footer-fix {
    display: none;
  }
}
.footer-fix__link {
  width: 50%;
  color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: var(--keycolor);
}
.footer-fix__link i {
  margin-right: 10px;
  font-size: 19px;
}
.footer-fix__link.--02 {
  background: var(--keycolor-sub);
}

@media (min-width: 768px) {
  .page-top {
    display: none !important;
  }
}
.page-top__scroll {
  position: fixed;
  right: 19px;
  bottom: 66px;
  background: #fff;
  width: 36px;
  height: 36px;
  border: 2px solid var(--keycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 22;
}
.page-top__scroll img {
  transform: rotate(-90deg);
  width: 8px;
}

html.noscroll {
  height: 100vh;
  overflow: hidden;
}

.fancybox__slide {
  padding: 20px;
}

@media (max-width: 1023px) {
  .pc {
    display: none !important;
  }
  .lg {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .lg2 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc2 {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mb {
    display: none !important;
  }
}
.js-modal {
  display: none;
}

.hamburger-box {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  height: 24px;
  width: 24px;
  overflow: hidden;
  margin-bottom: -3px;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:after, .hamburger-inner:before, .hamburger-inner {
  width: 24px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.15s ease;
  border-radius: 1.5px;
}

.hamburger-inner {
  position: relative;
  display: block;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.hamburger-inner:before {
  position: absolute;
  top: -0.4rem;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger-inner:after {
  position: absolute;
  bottom: -0.4rem;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 12px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  background: #fff;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 10px;
  margin: 1px auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--keycolor);
  background-color: var(--keycolor);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: var(--keycolor);
  background-color: var(--keycolor);
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--keycolor);
  background-color: var(--keycolor);
}

.wrap {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
@media (max-width: 1023px) {
  .wrap {
    padding: 0 20px;
  }
}

.fix-right {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 22;
}
@media (max-width: 767px) {
  .fix-right {
    display: none;
  }
}
.fix-right__item {
  display: block;
  background: var(--keycolor);
  color: #fff;
  margin-bottom: 16px;
  border-radius: 7px 0 0 7px;
  border: 2px solid #fff;
  width: 40px;
  text-align: center;
  padding: 39px 10px 15px 10px;
  writing-mode: tb-rl;
  position: relative;
}
.fix-right__item.--02 {
  background: #ee7800;
}
.fix-right__item.--02:hover {
  border: 2px solid #ee7800;
  color: #ee7800;
}
.fix-right__item.--02:hover i {
  color: #ee7800;
}
.fix-right__item i {
  margin-bottom: 10px;
  display: block;
  position: absolute;
  top: 15px;
}
.fix-right__item:hover {
  background: #fff;
  border: 2px solid var(--keycolor);
  color: var(--keycolor);
}
.fix-right__item:hover i {
  color: var(--keycolor);
}

.nv-mv {
  position: relative;
}
@media (min-width: 1024px) {
  .nv-mv {
    margin-top: -50px;
  }
}
@media (min-width: 1366px) {
  .nv-mv img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
  }
}
.nv-mv__ttl {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2e2e2e;
  width: 100%;
  font-weight: bold;
}
.nv-mv__ttl__main {
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .nv-mv__ttl__main {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .nv-mv__ttl__main {
    font-size: 56px;
  }
}
.nv-mv__ttl__txt {
  font-weight: 500;
  font-size: 17px;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .nv-mv__ttl__txt {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .nv-mv__ttl__txt {
    font-size: 24px;
    margin-top: 28px;
  }
}

.p-special__ttl {
  text-align: center;
  border-top: 1px solid var(--keycolor);
  border-bottom: 1px solid var(--keycolor);
  color: var(--keycolor);
  font-size: 16px;
  font-weight: bold;
  padding: 13px 0;
}
@media (min-width: 768px) {
  .p-special__ttl {
    font-size: 28px;
    padding: 28px 0;
  }
}

.p-cmKv {
  background: #efefef;
}
.p-cmKv .p-pankuzu {
  display: flex;
  align-items: center;
  padding: 11px 0;
}
@media (min-width: 768px) {
  .p-cmKv .p-pankuzu {
    padding: 18px 0;
  }
}
.p-cmKv .p-pankuzu li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-cmKv .p-pankuzu li {
    margin-right: 25px;
    padding-right: 25px;
  }
}
.p-cmKv .p-pankuzu li:after {
  font-family: "icomoon" !important;
  content: "\e900";
  font-size: 8px;
  position: absolute;
  right: -3px;
  top: 6px;
  color: #2e2e2e;
}
@media (min-width: 768px) {
  .p-cmKv .p-pankuzu li:after {
    font-size: 10px;
    right: 0;
  }
}
.p-cmKv .p-pankuzu li:last-child {
  margin-right: 0;
  flex-shrink: inherit;
  padding-right: 0;
}
.p-cmKv .p-pankuzu li:last-child:after {
  display: none;
}
.p-cmKv .p-pankuzu li a {
  color: var(--keycolor);
  font-size: 13px;
  font-weight: 500;
}
.p-cmKv .p-pankuzu li span {
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 3px;
}

.p-modal__footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem 3rem;
}
@media (min-width: 768px) {
  .p-modal__footer {
    align-items: center;
    flex-direction: row;
  }
}
.p-modal__btn {
  background-color: var(--keycolor);
  color: #fff;
  font-size: 13px;
  border-radius: 0.5rem;
  display: block;
  padding: 10px 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-modal__btn {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.p-modal__scroll.--cm {
  background: none !important;
  padding-top: 45px;
}
@media (min-width: 1024px) {
  .p-modal__scroll.--cm {
    padding-top: 67px;
  }
}
.p-modal__scroll .p-modal__bg {
  position: fixed !important;
}
.p-modal .mv {
  max-width: 1000px;
}
@media (min-width: 1024px) {
  .p-modal .wraped {
    width: 1000px;
    margin: auto;
    position: relative;
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  .p-modal__content-img img {
    min-width: 800px;
  }
}
.p-modal__content__close-keycolor {
  width: 35px;
  height: 35px;
  background-color: var(--keycolor);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .p-modal__content__close-keycolor.--cm {
    top: -65px;
    right: 0;
  }
}
.p-modal__content__close-keycolor > span {
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(45deg);
}
.p-modal__content__close-keycolor > span:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.p-modal__content__close-keycolor > span:after {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
}

.fancybox__slide::before, .fancybox__slide::after {
  display: none;
}

.p-modal__wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.dialog-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .dialog-modal {
    padding: 80px;
  }
}
.dialog-modal__ttl {
  color: var(--keycolor);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .dialog-modal__ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.dialog-modal__txt {
  display: grid;
  gap: 1em;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 2rem;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .dialog-modal__txt {
    font-size: 24px;
  }
}
.dialog-modal__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .dialog-modal__footer {
    gap: 60px;
  }
}
.dialog-modal__footer .p-modal__btn {
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .dialog-modal__footer .p-modal__btn {
    font-size: 24px;
  }
}
.dialog-modal__footer img {
  width: 85px;
}
@media (min-width: 768px) {
  .dialog-modal__footer img {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .dialog-modal__footer img {
    width: 200px;
  }
}

.c-modal-concierge__wrap {
  max-width: 980px !important;
}

.rain_modal img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.rain_modal .ttl {
  text-align: left;
  background-color: var(--keycolor);
  color: white;
  padding: 10px 15px;
  margin-bottom: 24px;
  font-size: 24px;
}
.rain_modal .ttl.date {
  color: #000;
  background: none;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
}
.rain_modal a:link {
  color: var(--keycolor);
  text-decoration: underline;
  font-size: 16px;
}
.rain_modal a:link:hover {
  text-decoration: none;
}
.rain_modal .link {
  padding: 0px;
  padding-top: 10px;
}
.rain_modal .text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.rain_inner {
  padding: 20px;
  max-height: 70vh;
  overflow: scroll;
}

#rain_twitter_vue.remodal.nx-remodal {
  width: auto;
}

.rain_modal_img {
  cursor: move;
  overflow: hidden;
}
.rain_modal_img img {
  max-width: 100%;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}/*# sourceMappingURL=style.css.map */