@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 1200px) {
  .slick-slider {
    padding-top: 157px;
  }
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider1 {
  position: relative;
  z-index: 1;
}

.slider-item {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider2 .slick-dots,
.slider3 .slick-dots {
  position: relative;
  text-align: center;
  background-color: #F7F5F0;
}
.slider2 .slick-dots li,
.slider3 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 20px 10px;
}
.slider2 .slick-dots button,
.slider3 .slick-dots button {
  color: transparent;
  outline: none;
  width: 115px;
  height: 4px;
  border-radius: 10px;
  display: block;
  background: #C3C3C3;
}
@media print, screen and (max-width: 768px) {
  .slider2 .slick-dots button,
  .slider3 .slick-dots button {
    width: 30px;
  }
}
.slider2 .slick-dots .slick-active button,
.slider3 .slick-dots .slick-active button {
  background: #E57428;
}

.slick-slide:not(.slick-current) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: brightness(0.8);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media print, screen and (max-width: 768px) {
  .slick-slide:not(.slick-current) {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}

.slick-prev {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 33px;
  height: 33px;
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
  z-index: 10;
  top: 57%;
  left: 50px;
  cursor: pointer;
}
.slick-prev::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}
.slick-prev::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
}
@media screen and (max-width: 1200px) {
  .slick-prev {
    display: none !important;
  }
}

.slick-next {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 33px;
  height: 33px;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  z-index: 10;
  top: 57%;
  right: 85px;
  cursor: pointer;
}
.slick-next::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}
.slick-next::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
}
@media screen and (max-width: 1200px) {
  .slick-next {
    display: none !important;
  }
}

/* active だけ有効化 */
.slick-slide a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider3 .slick-item {
  max-height: 195px;
}
@media print, screen and (max-width: 768px) {
  .slider3 .slick-item {
    width: 100vw;
    max-height: none;
  }
}

.slider3 .slick-item a {
  display: inline-block;
  /* ← 画像サイズに合わせて縮む */
  width: auto;
  /* ← 画像幅に依存 */
  height: auto;
  /* ← 画像高さに依存 */
  margin: 0 auto;
  /* ← 中央寄せしたい場合 */
}
@media print, screen and (max-width: 768px) {
  .slider3 .slick-item a {
    width: 100%;
    max-height: none;
  }
}

.slider3 .slick-item img {
  display: block;
  /* ← a の中で確実にフィットさせる */
  max-height: 195px;
  /* ← 任意の高さ上限 */
  width: auto;
  height: auto;
}
@media print, screen and (max-width: 768px) {
  .slider3 .slick-item img {
    width: 100%;
    max-height: none;
  }
}

.slider3 .slick-item {
  padding: 0 50px;
  /* ←左右に20pxの余白 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 768px) {
  .slider3 .slick-item {
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/*■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■

共通設定

■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.5rem;
  background-color: #ffffff;
  color: #333333;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.5rem;
  }
}

main {
  display: block;
}

section {
  position: relative;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  text-decoration: none;
}

.MaxInner {
  padding: 0 20px;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .MaxInner {
    padding: 0 9%;
  }
}

.inner2 {
  padding: 0 37px;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .inner2 {
    padding: 0 6%;
  }
}

.inner-rgba {
  padding: 0 37px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
@media print, screen and (min-width: 769px) {
  .inner-rgba {
    padding: 0% 138px;
  }
}

.rgba {
  background-color: rgba(255, 255, 255, 0.8);
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pagetop i {
  padding-top: 9px;
}
#pagetop a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  z-index: 999;
  border-radius: 30px;
  width: 44px;
  height: 44px;
  background-color: #F4D563;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ECC100;
  margin-bottom: 60px;
}
#pagetop a span {
  color: #333333;
  font-size: 9px;
}
#pagetop:hover .arrowtop {
  top: 3px;
}
@media print, screen and (max-width: 768px) {
  #pagetop {
    margin-bottom: 50px;
  }
}

.arrowtop {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
  top: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.arrowtop:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: -1px;
  right: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.map {
  position: relative;
  height: 0;
  width: 50%;
  padding-top: 30%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hami {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.bg-slash {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 0;
  background: #fecf3f;
  -webkit-transform: skewY(-35deg);
          transform: skewY(-35deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.bg-slash2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 0;
  background: #fecf3f;
  -webkit-transform: skewY(35deg);
          transform: skewY(35deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.fw-n {
  font-weight: 400;
}

.fw-b {
  font-weight: 700;
}

p img:hover {
  cursor: pointer;
}

.sp-only {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.sp2-only {
  display: block;
}
@media print, screen and (min-width: 992px) {
  .sp2-only {
    display: none;
  }
}

.sp3-only {
  display: block;
}
@media print, screen and (min-width: 1200px) {
  .sp3-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.pc2-only {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .pc2-only {
    display: block;
  }
}

.pc3-only {
  display: block;
}
@media print, screen and (max-width: 1199px) {
  .pc3-only {
    display: none;
  }
}

.ind1 {
  margin-left: 1rem;
  text-indent: -1rem;
}

.ind2 {
  margin-left: 2rem;
  text-indent: -2rem;
}

.ind3 {
  margin-left: 3rem;
  text-indent: -3rem;
}

.under-line {
  position: relative;
}
.under-line::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00aaa7;
  border-radius: 2px;
}

.under {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.triangle {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.triangle:hover {
  color: #43A0AE;
}
.triangle:hover::after {
  border-color: transparent transparent transparent #43A0AE;
}
.triangle::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #FFA040;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.arrow {
  position: relative;
  display: inline-block;
}
.arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #77584A;
  border-right: solid 2px #77584A;
  position: absolute;
  right: 25%;
  bottom: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tac {
  text-align: center;
}
.tac-pc {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .tac-pc {
    text-align: center;
  }
}
.tac-sp {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tac-sp {
    text-align: left;
  }
}
.tac-all {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tac-w {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tac-h {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* 上端から0pxのところで固定 */
}

.scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 70px;
  color: #fff;
  z-index: 1;
}
.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.m0a {
  width: auto;
  margin: 0 auto;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz27 {
  font-size: 1.6875rem;
}

.fz28 {
  font-size: 1.75rem;
}

.fz29 {
  font-size: 1.8125rem;
}

.fz30 {
  font-size: 1.875rem;
}

.fz31 {
  font-size: 1.9375rem;
}

.fz32 {
  font-size: 2rem;
}

.fz33 {
  font-size: 2.0625rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz35 {
  font-size: 2.1875rem;
}

.fz36 {
  font-size: 2.25rem;
}

.fz37 {
  font-size: 2.3125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz39 {
  font-size: 2.4375rem;
}

.fz40 {
  font-size: 2.5rem;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

.js-acc-title + .acc-panel {
  display: none;
}

.js-acc-title.open + .acc-panel {
  display: block;
}

.box {
  width: 220px;
  padding: 20px;
  margin: 0 20px 20px 0;
  background: #666;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fixed {
  position: fixed;
}

@-webkit-keyframes movetop {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes movetop {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.move-top {
  opacity: 0;
}
.move-top.move-on {
  -webkit-animation: movetop 1s ease-in-out 0.5s 1 normal both;
          animation: movetop 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes movebottom {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes movebottom {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.move-bottom {
  opacity: 0;
}
.move-bottom.move-on {
  -webkit-animation: movebottom 1s ease-in-out 0.5s 1 normal both;
          animation: movebottom 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes moveleft {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveleft {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.move-left {
  opacity: 0;
}
.move-left.move-on {
  -webkit-animation: moveleft 1s ease-in-out 0.5s 1 normal both;
          animation: moveleft 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes moveright {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveright {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.move-right {
  opacity: 0;
}
.move-right.move-on {
  -webkit-animation: moveright 1s ease-in-out 0.5s 1 normal both;
          animation: moveright 1s ease-in-out 0.5s 1 normal both;
}

.move-text {
  opacity: 0;
}
.move-text span {
  opacity: 0;
}

.move-text2 {
  opacity: 0;
}
.move-text2 span {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.fade-in.move-on {
  opacity: 1;
}

.fade-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transition: 1s;
  transition: 1s;
}
.fade-bottom.move-on {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fade-left {
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 1s;
  transition: 1s;
}
.fade-left.move-on {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fade-right {
  opacity: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transition: 1s;
  transition: 1s;
}
.fade-right.move-on {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
            transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
            transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
            transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
            transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
            transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
            transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
            transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
            transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.move-bounce.move-on {
  -webkit-animation: bounce 1s ease-in-out 0.5s 1 normal both;
          animation: bounce 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes anime-h {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}

@keyframes anime-h {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}
.anime-h {
  -webkit-animation: anime-h 1.5s ease-in-out 0s infinite alternate;
          animation: anime-h 1.5s ease-in-out 0s infinite alternate;
  display: inline-block;
}

@-webkit-keyframes anime-w {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0);
  }
}

@keyframes anime-w {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0);
  }
}
.anime-w {
  -webkit-animation: anime-w 1.5s ease-in-out 0s infinite alternate;
          animation: anime-w 1.5s ease-in-out 0s infinite alternate;
  display: inline-block;
}

@-webkit-keyframes anime-swing {
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

@keyframes anime-swing {
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.anime-swing {
  -webkit-animation: anime-swing 5s ease-in-out 0s infinite alternate;
          animation: anime-swing 5s ease-in-out 0s infinite alternate;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  display: inline-block;
}

@-webkit-keyframes anime-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes anime-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.anime-spin {
  -webkit-animation: anime-spin 2s linear 0s infinite alternate;
          animation: anime-spin 2s linear 0s infinite alternate;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  display: inline-block;
}

@-webkit-keyframes anime-zoom {
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime-zoom {
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.anime-zoom {
  -webkit-animation: anime-zoom 1.5s ease-in-out 0s infinite alternate;
          animation: anime-zoom 1.5s ease-in-out 0s infinite alternate;
  -webkit-transform: scale(0.85, 0.85);
          transform: scale(0.85, 0.85);
  display: inline-block;
}

.fly {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.fly:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
}

.light {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.light:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

.shine {
  position: relative;
}
.shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.shine:hover::before {
  -webkit-animation: shine 0.75s;
          animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.blur {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.blur:hover {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.gray {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.gray:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.zoom {
  overflow: hidden;
}
.zoom img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.zoom img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.color {
  background: blue;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.color img:hover {
  opacity: 0.5;
}

.text-animation1 {
  position: relative;
  padding-bottom: 10px;
}
.text-animation1:hover {
  color: #0481A2;
}
.text-animation1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.text-animation1:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.text-animation2 {
  position: relative;
}
.text-animation2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.text-animation2:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.text-animation3 {
  position: relative;
  padding-bottom: 10px;
}
.text-animation3:hover {
  color: #0481A2;
}
.text-animation3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.text-animation3:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.text-animation4 {
  position: relative;
  padding-top: 10px;
}
.text-animation4:hover {
  color: #0481A2;
}
.text-animation4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.text-animation4:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.text-animation5 {
  position: relative;
}
.text-animation5::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0481A2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.text-animation5:hover::after {
  width: 100%;
  opacity: 1;
}
.text-animation5:hover {
  color: #fff;
}

.text-animation6 {
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding-top: 10px;
  padding-bottom: 10px;
}
.text-animation6::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0481A2;
  opacity: 0;
}
.text-animation6:hover::after {
  width: 100%;
  opacity: 1;
  -webkit-animation: bgappear 0.5s forwards;
          animation: bgappear 0.5s forwards;
}
@-webkit-keyframes bgappear {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #0481A2;
  }
}
@keyframes bgappear {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #0481A2;
  }
}
.text-animation6:hover {
  color: #fff;
  z-index: 1;
}

.text-animation7 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.text-animation7:hover {
  background: #0481A2;
  color: #fff;
}
.text-animation7:hover {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.text-animation7:before, .text-animation7:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #0481A2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.text-animation7::before {
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.text-animation7::after {
  bottom: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.text-animation7:hover::before, .text-animation7:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.text-animation8 {
  position: relative;
  padding-bottom: 10px;
}
.text-animation8:hover {
  color: #0481A2;
}
.text-animation8::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 50%;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.04, 1);
          transform: scale(0.04, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.text-animation8:hover::after {
  height: 2px;
  border-radius: 0;
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
}

.text-animation9 {
  position: relative;
  overflow: hidden;
  padding: 10px 60px;
}
.text-animation9 span {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  opacity: 1;
  white-space: nowrap;
}
.text-animation9 span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.text-animation9:hover span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.text-animation9:hover span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.text-animation10 {
  position: relative;
  margin: 0 10px;
  display: block;
  width: 200px;
  text-align: center;
}
.text-animation10::before, .text-animation10::after {
  content: "";
  position: absolute;
  background: #0481A2;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.text-animation10::before {
  right: 0;
  bottom: 0;
}
.text-animation10::after {
  left: 0;
  top: 0;
}
.text-animation10 span {
  display: block;
}
.text-animation10 span::before, .text-animation10 span::after {
  content: "";
  position: absolute;
  background: #0481A2;
  width: 2px;
  height: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.text-animation10 span::before {
  left: 0;
  bottom: 0;
}
.text-animation10 span::after {
  right: 0;
  top: 0;
}
.text-animation10:hover::before, .text-animation10:hover::after {
  width: 100%;
}
.text-animation10:hover::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.text-animation10:hover::before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.text-animation10.current span::before, .text-animation10.current span::after, .text-animation10:hover span::before, .text-animation10:hover span::after {
  height: 100%;
}
.text-animation10:hover span::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.text-animation10:hover span::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.text-animation11 {
  position: relative;
  margin: 0 10px;
  display: block;
  width: 300px;
  text-align: center;
}
.text-animation11::before, .text-animation11::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.text-animation11::before {
  right: 0;
  top: 0;
}
.text-animation11::after {
  left: 0;
  bottom: 0;
}
.text-animation11 span {
  display: block;
}
.text-animation11 span::before, .text-animation11 span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background: #0481A2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.text-animation11 span::before {
  left: 0;
  top: 0;
}
.text-animation11 span::after {
  right: 0;
  bottom: 0;
}
.text-animation11:hover::before, .text-animation11:hover::after {
  width: 100%;
}
.text-animation11:hover span::before, .text-animation11:hover span::after {
  height: 100%;
}

a:has(.logo) {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.logo {
  max-width: 220px;
  width: 100%;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.logo:hover {
  opacity: 0.6;
}
@media print, screen and (max-width: 768px) {
  .logo {
    padding: 15px 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 200px;
    width: 100%;
  }
}

.header-main {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
@media print, screen and (min-width: 1200px) {
  .header-main {
    top: 0;
    left: 0;
  }
}
.header-main__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 8px;
}
.header-main__topbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  font-weight: bold;
  max-width: 770px;
  width: 100%;
}
.header-main__topbtn a {
  padding: 10px;
  border-radius: 5px;
  vertical-align: bottom;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-main__topbtn a img {
  margin-right: 6px;
}
.header-main__topbtn a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  /* 下に4px移動 */
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  opacity: 0.7;
}
.header-main__topbtn a:nth-child(2) {
  background-color: #F7F5F0;
  color: #E57428;
  -webkit-box-shadow: 0 4px 0 0 #B65D04;
          box-shadow: 0 4px 0 0 #B65D04;
  border: 1px solid #E57428;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.header-main__topbtn a:nth-child(2) img {
  vertical-align: sub;
}
.header-main__topbtn a:nth-child(3) {
  background-color: #E57428;
  color: #F9F9F9;
  -webkit-box-shadow: 0 4px 0 0 #B65D04;
          box-shadow: 0 4px 0 0 #B65D04;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.header-main__topbtn a:last-child {
  background-color: #F4D563;
  color: #333333;
  -webkit-box-shadow: 0 4px 0 0 #E1BC42;
          box-shadow: 0 4px 0 0 #E1BC42;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.header-main__topbtn a:last-child img {
  vertical-align: sub;
}
@media print, screen and (max-width: 1199px) {
  .header-main__topbtn a:nth-child(1) {
    background-color: #F7F5F0;
    color: #E57428;
    -webkit-box-shadow: 0 4px 0 0 #B65D04;
            box-shadow: 0 4px 0 0 #B65D04;
    border: 1px solid #E57428;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .header-main__topbtn a:nth-child(1) img {
    vertical-align: sub;
  }
  .header-main__topbtn a:nth-child(2) {
    background-color: #E57428;
    color: #F9F9F9;
    -webkit-box-shadow: 0 4px 0 0 #B65D04;
            box-shadow: 0 4px 0 0 #B65D04;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .header-main__topbtn a:last-child {
    background-color: #F4D563;
    color: #333333;
    -webkit-box-shadow: 0 4px 0 0 #E1BC42;
            box-shadow: 0 4px 0 0 #E1BC42;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .header-main__topbtn a:last-child img {
    vertical-align: sub;
  }
}
.header-main__topbtn .telbox p {
  font-size: 12px;
}
.header-main__topbtn .telbox a {
  background: none;
  color: #0068b6;
  font-size: 22px;
  padding: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  padding-left: 1.3rem;
}
.header-main__topbtn .telbox a:hover {
  opacity: 1;
}
.header-main__topbtn .telbox a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/compornent/nav-tel.png);
  width: 1rem;
  height: 1rem;
  background-size: cover;
  left: 0;
  top: 10px;
}

.gnavi {
  border-top: 1px solid #C3C3C3;
}
.gnavi__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gnavi__item {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 20%;
  position: relative;
  /* 子要素（.dropdown）の基準点をこの要素に設定 */
}
.gnavi__item:hover .gnavi__link {
  color: #E57428;
}
.gnavi__item:hover .gnavi__link::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.gnavi__item:nth-child(5) .gnavi__link {
  border-right: 1px solid #C3C3C3;
}
@media print, screen and (max-width: 1199px) {
  .gnavi__item:nth-child(5) .gnavi__link {
    border-right: none;
  }
}
.gnavi__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  border-left: 1px solid #C3C3C3;
  height: 60px;
  width: 100%;
  padding: 0 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.gnavi__link::after {
  position: absolute;
  bottom: 4px;
  left: 5%;
  display: block;
  content: "";
  width: 90%;
  height: 3px;
  background: #F4D563;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gnavi__link img {
  margin-top: 3px;
  margin-left: 10px;
}

.dropdown {
  display: none;
}

.dropdown.active {
  display: block;
}

/* ドロップダウンメニューの基本スタイル */
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 150;
  padding: 10px 0;
  list-style: none;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown li {
  padding: 10px 20px;
  border-bottom: 1px solid #C3C3C3;
  width: 95%;
  margin-inline: auto;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown li:last-child {
  border-bottom: none;
}
.dropdown li a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}
.dropdown li a:hover {
  color: #E57428;
}
.dropdown li a:hover .drop__arrowbk {
  background-color: #E57428;
  position: relative;
}
.dropdown li a:hover .drop__arrow::before,
.dropdown li a:hover .drop__arrow::after {
  background-color: #fff;
}
.dropdown li a:hover .drop__arrow {
  background-color: #fff;
}

/* 親要素にホバーしたときに表示 */
.gnavi__item:hover .dropdown {
  display: block;
}

/* 親リンクの矢印アイコンを回転 */
.gnavi__item:hover .gnavi__link img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.dropdown {
  display: none;
}

.dropdown.active {
  display: block;
}

.drop__arrow {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 2px;
  margin: 5px 0;
  border-radius: 9999px;
  background-color: #333333;
  top: -1px;
  left: 5px;
  z-index: 10;
  margin-right: 16px;
  margin-left: 1px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.drop__arrow::before, .drop__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #333333;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.drop__arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drop__arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drop__arrowbk {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50px;
  background-color: #F4D563;
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  border-bottom: 1px solid #C3C3C3;
}
.header-sp__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F9F9F9;
  padding: 10px;
  z-index: 200;
  height: 60px;
}
.header-sp .hamburger {
  background-color: transparent;
  position: relative;
  cursor: pointer;
  height: 60px;
  width: 60px;
}
.header-sp .hamburger .icon span {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 4px;
  background-color: #E57428;
  -webkit-transition: ease 0.75s;
  transition: ease 0.75s;
  border-radius: 10px;
}
.header-sp .hamburger .icon span:nth-of-type(1) {
  top: 16px;
}
.header-sp .hamburger .icon span:nth-of-type(2) {
  top: 26px;
}
.header-sp .hamburger .icon span:nth-of-type(3) {
  bottom: 19px;
}
.header-sp .hamburger .icon span:nth-of-type(4) {
  bottom: 17px;
  background: none;
  font-size: 10px;
  color: #E57428;
  font-weight: bold;
  white-space: nowrap;
  left: 10px;
}
@media print, screen and (max-width: 768px) {
  .header-sp .hamburger .icon span:nth-of-type(4) {
    bottom: 13px;
  }
}
.header-sp .hamburger.is-active .icon span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 28px;
}
.header-sp .hamburger.is-active .icon span:nth-of-type(2) {
  opacity: 0;
}
.header-sp .hamburger.is-active .icon span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 28px;
}

.gnavisp {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: fixed;
  top: 61px;
  left: 0;
  background-color: #F9F9F9;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 100;
}
.gnavisp .header-main__topbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 700px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gnavisp .header-main__topbtn a {
  text-align: center;
  width: 100%;
}
.gnavisp .gnavi__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #C3C3C3;
  padding-top: 0;
  margin-bottom: 100px;
}
.gnavisp .gnavi__item {
  width: 100%;
}
.gnavisp .gnavi__item:hover .gnavi__link::after {
  display: none;
}
.gnavisp .gnavi__link {
  border-bottom: 1px solid #C3C3C3;
  border-left: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2rem;
}
.gnavisp.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.gnavisp .dropdown {
  position: static;
  display: none;
  padding-left: 20px;
}
.gnavisp .dropdown.active {
  display: block;
}

.telbox-sp {
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  margin: 0 0 0 auto;
}
.telbox-sp p:first-child {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 0;
}
.telbox-sp a {
  font-size: 16px;
  color: #0068b6;
  font-weight: bold;
  position: relative;
  padding-left: 1rem;
}
.telbox-sp a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/compornent/nav-tel.png);
  width: 0.75rem;
  height: 0.75rem;
  background-size: cover;
  left: 0;
  top: 7px;
}

.accordion__button {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  border: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion__content {
  display: none;
  /* 初期状態で非表示 */
  background-color: #FFFCF1;
}

.accordion__content li {
  padding: 10px 0;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #C3C3C3;
}
.accordion__content li a {
  text-decoration: none;
  display: block;
  color: #333333;
  padding-left: 40px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion__content li a::before {
  content: "";
  position: relative;
  display: inline-block;
  background-color: #F4D563;
  width: 15px;
  height: 3px;
  top: -4px;
  left: -8px;
}
.accordion__content li a:hover {
  color: #E57428;
}

.accordion.active .accordion__content {
  display: block;
  /* アクティブな状態で表示 */
}

.js-drawer {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  /* 初期状態では非表示 */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
}

.js-drawer.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* アクティブ状態で表示 */
}

.js-hamburger.is-active .icon span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
}

.js-hamburger.is-active .icon span:nth-of-type(2) {
  opacity: 0;
}

.js-hamburger.is-active .icon span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
}

.accordion__arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.accordion__arrow::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 0;
  border-bottom: solid 2px #E57428;
  border-right: solid 2px #E57428;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion__arrow.rotate::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 2px;
}

.hero {
  max-height: 260px;
  background-image: url(../img/compornent/herobg.svg);
  background-size: cover;
  background-position: center bottom;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 縦方向中央揃え */
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* 左揃え */
}
@media print, screen and (min-width: 1200px) {
  .hero {
    margin-top: 157px;
  }
}
@media print, screen and (max-width: 992px) {
  .hero {
    margin-top: 60px;
    line-height: normal;
  }
}
.hero__title {
  color: #E57428;
  font-size: 2.5rem;
  text-align: left;
  position: relative;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.hero__title::before {
  display: inline-block;
  content: "";
  background-image: url(../img/compornent/heroicon.svg);
  width: 1em;
  height: 1.3em;
  background-position: center;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
@media print, screen and (max-width: 768px) {
  .hero__title {
    font-size: 2rem;
    padding: 20px;
    text-align: center;
  }
  .hero__title::before {
    position: absolute;
    top: -40px;
    height: 1.7em;
    left: calc(50% - 0.5em);
    margin-right: 0px;
  }
}

@media print, screen and (max-width: 1199px) {
  .hero_top {
    padding-top: 60px;
  }
}

footer {
  background-color: #F7F5F0;
}
footer .footer__top {
  padding: 20px 0;
  border-bottom: 1px solid #C3C3C3;
}
footer .footer__nav {
  margin-top: 20px;
  width: 100%;
}
footer .footer__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* デフォルトは3列 */
  gap: 20px;
  /* アイテム間の隙間を設定 */
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (max-width: 992px) {
  footer .footer__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 768px) {
  footer .footer__list {
    grid-template-columns: 1fr;
  }
}
footer .footer__link {
  color: #333333;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer__link::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #F4D563;
  border-radius: 50px;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer__link:hover {
  color: #E57428;
}
footer .footer__link:hover::before {
  background-color: #E57428;
}
footer .footer__link:hover .footer__arrow {
  background-color: #fff;
}
footer .footer__link:hover .footer__arrow::before, footer .footer__link:hover .footer__arrow::after {
  background-color: #F9F9F9;
}
footer .footer__arrow {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 2px;
  margin: 5px 0;
  border-radius: 9999px;
  background-color: #333333;
  top: 8px;
  left: 5px;
  z-index: 10;
  margin-right: 16px;
}
footer .footer__arrow::before, footer .footer__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #333333;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
footer .footer__arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer .footer__arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
footer .footer__bottom {
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 44px;
  margin-top: 20px;
}
footer .footer__bottom a {
  font-size: 0.875rem;
  color: #6C6C6C;
  border-bottom: 1px solid #6C6C6C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer__bottom a:hover {
  color: #E57428;
  border-bottom: 1px solid #E57428;
}
@media print, screen and (max-width: 768px) {
  footer .footer__bottom {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .MinInner {
    max-width: 1050px;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

.component__box {
  margin-bottom: 100px;
  margin-top: 100px;
}
.component__title {
  font-size: 1.875rem;
  font-weight: bold;
}

.arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}

.arrow-down::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.breadcrumb {
  font-size: 14px;
  margin: 30px 0;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .breadcrumb ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.breadcrumb li {
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .breadcrumb li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.breadcrumb a {
  color: #E57428;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumb a:hover {
  opacity: 0.6;
}
.breadcrumb li:not(:last-child)::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media print, screen and (max-width: 768px) {
  .breadcrumb li:not(:last-child)::before {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    right: -10px;
    top: 52%;
  }
}

/*--★h2：セクション見出し-----------------------------------*/
h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  position: relative;
  font-size: 32px;
}
h2:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 7px;
  background-color: #F4D563;
  bottom: -20px;
  left: 50%;
}
h2:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 7px;
  background-color: #E57428;
  bottom: -20px;
  right: 50%;
}
h2 img {
  max-width: 48px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

/*--★h3：中見出し-----------------------------------*/
h3 {
  color: #E57428;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #C3C3C3;
  position: relative;
  margin-bottom: 40px;
}
h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  border-bottom: 2px solid #F4D563;
  bottom: -2px;
  left: 0;
}

/*--★h4：小見出し-----------------------------------*/
h4 {
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px 15px;
  background-color: #F7F5F0;
  position: relative;
  margin-bottom: 20px;
}
h4:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  border-left: 3px solid #E57428;
  left: 0;
  top: 0;
}

/*--★テキストリンク-----------------------------------*/
.textlink {
  color: #009EF3;
  border-bottom: 1px solid #009EF3;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.textlink:hover {
  opacity: 0.6;
}

/*--★インデント-----------------------------------*/
.indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}

.indent_2 {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

.indent_3 {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  margin-left: 1em;
}

.redtxt {
  color: #CB4646;
}

/*--★ボタン1-----------------------------------*/
.btn1 {
  padding: 15px 20px;
  border-radius: 50px;
  background-color: #F4D563;
  color: #333333;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #F4D563;
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  .btn1 {
    font-size: 14px;
  }
}
.btn1__arrow {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.btn1__arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(/resource/img/compornent/arrow-w.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  top: -22px;
  left: -20px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media print, screen and (max-width: 768px) {
  .btn1__arrow::before {
    width: 20px;
    height: 20px;
    top: -16px;
  }
}
.btn1:hover {
  background-color: #FFFCF1;
}
.btn1:hover .btn1__arrow::before {
  background-image: url(/resource/img/compornent/arrow-or.svg);
  left: -15px;
}
.btn1 span {
  margin-left: 30px;
}

/*--★ボタン2-----------------------------------*/
.btn2 {
  padding: 15px 20px;
  border-radius: 50px;
  background-color: #E57428;
  color: #F9F9F9;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #E57428;
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  .btn2 {
    font-size: 14px;
  }
}
.btn2__arrow {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.btn2__arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(/resource/img/compornent/arrow-w.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  top: -22px;
  left: -20px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media print, screen and (max-width: 768px) {
  .btn2__arrow::before {
    width: 20px;
    height: 20px;
    top: -16px;
  }
}
.btn2:hover {
  background-color: #FFFCF1;
  color: #E57428;
}
.btn2:hover .btn2__arrow::before {
  background-image: url(/resource/img/compornent/arrow-or.svg);
  left: -15px;
}
.btn2 span {
  margin-left: 30px;
}

/*--★ボタン2(縦矢印)-----------------------------------*/
.btn2_tate {
  padding: 15px 20px;
  border-radius: 50px;
  background-color: #E57428;
  color: #F9F9F9;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #E57428;
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  .btn2_tate {
    font-size: 14px;
  }
}
.btn2_tate::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50px;
  top: 22%;
  right: 20px;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media print, screen and (max-width: 768px) {
  .btn2_tate::after {
    top: 18%;
  }
}
.btn2_tate__arrow {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 2px;
  margin: 5px 0;
  border-radius: 9999px;
  background-color: #E57428;
  right: 10px;
  z-index: 10;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn2_tate__arrow::before, .btn2_tate__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #E57428;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.btn2_tate__arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn2_tate__arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn2_tate:hover {
  background-color: #FFFCF1;
  color: #E57428;
}
.btn2_tate:hover::after {
  background-color: #E57428;
  top: 15px;
}
.btn2_tate:hover .btn2_tate__arrow {
  background-color: #F9F9F9;
  top: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn2_tate:hover .btn2_tate__arrow::before, .btn2_tate:hover .btn2_tate__arrow::after {
  background-color: #F9F9F9;
}
.btn2_tate span {
  margin-left: 30px;
}

/*--★ボタン3-----------------------------------*/
.btn3 {
  padding: 3px 0;
  color: #333333;
  border-bottom: 1px solid #333333;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (max-width: 768px) {
  .btn3 {
    font-size: 14px;
  }
}
.btn3::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #F4D563;
  border-radius: 50px;
  top: 10%;
  right: -30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn3__arrow {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 2px;
  margin: 5px 0;
  border-radius: 9999px;
  background-color: #333333;
  right: -11px;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn3__arrow::before, .btn3__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #333333;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.btn3__arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn3__arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn3:hover {
  color: #E57428;
  border-bottom: 1px solid #E57428;
}
.btn3:hover::after {
  background-color: #E57428;
  right: -35px;
}
.btn3:hover + .btn3__arrow {
  background-color: #F9F9F9;
  right: -15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn3:hover + .btn3__arrow::before, .btn3:hover + .btn3__arrow::after {
  background-color: #F9F9F9;
  right: -2px;
}
.btn3 span {
  display: block;
  padding-left: 40px;
}

/*--★ボタン4-----------------------------------*/
.btn4 {
  padding: 3px 0;
  color: #333333;
  border-bottom: 1px solid #333333;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (max-width: 768px) {
  .btn4 {
    font-size: 14px;
  }
}
.btn4::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #F4D563;
  border-radius: 50px;
  top: 10%;
  right: -30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn4__arrow {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 12px;
  margin: 5px 0;
  border-radius: 9999px;
  background-color: #333333;
  right: -16.5px;
  top: 4px;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn4__arrow::before, .btn4__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  top: 12px;
  border-radius: 9999px;
  background-color: #333333;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.btn4__arrow::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.btn4__arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn4:hover {
  color: #E57428;
  border-bottom: 1px solid #E57428;
}
.btn4:hover::after {
  background-color: #E57428;
  top: 8px;
}
.btn4:hover + .btn4__arrow {
  background-color: #F9F9F9;
  top: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn4:hover + .btn4__arrow::before, .btn4:hover + .btn4__arrow::after {
  background-color: #F9F9F9;
  top: 11px;
}
.btn4 span {
  display: block;
  padding-left: 40px;
}

/*--★お申し込みボタン（フローティング）-----------------------------------*/
.floating-buttons {
  position: fixed;
  right: 0;
  top: 415px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  z-index: 30;
}
.floating-buttons .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  text-align: top;
  padding: 15px 10px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 3px;
  line-height: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-buttons .button:hover {
  opacity: 0.6;
}
.floating-buttons .orange {
  background-color: #f4511e;
  /* オレンジ */
}
.floating-buttons .blue {
  background-color: #1e88e5;
  /* 青 */
}
@media print, screen and (max-width: 768px) {
  .floating-buttons {
    bottom: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-transform: none;
            transform: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: -webkit-sticky;
    position: sticky;
  }
  .floating-buttons .button {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0 0;
  }
}

table {
  width: 100%;
  border-collapse: separate;
  /* separateを使って角丸を保持 */
  border-spacing: 0;
  /* 隙間をなくす */
  /* 左上のセル */
  /* 右上のセル */
  /* 隣接するセルの左ボーダーを削除 */
  /* 奇数行（2行目から適用） */
  /* 偶数行（2行目から適用） */
  /* 2行目以降のセルのボーダーを特定の色に変更し、右と下のボーダーを調整 */
  /* 最後の行のセルに下側ボーダーを追加 */
  /* 最右列のセルに右側ボーダーを追加（2行目以降） */
  /* 全体のボーダーを統一 */
}
table th,
table td {
  padding: 20px 20px;
}
table th {
  background-color: #E57428;
  border: 1px solid #CD612A;
  color: #F9F9F9;
  border-bottom: none;
}
table th:first-child {
  border-top-left-radius: 10px;
}
table th:last-child {
  border-top-right-radius: 10px;
}
table th + th,
table td + td {
  border-left: none;
  /* 左側の重複ボーダーを削除 */
}
table tr:nth-child(odd):not(:first-child) {
  background-color: #F7F5F0;
}
table tr:nth-child(even):not(:first-child) {
  background-color: #fff;
}
table tr:not(:first-child) td {
  border: 1px solid #CD612A;
  border-right: none;
  /* 右側のボーダーを削除 */
  border-bottom: none;
  /* 下側のボーダーを削除 */
}
table tr:last-child td {
  border-bottom: 1px solid #CD612A;
  /* 最下部のボーダーを表示 */
}
table tr:not(:first-child) td:last-child {
  border-right: 1px solid #CD612A;
  /* 一番右のセルの右ボーダーを表示 */
}
table th,
table td {
  border-width: 1px;
  text-align: center;
}

.box {
  width: 100%;
  background-color: #FFFCF1;
  border: 1px solid #F4D563;
  border-radius: 10px;
  padding: 10px 25px 20px 25px;
}
.box__title {
  font-size: 1.25rem;
  color: #333333;
  position: relative;
  font-weight: bold;
  border-bottom: 2px dashed #E57428;
  padding-bottom: 18px;
  padding-left: 1.5em;
  padding-top: 15px;
}
.box__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/compornent/heroicon.svg);
  width: 25px;
  height: 46px;
  background-position: center center;
  background-size: contain;
  margin-right: 15px;
  top: calc(50% - 25px);
  left: -0.2em;
}
@media print, screen and (max-width: 768px) {
  .box__title::before {
    width: 20px;
    height: 41px;
  }
}
@media print, screen and (max-width: 768px) {
  .box__title {
    font-size: 1rem;
  }
}
.box__text {
  color: #333333;
  padding-top: 20px;
}

.box-light-off {
  background-color: #F9F9F9;
  border: 1px solid #C3C3C3;
}
.box-light-off .box__title::before {
  background-image: url(../img/compornent/box-light-off_icon.svg);
}

.faqbox {
  border: 1px solid #C3C3C3;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background-color: #F9F9F9;
  padding: 10px 35px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (max-width: 768px) {
  .faqbox {
    padding: 10px 10px;
  }
}
.faqbox:hover {
  background-color: #FFFCF1;
}
.faqbox__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faqbox__title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 10px;
  padding-left: 40px;
}
@media print, screen and (max-width: 768px) {
  .faqbox__title {
    padding-left: 30px;
    font-size: 1rem;
  }
}
.faqbox__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../img/compornent/faqicon.svg);
  width: 35px;
  height: 35px;
  background-size: contain;
  left: 0;
  top: 5px;
}
@media print, screen and (max-width: 768px) {
  .faqbox__title::before {
    width: 25px;
    height: 25px;
    top: 10px;
  }
}
.faqbox__arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.faqbox__arrow::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 0;
  border-bottom: solid 2px #E57428;
  border-right: solid 2px #E57428;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faqbox__arrow.rotate::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 2px;
}
.faqbox__content {
  display: none;
  padding: 18px 30px;
  background-color: #fff8e1;
  width: 100%;
  margin-inline: auto;
  border-radius: 10px;
  border: 1px solid #F4D563;
  margin-top: 10px;
}
@media print, screen and (max-width: 768px) {
  .faqbox__content {
    padding: 10px;
    font-size: 0.875rem;
  }
}
.faqbox__content.open {
  display: block;
}

.flowbox {
  border: 1px solid #C3C3C3;
  padding: 20px 30px;
  border-radius: 10px;
}
.flowbox__clock {
  font-size: 0.875rem;
  background-color: #F4D563;
  border-radius: 50px;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}
.flowbox__clock::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/compornent/clock.svg);
  background-size: contain;
  background-position: center top;
  left: 10px;
  top: 7px;
}
.flowbox__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  /* ナンバーとタイトルの間のギャップ */
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  /* ナンバーとタイトルの1行目を下揃え */
  margin-bottom: 10px;
}
.flowbox__number {
  font-family: "Lato", monospace;
  color: #E57428;
  font-size: 1.875rem;
  font-weight: bold;
  position: relative;
  margin: 0;
  padding-top: 0;
  top: -25px;
}
.flowbox__number .step {
  color: #6C6C6C;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: -3px;
  left: -1px;
}
.flowbox__number:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #333333;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  bottom: 0;
  left: 30px;
}
.flowbox__title {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
  margin: 0;
}
.flowbox__text {
  font-size: 1rem;
  color: #333333;
  padding-left: 53px;
}

.content__container .content {
  display: none;
}
.content__container .content.show {
  display: block;
  -webkit-animation: panel-show 0.5s ease-in-out forwards;
          animation: panel-show 0.5s ease-in-out forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.7rem;
}
.tab__container .tab {
  font-size: 20px;
  font-weight: bold;
  color: #E57428;
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 320px;
  width: 100%;
  height: 156px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #C3C3C3;
  padding: 33px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  z-index: 1;
  /* 親要素の z-index を文字より高く設定 */
}
.tab__container .tab::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/compornent/tab_bg.svg);
  background-size: 85%;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}
.tab__container .tab::after {
  content: "";
  display: inline-block;
  background-image: url(../img/compornent/tab_arrow.png);
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: contain;
  bottom: 18px;
  right: calc(50% - 20px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tab__container .tab:hover {
  background-color: #FFFCF1;
  border-color: #F4D563;
}
.tab__container .tab:hover::before {
  -webkit-filter: none;
          filter: none;
}
.tab__container .tab:hover::after {
  bottom: 12px;
}
.tab__container .active {
  background-color: #FFFCF1;
  border-color: #F4D563;
}
.tab__container .active::before {
  -webkit-filter: none;
          filter: none;
}

.video {
  margin-bottom: 50px;
}
.video__title {
  max-width: 872px;
  margin: 0 auto;
  background: #F4D563;
  text-align: center;
  padding: 19px 0;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
@media print, screen and (max-width: 768px) {
  .video__title {
    font-size: 1rem;
  }
}
.video__box {
  max-width: 872px;
  margin: 0 auto;
  background: #FFFCF1;
  padding: 36px 6% 54px;
  border-radius: 0 0 10px 10px;
  border: 2px solid #F4D563;
}
@media print, screen and (max-width: 768px) {
  .video__box {
    padding: 18px 3% 27px;
  }
}
.video__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.video__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll-hint-icon-white {
  background: rgb(244, 213, 99) !important;
}

.slidetxt {
  padding: 5px;
  max-width: 1190px;
  width: 100%;
  margin-inline: auto;
  margin-top: 10px;
  font-size: 18px;
}
@media print, screen and (max-width: 768px) {
  .slidetxt {
    font-size: clamp(0.625rem, 0.148rem + 2.04vw, 1.125rem);
  }
}

.hero_top .slider3 .MaxInner {
  text-align: center;
  padding: 0;
}

.top {
  line-height: 1.8rem;
}
.top a[href*="tel:"] {
  color: #E57428;
}
@media (min-width: 751px) {
  .top a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.top .catch {
  display: block;
  margin: 80px auto;
}
@media print, screen and (max-width: 768px) {
  .top .catch {
    margin-top: 0px;
  }
}
.top .catch .imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  max-width: 600px;
}
.top .catch .imgbox img {
  max-width: 600px;
  width: 100%;
}
.top .catch .content {
  display: none;
  margin-bottom: 80px;
  max-height: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  margin-top: 50px;
}
@media print, screen and (max-width: 768px) {
  .top .catch .content {
    margin-bottom: 40px;
  }
}
.top .catch .accordion__button {
  font-size: 20px;
  max-width: 500px;
  width: 100%;
  display: block;
  color: #E57428;
  font-weight: bold;
  margin-inline: auto;
  text-align: center;
  padding: 15px 10px;
  border: 2px solid #E57428;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 10px;
  margin-top: 50px;
}
.top .catch .accordion__button:hover {
  background-color: #F4D563;
}
.top .catch .accordion__button.active + .content {
  display: block;
  -webkit-animation: slideDown 0.5s ease-out forwards;
          animation: slideDown 0.5s ease-out forwards;
}
.top .catch .accordion__button:not(.active) + .content {
  -webkit-animation: slideUp 0.3s ease-in forwards;
          animation: slideUp 0.3s ease-in forwards;
}
@-webkit-keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 1000px;
    /* 十分な高さを指定 (調整可能) */
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 1000px;
    /* 十分な高さを指定 (調整可能) */
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    max-height: 500px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes slideUp {
  from {
    max-height: 500px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
.top .Mininner {
  max-width: 1190px;
  width: 100%;
  padding: 0 50px;
  margin-inline: auto;
}
@media print, screen and (max-width: 768px) {
  .top .Mininner {
    padding: 20px;
  }
}
.top .intro {
  background-image: url(../img/top/introbg.svg);
  background-size: cover;
  background-position: center bottom;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 100px 0;
  text-align: center;
  max-width: 50000px;
  margin-bottom: 50px;
}
.top .intro img {
  max-width: 886px;
  width: 100%;
  margin-inline: auto;
  padding: 0 20px;
}
@media print, screen and (max-width: 768px) {
  .top .intro img {
    max-width: 600px;
  }
}
.top .top_about p:nth-child(2) {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.top .top_about p:nth-child(2) span {
  font-weight: bold;
  color: #E57428;
}
.top .top_about__flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-bottom: 80px;
  max-width: 1090px;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .top .top_about__flexbox {
    gap: 10px;
  }
}
.top .top_about__flexbox img {
  max-width: 310px;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .top .top_about__flexbox img {
    width: 90%;
  }
}
.top .top_about .box {
  margin-bottom: 80px;
}
.top .top_about .box .box__title {
  padding: 23px 33px;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .top_about .box .box__title::before {
  display: none;
}
.top .top_about .box .box__title p {
  font-size: 24px;
  color: #E57428;
  margin-bottom: 0;
  margin-left: 10px;
}
@media print, screen and (max-width: 768px) {
  .top .top_about .box .box__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
  .top .top_about .box .box__title img {
    width: 60px;
    margin-bottom: 10px;
  }
  .top .top_about .box .box__title p {
    margin-left: 0;
    font-size: 19px;
  }
}
.top .top_about .box .box__text p {
  margin-bottom: 20px;
}
.top .top_about .box_img {
  max-width: 500px;
}
.top .top_about .box:nth-child(6) .box__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.top .top_about .box:nth-child(6) .box__text p {
  max-width: 509px;
}
@media print, screen and (max-width: 992px) {
  .top .top_about .box:nth-child(6) .box__text p {
    max-width: none;
    width: 100%;
  }
}
.top .top_about .box:nth-child(6) .box__text p span {
  font-weight: bold;
  color: #E57428;
}
@media print, screen and (max-width: 992px) {
  .top .top_about .box:nth-child(6) .box__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top .top_about .box:nth-child(6) .box__text img {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
}
.top .other__ttl {
  text-align: center;
  font-size: 24px;
  color: #E57428;
  font-weight: bold;
  padding: 18px 40px;
  background-color: #FFFCF1;
  border: 2px solid #F4D563;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 100px;
  margin-bottom: 30px;
  position: relative;
}
.top .other__ttl::before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #F4D563;
  margin-left: -10px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.top .other__ttl::after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #FFFCF1;
  margin-left: -10px;
  margin-top: -3px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.top .other__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  gap: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 992px) {
  .top .other__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.top .other__flex a:first-of-type {
  display: inline-block;
  max-width: 320px;
  margin-inline: auto;
  position: relative;
  width: 100%;
  /* 画像のスタイル */
  /* 2枚目の画像は最初透明 */
  /* hoverすると2枚目の画像が透明じゃなくなる */
}
.top .other__flex a:first-of-type img {
  position: relative;
}
.top .other__flex a:first-of-type img:last-of-type {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  left: 0;
}
.top .other__flex a:first-of-type:hover img {
  opacity: 1;
}
.top .other__flex a:nth-of-type(2) {
  max-width: 320px;
  margin-inline: auto;
  position: relative;
  width: 100%;
  /* 画像のスタイル */
  /* 2枚目の画像は最初透明 */
  /* hoverすると2枚目の画像が透明じゃなくなる */
}
.top .other__flex a:nth-of-type(2) img {
  position: relative;
}
.top .other__flex a:nth-of-type(2) img:last-of-type {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  left: 0;
}
.top .other__flex a:nth-of-type(2):hover img {
  opacity: 1;
}
.top .other__flex a:nth-of-type(3) {
  max-width: 320px;
  margin-inline: auto;
  position: relative;
  width: 100%;
  /* 画像のスタイル */
  /* 2枚目の画像は最初透明 */
  /* hoverすると2枚目の画像が透明じゃなくなる */
}
.top .other__flex a:nth-of-type(3) img {
  position: relative;
}
.top .other__flex a:nth-of-type(3) img:last-of-type {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  left: 0;
}
.top .other__flex a:nth-of-type(3):hover img {
  opacity: 1;
}
.top .contact__box {
  background-color: #FFFCF1;
  border: 1px solid #F4D563;
  border-radius: 10px;
  max-width: 896px;
  margin-inline: auto;
  padding: 25px 40px;
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 768px) {
  .top .contact__box {
    padding: 20px 10px;
  }
}
.top .contact__box p:first-of-type {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.top .contact__box p:nth-of-type(2) {
  vertical-align: bottom;
  font-size: 50px;
  color: #E57428;
  font-weight: bold;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .contact__box p:nth-of-type(2) span {
  margin-right: 10px;
  position: relative;
  top: 5px;
  pointer-events: none;
  width: 30px;
}
@media print, screen and (max-width: 768px) {
  .top .contact__box p:nth-of-type(2) span {
    width: 20px;
    top: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .top .contact__box p:nth-of-type(2) {
    font-size: 30px;
  }
}
.top .contact__box p:nth-child(3) {
  font-weight: bold;
  margin-bottom: 15px;
}
.top .contact__box p:nth-child(4) {
  font-size: 14px;
}
.top .retail,
.top .agency,
.top .yakkan {
  text-align: center;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 768px) {
  .top .retail,
  .top .agency,
  .top .yakkan {
    margin-bottom: 50px;
  }
}
.top .retail p,
.top .agency p,
.top .yakkan p {
  font-size: 20px;
}
.top .agency p,
.top .yakkan p {
  margin-bottom: 20px;
}
.top .yakkan .btnbox {
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
  gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  margin-bottom: 50px;
}
.top .yakkan .btnbox div a {
  width: 100%;
}
.top #toggleTableButton {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 14px 35px;
  border-radius: 10px;
  border: 2px solid #E57428;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
.top #toggleTableButton img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.top #toggleTableButton .rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /* 画像を180度回転 */
}
.top .addtxt {
  font-size: 26px !important;
  text-align: center;
  margin-bottom: 50px !important;
  color: #333333 !important;
  position: relative;
  border-bottom: 3px solid #F4D563;
  line-height: 160%;
}
.top .top_simu_link {
  position: relative;
  text-align: center;
  width: 100%;
}
.top .top_simu_link__arrow {
  position: absolute;
  right: 15px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.top .top_simu_link__arrow::before {
  content: "";
  display: inline-block;
  background-image: url(/resource/img/compornent/arrow-w.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
@media print, screen and (max-width: 768px) {
  .top .top_simu_link__arrow::before {
    width: 20px;
    height: 20px;
  }
}
.top .top_simu_link a {
  padding: 15px 60px 15px 20px;
  border-radius: 50px;
  background-color: #E57428;
  color: #F9F9F9;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 2px solid #E57428;
  display: inline-block;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.top .top_simu_link a:hover {
  background-color: #FFFCF1;
  color: #E57428;
}
.top .top_simu_link a:hover .top_simu_link__arrow::before {
  background-image: url(/resource/img/compornent/arrow-or.svg);
  margin-top: 8px;
}
.top .top_merit {
  margin-bottom: 100px;
  margin-top: 100px;
}
@media print, screen and (max-width: 768px) {
  .top .top_merit {
    margin-top: 50px;
  }
}
.top .top_merit .video .video__title {
  text-align: center;
}
.top .top_merit .video .video__title strong {
  font-size: 24px;
}
.top .top_merit .video .video__title span {
  font-size: 18px;
}
@media print, screen and (max-width: 768px) {
  .top .top_merit .video .video__title strong {
    font-size: 16px;
  }
  .top .top_merit .video .video__title span {
    font-size: 14px;
  }
}

.topbtnbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/* 市場連動型料金とは？(/about/about.html) */
.about {
  margin-bottom: 200px;
}
@media print, screen and (max-width: 768px) {
  .about {
    margin-bottom: 100px;
  }
}
.about .breadcrumb {
  margin-bottom: 65px;
}
.about .text-box + .text-box {
  margin-top: 32px;
}
.about .box {
  margin-top: 40px;
  color: #333333;
}
.about img {
  width: 100%;
}
.about .img-box {
  margin-top: 38px;
  text-align: center;
}
.about .img-box__about_01 {
  max-width: 760px;
}
.about .guid__text {
  margin-top: 80px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
@media print, screen and (max-width: 768px) {
  .about .guid__text {
    font-size: 1.125rem;
  }
}
.about .video-bg {
  background-image: url(../img/about/videobg.svg);
  width: calc(100vw - 8px);
  margin: 0 calc(50% - 50vw);
  padding-bottom: 100px;
  margin-bottom: 80px;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  overflow: hidden;
}
.about .video-bg:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 30px;
  background-color: #FFF8A8;
  top: -30px;
}

.hero .hero__title:has(span) {
  line-height: 1.5;
}
.hero .hero__title:has(span) span {
  display: block;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 769px) {
  .hero .hero__title:has(span) span {
    margin-left: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  .hero .hero__title:has(span) span {
    font-size: 1.125rem;
    margin-top: 10px;
  }
}

.relief {
  margin-bottom: 200px;
}
@media print, screen and (max-width: 768px) {
  .relief {
    margin-bottom: 100px;
  }
}
.relief .breadcrumb {
  margin-bottom: 65px;
}
.relief .MinInner {
  max-width: 880px;
}
.relief .btn-area {
  margin-top: 20px;
  text-align: center;
}
.relief__section:not(:last-child) {
  margin-bottom: 100px;
}
.relief .text-box + .text-box {
  margin-top: 32px;
}
.relief img {
  width: 100%;
}
.relief .flex-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media print, screen and (max-width: 768px) {
  .relief .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.relief .flex-box .img-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
}
.relief .flex-box .img-box .notice {
  margin-top: 10px;
  margin-left: 1rem;
}
@media print, screen and (max-width: 768px) {
  .relief .flex-box .img-box .notice {
    font-size: 0.875rem;
  }
}
.relief .flex-box .text-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
}

.price h2 {
  margin-bottom: 50px;
}
.price .btnbox {
  text-align: center;
}
.price .menu .btnbox {
  margin-bottom: 80px;
}
.price .menu__bigtxt {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.price .menu__subtxt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.price .menu__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 768px) {
  .price .menu__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.price .menu__container, .price .menu__container-gr {
  max-width: 360px;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #C3C3C3;
  text-align: center;
  background-image: url(../img/price/price_bg01.png);
  background-size: contain;
  background-position: 27px 74px;
}
.price .menu__container p:first-child, .price .menu__container-gr p:first-child {
  font-size: 24px;
  color: #E57428;
  font-weight: bold;
  margin-bottom: 15px;
}
.price .menu__container img, .price .menu__container-gr img {
  max-width: 150px;
  margin-bottom: 15px;
}
.price .menu__container p:nth-of-type(2),
.price .menu__container p:nth-of-type(3),
.price .menu__container p:last-child, .price .menu__container-gr p:nth-of-type(2),
.price .menu__container-gr p:nth-of-type(3),
.price .menu__container-gr p:last-child {
  font-size: 16px;
  padding: 10px 20px;
  background-color: #FFFCF1;
  border: 1px solid #F4D563;
  border-radius: 10px;
}
.price .menu__container p, .price .menu__container-gr p {
  margin-bottom: 15px;
  font-weight: bold;
  color: #E57428;
}
.price .menu__container-gr p:first-child {
  font-size: 24px;
  color: #549337;
  font-weight: bold;
  margin-bottom: 15px;
}
.price .menu__container-gr p {
  margin-bottom: 15px;
  font-weight: bold;
  color: #549337;
}
.price .menu .tablecontainer {
  min-width: 100px;
  white-space: nowrap;
  /* テキストの折り返しなし */
  margin-bottom: 40px;
}
.price .menu table {
  min-width: 1200px;
}
.price .menu td {
  text-align: center;
  padding: 10px;
  border-color: #CD612A;
}
.price .menu table tbody tr {
  background-color: #fff;
}
.price .menu table tbody tr:nth-child(1) th:nth-child(3) {
  padding: 5px;
}
.price .menu table tbody tr:nth-child(3) td:nth-child(2),
.price .menu table tbody tr:nth-child(4) td:nth-child(2),
.price .menu table tbody tr:nth-child(5) td:nth-child(2) {
  text-align: left;
  white-space: wrap;
  min-width: 302px;
}
.price .menu table tbody tr:nth-child(4) td:nth-child(3),
.price .menu table tbody tr:nth-child(5) td:nth-child(3) {
  text-align: left;
  white-space: wrap;
}
.price .menu table tbody tr:nth-child(3) td:first-child,
.price .menu table tbody tr:nth-child(4) td:first-child,
.price .menu table tbody tr:nth-child(5) td:first-child {
  min-width: 200px;
  text-align: left;
}
.price .menu table tbody tr:nth-child(5) td:first-child img {
  max-width: 75px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
}
.price .menu dl:last-of-type {
  margin-bottom: 20px;
}
.price .menu .btnbox:last-of-type {
  margin-bottom: 100px;
}
.price .menu .box {
  margin-bottom: 40px;
}
.price .menu table tbody tr td span {
  background-color: #FFFCF1;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #F4D563;
  display: block;
  height: 4em;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price .menu table tbody tr td span.direct {
  color: #E57428;
  margin-bottom: 10px;
}
.price .menu table tbody tr td span.green {
  color: #549337;
}
.price .yellow {
  background-color: #F4D563;
  color: #333333;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-right: 1px solid #CE9B03;
  line-height: 15px;
  padding: 20px 20px;
  width: 33.3333333333%;
}
.price .yellow span {
  font-weight: normal;
  font-size: 12px;
}
.price dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.price .simulation {
  margin-bottom: 100px;
}
.price .simulation .simsubttl {
  text-align: center;
  margin-bottom: 40px;
}
.price .simulation .simulation__icon {
  display: block;
  background-image: url(../img/compornent/heroicon.svg);
  width: 22px;
  height: 40px;
  background-size: contain;
  margin-right: 10px;
}
.price .simulation .container {
  width: 100%;
  background-color: #FFFCF1;
  border-radius: 10px;
  border: 1px solid #F4D563;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}
@media print, screen and (max-width: 768px) {
  .price .simulation .container {
    padding: 10px;
  }
}
.price .simulation label,
.price .simulation select {
  margin-inline: auto;
  width: 100%;
}
.price .simulation .select_wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  width: 100%;
  height: auto;
}
.price .simulation #area,
.price .simulation #household,
.price .simulation #allelectric,
.price .simulation #provider {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #C3C3C3;
  padding: 15px 50px 15px 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.price .simulation .arrow_under {
  margin-inline: auto;
  position: relative;
  pointer-events: none;
  max-width: 610px;
  margin-inline: auto;
  width: 100%;
  height: 10px;
}
.price .simulation .arrow_under::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  position: absolute;
  right: 20px;
  top: 6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.price .simulation__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px dashed #E57428;
  padding-bottom: 20px;
  max-width: 670px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 768px) {
  .price .simulation__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
}
.price .simulation__box label {
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.price .simulation__box label img {
  width: 22px;
  height: 40px;
  margin-right: 10px;
}
.price .simulation__boxwrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
.price .simulation .js-acc-title {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 5px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  font-weight: bold;
}
.price .simulation .js-acc-title:hover {
  opacity: 0.6;
}
.price .simulation .js-acc-title:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.price .simulation .js-acc-title.open:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 7px;
}
.price #toggleTableButton {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 14px 35px;
  border-radius: 10px;
  border: 2px solid #E57428;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
.price #toggleTableButton img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.price #toggleTableButton .rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /* 画像を180度回転 */
}
.price #result {
  background-color: #fff;
  padding: 30px 46px;
  max-width: 843px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #C3C3C3;
  margin-inline: auto;
  margin-bottom: 60px;
}
.price #result h2 {
  margin-bottom: 60px;
}
.price #resulta {
  text-align: center;
}
.price #result .tablecontainer {
  min-width: 100px;
  overflow-x: auto;
  /* tableタグのはみ出た要素を隠す */
  white-space: nowrap;
  /* テキストの折り返しなし */
  margin-bottom: 40px;
}
.price #result .tablecontainer table {
  min-width: 500px;
}
@media print, screen and (max-width: 768px) {
  .price #result {
    padding: 30px 10px;
  }
}
.price #userDetails {
  padding: 10px 18px;
  background-color: #FFFCF1;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #F4D563;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.price #userDetails::before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #F4D563;
  margin-left: -10px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.price #userDetails::after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #FFFCF1;
  margin-left: -10px;
  margin-top: -3px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.price .highlight-orange {
  color: #E57428;
}
.price .small-text {
  font-size: 13px;
}
.price .simu__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-inline: auto;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 992px) {
  .price .simu__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.price #electricityComparison .ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.price #greenComparison .ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.price #monthlyTable {
  margin-bottom: 25px;
}
.price #monthlyTable thead tr:first-of-type th {
  padding: 15px;
  border-right: none;
  border-left: 1px solid #CD612A;
}
.price #monthlyTable td {
  padding: 15px;
}
.price #monthlyTable tr td:first-child {
  white-space: nowrap;
}
.price #monthlyTable tr:nth-child(1) {
  background-color: #F7F5F0;
}
.price #monthlyTable tr:first-child td {
  border-left: 1px solid #CD612A;
}
.price #monthlyTable tr:first-child td:last-of-type {
  border-right: 1px solid #CD612A;
}
.price .graph {
  text-align: center;
  margin: 0 20px;
}
.price .graph .konomachionly_txt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 768px) {
  .price .graph .konomachionly_txt {
    margin-bottom: 0;
  }
}
.price .graph .konomachionly_txt .custom-font {
  font-size: 40px;
  color: #E57428;
}
.price .bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  position: relative;
  gap: 44px;
  margin-bottom: 20px;
}
.price .bar-container::after {
  content: "";
  display: inline-block;
  background-color: #333333;
  width: 110%;
  height: 1px;
  position: absolute;
  left: -5%;
}
@media print, screen and (max-width: 992px) {
  .price .bar-container {
    max-width: 324px;
    width: 100%;
    margin-inline: auto;
    gap: 10px;
  }
}
.price .bar {
  width: 137px;
  background: #eee;
  text-align: center;
  position: relative;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #E57428;
  /* 棒グラフ内の文字色 */
  font-size: 13px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
.price .bar span {
  width: 100%;
  text-align: center;
}
.price .bar .label {
  top: -30px;
}
.price .bar .value {
  bottom: -20px;
}
.price .bar.original {
  background-color: #FFFCF1;
  border: 1px solid #E57428;
  position: relative;
}
.price .bar.town {
  background-color: #E57428;
  color: #fff;
  position: relative;
}
.price .bar.green {
  background-color: #549337;
  color: #fff;
  position: relative;
}
.price .savings {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
}
.price .dotted-line {
  position: absolute;
  border-top: 2px dotted #666;
  width: 100%;
  z-index: 1;
  top: 0;
  /* JSで動的に調整 */
  left: 0;
}
.price .inside-label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .price .inside-label {
    font-size: 14px;
  }
}
.price .custom-font {
  font-size: 25px;
  font-family: "Lato", monospace;
  padding-top: 5px;
}
@media print, screen and (max-width: 768px) {
  .price .custom-font {
    font-size: 24px;
  }
}
.price .saving-custom {
  color: #E57428;
}
.price .saving-custom-green {
  color: #549337;
}
.price .saving-custom-font {
  font-size: 24px;
  font-family: "Lato", monospace;
}
.price .line-low,
.price .line-even,
.price .line-high,
.price .line-low-green,
.price .line-high-green,
.price .line-even-green {
  position: absolute;
  z-index: 10;
  /* 他の要素の前に表示 */
  width: 100%;
  border-left: 1px dashed #E57428;
  /* 点線 */
  -webkit-transform-origin: top left;
          transform-origin: top left;
  /* 回転の基準を左上に設定 */
  display: none;
  /* デフォルトで非表示 */
}
.price .line-low.show {
  top: 75px;
  left: 136px;
  height: 85px;
  -webkit-transform: rotate(-63deg);
          transform: rotate(-63deg);
  /* originalがtownを超えている時 */
  display: block;
}
.price .line-even.show {
  top: 73px;
  left: 136px;
  height: 47px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* originalとtownが同じ時 */
  display: block;
}
.price .line-high.show {
  top: 51px;
  left: 185px;
  height: 58px;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
  /* originalがtownより低い時 */
  display: block;
}
.price .line-low-green.show {
  top: 33px;
  left: 185px;
  height: 64px;
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
  /* originalがtownを超えている時 */
  display: block;
  border-left: 1px dashed #549337;
}
.price .line-even-green.show {
  top: 73px;
  left: 136px;
  height: 47px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* originalとtownが同じ時 */
  display: block;
  border-left: 1px dashed #549337;
}
.price .line-high-green.show {
  top: 33px;
  left: 185px;
  height: 64px;
  -webkit-transform: rotate(52deg);
          transform: rotate(52deg);
  /* originalがtownより低い時 */
  display: block;
  border-left: 1px dashed #549337;
}
.price .monthly {
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #333333;
  background-color: #F4D563;
  padding: 10px 0;
  border-bottom: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.price .monthly::before {
  content: none;
}
.price .monthly:hover {
  background-color: #E57428;
  color: #F9F9F9;
}
.price #monthlyTable thead tr:nth-child(2) th {
  border-radius: 0;
}
.price .cal {
  margin-bottom: 100px;
  /* ドラッグ中の見た目とテキスト選択防止 */
}
.price .cal td {
  border-color: #CD612A;
}
.price .cal dl:nth-of-type(9) {
  margin-bottom: 80px;
}
.price .cal table tbody tr:nth-child(2) td {
  width: 394.5px;
}
.price .cal table tbody tr:nth-child(2) td span {
  font-weight: bold;
  padding: 5px;
  background-color: #FFFCF1;
  border-radius: 5px;
  border: 1px solid #F4D563;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.price .cal table tbody tr:nth-child(2) td span:last-child {
  margin-bottom: 0;
}
.price .cal table tbody tr:nth-child(2) td .direct {
  color: #E57428;
}
.price .cal table tbody tr:nth-child(2) td .green {
  color: #549337;
}
.price .cal .chugoku .tablecontainer {
  border: 2px solid #CD612A;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none;
  /* 共通CSSで th に角丸が付くのを、この表では無効化 */
  /* 2) 左右の外枠は“セル側”で描く（全行デフォルト） */
}
.price .cal .chugoku .tablecontainer table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: none;
  width: 100%;
}
.price .cal .chugoku .tablecontainer th {
  font-size: 18px;
}
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(3) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(5) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(7) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(9) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(12) td:first-child {
  font-size: 18px;
}
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(6) td:nth-child(1),
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(7) td:nth-child(1),
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(9) td:nth-child(1),
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(12) td:nth-child(1),
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(3) td:nth-child(1) {
  text-align: left;
}
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(3) td, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(6) td, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(7) td, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(9) td, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(12) td {
  border-top: 2px solid #CD612A;
}
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(3) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(4) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(5) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(7) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(8) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(9) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(10) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(11) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(12) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(13) td:first-child {
  border-left: 2px solid #CD612A;
}
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(2) td:last-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(3) td:last-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(4) td:last-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(5) td:last-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(6) td:last-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(7) td:last-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(8) td:last-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(9) td:last-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(10) td:last-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(11) td:last-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(12) td:last-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(13) td:last-child {
  border-right: 2px solid #CD612A;
}
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(3) td:nth-child(2), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(4) td:nth-child(3), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(5) td:nth-child(3), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(7) td:nth-child(2), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(8) td:nth-child(3), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(9) td:nth-child(2), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(10) td:nth-child(3), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(11) td:nth-child(2), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(12) td:nth-child(2), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(13) td:nth-child(4), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(13) td:nth-child(3) {
  border-left: 2px solid #CD612A;
}
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(3) td:nth-child(3), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(4) td:nth-child(4), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(5) td:nth-child(4), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(7) td:nth-child(3), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(8) td:nth-child(4), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(9) td:nth-child(3), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(10) td:nth-child(4), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(11) td:nth-child(3), .price .cal .chugoku .tablecontainer table tbody tr:nth-child(12) td:nth-child(3) {
  border-left: 2px solid #CD612A;
}
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(4) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(5) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(8) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(10) td:first-child, .price .cal .chugoku .tablecontainer table tbody tr:nth-child(13) td:first-child {
  border-top: none;
}
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(11) td {
  background-color: #F7F5F0;
}
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(11) td:first-child {
  border-left: 1px solid #cd612A !important;
}
.price .cal .chugoku .tablecontainer table tbody tr:nth-child(6) td:first-child {
  border-right: none;
  border-left: none;
  text-align: left;
}
.price .cal .chugoku .tablecontainer th:first-child {
  border-top-left-radius: 0 !important;
}
.price .cal .chugoku .tablecontainer th:last-child {
  border-top-right-radius: 0 !important;
}
.price .cal .chugoku .tablecontainer table tbody tr:last-child > * {
  border-bottom: none !important;
}
.price .cal .chugoku .tablecontainer .tablecontainer table {
  border-collapse: collapse !important;
}
.price .cal .chugoku .tablecontainer .tablecontainer tbody tr > *:first-child {
  border-left: 2px solid #CD612A !important;
}
.price .cal .chugoku .tablecontainer .tablecontainer tbody tr > *:last-child {
  border-right: 2px solid #CD612A !important;
}
.price .cal .chugoku .tablecontainer .tablecontainer tbody tr:nth-of-type(7) > *:first-child, .price .cal .chugoku .tablecontainer .tablecontainer tbody tr:nth-of-type(7) > *:last-child {
  border-left: none !important;
  border-right: none !important;
}
.price .cal .chugoku .tablecontainer table tbody tr:last-child {
  border-bottom: 2px solid #CD612A !important;
  margin-bottom: 2px;
}
.price .cal .tokyo .tablecontainer,
.price .cal .tohoku .tablecontainer {
  border: 2px solid #CD612A;
  border-radius: 10px 10px 0 0;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none;
  /* 共通CSSで th に角丸が付くのを、この表では無効化 */
  /* 2) 左右の外枠は“セル側”で描く（全行デフォルト） */
  /* ただし 7行目だけ左右を消す → ここが“切れ目”になる */
}
.price .cal .tokyo .tablecontainer table,
.price .cal .tohoku .tablecontainer table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: none;
  width: 100%;
}
.price .cal .tokyo .tablecontainer th,
.price .cal .tohoku .tablecontainer th {
  font-size: 18px;
  border: 2px solid #CD612A;
  border-top: none;
}
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(3) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(6) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(8) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(10) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(13) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(3) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(6) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(8) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(10) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(13) td:first-child {
  font-size: 18px;
}
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(8) td:nth-child(1),
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(10) td:nth-child(1),
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(13) td:nth-child(1),
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(3) td:nth-child(1),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(8) td:nth-child(1),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(10) td:nth-child(1),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(13) td:nth-child(1),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(3) td:nth-child(1) {
  text-align: left;
}
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(3), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(8) td, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(10) td, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(13) td,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(3),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(8) td,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(10) td,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(13) td {
  border-top: 2px solid #CD612A;
}
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(3) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(4) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(5) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(6) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(8) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(9) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(10) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(11) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(12) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(13) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(14) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(3) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(4) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(5) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(6) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(8) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(9) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(10) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(11) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(12) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(13) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(14) td:first-child {
  border-left: 2px solid #CD612A;
}
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(2) td:last-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(3) td:last-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(4) td:last-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(5) td:last-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(6) td:last-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(8) td:last-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(9) td:last-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(10) td:last-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(11) td:last-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(12) td:last-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(13) td:last-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(14) td:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(2) td:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(3) td:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(4) td:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(5) td:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(6) td:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(8) td:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(9) td:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(10) td:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(11) td:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(12) td:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(13) td:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(14) td:last-child {
  border-right: 2px solid #CD612A;
}
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(3) td:nth-child(2), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(4) td:nth-child(3), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(5) td:nth-child(3), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(8) td:nth-child(2), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(8) td:nth-child(3), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(6) td:nth-child(4), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(9) td:nth-child(4), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(10) td:nth-child(2), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(10) td:nth-child(3), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(11) td:nth-child(4), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(12) td:nth-child(2), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(13) td:nth-child(2), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(13) td:nth-child(3), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(14) td:nth-child(3), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(14) td:nth-child(4),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(3) td:nth-child(2),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(4) td:nth-child(3),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(5) td:nth-child(3),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(8) td:nth-child(2),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(8) td:nth-child(3),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(6) td:nth-child(4),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(9) td:nth-child(4),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(10) td:nth-child(2),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(10) td:nth-child(3),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(11) td:nth-child(4),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(12) td:nth-child(2),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(13) td:nth-child(2),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(13) td:nth-child(3),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(14) td:nth-child(3),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(14) td:nth-child(4) {
  border-left: 2px solid #CD612A;
}
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(3) td:nth-child(3), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(4) td:nth-child(4), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(5) td:nth-child(4), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(6) td:nth-child(3), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(8) td:nth-child(4), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(9) td:nth-child(3), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(10) td:nth-child(4), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(11) td:nth-child(3), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(12) td:nth-child(3), .price .cal .tokyo .tablecontainer table tbody tr:nth-child(13) td:nth-child(4),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(3) td:nth-child(3),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(4) td:nth-child(4),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(5) td:nth-child(4),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(6) td:nth-child(3),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(8) td:nth-child(4),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(9) td:nth-child(3),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(10) td:nth-child(4),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(11) td:nth-child(3),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(12) td:nth-child(3),
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(13) td:nth-child(4) {
  border-left: 2px solid #CD612A;
}
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(14) td, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(6) td,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(14) td,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(6) td {
  border-bottom: 2px solid #CD612A;
}
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(4) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(5) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(6) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(9) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(11) td:first-child, .price .cal .tokyo .tablecontainer table tbody tr:nth-child(14) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(4) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(5) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(6) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(9) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(11) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(14) td:first-child {
  border-top: none;
}
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(12) td,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(12) td {
  background-color: #F7F5F0;
}
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(12) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(12) td:first-child {
  border-left: 1px solid #cd612A !important;
}
.price .cal .tokyo .tablecontainer table tbody tr:nth-child(7) td:first-child,
.price .cal .tohoku .tablecontainer table tbody tr:nth-child(7) td:first-child {
  border-right: none;
  border-left: none;
  text-align: left;
}
.price .cal .tokyo .tablecontainer th:first-child,
.price .cal .tohoku .tablecontainer th:first-child {
  border-top-left-radius: 0 !important;
}
.price .cal .tokyo .tablecontainer th:last-child,
.price .cal .tohoku .tablecontainer th:last-child {
  border-top-right-radius: 0 !important;
}
.price .cal .tokyo .tablecontainer table tbody tr:last-child > *,
.price .cal .tohoku .tablecontainer table tbody tr:last-child > * {
  border-bottom: none !important;
}
.price .cal .tokyo .tablecontainer table,
.price .cal .tohoku .tablecontainer table {
  border-collapse: collapse !important;
}
.price .cal .tokyo .tablecontainer tbody tr > *:first-child,
.price .cal .tohoku .tablecontainer tbody tr > *:first-child {
  border-left: 2px solid #CD612A !important;
}
.price .cal .tokyo .tablecontainer tbody tr > *:last-child,
.price .cal .tohoku .tablecontainer tbody tr > *:last-child {
  border-right: 2px solid #CD612A !important;
}
.price .cal .tokyo .tablecontainer tbody tr:nth-of-type(7) > *:first-child, .price .cal .tokyo .tablecontainer tbody tr:nth-of-type(7) > *:last-child,
.price .cal .tohoku .tablecontainer tbody tr:nth-of-type(7) > *:first-child,
.price .cal .tohoku .tablecontainer tbody tr:nth-of-type(7) > *:last-child {
  border-left: none !important;
  border-right: none !important;
}
.price .cal .tokyo .tablecontainer table tbody tr:last-child,
.price .cal .tohoku .tablecontainer table tbody tr:last-child {
  border-bottom: 2px solid #CD612A !important;
  margin-bottom: 2px;
}
.price .cal .star {
  color: #E57428;
}
.price .cal table tbody tr {
  background-color: #fff;
}
.price .cal .tablecontainer,
.price .cal .tablecontainer_2 {
  min-width: 100px;
  overflow-x: auto;
  /* tableタグのはみ出た要素を隠す */
  white-space: nowrap;
  /* テキストの折り返しなし */
  margin-bottom: 40px;
  -webkit-overflow-scrolling: touch;
  /* iOSの慣性スクロール */
}
.price .cal .tablecontainer.is-dragging,
.price .cal .tablecontainer_2.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
}
.price .cal table {
  min-width: 1200px;
}
.price .cal td {
  text-align: center;
  padding: 15px;
}
.price .cal h3 {
  margin-bottom: 30px;
}
.price .cal p:last-of-type {
  margin-bottom: 60px;
}
.price .cal img:nth-child(2) {
  margin-bottom: 40px;
}
.price .cal img:nth-of-type(2) {
  max-width: 700px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 768px) {
  .price .cal img:nth-of-type(2) {
    margin-bottom: 40px;
  }
}
.price .cal .imgbox {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}
.price .cal .tablecontainer_2 {
  margin-bottom: 40px;
}
.price .cal .tablecontainer_2 table {
  table-layout: fixed;
}
.price .cal .tablecontainer_2 table tbody tr:first-child td:first-child {
  width: 353px;
}
.price .cal .tablecontainer_2 table tbody tr:first-child td:nth-child(2) {
  width: 96px;
}
.price .cal .tablecontainer_2 table tbody tr:first-child td {
  font-size: 18px;
  font-weight: bold;
  background-color: #F7F5F0;
}
.price .cal .tablecontainer_2 table tbody tr:nth-child(2) td:first-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(3) td:first-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(4) td:first-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(5) td:first-child {
  font-size: 18px;
  text-align: left;
}
.price .cal .tablecontainer_2 table tbody tr:first-child td:first-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(2) td:first-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(3) td:first-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(4) td:first-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(5) td:first-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(6) td:first-child {
  border-left: 2px solid #CD612A;
}
.price .cal .tablecontainer_2 table tbody tr:first-child td:last-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(2) td:last-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(3) td:last-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(4) td:last-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(5) td:last-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(6) td:last-child {
  border-right: 2px solid #CD612A;
}
.price .cal .tablecontainer_2 table tbody tr:first-child td:first-child, .price .cal .tablecontainer_2 table tbody tr:first-child td:nth-child(2), .price .cal .tablecontainer_2 table tbody tr:first-child td:nth-child(3), .price .cal .tablecontainer_2 table tbody tr:first-child td:nth-child(4), .price .cal .tablecontainer_2 table tbody tr:nth-child(2) td:first-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(2) td:nth-child(2), .price .cal .tablecontainer_2 table tbody tr:nth-child(2) td:nth-child(3), .price .cal .tablecontainer_2 table tbody tr:nth-child(2) td:nth-child(4), .price .cal .tablecontainer_2 table tbody tr:nth-child(6) td:first-child, .price .cal .tablecontainer_2 table tbody tr:nth-child(6) td:nth-child(2), .price .cal .tablecontainer_2 table tbody tr:nth-child(6) td:nth-child(3), .price .cal .tablecontainer_2 table tbody tr:nth-child(6) td:nth-child(4) {
  border-top: 2px solid #CD612A;
}
.price .cal .tablecontainer_2 table tbody tr:last-child td:first-child, .price .cal .tablecontainer_2 table tbody tr:last-child td:nth-child(2), .price .cal .tablecontainer_2 table tbody tr:last-child td:nth-child(3), .price .cal .tablecontainer_2 table tbody tr:last-child td:nth-child(4) {
  border-bottom: 2px solid #CD612A;
}
.price .cal .tablecontainer_2 table tbody tr:first-child td:nth-child(2), .price .cal .tablecontainer_2 table tbody tr:first-child td:nth-child(3), .price .cal .tablecontainer_2 table tbody tr:first-child td:nth-child(4), .price .cal .tablecontainer_2 table tbody tr:nth-child(2) td:nth-child(2), .price .cal .tablecontainer_2 table tbody tr:nth-child(2) td:nth-child(3), .price .cal .tablecontainer_2 table tbody tr:nth-child(3) td:nth-child(2), .price .cal .tablecontainer_2 table tbody tr:nth-child(3) td:nth-child(3), .price .cal .tablecontainer_2 table tbody tr:nth-child(4) td:nth-child(2), .price .cal .tablecontainer_2 table tbody tr:nth-child(4) td:nth-child(3), .price .cal .tablecontainer_2 table tbody tr:nth-child(5) td:nth-child(2), .price .cal .tablecontainer_2 table tbody tr:nth-child(5) td:nth-child(3), .price .cal .tablecontainer_2 table tbody tr:nth-child(6) td:nth-child(2), .price .cal .tablecontainer_2 table tbody tr:nth-child(6) td:nth-child(3) {
  border-left: 2px solid #CD612A;
}
.price .cal .tablecontainer_2 table tbody tr:nth-child(4) td:nth-child(1) {
  text-align: left;
}
.price .cal .tablecontainer_2 table tbody tr:nth-child(6) td {
  background-color: #F7F5F0;
  text-align: center;
}
.price .simulation #simulateButton {
  margin-bottom: 60px;
}
.price .simulation #greenComparison {
  margin-bottom: 0;
}
.price .power {
  margin-bottom: 200px;
}
.price .power__container {
  width: 100%;
  padding: 30px;
  background-color: #FFFCF1;
  border-radius: 10px;
  border: 1px solid #F4D563;
}
.price .power__container img {
  max-width: 910px;
  width: 100%;
  margin: 30px auto;
}
@media print, screen and (max-width: 768px) {
  .price .power__container img {
    width: 80%;
  }
}
.price__tab__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.7rem;
}
.price__tab__container .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  z-index: 1;
  padding: 10px 20px;
  /* 親要素の z-index を文字より高く設定 */
  background-color: #C3C3C3;
  gap: 30px;
}
.price__tab__container .tab p {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 0 !important;
}
.price__tab__container .tab span {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/price/tab_arrow_gray.svg);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.price__tab__container .tab:hover {
  background-color: #F4D563;
}
.price__tab__container .tab:hover span {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/price/tab_arrow_orange.svg);
}
.price__tab__container .active {
  background-color: #F4D563;
}
.price__tab__container .active span {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/price/tab_arrow_orange.svg);
}
.price__content__container .content {
  display: none;
}
.price__content__container .content.show {
  display: block;
  -webkit-animation: panel-show 0.5s ease-in-out forwards;
  animation: panel-show 0.5s ease-in-out forwards;
}
.price h5 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #E57428;
  margin-bottom: 80px;
}
.price .tab-dropdown-container div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.price .tab-dropdown-container div img {
  width: 22px;
}
.price .tab-dropdown-container div p {
  margin-bottom: 0 !important;
  font-size: 20px;
  font-weight: bold;
}
.price .tab-dropdown-container #tabDropdown {
  border: 1px solid #C3C3C3;
  width: 100%;
  padding: 15px 50px 15px 20px;
  border-radius: 5px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.price .tab-dropdown-container .arrow_under {
  margin-inline: auto;
  position: relative;
  pointer-events: none;
  max-width: 610px;
  margin-inline: auto;
  width: 100%;
  height: 10px;
}
.price .tab-dropdown-container .arrow_under::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  position: absolute;
  right: 20px;
  top: 6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.price .total-row {
  font-weight: bold;
}

.payment .tab__container {
  margin-bottom: 100px;
}
.payment .point_txt {
  color: #E57428;
  font-weight: bold;
  font-size: 20px;
}
.payment .big_txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 2rem;
}
.payment .big_txt:first-of-type {
  margin-left: 1rem;
}
.payment .line_txt {
  border-bottom: 2px solid #F4D563;
}
.payment .balance__content {
  display: none;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  /* アニメーションのため */
  overflow: hidden;
  margin-bottom: 80px;
}
.payment .balance__content p {
  text-align: center;
}
.payment .balance__content p:first-child {
  font-weight: bold;
  margin-left: 1rem;
  margin-bottom: 20px;
  text-align: left;
}
.payment .balance__content p:nth-of-type(2) {
  margin-top: 20px;
  margin-bottom: 40px;
}
.payment .balance__content p:nth-of-type(3) {
  font-size: 20px;
  color: #E57428;
  font-weight: bold;
  margin-bottom: 20px;
}
.payment .balance__content p:nth-of-type(4) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.payment .balance__content p:nth-of-type(5) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.payment .balance__content p:nth-of-type(6) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.payment .balance__content .triangle_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* 子要素をフレックスボックスで配置 */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 水平方向の中央寄せ */
  margin-bottom: 40px;
}
.payment .balance__content .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  /* 幅の半分 */
  border-right: 35px solid transparent;
  /* 幅の半分 */
  border-top: 37px solid #F4D563;
  /* 三角形の高さと色 */
  text-align: center;
}
.payment .balance__content .triangle::after {
  content: none;
}
.payment .balance__content span:not(.triangle) {
  color: #E57428;
  font-weight: bold;
}
.payment .balance__content .planetxt {
  font-weight: normal !important;
}
.payment .balance .btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 200px;
  margin-top: 40px;
}
.payment .balance dl.accordion__button.active + .balance__content {
  display: block;
}
.payment .balance__txtbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.payment .balance .img_box {
  max-width: 894px;
  width: 100%;
  margin-top: 20px;
  margin-inline: auto;
}
.payment .balance #toggleTableButton,
.payment .balance #toggleTableButton2 {
  cursor: pointer;
  background-color: #FFFCF1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 14px 35px;
  border-radius: 10px;
  border: 1px solid #F4D563;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.payment .balance #toggleTableButton img,
