@charset "UTF-8";
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
  color: #360e07;
}

a:hover {
  opacity: 0.75;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  	/*
    border-collapse: collapse;
  	*/
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

input {
  box-sizing: border-box;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type="radio"] {
  display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

img {
  max-width: 100%;
}

@media (min-width: 821px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  img[src$="_pc.jpg"], img[src$="_pc.png"] {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"] {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
html {
  overflow-x: hidden;
}

html {
  font-size: 0.666666667vw;
  /* 1460pxで0.684931507vw */
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1500px) {
  html {
    font-size: 10px;
  }
}
body {
  margin: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  overflow-x: hidden;
}

header {
  width: 100%;
  height: 10rem;
  background: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  header {
    height: 10rem;
  }
}
header .headCont {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .headCont {
    width: 100%;
  }
}
header .headCont h1.logo {
  width: 40rem;
  position: absolute;
  top: 0;
  left: 7rem;
}
@media screen and (max-width: 768px) {
  header .headCont h1.logo {
    left: 1.2rem;
  }
}
header .headCont .headLink {
  position: absolute;
  top: 2.2rem;
  right: 7rem;
  width: 42.7rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .headCont .headLink {
    right: 2.4rem;
    width: 24rem;
  }
}
header .headCont .headLink p.toCompany {
  width: 20rem;
  height: 6rem;
}
header .headCont .headLink p.toCompany a {
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  background: url("../images/arrow.png") no-repeat center right 1.8rem #E64800;
  background-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .headCont .headLink p.toInquiry {
  width: 20rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  header .headCont .headLink p.toInquiry {
    width: 24rem;
    height: 6rem;
  }
}
header .headCont .headLink p.toInquiry a {
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  background: url("../images/bg_inquiry.png") no-repeat center left 3.8rem #ED6F1A;
  background-size: 2.55rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 7rem;
}
@media screen and (max-width: 768px) {
  header .headCont .headLink p.toInquiry a {
    width: 24rem;
    height: 6rem;
    font-size: 2.5rem;
    background: url("../images/bg_inquiry.png") no-repeat center left 2.6rem #ED6F1A;
    background-size: 3.2rem;
  }
}
header .headCont .menu-open {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  background: #f0dcd2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .headCont .menu-open {
    width: 11rem;
    height: 11rem;
  }
}
header .headCont .entry {
  position: absolute;
  top: 0;
  right: 10rem;
}
@media screen and (max-width: 768px) {
  header .headCont .entry {
    right: 11rem;
  }
}
header .headCont .entry a {
  width: 16rem;
  height: 10rem;
  background: #552e30;
  font-size: 2.9rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .headCont .entry a {
    width: 17.6rem;
    height: 11rem;
  }
}

.mv {
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 157.6vw;
    background: url("../images/bg_mv_sp.webp") no-repeat top -10.8rem left;
    background-size: 100%;
    overflow-x: hidden;
  }
}
.mv figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv figure {
    width: 100%;
  }
}
.mv h2 {
  font-size: 3.85vw;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  position: absolute;
  top: 14.2vw;
  left: 11.9vw;
  z-index: 3;
  animation: fadefrombelow 1s cubic-bezier(0.2, 0, 0.2, 1) 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .mv h2 {
    top: 58rem;
    left: 4.5rem;
    font-size: 7rem;
    line-height: 10rem;
    letter-spacing: -0.3rem;
    z-index: 2;
  }
}
.mv p.lead {
  font-size: 1vw;
  font-weight: 700;
  line-height: 2;
  position: absolute;
  top: 31.9vw;
  left: 11.9vw;
  animation: fadefrombelow 1s cubic-bezier(0.2, 0, 0.2, 1) 2.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .mv p.lead {
    top: 94.8rem;
    left: 5rem;
    font-size: 2.6rem;
    z-index: 2;
    letter-spacing: -0.3rem;
  }
}

section {
  width: 100%;
  position: relative;
}
section p.sub {
  font-size: 5.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section p.sub {
    font-size: 6rem;
  }
}

section.sec01 {
  width: 100%;
  background: url("../images/bg.jpg") repeat center top;
  background-size: 100%;
  padding-top: 9.7rem;
}
@media screen and (max-width: 768px) {
  section.sec01 {
    padding-top: 7.6rem;
  }
}
section.sec01 .inner {
  width: 100rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner {
    width: 93.3vw;
  }
}
section.sec01 .inner h2.h2_hareyuka {
  width: 97rem;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner h2.h2_hareyuka {
    width: 65.6rem;
  }
}
section.sec01 .inner h2.h2_haredan {
  width: 98rem;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner h2.h2_haredan {
    width: 66.2rem;
  }
}
section.sec01 .inner .intro {
  width: 100%;
  margin-top: -3rem;
  margin-bottom: 9.6rem;
  padding-left: 8.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner .intro {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 11.8rem;
  }
}
section.sec01 .inner .intro .txts {
  width: 44rem;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner .intro .txts {
    width: 65rem;
    margin: auto auto 6rem;
  }
}
section.sec01 .inner .intro .txts h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ED6F1A;
  line-height: 5rem;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner .intro .txts h3 {
    font-size: 4.3em;
    line-height: 7rem;
    text-align: center;
  }
}
section.sec01 .inner .intro .txts p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.5rem;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner .intro .txts p {
    font-size: 2.6rem;
    line-height: 5rem;
  }
}
section.sec01 .inner .intro .fig {
  width: 42.7rem;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner .intro .fig {
    width: 65rem;
    margin: auto;
  }
}
section.sec01 .inner .intro .fig h4 {
  width: 100%;
  height: 6rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: #1E1E1E;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner .intro .fig h4 {
    height: 7.6rem;
    font-size: 3rem;
  }
}
section.sec01 .inner .intro .fig figure {
  width: 100%;
}
section.sec01 .inner ul.beforeAfter {
  width: 83rem;
  margin: auto auto 4.4rem;
  display: flex;
  justify-content: space-between;
  background: url("../images/triangle.png") no-repeat center center;
  background-size: 2rem;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner ul.beforeAfter {
    width: 65rem;
    margin: auto auto 3.6rem;
    background: url("../images/triangle.png") no-repeat center center;
    background-size: 1.56rem;
  }
}
section.sec01 .inner ul.beforeAfter li {
  width: 38rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner ul.beforeAfter li {
    width: 29.7rem;
  }
}
section.sec01 .inner ul.beforeAfter li:nth-of-type(1)::before {
  content: '導入前';
  width: 8.1rem;
  height: 8.1rem;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4rem;
  left: -2.6rem;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner ul.beforeAfter li:nth-of-type(1)::before {
    width: 8.5rem;
    height: 8.5rem;
    top: -5.5rem;
    left: -2.5rem;
  }
}
section.sec01 .inner ul.beforeAfter li:nth-of-type(2)::before {
  content: '導入後';
  width: 8.1rem;
  height: 8.1rem;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4rem;
  left: -2.6rem;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner ul.beforeAfter li:nth-of-type(2)::before {
    width: 8.5rem;
    height: 8.5rem;
    top: -5.5rem;
    left: -2.5rem;
  }
}
section.sec01 .inner .youtube {
  width: 83rem;
  height: auto;
  margin: auto;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner .youtube {
    width: 65rem;
  }
}
section.sec01 .inner .youtube iframe {
  width: 100%;
  height: 48.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner .youtube iframe {
    height: 37rem;
    margin-bottom: 2rem;
  }
}
section.sec01 .inner .youtube p {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.sec01 .inner .youtube p {
    font-size: 1.8rem;
  }
}

