@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: #00723f;
}

a:hover {
  opacity: 0.7;
}

/* 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 screen and (max-width: 767px) {
  img[src$="_pc.jpg"], img[src$="_pc.png"] {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"] {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
html {
  font-size: 0.714285714vw;
  /* 1400で10 */
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}
body {
  margin: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #141414;
}

a:hover {
  opacity: 0.6;
}

figure img {
  width: 100%;
  height: auto;
}

.forPC {
  display: block;
}

.forSP {
  display: none;
}

@media screen and (max-width: 767px) {
  .forPC {
    display: none;
  }

  .forSP {
    display: block;
  }
}
main {
  width: 140rem;
  margin: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  main {
    width: 100%;
  }
}

.mv {
  width: 100%;
  height: 90rem;
  background: url("../images/mv.webp") no-repeat;
  background-size: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 133.4rem;
    background: url("../images/mv_sp.webp") no-repeat;
    background-size: cover;
  }
}
.mv h1 {
  width: 28.29rem;
  position: absolute;
  top: 28.1rem;
  left: 22.4rem;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    width: 36.5rem;
    top: 45rem;
    left: 19.4rem;
  }
}
.mv figure.nexttbc {
  width: 57.89rem;
  position: absolute;
  top: 34.9rem;
  left: 76.2rem;
}

.mv2 {
  width: 100%;
  height: 100rem;
  background: url("../images/mv2.webp") no-repeat;
  background-size: 100%;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv2 {
    height: 269rem;
    background: url("../images/mv2_sp.webp") no-repeat;
    background-size: cover;
    padding-top: 52.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mv2 figure.nexttbc {
    width: 66rem;
    margin: auto auto 16rem;
  }
}
.mv2 p.lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4.5rem;
  position: absolute;
  top: 16.5rem;
  left: 83rem;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .mv2 p.lead {
    width: 100%;
    position: static;
    font-size: 2.8rem;
    line-height: 6.2rem;
    text-align: center;
    letter-spacing: 0.2rem;
  }
}
.mv2 p.catch {
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 8rem;
  position: absolute;
  top: 66.8rem;
  left: 83rem;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 768px) {
  .mv2 p.catch {
    margin-top: 5rem;
    position: static;
    font-size: 7.8rem;
    line-height: 11.6rem;
    text-align: center;
    letter-spacing: 0.2rem;
    font-feature-settings: "palt";
  }
}

section.message {
  width: 100%;
  background: url("../images/bg_message.webp") no-repeat;
  background-size: cover;
  padding-top: 17.4rem;
  padding-bottom: 17.9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.message {
    background: url("../images/bg_message_sp.webp") no-repeat;
    background-size: cover;
    height: 171.5rem;
    padding-top: 21rem;
  }
}
section.message figure.circle_message {
  width: 44.7155rem;
  position: absolute;
  top: 29.8rem;
  left: 50%;
  margin-left: -22.3rem;
  animation: rotateAnimation 40s linear infinite;
}
@media screen and (max-width: 768px) {
  section.message figure.circle_message {
    width: 116.9rem;
    top: 42.3rem;
    margin-left: -58.45rem;
    animation: rotateAnimation 60s linear infinite;
  }
}
section.message h2 {
  width: 30rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.message h2 {
    width: 39.5rem;
  }
}
section.message ul.movies {
  margin: 11.2rem auto auto;
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  section.message ul.movies {
    width: 68rem;
    margin: 15.6rem auto auto;
    flex-direction: column;
    row-gap: 8.6rem;
  }
}
section.message ul.movies li {
  width: 48rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section.message ul.movies li {
    width: 100%;
  }
}