.payment .balance #toggleTableButton2 img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.payment .balance #toggleTableButton .rotated,
.payment .balance #toggleTableButton2 .rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /* 画像を180度回転 */
}
.payment .balance #toggleTableButton span,
.payment .balance #toggleTableButton2 span {
  font-size: 18px;
  font-weight: bold;
  color: #E57428;
  margin-right: 1rem;
}
.payment .balance #toggleTableButton dt,
.payment .balance #toggleTableButton2 dt {
  font-weight: bold;
}
.payment .balance #toggleTableButton dd,
.payment .balance #toggleTableButton2 dd {
  color: #E57428;
}
.payment .balance .bigtxt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 80px;
  padding-top: 20px;
}
.payment .method .Mininner {
  padding: 0 30px;
}
.payment .method h3 {
  margin-top: 80px;
}
.payment .method h4 {
  margin-top: 40px;
}
.payment .method .infobox {
  margin-top: 40px;
  background-color: #FDF9F9;
  border-radius: 10px;
  border: 2px solid #CB4646;
  padding: 30px;
  margin-bottom: 200px;
}
.payment .method .infobox .ttlbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.payment .method .infobox .ttlbox img {
  width: 34px;
  height: 34px;
}
.payment .method .infobox h5 {
  font-size: 24px;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment .method .infobox .ttl {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 50px;
}
.payment .method .infobox .ttl:first-of-type {
  margin-top: 0;
}
.payment .method .infobox .redtxt {
  font-weight: bold;
}
.payment .deadline {
  margin-bottom: 200px;
}
.payment .deadline .Mininner {
  padding: 0 30px;
}
.payment .deadline h4 {
  margin-top: 40px;
}
.payment .deadline .redtxt {
  font-weight: bold;
}
.payment .fee {
  margin-top: 40px;
  border-radius: 10px;
  border: 2px solid #E57428;
  padding: 20px;
  margin-bottom: 50px;
}
.payment .fee .ttl {
  margin-bottom: 10px;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  gap: 10px;
  color: #E57428;
}

.procedure .btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}
.procedure .tab__container {
  gap: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.procedure .content__container {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.procedure .box {
  margin-bottom: 40px;
}
.procedure .box__text p:nth-child(5) {
  font-weight: bold;
  margin-left: 1.8em;
  margin-bottom: 20px;
}
.procedure .box__text p:nth-child(5) span {
  font-weight: normal;
}
.procedure .box__text .ttlbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.procedure .box__text .ttlbox p {
  font-size: 18px;
  font-weight: bold;
}
.procedure .box__text .ttlbox img {
  width: 29px;
}
.procedure .flowbox {
  margin-bottom: 20px;
  padding: 30px;
}
.procedure .flowbox__grid {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* 上揃え */
}
.procedure .flowbox .flowbox__number {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  /* ナンバー部分のサイズを固定 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: -10px;
}
.procedure .flowbox .flowbox__title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* タイトル部分が残りのスペースを使用 */
}
.procedure .flowbox__flexbox {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFCF1;
  padding: 16px 28px;
  border: 1px solid #F4D563;
  border-radius: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 714px;
  width: 100%;
  margin-inline: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.procedure .flowbox__flexbox img {
  width: 29px;
  height: 28px;
}
.procedure .flowbox__flexbox p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.procedure .flowbox__flexbox p:not(:last-of-type) {
  margin-bottom: 7px;
}
.procedure .flowbox .orangetxt {
  color: #E57428;
}
.procedure .flowbox:has(.flowbox__clock) {
  padding: 20px 30px 20px 30px;
}
.procedure .redtxt {
  font-weight: bold;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.procedure .flowbox.last {
  background-color: #E57428;
  border: 1px solid #B84A00;
}
.procedure .flowbox.last .flowbox__clock {
  margin-bottom: 0;
}
.procedure .flowbox.last div p {
  color: #fff;
  text-align: center;
}
.procedure .flowbox.last div p:first-of-type {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.procedure .arrow__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.procedure .arrow__container span {
  display: inline-block;
  width: 20px;
  /* 横幅 */
  height: 19px;
  /* 縦幅 */
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /* 矢印を45度回転 */
  border-right: 2px solid #E57428;
  /* 線の色 */
  border-bottom: 2px solid #E57428;
  /* 線の色 */
}
.procedure .application {
  margin-bottom: 100px;
}
.procedure .cancel {
  margin-bottom: 200px;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
@media print, screen and (max-width: 768px) {
  .procedure .flowbox,
  .procedure .flowbox:has(.flowbox__clock) {
    padding: 20px 15px;
  }
  .procedure .flowbox__clock {
    margin-bottom: 20px;
  }
  .procedure .flowbox__number {
    top: -20px !important;
  }
  .procedure .flowbox__number .step {
    top: 8px;
  }
  .procedure .flowbox__number:after {
    bottom: 10px;
  }
}
.procedure .moving .box__text {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.procedure .moving div:first-child:has(.mb80) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.procedure .switching div:first-child:has(.mb80) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info {
  margin-bottom: 200px;
}
.info .breadcrumb {
  margin-bottom: 65px;
}
.info__item.last-visible {
  border-bottom: 1px solid #C3C3C3;
}
.info__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 20px;
  border-top: 1px solid #C3C3C3;
  gap: 0 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (max-width: 768px) {
  .info__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info__link__date, .info__link__title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info__link__date {
  color: #6c6c6c;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.info__link__title {
  color: #333333;
}
.info__link:hover {
  background: #FFFCF1;
}
.info__link:hover .info__link__date,
.info__link:hover .info__link__title {
  color: #E57428;
}
.info .pagination-container {
  margin-top: 40px;
}
@media print, screen and (max-width: 768px) {
  .info .pagination-container {
    width: 90%;
  }
}
.info .pagination-container ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .info .pagination-container ul {
    gap: 8px 10px;
  }
}
.info .pagination-container li {
  width: 37px;
  height: 38px;
}
.info .pagination-container li + li {
  margin-left: -1px;
}
.info .pagination-container a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
}
.info .pagination-container .prev,
.info .pagination-container .next {
  color: #C3C3C3;
}
.info .pagination-container .prev a,
.info .pagination-container .next a {
  content: "";
  background: url(../img/info_arrow.svg) no-repeat;
  background-size: 8px;
  background-position: center center;
  color: #C3C3C3;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  /* フィルター効果の遷移を追加 */
}
.info .pagination-container .prev a:hover,
.info .pagination-container .next a:hover {
  -webkit-filter: invert(40%) sepia(110%) saturate(300%) hue-rotate(12deg) brightness(122%) contrast(100%);
          filter: invert(40%) sepia(110%) saturate(300%) hue-rotate(12deg) brightness(122%) contrast(100%);
}
.info .pagination-container .next a {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info .pagination-container .page a {
  border: 2px solid #C3C3C3;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info .pagination-container .page a:hover {
  border: 2px solid #F4D563;
}
.info .pagination-container .navi-active a {
  font-weight: bold;
  background: #E57428;
  border: 2px solid #E57428;
  color: #F9F9F9;
}
.info .pagination-container .navi-active a:hover {
  color: #F9F9F9;
  background: #E57428;
  border: 2px solid #E57428;
}
.info .pagination-container .first,
.info .pagination-container .last {
  display: none;
  /* 最初と最後のボタンを非表示 */
}
.info .zeroinfo {
  text-align: center;
  font-size: 18px;
  padding: 0 100px;
}

/* ▼よくあるご質問(faq.html) */
.faq {
  margin-bottom: 200px;
}
@media print, screen and (max-width: 768px) {
  .faq {
    margin-bottom: 100px;
  }
}
.faq .breadcrumb {
  margin-bottom: 65px;
}
.faq .anc__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px 0;
}
@media print, screen and (max-width: 768px) {
  .faq .anc__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .faq .anc__item {
    padding: 0 44px 0 22px;
  }
}
.faq h3 {
  margin-bottom: 40px;
  margin-top: 80px;
}
.faq section {
  max-width: 1100px;
  margin: 0 auto;
}
.faq .faqbox {
  margin-bottom: 32px;
}
.faq .faqbox__content .lyText__mb {
  margin-bottom: 1rem;
}
.faq .faqbox__content .lyText__mt {
  margin-top: 1rem;
}
.faq .faqbox__content .inIndentText {
  text-indent: -1em;
  padding-left: 1.1em;
  margin-left: 1em;
}
.faq .faqbox__content .moreText {
  margin-top: 1rem;
}
.faq .faqbox__content .moreText + .moreText {
  margin-top: 0;
}
.faq .faqbox:last-child {
  margin-bottom: 0;
}

.outage {
  margin-bottom: 200px;
  /* スクロールバー全体 */
  /* スクロールバーのトラック部分（背景） */
  /* スクロールバーのつまみ部分（スクロールハンドル） */
}
@media print, screen and (max-width: 768px) {
  .outage {
    margin-bottom: 100px;
  }
}
.outage .breadcrumb {
  margin-bottom: 65px;
}
.outage h4 {
  margin-bottom: 20px;
}
.outage__section {
  margin-top: 40px;
}
.outage .check-icon {
  margin-top: 20px;
  padding-left: 38px;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
}
.outage .check-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: url(../img/compornent/check_icon.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: contain;
}
.outage img {
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .outage img {
    width: 90%;
  }
}
.outage .flex-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media print, screen and (max-width: 768px) {
  .outage .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.outage .img-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 411px;
}
.outage .img-box .notice {
  margin-top: 10px;
  margin-left: 1rem;
}
@media print, screen and (max-width: 768px) {
  .outage .img-box .notice {
    font-size: 0.875rem;
  }
}
.outage .text-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .outage .text-box {
    margin-top: 0;
  }
}
.outage .tablecontainer {
  min-width: 100px;
  overflow-x: auto;
  /* tableタグのはみ出た要素を隠す */
  white-space: nowrap;
  /* テキストの折り返しなし */
  margin-bottom: 40px;
}
.outage .tablecontainer table {
  min-width: 500px;
}
.outage .tablecontainer::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.outage .tablecontainer::-webkit-scrollbar-track {
  background-color: #C3C3C3;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.outage .tablecontainer::-webkit-scrollbar-thumb {
  background-color: #F4D563;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.outage .tablecontainer::-webkit-scrollbar-corner {
  display: none;
}
.outage table th, .outage table td {
  padding: 20px 10px;
}

.rule {
  margin-bottom: 200px;
}
@media print, screen and (max-width: 768px) {
  .rule {
    margin-bottom: 100px;
  }
}
.rule .breadcrumb {
  margin-bottom: 65px;
}
.rule h2 {
  margin-bottom: 80px;
}
.rule__section {
  margin-top: 40px;
  margin-bottom: 80px;
}
.rule__section:last-child {
  margin-bottom: 0;
}
.rule__section dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 2rem;
}
.rule a {
  word-break: break-all;
}

.members .mypage {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
}
.members .mypage .imgbox {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}
.members .mypage div:nth-of-type(2) img:first-child {
  max-width: 500px;
  width: 100%;
}
.members .mypage div:nth-of-type(2) img:last-child {
  max-width: 417px;
  width: 100%;
}
.members .mypage div:nth-of-type(3) {
  margin-bottom: 40px;
}
.members .mypage div:nth-of-type(3) img:last-child {
  max-width: 500px;
  width: 100%;
}
.members .mypage div:nth-of-type(3) img:first-child {
  max-width: 417px;
  width: 100%;
}
.members .mypage p:first-of-type {
  margin-bottom: 40px;
}
.members .mypage p:nth-of-type(2) {
  font-size: 24px;
  color: #E57428;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.members .mypage p:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 1em;
  background-color: #333333;
  left: -10px;
  bottom: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.members .mypage p:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 1em;
  background-color: #333333;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.members .mypage div:nth-child(4) {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}
.members .mypage__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.members .btn__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.members .app {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  padding: 50px;
  background-color: #FFFCF1;
  border-radius: 10px;
  border: 1px solid #F4D563;
  margin-bottom: 200px;
  line-height: 2em;
}
@media print, screen and (max-width: 768px) {
  .members .app {
    padding: 10px;
    width: 100%;
  }
}
.members .app .app__icon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.members .app .app__icon-flex p {
  padding: 20px 20px;
  font-size: 18px;
  background-color: #F4D563;
  border-radius: 10px;
  border: 2px solid #F4D563;
  font-weight: bold;
}
.members .app__icon {
  max-width: 100px;
  width: 100%;
}
.members .app .flex_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .members .app .flex_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.members .app .flex_container .phone_img {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-inline: auto;
  max-width: 215px;
  width: 100%;
}
.members .app .flex_container .flex_content {
  text-align: center;
}
.members .app .flex_container .flex_content p:first-child {
  font-size: 26px;
  font-weight: bold;
  color: #E57428;
  margin-bottom: 30px;
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  .members .app .flex_container .flex_content p:first-child {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.members .app .flex_container .flex_content p:nth-of-type(2),
.members .app .flex_container .flex_content p:nth-of-type(3),
.members .app .flex_container .flex_content p:nth-of-type(4) {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.members .app .flex_container .flex_content p:nth-of-type(2) img,
.members .app .flex_container .flex_content p:nth-of-type(3) img,
.members .app .flex_container .flex_content p:nth-of-type(4) img {
  width: 30px;
  margin-right: 5px;
}
@media print, screen and (max-width: 768px) {
  .members .app .flex_container .flex_content p:nth-of-type(2),
  .members .app .flex_container .flex_content p:nth-of-type(3),
  .members .app .flex_container .flex_content p:nth-of-type(4) {
    font-size: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .members .app .flex_container .flex_content p:nth-of-type(2) img,
  .members .app .flex_container .flex_content p:nth-of-type(3) img,
  .members .app .flex_container .flex_content p:nth-of-type(4) img {
    width: 25px;
    height: 25px;
  }
}
@media print, screen and (max-width: 768px) {
  .members .app .flex_container .flex_content {
    width: 100%;
    margin-inline: auto;
  }
}
.members .app .flex_container .qr_container {
  max-width: 423px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  margin-inline: auto;
}
@media print, screen and (max-width: 768px) {
  .members .app .flex_container .qr_container {
    margin-inline: auto;
  }
}
.members .app .flex_container .flex_qr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 20px;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .members .app .flex_container .flex_qr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
  .members .app .flex_container .flex_qr img {
    width: 100%;
  }
}
.members .app .flex_container .box_qr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 17px;
}
@media print, screen and (max-width: 768px) {
  .members .app .flex_container .box_qr {
    max-width: 250px;
    width: 100%;
  }
}
.members .app .flex_container .box_qr a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.members .app .flex_container .box_qr a:hover {
  opacity: 0.6;
}
.members .app .flex_container .appstore {
  position: relative;
}
.members .app .flex_container .appstore:before {
  position: absolute;
  content: "近日中\aリリース予定";
  white-space: pre;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #E57428;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.members .app .flex_container .recommende {
  width: 100% !important;
}
@media print, screen and (max-width: 768px) {
  .members .app .flex_container .recommende {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.members .app .flex_container .recommende__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
.members .app .flex_container .recommende__flex p {
  font-weight: normal !important;
}
@media print, screen and (max-width: 768px) {
  .members .app .flex_container .recommende__flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.members .app .flex_container .recommende p {
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: normal;
  margin-bottom: 0 !important;
}
@media print, screen and (max-width: 768px) {
  .members .app .flex_container .recommende p {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.members .app .flex_container .recommende p:first-child {
  margin-bottom: 10px;
}
.members .app .flex_container .recommende span {
  background-color: #E57428;
  padding: 2px 10px;
  border-radius: 50px;
  color: #F9F9F9;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (max-width: 768px) {
  .members .app .flex_container .recommende {
    margin-top: 10px;
  }
}
.members .app .flex_container .recommende__flex p:nth-child(2) {
  margin-left: 20px;
}
@media print, screen and (max-width: 768px) {
  .members .app .flex_container .recommende__flex p:nth-child(2) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
.members .txtbox {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #C3C3C3;
}
.members .txtbox .orangetxt {
  font-weight: bold;
  color: #E57428;
}
@media print, screen and (max-width: 768px) {
  .members .qr_container p:nth-child(3) {
    text-align: center;
  }
}
.members .tmtxt {
  font-size: 12px !important;
}/*# sourceMappingURL=style.css.map */