figure.mv02 {
  width: 100%;
}

section.sec02 {
  width: 100%;
  background: url("../images/bg2.jpg") repeat center top;
  background-size: 100%;
  padding-top: 9.7rem;
}
@media screen and (max-width: 768px) {
  section.sec02 {
    background: url("../images/bg2_sp.jpg") repeat center top;
    background-size: 100%;
  }
}
section.sec02 .inner {
  width: 100rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner {
    width: 93.3vw;
  }
}
section.sec02 .inner h2.h2_ekiyuka {
  width: 97rem;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner h2.h2_ekiyuka {
    width: 65.5rem;
  }
}
section.sec02 .inner .intro {
  width: 100%;
  margin-top: -3rem;
  margin-bottom: 9.6rem;
  padding-left: 8.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner .intro {
    width: 65rem;
    margin: auto;
    padding-left: 0;
    flex-direction: column;
  }
}
section.sec02 .inner .intro .txts {
  width: 55rem;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner .intro .txts {
    width: 100%;
    margin-top: -5.5rem;
    margin-bottom: 3.5rem;
  }
}
section.sec02 .inner .intro .txts h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 5rem;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner .intro .txts h3 {
    font-size: 4.3rem;
    line-height: 7rem;
    text-align: center;
    width: 100%;
  }
}
section.sec02 .inner .intro .txts p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner .intro .txts p {
    width: 40rem;
    font-size: 2.6rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  section.sec02 .inner .intro .txts figure {
    width: 22.5rem;
    grid-column: 2 / 2;
    grid-row: 2 / 2;
  }
}
section.sec02 .inner .intro .fig {
  width: 33.6rem;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner .intro .fig {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
section.sec02 .inner .intro .fig figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner .intro .fig figure {
    width: 22.5rem;
  }
}
@media screen and (max-width: 768px) {
  section.sec02 .inner .intro .fig p {
    width: 40rem;
    font-size: 2.6rem;
    line-height: 4.8rem;
    color: #fff;
    margin-top: -1rem;
  }
}
section.sec02 .inner ul.triple {
  width: 83rem;
  margin-left: 8.5rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  background: url("../images/triangle_w.png") no-repeat center right 26.5rem;
  background-size: 1rem;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner ul.triple {
    width: 65rem;
    margin: auto;
    margin-top: 6rem;
    margin-bottom: 5rem;
  }
}
section.sec02 .inner ul.triple li {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner ul.triple li {
    width: 19.7rem;
  }
}
section.sec02 .inner .youtube {
  width: 83rem;
  height: auto;
  margin: auto;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner .youtube {
    width: 100%;
  }
}
section.sec02 .inner .youtube iframe {
  width: 100%;
  height: 48.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner .youtube iframe {
    height: 37rem;
    margin-bottom: 2rem;
  }
}
section.sec02 .inner .youtube p {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.sec02 .inner .youtube p {
    font-size: 1.8rem;
  }
}

section.sec03 {
  width: 100%;
  background: url("../images/bg3.jpg") repeat;
  background-size: 100%;
  padding-top: 8rem;
  padding-bottom: 6.7rem;
}
@media screen and (max-width: 768px) {
  section.sec03 {
    padding-bottom: 9rem;
  }
}
section.sec03 .inner {
  width: 100rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.sec03 .inner {
    width: 93.3vw;
  }
}
section.sec03 .inner h2 {
  width: 100rem;
  margin: auto auto 4.7rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  background: url("../images/bg_h2_noclose.png") no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  section.sec03 .inner h2 {
    width: 100%;
    font-size: 3.8rem;
    background: url("../images/bg_h2_noclose_sp.png") no-repeat center center;
    background-size: 100%;
  }
}
section.sec03 .inner .intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.sec03 .inner .intro {
    display: block;
  }
}
section.sec03 .inner .intro p {
  width: 62.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.5rem;
}
@media screen and (max-width: 768px) {
  section.sec03 .inner .intro p {
    width: 100%;
    font-size: 2.6rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
}
section.sec03 .inner .intro figure {
  width: 33.8rem;
}
@media screen and (max-width: 768px) {
  section.sec03 .inner .intro figure {
    width: 100%;
  }
}

section.sec04 {
  width: 100%;
  background: #fff;
  background-size: 100%;
  padding-top: 8rem;
  padding-bottom: 11.6rem;
}
@media screen and (max-width: 768px) {
  section.sec04 {
    padding-top: 6.4rem;
    padding-bottom: 9.4rem;
  }
}
section.sec04 .inner {
  width: 100rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.sec04 .inner {
    width: 100%;
  }
}
section.sec04 .inner h2 {
  width: 100rem;
  margin: auto auto 4.7rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 6.5rem;
  color: #004683;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.sec04 .inner h2 {
    width: 100%;
    font-size: 4.2rem;
  }
}
section.sec04 .inner p {
  width: 62.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.5rem;
}
section.sec04 .inner figure {
  width: 33.8rem;
}
section.sec04 .inner ul.quatre {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.sec04 .inner ul.quatre {
    width: 65rem;
    margin: auto;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
section.sec04 .inner ul.quatre li {
  width: 23.9rem;
}
@media screen and (max-width: 768px) {
  section.sec04 .inner ul.quatre li {
    width: 31.4rem;
  }
}

section.sec05 {
  width: 100%;
  background: rgba(112, 112, 112, 0.1);
  background-size: 100%;
  padding-top: 8rem;
  padding-bottom: 6.7rem;
}
section.sec05 .inner {
  width: 100rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.sec05 .inner {
    width: 100%;
  }
}
section.sec05 .inner h2 {
  width: 100rem;
  margin: auto auto 4.7rem;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  background: url("../images/bg_h2_jisseki.png") no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  section.sec05 .inner h2 {
    width: 65rem;
    font-size: 4rem;
    background: url("../images/bg_h2_jisseki_sp.png") no-repeat center center;
    background-size: 100%;
  }
}
section.sec05 .inner .stations {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.sec05 .inner .stations {
    width: 65rem;
    margin: auto;
    flex-wrap: wrap;
  }
}
section.sec05 .inner .stations ul {
  width: 15.4rem;
}
@media screen and (max-width: 768px) {
  section.sec05 .inner .stations ul {
    width: 21rem;
  }
}
section.sec05 .inner .stations ul:nth-of-type(1) {
  width: 36.6rem;
  column-count: 2;
  column-gap: 5.8rem;
}
@media screen and (max-width: 768px) {
  section.sec05 .inner .stations ul:nth-of-type(1) {
    width: 100%;
    column-count: 4;
    column-gap: 1rem;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  section.sec05 .inner .stations ul:nth-of-type(2) {
    width: 43rem;
    column-count: 2;
    column-gap: 1rem;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  section.sec05 .inner .stations ul.metro {
    width: 21rem;
  }
}
section.sec05 .inner .stations ul li {
  font-size: 1.5rem;
  line-height: 3.5rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  section.sec05 .inner .stations ul li {
    font-size: 2.5rem;
    line-height: 4.5rem;
  }
}
section.sec05 .inner .stations ul li.headline {
  color: #004683;
}

footer {
  width: 100%;
  background: #9B9B9B;
  padding-top: 8.7rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 7.9rem;
    padding-bottom: 10.5rem;
  }
}
footer p.rights {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer p.rights {
    margin: 5.3rem auto 5.3rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
}
footer .inner {
  width: 100rem;
  height: 22.7rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: 65rem;
    height: auto;
  }
}
footer .inner .comp {
  position: absolute;
  top: 1.4rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  footer .inner .comp {
    position: static;
  }
}
footer .inner .comp h2 {
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .inner .comp h2 {
    font-size: 6.5rem;
    margin-bottom: 2.5rem;
  }
}
footer .inner .comp h2 span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  footer .inner .comp h2 span {
    font-size: 2.5rem;
  }
}
footer .inner .comp p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3.1rem;
  color: #fff;
  margin-left: -1rem;
}
@media screen and (max-width: 768px) {
  footer .inner .comp p {
    font-size: 1.9rem;
    line-height: 3.6rem;
    margin-bottom: 5rem;
  }
}
footer .inner .otoiawase {
  width: 43.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  footer .inner .otoiawase {
    position: static;
    width: 100%;
  }
}
footer .inner .otoiawase p.siteurl {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  footer .inner .otoiawase p.siteurl {
    font-size: 2.8rem;
  }
}
footer .inner .otoiawase p.siteurl span {
  font-weight: 700;
  color: #707070;
  background: #fff;
  display: inline-block;
  padding: 1rem 1.5rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  footer .inner .otoiawase p.siteurl span {
    margin-right: 3rem;
  }
}
footer .inner .otoiawase figure {
  margin: 1.2rem auto 1rem;
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  footer .inner .otoiawase figure {
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .otoiawase figure img {
    width: 54.2rem;
    margin: auto;
  }
}
footer .inner .otoiawase p.toMail {
  border-bottom: 1px solid #fff;
  text-align: center;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  footer .inner .otoiawase p.toMail {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
footer .inner .otoiawase p.toMail a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background: url("../images/bg_inquiry.png") no-repeat top 55% left;
  background-size: 2.39rem;
  padding-left: 3.2rem;
}
@media screen and (max-width: 768px) {
  footer .inner .otoiawase p.toMail a {
    font-size: 3.1rem;
    background: url("../images/bg_inquiry.png") no-repeat top 55% left;
    background-size: 4.3rem;
    padding-left: 5.6rem;
  }
}

.fixedBnr {
  width: 100%;
  height: 8rem;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fixedBnr {
    height: 10.5rem;
  }
}
.fixedBnr p.toInquiry {
  width: 50%;
}
.fixedBnr p.toInquiry a {
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: #ED6F1A;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixedBnr p.toInquiry a {
    font-size: 3rem;
  }
}
.fixedBnr p.toInquiry a span {
  background: url(../images/bg_inquiry.png) no-repeat top 0.1rem left;
  background-size: 3rem;
  padding-left: 5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixedBnr p.toInquiry a span {
    background: url(../images/bg_inquiry.png) no-repeat top 0.1rem left;
    background-size: 4.4rem;
    padding-left: 6.5rem;
  }
}
.fixedBnr p.toCompany {
  width: 50%;
}
.fixedBnr p.toCompany a {
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: #E64800;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixedBnr p.toCompany a {
    font-size: 3rem;
  }
}
.fixedBnr p.toCompany a span {
  background: url(../images/arrow.png) no-repeat center right;
  background-size: 1.1rem;
  padding-right: 3.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixedBnr p.toCompany a span {
    background: url(../images/bg_tocompany.png) no-repeat top 0.1rem left;
    background-size: 3.8rem;
    padding-left: 6.5rem;
    height: 4rem;
  }
}

#backtopBox {
  width: 8.6rem;
  height: 8.6em;
  position: fixed;
  bottom: 9rem;
  right: 5rem;
  z-index: 4;
  transition: all 0.4s ease;
  opacity: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #backtopBox {
    bottom: 11rem;
    right: 3rem;
    transform: translateY(0);
    width: 10.8rem;
    height: 10.8rem;
  }
}
#backtopBox.bottomEnd {
  bottom: 48rem;
}
@media screen and (max-width: 768px) {
  #backtopBox.bottomEnd {
    bottom: 88rem;
  }
}