section.history {
  width: 100%;
  background: url("../images/bg_history.webp") no-repeat;
  background-size: 100%;
  padding-top: 17.7rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  section.history {
    padding-top: 22rem;
    background: url("../images/bg_history_sp.webp") no-repeat;
    background-size: cover;
    height: 225.8rem;
    box-sizing: border-box;
  }
}
section.history h2 {
  width: 26.35rem;
  margin: auto auto 5.8rem;
}
@media screen and (max-width: 768px) {
  section.history h2 {
    width: 34.7rem;
    margin: auto auto 9rem;
  }
}
section.history p.lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.8rem;
  text-align: center;
  margin-bottom: 12.3rem;
}
@media screen and (max-width: 768px) {
  section.history p.lead {
    font-size: 2.8rem;
    line-height: 5.6rem;
    margin-bottom: 18rem;
  }
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.historyBox {
  width: 116rem;
  margin: auto;
  background: #fff;
  border-radius: 0.6rem;
  padding: 9rem 8rem 6rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .historyBox {
    width: 100%;
    padding: 9rem 4rem 12rem;
  }
}
.historyBox::after {
  content: '';
  width: 8.53rem;
  height: 1.18rem;
  background: url("../images/scroll.webp") no-repeat;
  background-size: 8.53rem;
  position: absolute;
  bottom: 3.5rem;
  right: 8rem;
}
@media screen and (max-width: 768px) {
  .historyBox::after {
    width: 13.4rem;
    height: 2rem;
    background: url("../images/scroll.webp") no-repeat;
    background-size: 13.4rem;
    bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .historyBox::before {
    content: '';
    width: 100%;
    height: 2rem;
    background: #fff;
    position: absolute;
    bottom: 15rem;
    left: 0;
    z-index: 2;
  }
}
.historyBox figure.circle {
  width: 44.4893rem;
  position: absolute;
  top: 13rem;
  left: 35.6rem;
  animation: rotateAnimation 40s linear infinite;
}
@media screen and (max-width: 768px) {
  .historyBox figure.circle {
    width: 69.8rem;
    top: 19rem;
  }
}
.historyBox .titleBox {
  width: 8rem;
  display: flex;
  flex-direction: column;
  gap: 27.1rem;
  padding-top: 8rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .historyBox .titleBox {
    padding-top: 25rem;
    /* 18rem */
    gap: 40rem;
  }
}
.historyBox .titleBox p {
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  font-weight: 700;
  color: #07275E;
}
@media screen and (max-width: 768px) {
  .historyBox .titleBox p {
    font-size: 2.4rem;
  }
}
.historyBox .titleBox p + p {
  color: #C09F3C;
}
.historyBox .inner {
  width: 95rem;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .historyBox .inner {
    width: 100%;
    padding-top: 10rem;
    height: 97.6rem;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 768px) {
  .historyBox .inner img.history_sp {
    width: 1452.9rem !important;
    /* 1452.9rem */
    max-width: 1452.9rem !important;
    /* 1452.9rem */
    margin-top: -10rem;
  }
}
.historyBox .inner .deg01 {
  height: auto;
  /* 30rem */
  padding-left: 16.7rem;
  width: 978rem;
}
.historyBox .inner .deg01 .topic {
  color: #07275E;
  float: left;
}
.historyBox .inner .deg01 .topic.topic_y1977 {
  margin-left: 7rem;
  width: 29.6rem;
}
.historyBox .inner .deg01 .topic.topic_y1979 {
  margin-left: 6.6rem;
  width: 30rem;
}
.historyBox .inner .deg01 .topic.topic_y1980 {
  margin-left: 21.1rem;
  width: 28rem;
}
.historyBox .inner .deg01 .topic.topic_y1989 {
  margin-left: 7rem;
  width: 66.4rem;
}
.historyBox .inner .deg01 .topic.topic_y1993 {
  margin-left: 25rem;
  width: 30rem;
}
.historyBox .inner .deg01 .topic.topic_y1999 {
  margin-left: 7rem;
  width: 56rem;
}
.historyBox .inner .deg01 .topic.topic_y2006 {
  margin-left: 48rem;
  width: 18.4rem;
}
.historyBox .inner .deg01 .topic.topic_y2018 {
  margin-left: 60rem;
  width: 45.9rem;
}
.historyBox .inner .deg01 .topic.topic_y2019 {
  margin-left: 5rem;
  width: 60rem;
}
.historyBox .inner .deg01 .topic.topic_y2022 {
  margin-left: 24rem;
  width: 63rem;
}
.historyBox .inner .deg01 .topic.topic_y2023 {
  margin-left: 3rem;
  width: 77.2rem;
}
.historyBox .inner .deg01 .topic.topic_y2024 {
  margin-left: 6.5rem;
  width: 30rem;
}
.historyBox .inner .deg01 .topic.topic_y2024_02 {
  margin-left: 4rem;
  width: 47.3rem;
}
.historyBox .inner .deg01 .topic.topic_y2024_03 {
  margin-left: 4rem;
  width: 61rem;
}
.historyBox .inner .deg01 .topic.topic_y2026 {
  margin-left: 8.5rem;
  width: 22.3rem;
}
.historyBox .inner .deg01 .topic img {
  height: 2.62rem;
  width: auto;
  margin-bottom: 2rem;
}
.historyBox .inner .deg01 .topic h3 {
  padding-left: 2.1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  letter-spacing: -0.1rem;
  font-feature-settings: "palt";
}
.historyBox .inner .deg01 .topic h3.topic_y2023 {
  margin-top: 4.62rem;
}
.historyBox .inner .deg01 .topic h3.topic_y2024_02 {
  margin-top: 4.62rem;
  font-size: 1.6rem;
}
.historyBox .inner .deg01 .topic h3.topic_y2024_03 {
  margin-top: 4.62rem;
}
.historyBox .inner .deg01 .topic .detail {
  padding-left: 2.1rem;
  display: flex;
  justify-content: space-between;
  gap: 2.7rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y1976 {
  width: 41rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y1976 img {
  height: 10.5rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y1989 {
  width: 64.5rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y1989 img {
  height: 9rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y1999 {
  width: 53.8rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y1999 img {
  height: 14rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2006 img {
  height: 8rem;
  width: 14.4rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2018 {
  width: 43.6rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2018 img {
  height: 16rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2019 {
  width: 57.9rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2019 img {
  height: 20.5rem;
  margin-top: -10rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2022 {
  width: 60.9rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2022 img {
  height: 13rem;
  margin-top: -10rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2023 {
  width: 77.2rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2023 img {
  height: 16rem;
  margin-top: -10rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2024 {
  width: 28rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2024_02 {
  width: 47.3rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2024_02 img {
  height: 13rem;
  margin-top: -6rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2024_03 {
  width: 65rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2024_03 img {
  height: 13.4rem;
  margin-top: -2rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2026 {
  width: 20.2rem;
}
.historyBox .inner .deg01 .topic .detail.detail_y2026 img {
  height: 12.2rem;
  margin-top: 2.5rem;
  margin-left: 4rem;
}
.historyBox .inner .deg01 .topic .detail p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  font-feature-settings: "palt";
  line-break: strict;
}
.historyBox .inner .deg02 {
  width: 978rem;
  height: 5.4rem;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.historyBox .inner .deg02::after {
  content: '';
  width: 100%;
  height: 0.2rem;
  background: url("../images/bg_dot.webp") repeat-x;
  background-size: 117.9rem;
  position: absolute;
  top: 50%;
  left: 0;
}
.historyBox .inner .deg02 img {
  padding: 0 2rem;
  background: #fff;
  height: 4.94rem;
  width: auto;
  position: relative;
  z-index: 2;
}
.historyBox .inner .deg02 img.era1980 {
  margin-left: 113rem;
}
.historyBox .inner .deg02 img.era1990 {
  margin-left: 105rem;
}
.historyBox .inner .deg02 img.era2000 {
  margin-left: 100rem;
}
.historyBox .inner .deg02 img.era2010 {
  margin-left: 69rem;
}
.historyBox .inner .deg02 img.era2020 {
  margin-left: 129rem;
}
.historyBox .inner .deg02 img.eraend {
  margin-left: 332rem;
  height: 2.22rem;
  margin-top: 1.6rem;
}
.historyBox .inner .deg03 {
  width: 978rem;
  height: 20rem;
  /* 25.6rem */
  padding-top: 2rem;
  /* 4.5rem */
  padding-left: 65rem;
}
.historyBox .inner .deg03 .topic {
  color: #C09F3C;
  float: left;
}
.historyBox .inner .deg03 .topic.topic_t1979 {
  margin-left: 11rem;
}
.historyBox .inner .deg03 .topic.topic_t1986 {
  margin-left: 30rem;
}
.historyBox .inner .deg03 .topic.topic_t1989 {
  margin-left: 12rem;
}
.historyBox .inner .deg03 .topic.topic_t1991 {
  margin-left: 62rem;
}
.historyBox .inner .deg03 .topic.topic_t1996 {
  margin-left: 10rem;
}
.historyBox .inner .deg03 .topic.topic_t2008 {
  margin-left: 76rem;
}
.historyBox .inner .deg03 .topic.topic_t2015 {
  margin-left: 20rem;
}
.historyBox .inner .deg03 .topic.topic_t2020 {
  margin-left: 114rem;
}
.historyBox .inner .deg03 .topic img {
  height: 2.62rem;
  width: auto;
  margin-bottom: 2rem;
}
.historyBox .inner .deg03 .topic h3 {
  padding-left: 2.1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  letter-spacing: -0.1rem;
  font-feature-settings: "palt";
}

.flowing {
  width: 100%;
  height: 8rem;
  background: url("../images/bg_flowing.webp") no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flowing {
    height: 12rem;
    background: url("../images/bg_flowing_sp.webp") no-repeat;
    background-size: 100%;
  }
}
.flowing ul.flowslide li.slick-slide {
  width: 22.2985rem !important;
  margin-right: 1.95rem;
  float: left;
}
@media screen and (max-width: 768px) {
  .flowing ul.flowslide li.slick-slide {
    width: 33.6rem !important;
    margin-right: 3.6rem;
  }
}

section.news {
  width: 100%;
  background: linear-gradient(to right, #D8EFFC, #F0F8FE);
  padding-top: 16.8rem;
  padding-bottom: 17.7rem;
}
@media screen and (max-width: 768px) {
  section.news {
    padding-top: 21.8rem;
    padding-bottom: 21rem;
  }
}
section.news h2 {
  width: 46.66rem;
  margin: auto auto 7.5rem;
}
@media screen and (max-width: 768px) {
  section.news h2 {
    width: 43.2rem;
    margin: auto auto 15.5rem;
  }
}
section.news p.endtxt {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  section.news p.endtxt {
    font-size: 2.8rem;
    line-height: 5.6rem;
    margin-top: 11.6rem;
  }
}

.torikumi {
  width: 100rem;
  margin: auto auto 1.2rem;
}
@media screen and (max-width: 768px) {
  .torikumi {
    width: 68rem;
  }
}
.torikumi + .torikumi {
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .torikumi + .torikumi {
    margin-top: 2rem;
  }
}
.torikumi > h3 {
  width: 100%;
  height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #fff;
  text-align: center;
  background: url("../images/bg_torikumi_open.webp") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .torikumi > h3 {
    height: 20rem;
    background: url("../images/bg_torikumi_open_sp.webp") no-repeat;
    background-size: 100%;
    font-size: 3.6rem;
    line-height: 4.8rem;
    text-align: left;
    font-feature-settings: "palt";
    padding: 0 11.6rem 0 4.2rem;
    letter-spacing: 0.4rem;
  }
}
.torikumi > h3.close {
  background: url("../images/bg_torikumi.webp") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .torikumi > h3.close {
    background: url("../images/bg_torikumi_sp.webp") no-repeat;
    background-size: 100%;
  }
}
.torikumi .detail {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 9rem 10rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .torikumi .detail {
    padding: 9rem 6rem;
    border-radius: 1.2rem;
  }
}
.torikumi .detail.close {
  display: none;
}
.torikumi .detail .detailHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead {
    flex-direction: column;
    margin-bottom: 14.8rem;
  }
}
.torikumi .detail .detailHead .txts {
  width: 48rem;
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead .txts {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.torikumi .detail .detailHead .txts h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #46B4FF;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead .txts h4 {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead .txts h4.spsize36 {
    font-size: 3.6rem;
  }
}
.torikumi .detail .detailHead .txts p.catch {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead .txts p.catch {
    font-size: 4.6rem;
    line-height: 6.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 3.8rem;
  }
}
.torikumi .detail .detailHead .txts p.lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 3.5rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead .txts p.lead {
    font-size: 2.6rem;
    line-height: 5.2rem;
    margin-bottom: 6.5rem;
  }
}
.torikumi .detail .detailHead .txts dl.spec {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead .txts dl.spec {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.torikumi .detail .detailHead .txts dl.spec + dl.spec {
  margin-top: 1.5rem;
}
.torikumi .detail .detailHead .txts dl.spec dt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  width: 12rem;
  height: 2.8rem;
  border-radius: 1.4rem;
  background: linear-gradient(to right, #00C8FC, #00A0EB);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead .txts dl.spec dt {
    width: 100%;
    height: 6rem;
    border-radius: 3rem;
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
.torikumi .detail .detailHead .txts dl.spec dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead .txts dl.spec dd {
    font-size: 2.8rem;
    line-height: 5.2rem;
    text-align: center;
    padding-bottom: 1rem;
  }
}
.torikumi .detail .detailHead .txts dl.spec dd span {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead .txts dl.spec dd span {
    font-size: 2rem;
  }
}
.torikumi .detail .detailHead .txts figure {
  width: 38rem;
  margin: 3rem auto auto;
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead .txts figure.torikumi02_02 {
    width: 44.8rem;
    margin-bottom: 6rem;
  }
}
.torikumi .detail .detailHead > figure {
  width: 28rem;
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead > figure {
    width: 45rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .torikumi .detail .detailHead > figure.torikumi02_01 {
    width: 56.28rem;
    margin-bottom: 0;
  }
}

.points + .points {
  margin-top: 6.7rem;
}
.points h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .points h3 {
    font-size: 3.6rem;
    line-height: 5.4rem;
    margin-bottom: 3rem;
  }
}
.points h3 span.point01 {
  display: block;
  width: 8.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .points h3 span.point01 {
    width: 13.7rem;
  }
}
.points h3 span.point02 {
  display: block;
  width: 8.56rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .points h3 span.point02 {
    width: 14.2199rem;
  }
}
.points p.lead {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .points p.lead {
    font-size: 2.6rem;
    line-height: 5.2rem;
    letter-spacing: 0.2rem;
  }
}
.points p.lead span {
  font-size: 60%;
  vertical-align: top;
  line-height: 2.7;
}
.points p.attention {
  font-size: 1.2rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .points p.attention {
    font-size: 2rem;
    line-height: 3.8rem;
  }
}

ul.steps {
  width: 100%;
  margin-top: 3.9rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  ul.steps {
    flex-direction: column;
    margin-top: 7rem;
    row-gap: 3rem;
  }
}
ul.steps li {
  width: 25.6rem;
  background: #fff;
  border-radius: 0.6rem;
  padding: 1.8rem 1.9rem 3rem;
  text-align: center;
  position: relative;
}
ul.steps li::after {
  content: '';
  width: 1.38564rem;
  height: 1.6rem;
  background: url("../images/ico_triangle.webp") no-repeat;
  background-size: cover;
  position: absolute;
  top: 2.5rem;
  right: -0.45rem;
}
@media screen and (max-width: 768px) {
  ul.steps li::after {
    width: 4.6rem;
    height: 2.6rem;
    background: url("../images/ico_triangle_sp.webp") no-repeat;
    background-size: cover;
    top: auto;
    bottom: -1.5rem;
    right: 50%;
    transform: translateX(50%);
  }
}
ul.steps li:nth-of-type(3)::after {
  display: none;
}
@media screen and (max-width: 768px) {
  ul.steps li {
    width: 56rem;
    padding: 3rem 3.2rem 5.6rem;
    border-radius: 1.2rem;
  }
}
ul.steps li span {
  width: 21.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  ul.steps li span {
    width: 49.6rem;
  }
}
ul.steps li h4 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-align: center;
  height: 10.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  ul.steps li h4 {
    width: 49.6rem;
    height: auto;
    padding: 5rem 0;
    font-size: 3.4rem;
    line-height: 5.2rem;
  }
}
ul.steps li p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  ul.steps li p {
    font-size: 2.6rem;
    line-height: 5.2rem;
    width: 45.8rem;
    margin: auto;
    letter-spacing: 0.3rem;
  }
}
ul.steps li > img {
  width: 16.8rem;
  margin: 1.8rem auto auto;
}
@media screen and (max-width: 768px) {
  ul.steps li > img {
    width: 32rem;
    margin: 4rem auto auto;
  }
}
@media screen and (max-width: 768px) {
  ul.steps li > img.fig02, ul.steps li > img.fig03 {
    width: 41.6rem;
  }
}

figure.tous {
  width: 46.2rem;
  margin: 2rem auto 4.5rem;
}
@media screen and (max-width: 768px) {
  figure.tous {
    width: 56.2rem;
    margin: 5.8rem auto 15rem;
  }
}

dl.fromLab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 0.1rem solid #46B4FF;
  border-bottom: 0.1rem solid #46B4FF;
  padding: 2.8rem 0;
}
@media screen and (max-width: 768px) {
  dl.fromLab {
    flex-direction: column;
    padding: 6rem 0;
    row-gap: 5.5rem;
  }
}
dl.fromLab dt {
  width: 16.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.4rem;
  color: #46B4FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  dl.fromLab dt {
    width: 100%;
    font-size: 3rem;
  }
}
dl.fromLab dd {
  width: 59.8rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: justify;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  dl.fromLab dd {
    width: 100%;
    font-size: 2.6rem;
    line-height: 5.2rem;
    letter-spacing: 0.1rem;
  }
}

.other {
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .other {
    margin-bottom: 14.6rem;
  }
}
.other h4 {
  width: 100%;
  height: 4.8rem;
  border-radius: 0.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffff;
  background: linear-gradient(to right, #00C8FC, #00A0EB);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.9rem;
}
@media screen and (max-width: 768px) {
  .other h4 {
    height: 10rem;
    font-size: 3.6rem;
    margin-bottom: 7rem;
  }
}
.other dl {
  width: 100%;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #46B4FF;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .other dl {
    flex-direction: column;
    padding-bottom: 6rem;
  }
}
.other dl + dl {
  margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
  .other dl + dl {
    margin-top: 7rem;
  }
}
.other dl dt {
  width: 7.9rem;
  padding-left: 1rem;
}
.other dl dt img {
  height: 2.336rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .other dl dt img {
    height: 3.894rem;
  }
}
.other dl dd {
  width: calc(100% - 7.9rem);
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .other dl dd {
    width: 100%;
    font-size: 2.6rem;
    line-height: 5rem;
    text-align: justify;
  }
}
.other dl dd h5 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .other dl dd h5 {
    font-size: 3.6rem;
    line-height: 5.2rem;
    margin: -5rem 0 4.2rem 11rem;
  }
}

.kouken {
  width: 100%;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #46B4FF;
}
@media screen and (max-width: 768px) {
  .kouken {
    padding-bottom: 6rem;
    margin-bottom: 3rem;
  }
}
.kouken h4 {
  width: 100%;
  height: 4.8rem;
  border-radius: 0.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffff;
  background: linear-gradient(to right, #00C8FC, #00A0EB);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.9rem;
}
@media screen and (max-width: 768px) {
  .kouken h4 {
    height: 10rem;
    font-size: 3.6rem;
    margin-bottom: 7rem;
  }
}
.kouken p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .kouken p {
    font-size: 2.6rem;
    line-height: 5rem;
  }
}

section.voices {
  width: 100%;
}
section.voices .voices_head {
  width: 100%;
  background: url("../images/voices_head.webp") no-repeat;
  background-size: 100%;
  padding-top: 18rem;
  height: 61.4rem;
}
@media screen and (max-width: 768px) {
  section.voices .voices_head {
    background: url("../images/voices_head_sp.webp") no-repeat;
    background-size: 100%;
    padding-top: 21rem;
    height: 107.2rem;
  }
}
section.voices .voices_head h2 {
  width: 61.6rem;
  margin: auto auto 4.9rem;
}
@media screen and (max-width: 768px) {
  section.voices .voices_head h2 {
    width: 51.55rem;
    margin: auto auto 9.8rem;
  }
}
section.voices .voices_head p.catch {
  font-size: 2.6rem;
  font-weight: 700;
  color: #07275E;
  text-align: center;
  margin-bottom: 2.6rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  section.voices .voices_head p.catch {
    font-size: 3.8rem;
    line-height: 6.2rem;
  }
}
section.voices .voices_head p.lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.8rem;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  section.voices .voices_head p.lead {
    font-size: 2.8rem;
    line-height: 5.6rem;
  }
}
section.voices .voices_body {
  width: 100%;
  background: url("../images/voices_body.webp") no-repeat;
  background-size: cover;
  padding-top: 17.5rem;
  padding-bottom: 17.8rem;
}
@media screen and (max-width: 768px) {
  section.voices .voices_body {
    background: url("../images/voices_body_sp.webp") no-repeat;
    background-size: cover;
  }
}
section.voices .voices_body ul.cards {
  width: 100rem;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  section.voices .voices_body ul.cards {
    width: 62rem;
    flex-direction: column;
    gap: 3rem;
  }
}
section.voices .voices_body ul.cards li {
  width: 49rem;
  height: 11rem;
  padding: 0 1.9rem;
  background: url("../images/arrow_card.webp") no-repeat bottom 1.2rem right 1.2rem #fff;
  background-size: 2rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section.voices .voices_body ul.cards li {
    width: 100%;
    height: 19rem;
    padding: 0 3rem;
    background: url("../images/arrow_card.webp") no-repeat bottom 2rem right 2rem #fff;
    background-size: 3rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  }
}
section.voices .voices_body ul.cards li dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.voices .voices_body ul.cards li dl dt {
  width: 7rem;
  padding-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  section.voices .voices_body ul.cards li dl dt {
    width: 11.2rem;
    padding-top: 3.9rem;
  }
}
section.voices .voices_body ul.cards li dl dd {
  width: calc(100% - 7rem);
  padding-top: 1rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #07275E;
}
@media screen and (max-width: 768px) {
  section.voices .voices_body ul.cards li dl dd {
    width: calc(100% - 11.2rem);
    padding-top: 2.5rem;
    padding-left: 3rem;
    padding-right: 4rem;
    font-size: 2.6rem;
    line-height: 5.2rem;
  }
}
section.voices .voices_body ul.cards li dl dd h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  section.voices .voices_body ul.cards li dl dd h3 {
    font-size: 3rem;
    line-height: 4.8rem;
    margin-bottom: 0;
  }
}
section.voices .voices_body p.excuse {
  width: 100rem;
  margin: 5.4rem auto auto;
  font-size: 1.2rem;
  line-height: 2rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  section.voices .voices_body p.excuse {
    width: 62rem;
    margin: 7rem auto auto;
    font-size: 2rem;
    line-height: 3.8rem;
  }
}

footer {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 12rem;
    padding-bottom: 7.8rem;
  }
}
footer ul.footLogo {
  margin: auto auto 4.8rem;
  display: flex;
  justify-content: center;
  gap: 5.8rem;
}
@media screen and (max-width: 768px) {
  footer ul.footLogo {
    margin: auto auto 10.9rem;
    gap: 10.6rem;
  }
}
footer ul.footLogo li {
  width: 12.6rem;
}
@media screen and (max-width: 768px) {
  footer ul.footLogo li {
    width: 22.649rem;
  }
}
footer ul.footLogo li:nth-of-type(2) {
  width: 11.5rem;
}
@media screen and (max-width: 768px) {
  footer ul.footLogo li:nth-of-type(2) {
    width: 20.694rem;
  }
}
footer p.rights {
  font-size: 1rem;
  color: #07275E;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer p.rights {
    font-size: 2rem;
  }
}

@keyframes fadefrombelow {
  0% {
    opacity: 0;
    transform: translateY(5rem);
    filter: blur(1.5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.intFade {
  animation: fadefrombelow 1s ease 0.5s forwards;
  opacity: 0;
}

.fadeIn {
  opacity: 0;
}

/* modal */
.modal-content {
  all: unset;
}
.modal-content:focus {
  outline: none !important;
}
.modal-content.is-open {
  opacity: 1;
  transform: scale(0.7);
}
.modal-content.is-open::backdrop {
  opacity: 1;
}
.modal-content::backdrop {
  background-color: rgba(0, 0, 0, 0.6) !important;
  opacity: 0;
  transition: all 0.4s ease;
  border: none;
  outline: none;
}

dialog:-internal-dialog-in-top-layer::backdrop {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.6);
}

.modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 501;
  padding: 4em 0;
  overflow-y: scroll;
}
.modal::after {
  background: linear-gradient(to left, #00A0EB, #00C8FC);
  opacity: 0.9;
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.modal-content {
  background: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 70rem;
    padding: 8rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-height: 75vh;
    /* 80vh */
    position: fixed;
    top: 2rem;
    overflow-y: scroll !important;
  }
}
.modal-content.movieModal {
  width: 800px;
  overflow: visible;
  position: static;
  padding: 0 0 0 0;
  background: none;
  max-height: 450px;
  opacity: 1;
  border-radius: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-content.movieModal {
    overflow-y: visible !important;
    width: 80vw;
    height: 45vw;
    max-height: 45vw;
  }
}
.modal-content.movieModal iframe {
  width: 800px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .modal-content.movieModal iframe {
    width: 80vw;
    height: 45vw;
  }
}
.modal-content.movieModal p.close-button {
  position: absolute;
  top: -6rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  background: url(../images/modalclose.webp) no-repeat;
  background-size: 4rem;
  cursor: pointer;
}
.modal-content.is-open {
  opacity: 1;
  transform: scale(1);
}

.voiceModal {
  width: 100rem;
  padding: 8.8rem 8rem 5.8rem 7.7rem;
  position: relative;
  color: #07275E;
  background: #fff;
  opacity: 1;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voiceModal {
    width: 62rem;
    border-radius: 1.6rem;
    padding: 10rem 5.6rem 8rem 5.6rem;
    overflow-y: visible !important;
    max-height: none;
    display: block;
  }
}
.voiceModal::after {
  content: '';
  width: 3rem;
  height: 3rem;
  background: url("../images/bg_after_voice.webp") no-repeat;
  background-size: 3rem;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .voiceModal::after {
    width: 4.8rem;
    height: 4.8rem;
    background: url("../images/bg_after_voice.webp") no-repeat;
    background-size: 4.8rem;
    bottom: -4.7rem;
  }
}
.voiceModal .customer {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 12.2rem;
}
@media screen and (max-width: 768px) {
  .voiceModal .customer {
    width: 20.26rem;
    top: 3.1rem;
    left: 3.6rem;
  }
}
.voiceModal dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .voiceModal dl {
    width: 50rem;
    margin: auto;
    flex-direction: column;
    gap: 5.6rem;
  }
}
.voiceModal dl dt {
  width: 12.2rem;
}
@media screen and (max-width: 768px) {
  .voiceModal dl dt {
    width: 19.2rem;
  }
}
.voiceModal dl dd {
  width: 67.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .voiceModal dl dd {
    width: 100%;
    font-size: 2.6rem;
    line-height: 5.2rem;
  }
}
.voiceModal .prof {
  margin: 5.4rem 0 0 15rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voiceModal .prof {
    margin: 0 0 0 0;
  }
}
.voiceModal .prof p.namae {
  font-size: 1.6rem;
  font-weight: 500;
  float: left;
  margin-top: 0.9rem;
}
@media screen and (max-width: 768px) {
  .voiceModal .prof p.namae {
    position: absolute;
    top: 24rem;
    right: 14rem;
    font-size: 2.6rem;
  }
}
.voiceModal .prof p.career {
  float: right;
  width: auto;
  font-size: 1.6rem;
  font-weight: 500;
  border: 0.1rem solid #07275E;
  border-radius: 0.4rem;
  height: 2.6rem;
  align-items: center;
  padding: 0 0 0 1.1rem;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .voiceModal .prof p.career {
    position: absolute;
    top: 17.8rem;
    right: 6rem;
    height: 4.2rem;
    font-size: 2.6rem;
  }
}
.voiceModal .prof p.career span {
  width: 6.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #07275E;
  padding: 0 1.1rem 0 1.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .voiceModal .prof p.career span {
    font-size: 2.6rem;
    width: 10.5rem;
  }
}
.voiceModal p.close-button {
  position: absolute;
  top: -6rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  background: url("../images/modalclose.webp") no-repeat;
  background-size: 4rem;
  cursor: pointer;
}

.scrollArea {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrollArea::-webkit-scrollbar {
  display: none;
}

.simplebar-content-wrapper {
  overflow-x: auto !important;
}

.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar::before {
  background: none !important;
  border-radius: 0;
  height: 1rem !important;
  margin-left: 2px;
  margin-top: 3px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: linear-gradient(to bottom, #fff 0%, #fff 45%, rgba(20, 20, 20, 0.1) 45%, rgba(20, 20, 20, 0.1) 55%, #fff 55%, #fff 100%);
  height: 2rem !important;
}
@media screen and (max-width: 768px) {
  .simplebar-track {
    height: 4rem !important;
  }
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 45%, #07275E 45%, #07275E 55%, #ffffff 55%, #ffffff 100%);
  cursor: pointer;
  /* grab */
  height: 2rem !important;
}
@media screen and (max-width: 768px) {
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 4rem !important;
  }
}