#backtopBox a {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  #backtopBox a {
    height: 100%;
    width: 100%;
  }
}

/* INQUIRY */
/* フォームのスタイルをリセット */
form,
input,
textarea,
select,
button,
label {
  all: unset;
  box-sizing: border-box;
  font: inherit;
}

/* input要素のタイプ別追加リセット（ブラウザ特有のスタイル削除） */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* buttonに対するリセットと基本的なカーソル設定 */
button {
  cursor: pointer;
}

/* select要素のリセット */
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* box-sizing: border-box を全体に適用 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.pageTtl {
  width: 100%;
  padding-top: 10.7rem;
}
@media screen and (max-width: 768px) {
  .pageTtl {
    width: 65rem;
    margin: auto;
  }
}
.pageTtl h2 {
  font-size: 9rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 768px) {
  .pageTtl h2 {
    font-size: 7rem;
  }
}
.pageTtl h2 span {
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .pageTtl h2 span {
    font-size: 2.5rem;
  }
}
.pageTtl p {
  font-size: 1.8rem;
  line-height: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageTtl p {
    font-size: 2.6em;
    line-height: 5rem;
  }
}
.pageTtl p:nth-of-type(2) {
  margin-top: 5.5rem;
}

p.attention {
  font-size: 1.6rem;
  width: 100rem;
  margin: 8.5rem auto 2rem;
}
@media screen and (max-width: 768px) {
  p.attention {
    font-size: 1.8rem;
    width: 65rem;
  }
}
p.attention span {
  color: #ED6F1A;
}

.formBox {
  width: 100rem;
  margin: auto auto 12.6rem;
}
@media screen and (max-width: 768px) {
  .formBox {
    width: 65rem;
  }
}
.formBox .formBody {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 10.6rem 0;
  margin-bottom: 9.5rem;
}
.formBox .formBody dl {
  width: 100%;
  margin-bottom: 7.6rem;
}
.formBox .formBody dl:last-of-type {
  margin-bottom: 0;
}
.formBox .formBody dl dt {
  width: 100%;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .formBox .formBody dl dt {
    font-size: 4rem;
  }
}
.formBox .formBody dl dt span {
  position: relative;
  display: inline-block;
}
.formBox .formBody dl dt span.hissu::after {
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #ED6F19;
  position: absolute;
  top: -0.8rem;
  right: -2.2rem;
}
@media screen and (max-width: 768px) {
  .formBox .formBody dl dt span.hissu::after {
    width: 2.4rem;
    height: 2.4rem;
    right: -3.2rem;
  }
}
.formBox .formBody dl dd {
  width: 100%;
}
.formBox .formBody dl.check {
  height: 3.5rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .formBox .formBody dl.check {
    height: 4.8rem;
  }
}
.formBox .formBody dl.check dt {
  width: calc(100% - 5rem);
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .formBox .formBody dl.check dt {
    font-size: 3rem;
    width: calc(100% - 7.3rem);
  }
}
.formBox .formBody dl.check dt a {
  text-decoration: underline;
}
.formBox .formBody dl.check dd {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .formBox .formBody dl.check dd {
    width: 7.3rem;
  }
}
.formBox .formBody.confirm dl dd {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .formBox .formBody.confirm dl dd {
    font-size: 3rem;
  }
}

input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  padding: 4rem 4.8rem;
  background: rgba(112, 112, 112, 0.1);
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  input[type="text"], input[type="email"], input[type="tel"] {
    padding: 5rem 4.8rem;
    font-size: 3rem;
  }
}

input::placeholder, textarea::placeholder {
  color: rgba(30, 30, 30, 0.3);
}

textarea {
  width: 100%;
  height: 30rem;
  padding: 4rem 4.8rem;
  background: rgba(112, 112, 112, 0.1);
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  textarea {
    padding: 5rem 4.8rem;
    font-size: 3rem;
  }
}

input[type="checkbox"] {
  all: revert;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  border: 1px solid #1E1E1E;
}
@media screen and (max-width: 768px) {
  input[type="checkbox"] {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.btnBox {
  margin: auto;
  margin-top: min(78px, 4.8vw);
  margin-bottom: 0;
  width: min(862px, 53.8vw);
  display: flex;
  justify-content: center;
  gap: min(100px, 6.25vw);
}
@media screen and (max-width: 768px) {
  .btnBox {
    margin-top: 12.2vw;
    margin-bottom: 8vw;
    width: 100%;
    flex-wrap: wrap;
  }
}
.btnBox button {
  width: 55rem;
  height: 9.2rem;
  margin: auto;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  background: #ED6F1A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  transition: all 0.4s ease;
}
.btnBox button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .btnBox button {
    width: 100%;
    height: 11rem;
    font-size: 3rem;
    border-radius: 1rem;
  }
}
.btnBox input.btnForm {
  width: 55rem;
  height: 9.2rem;
  margin: auto;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  background: #9fa0a0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  transition: all 0.4s ease;
  text-align: center;
  cursor: pointer;
}
.btnBox input.btnForm:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .btnBox input.btnForm {
    width: 100%;
    height: 11rem;
    font-size: 3rem;
    border-radius: 1rem;
    background: #9fa0a0;
    border: none;
    padding: 0 0;
  }
}

.formError {
  position: absolute;
}

.formError .formErrorContent {
  width: 100%;
  background: none;
  position: relative;
  color: #e60012;
  min-width: 120px;
  font-size: 1.6rem;
  border: none;
  box-shadow: none;
  padding: 4px 10px 4px 10px;
}
@media screen and (max-width: 768px) {
  .formError .formErrorContent {
    font-size: 3.2vw;
  }
}

.formError .formErrorArrow {
  display: none;
}

.formError {
  pointer-events: none;
  left: 70% !important;
}
@media screen and (max-width: 768px) {
  .formError {
    left: 55% !important;
    right: initial;
    margin-top: -4rem !important;
  }
}

dl.check .formError {
  left: 20% !important;
}
@media screen and (max-width: 768px) {
  dl.check .formError {
    left: 5% !important;
    right: initial;
    margin-top: -4rem !important;
  }
}

p.thanks {
  margin-bottom: 30rem;
}

#menu-open {
  top: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  position: absolute;
  color: #fff;
  text-align: center;
  padding-top: 0;
  box-sizing: border-box;
  font-size: 1.74rem;
  z-index: 21;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #menu-open {
    width: 11rem;
    height: 11rem;
  }
}

a#menu-open span {
  display: block;
  width: 3.6rem;
  height: 0.27rem;
  background: #552e30;
}
@media screen and (max-width: 768px) {
  a#menu-open span {
    width: 4rem;
    height: 0.3rem;
  }
}

a#menu-open span:first-child {
  position: absolute;
  top: 3.5rem;
  right: 3.2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  a#menu-open span:first-child {
    top: 4rem;
    right: 3.5rem;
  }
}

a#menu-open span:nth-child(2) {
  position: absolute;
  top: 4.7rem;
  right: 3.2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  a#menu-open span:nth-child(2) {
    top: 5.2rem;
    right: 3.5rem;
  }
}

a#menu-open span:nth-child(3) {
  position: absolute;
  top: 5.9rem;
  right: 3.2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  a#menu-open span:nth-child(3) {
    top: 6.4rem;
    right: 3.5rem;
  }
}

#menu-open.open {
  position: fixed;
  right: 0;
  width: 10rem;
  height: 10rem;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #menu-open.open {
    width: 11rem;
    height: 11rem;
  }
}

#menu-panel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 10rem;
  right: 0;
  z-index: 20;
  padding: 0 5rem 0;
  width: 50rem;
  height: 68rem;
  background: #f0dcd2;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  #menu-panel {
    top: 11rem;
    width: 100%;
    height: 100vh;
    padding: 0 9.9rem 0;
  }
}

#menu-panel.open {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

#menu-panel > ul {
  margin: auto;
}

#menu-panel > ul > li {
  border-bottom: 2rem solid #fff;
  margin-bottom: 0;
}
#menu-panel > ul > li:last-of-type {
  border: none;
}
@media screen and (max-width: 768px) {
  #menu-panel > ul > li:last-of-type {
    border-bottom: 2rem solid #fff;
  }
}

#menu-panel > ul > li > a {
  font-size: 2.56rem;
  padding: 5.4rem 0.9rem;
  display: block;
  color: #fff;
}

#menu-panel > ul li ul.secondDeg {
  margin-top: 0;
  padding-bottom: 1rem;
}

#menu-panel > ul li ul.secondDeg li {
  border-bottom: none;
  margin-bottom: 2.1rem;
}

#menu-panel > ul li ul.secondDeg li a {
  font-size: 2.4rem;
  padding: 1rem 0;
  display: block;
  color: #fff;
}

#menu-panel > ul:nth-of-type(3) {
  width: 67rem;
  display: grid;
  /* width: fit-content; */
  column-gap: 2em;
  grid-template-columns: repeat(2, auto);
  margin-top: 3rem;
}

#menu-panel > ul:nth-of-type(3) li {
  border-bottom: none;
}

p.navRights {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin-top: 26.2rem;
}

.btn-menu {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0;
  border: none;
  height: 10rem;
  width: 10rem;
  opacity: 0 !important;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn-menu {
    height: 11rem;
    width: 11rem;
  }
}

.btn-menu.active {
  opacity: 1 !important;
  z-index: 30;
}

#menu-close {
  top: -10rem;
  background: #f0dcd2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #menu-close {
    top: -11rem;
  }
}

#menu-close span {
  width: 4.3rem;
  height: 0.27rem;
  background: #552e30;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #menu-close span {
    height: 0.3rem;
  }
}

#menu-close span:first-child {
  position: absolute;
  top: 4.8rem;
  right: 2.9rem;
  transition: all 0.4s ease;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #menu-close span:first-child {
    top: 5.3rem;
    right: 3.25rem;
  }
}

#menu-close span:nth-child(2) {
  display: none;
}

#menu-close span:nth-child(3) {
  position: absolute;
  top: 4.8rem;
  right: 2.9rem;
  transition: all 0.4s ease;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #menu-close span:nth-child(3) {
    top: 5.3rem;
    right: 3.25rem;
  }
}

nav ul li {
  border-bottom: 0.2rem solid #fff;
  margin-bottom: 0;
}
nav ul li:last-of-type {
  border: none;
}
@media screen and (max-width: 768px) {
  nav ul li:last-of-type {
    border-bottom: 0.2rem solid #fff;
  }
}

nav ul li a {
  font-size: 2.56rem;
  font-weight: 700;
  padding: 5.4rem 0.9rem;
  display: block;
  color: #552e30;
}
@media screen and (max-width: 768px) {
  nav ul li a {
    font-size: 2.8rem;
    padding: 6.4rem 0.9rem;
  }
}

.modal {
  display: none;
  /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 190, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 501;
}
@media screen and (max-width: 768px) {
  .modal {
    padding-top: 0;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-content {
  background-color: #fff;
  padding: 5.4vw 9vw;
  box-sizing: border-box;
  width: auto;
  height: 90vh;
  position: relative;
  border-radius: 4.8rem;
  opacity: 0;
  transform: translateY(20px);
  /* 下から20pxずらして表示 */
  animation: fadeInUp 0.4s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 65rem;
    padding: 8rem 3rem 8rem 3.8rem;
  }
}
.modal-content figure {
  width: auto;
  height: 100%;
}
.modal-content figure img {
  width: auto;
  height: auto;
}
.modal-content .close-modal {
  position: absolute;
  top: 4vw;
  right: 4vw;
  cursor: pointer;
  width: 1.67vw;
  height: 1.67vw;
  background: url("../images/close.webp") no-repeat;
  background-size: 1.67vw;
}
@media screen and (max-width: 768px) {
  .modal-content .close-modal {
    background: url("../images/close.webp") no-repeat top 1.2rem left 1.5rem;
    background-size: 3.6rem;
    top: 4.7vw;
    right: 5.9vw;
    width: 5.4rem;
    height: 7rem;
  }
}
.modal-content h3 {
  font-size: 1.45vw;
  font-weight: 700;
  color: #f9aa00;
  margin-bottom: 1.7vw;
}
@media screen and (max-width: 768px) {
  .modal-content h3 {
    font-size: 3rem;
    margin-bottom: 4.8rem;
  }
}
.modal-content .message {
  height: 90%;
  overflow-y: auto;
}
.modal-content .message p {
  font-size: 1.04vw;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 1.4vw;
}
@media screen and (max-width: 768px) {
  .modal-content .message p {
    font-size: 2.4rem;
    line-height: 4.6rem;
    margin-bottom: 3rem;
    letter-spacing: -0.2rem;
  }
}
.modal-content .message p.president {
  font-size: 1.87vw;
  font-weight: 700;
  margin-top: 3vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal-content .message p.president {
    font-size: 3.8rem;
    margin-top: 7rem;
  }
}
.modal-content .message p.president span {
  margin-bottom: 0.6vw;
  font-size: 50%;
  display: block;
}
@media screen and (max-width: 768px) {
  .modal-content .message p.president span {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}

/* スクロールバー全体 */
.message::-webkit-scrollbar {
  width: 0.46vw;
  /* 横幅 */
}

/* スクロールバーのトラック部分（背景） */
.message::-webkit-scrollbar-track {
  background: rgba(249, 190, 0, 0.4);
}

/* スクロールバーのつまみ部分（ドラッグできる部分） */
.message::-webkit-scrollbar-thumb {
  background: #552e30;
  border-radius: 0.46vw;
}

/* ホバー時のつまみ色 */
.message::-webkit-scrollbar-thumb:hover {
  background: #552e30;
}

.message::-webkit-scrollbar-button {
  display: none;
}

/* Firefox用にスクロールバーの色を指定 */
.message {
  scrollbar-color: #552e30 rgba(249, 190, 0, 0.4);
  /* thumb color, track color */
  scrollbar-width: thin;
  /* auto, thin, none */
}
