@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

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

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

pre {
  white-space: pre-wrap;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* common
---------------------------------------------------------------------------- */
/* Wisywigエディタ スタイル
---------------------------------------------------------------------------- */
.m-single-content {
  font-size: 1.6rem;
  line-height: 1.75;
}
.m-single-content p + p {
  margin-top: 1.5em;
}
.m-single-content h2 {
  font-size: 2em;
  font-weight: 700;
  clear: both;
}
.m-single-content h3 {
  font-size: 1.7em;
  font-weight: 700;
  clear: both;
}
.m-single-content h4 {
  font-size: 1.5em;
  font-weight: 500;
  clear: both;
}
.m-single-content h5 {
  font-size: 1.4em;
  font-weight: 500;
  clear: both;
}
.m-single-content h6 {
  font-size: 1.2em;
  font-weight: 500;
  clear: both;
}
.m-single-content table {
  width: auto;
  margin-top: 2em;
  clear: both;
}
.m-single-content table th {
  padding: 20px 15px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  background-color: #d6d6d6;
}
.m-single-content table td {
  padding: 20px 15px;
  border-bottom: 3px solid #fff;
  background-color: #f2f2f2;
  font-weight: 400;
}
.m-single-content table td p {
  margin: 0;
}
.m-single-content .wp-block-image {
  margin-top: 20px;
}
.m-single-content ul {
  margin-top: 1.5em;
  list-style-type: disc;
  list-style-position: inside;
}
.m-single-content ol {
  margin-top: 1.5em;
  list-style-type: decimal;
  list-style-position: inside;
}
.m-single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.m-single-content .alignright {
  float: right;
  margin-left: 1em;
}
.m-single-content .alignleft {
  float: left;
  margin-left: 1em;
}
.m-single-content strong {
  font-weight: bold;
}
.m-single-content em {
  font-style: italic;
}
.m-single-content blockquote {
  display: block;
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 1.5em;
}
.m-single-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "“";
  color: #cfcfcf;
  font-size: 3em;
  line-height: 1;
  font-weight: 900;
}
.m-single-content hr {
  clear: both;
}

/* タイトル系
---------------------------------------------------------------------------- */
.m-ttl01 {
  font-size: 4rem;
  line-height: 1.325;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 4rem;
  margin-bottom: 2.5rem;
  background: url(../../images/common/icn_ttl01.svg) no-repeat center bottom/2.6rem;
}
.m-ttl01.wh {
  color: #fff;
  background: url(../../images/common/icn_ttl02.svg) no-repeat center bottom/2.6rem;
}

.m-ttl02 {
  font-size: 3.2rem;
  line-height: 1.65625;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 2rem;
}

.m-ttl03 {
  font-size: 3.2rem;
  line-height: 1.65625;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  position: relative;
}
.m-ttl03::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #006dc9;
  background: linear-gradient(90deg, #006dc9 0%, #006dc9 6%, #D6DAE2 6%, #D6DAE2 100%);
}

.m-page-ttl01 {
  color: #fff;
  font-size: 4rem;
  line-height: 1.325;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-top: 4rem;
  background: url(../../images/common/icn_ttl02.svg) no-repeat left top/2.6rem;
}

.m-lead-txt01 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 4.5rem;
}

.m-lead-txt02 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-ttl01 {
    font-size: 6.4vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 3.3333333333vw;
    background: url(../../images/common/icn_ttl01.svg) no-repeat center bottom/4.4vw;
  }
  .m-ttl01.wh {
    background: url(../../images/common/icn_ttl02.svg) no-repeat center bottom/4.4vw;
  }
  .m-ttl02 {
    font-size: 5.6vw;
    margin-bottom: 0;
  }
  .m-ttl03 {
    font-size: 6.4vw;
    padding-bottom: 4vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-ttl03::before {
    height: 0.5333333333vw;
    background: linear-gradient(90deg, #006dc9 0%, #006dc9 17%, #D6DAE2 17%, #D6DAE2 100%);
  }
  .m-page-ttl01 {
    font-size: 6.4vw;
    padding-top: 8vw;
    background: url(../../images/common/icn_ttl02.svg) no-repeat left top/4.4vw;
  }
  .m-lead-txt01 {
    text-align: left;
    margin-bottom: 5.3333333333vw;
  }
  .m-lead-txt02 {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
  }
}
/* ボタン系
---------------------------------------------------------------------------- */
.m-btn-arw01, .m-btn02,
.m-btn-arw02 {
  font-family: inherit;
  width: fit-content;
  padding-right: 2em;
  position: relative;
}
.m-btn-arw01::before, .m-btn02::before,
.m-btn-arw02::before {
  position: absolute;
  content: "";
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9rem;
  height: 1.1rem;
  background: url(../../images/common/icn_arw01.svg) no-repeat center/contain;
}
.m-btn-arw01:hover::before, .m-btn02:hover::before,
.m-btn-arw02:hover::before {
  right: -0.5rem;
}

.m-btn-arw02::before {
  top: 1.4rem;
  width: 1.5rem;
  height: 1.3rem;
  background: url(../../images/common/icn_arw02.svg) no-repeat center/contain;
}

.m-btn-flow, .m-btn04, .m-btn03, .m-btn01 {
  font-family: inherit;
  position: relative;
  overflow: hidden;
  transition: ease 0.2s;
}
.m-btn-flow span, .m-btn04 span, .m-btn03 span, .m-btn01 span {
  position: relative;
  z-index: 3;
}
.m-btn-flow::before, .m-btn04::before, .m-btn03::before, .m-btn01::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  background: #062551;
  width: 102%;
  height: 102%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.m-btn-flow:hover, .m-btn04:hover, .m-btn03:hover, .m-btn01:hover {
  color: #fff;
}
.m-btn-flow:hover::before, .m-btn04:hover::before, .m-btn03:hover::before, .m-btn01:hover::before {
  transform-origin: left top;
  transform: scale(1.1, 1.1);
}

.m-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 1.1rem 1.6rem;
  border-radius: 0.4rem;
  background: #11941E;
  border: 0.2rem solid #11941E;
  box-shadow: 0.1rem 0.1rem 1.2rem rgba(0, 0, 0, 0.2);
}
.m-btn01 span {
  padding-left: 2em;
}
.m-btn01 span::before {
  position: absolute;
  content: "";
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 1.6rem;
  background: url(../../images/common/icn_mail.png) no-repeat center/contain;
  box-shadow: 0.1rem 0.1rem 1.2rem rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.m-btn01::before {
  background: #fff;
}
.m-btn01:hover {
  color: #11941E;
  box-shadow: none;
}
.m-btn01:hover span::before {
  background: url(../../images/common/icn_mail-gr.png) no-repeat center/contain;
}

.m-btn02 {
  color: #062551;
  font-weight: 700;
  width: fit-content;
  padding: 0.5rem 1.5em 0.5rem 0;
  margin-top: auto;
  position: relative;
}
.m-btn02::after {
  position: absolute;
  content: "";
  right: 0;
  transition: all 0.3s ease-in-out;
}
.m-btn02::after {
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: #062551;
}
.m-btn02:hover::after {
  width: 0;
}
.m-btn02.m-skyblue::before {
  background: url(../../images/common/icn_arw01-bl.svg) no-repeat center/contain;
}
.m-btn02.m-skyblue::after {
  background: #006dc9;
}
.m-btn02.left {
  padding: 0.5rem 0;
}
.m-btn02.left::before {
  left: 0;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
.m-btn02.left:hover::before {
  right: auto;
  left: -0.5rem;
}

.m-btn03 {
  display: block;
  color: #062551;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.04em;
  font-weight: 700;
  width: fit-content;
  padding: 1.5rem 6rem 1.5rem 5rem;
  margin: 4.5rem auto 0;
  border: 0.2rem solid #062551;
  background-color: #fff;
  border-radius: 0.4rem;
}
.m-btn03:hover {
  color: #fff;
}
.m-btn03:hover .m-btn-arw01::before, .m-btn03:hover .m-btn02::before {
  background: url(../../images/common/icn_arw01_wh.svg) no-repeat center/contain;
}
.m-btn03.green {
  color: #fff;
  border: 0.2rem solid #11941E;
  background-color: #11941E;
}
.m-btn03.green::before {
  background-color: #fff;
}
.m-btn03.green .m-btn-arw01::before, .m-btn03.green .m-btn02::before {
  background: url(../../images/common/icn_arw01_wh.svg) no-repeat center/contain;
}
.m-btn03.green:hover {
  color: #11941E;
}
.m-btn03.green:hover::before {
  background-color: #fff;
}
.m-btn03.green:hover .m-btn-arw01::before, .m-btn03.green:hover .m-btn02::before {
  background: url(../../images/common/icn_arw01_gr.svg) no-repeat center/contain;
}
.m-btn03.red {
  color: #C43B42;
  border: 0.2rem solid #C43B42;
  background-color: #fff;
}
.m-btn03.red::before {
  background-color: #C43B42;
}
.m-btn03.red .m-btn-arw01::before, .m-btn03.red .m-btn02::before {
  width: 1.7rem;
  height: 1.7rem;
  background: url(../../images/common/icn_newtab-red.svg) no-repeat center/contain;
}
.m-btn03.red:hover {
  color: #fff;
}
.m-btn03.red:hover::before {
  background-color: #C43B42;
}
.m-btn03.red:hover .m-btn-arw01::before, .m-btn03.red:hover .m-btn02::before {
  right: 0;
  background: url(../../images/common/icn_newtab-wh.svg) no-repeat center/contain;
}
.m-btn03.left {
  padding: 1.5rem 5rem 1.5rem 6rem;
}
.m-btn03.left .m-btn-arw01, .m-btn03.left .m-btn02 {
  padding: 0 0 0 2em;
}
.m-btn03.left .m-btn-arw01::before, .m-btn03.left .m-btn02::before {
  left: 0;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
.m-btn03.left .m-btn-arw01:hover::before, .m-btn03.left .m-btn02:hover::before {
  right: auto;
  left: -0.5rem;
}

.m-btn04 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  height: 9.3rem;
  border: 0.2rem solid #385174;
  border-radius: 0.4rem;
  pointer-events: none;
}
.m-btn04::before {
  background: #fff;
}
.m-btn04:hover {
  color: #062551;
}
.m-btn04:hover .m-btn04-inner {
  background: url(../../images/common/icn_tel-nv.png) no-repeat center left/2.9rem;
}

.m-btn04-inner {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0 0 4.3rem;
  background: url(../../images/common/icn_tel.png) no-repeat center left/2.9rem;
  transition: all 0.3s;
}

.m-btn04-tel {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "Rajdhani";
  margin-top: 0.5rem;
}

.m-btn05 {
  color: #898989;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-bottom: 0.1rem solid #898989;
  transition: all 0.3s;
}
.m-btn05.m-skyblue {
  font-size: inherit;
  border-color: #006dc9;
}
.m-btn05:hover {
  border-color: transparent;
}

@media screen and (max-width: 767px) {
  .m-btn-arw01, .m-btn02,
  .m-btn-arw02 {
    padding-right: 1.5em;
  }
  .m-btn-arw01::before, .m-btn02::before,
  .m-btn-arw02::before {
    width: 4.2666666667vw;
    height: 2.6666666667vw;
  }
  .m-btn-arw01:hover::before, .m-btn02:hover::before,
  .m-btn-arw02:hover::before {
    right: -1.3333333333vw;
  }
  .m-btn-arw02::before {
    top: 3.2vw;
    width: 4.5333333333vw;
    height: 3.2vw;
  }
  .m-btn01 {
    font-size: 5.3333333333vw;
    white-space: nowrap;
    padding: 4.2666666667vw 4.2666666667vw;
    border-radius: 1.0666666667vw;
    border: 0.5333333333vw solid #11941E;
    box-shadow: 0.2666666667vw 0.2666666667vw 3.2vw rgba(0, 0, 0, 0.2);
  }
  .m-btn01 span {
    padding-left: 1.5em;
  }
  .m-btn01 span::before {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    box-shadow: 0.2666666667vw 0.2666666667vw 3.2vw rgba(0, 0, 0, 0.2);
  }
  .m-btn02 {
    padding: 1.3333333333vw 1.5em 1.3333333333vw 0;
  }
  .m-btn02::after {
    height: 0.5333333333vw;
  }
  .m-btn03 {
    font-size: 4vw;
    width: fit-content;
    padding: 3.3333333333vw 12vw 3.3333333333vw 10.6666666667vw;
    margin: 6vw auto 0;
    border: 0.5333333333vw solid #062551;
    border-radius: 1.0666666667vw;
  }
  .m-btn04 {
    color: #062551;
    font-size: 4vw;
    height: 24.8vw;
    border: 0.5333333333vw solid #fff;
    border-radius: 1.6vw;
    background-color: #fff;
    pointer-events: auto;
  }
  .m-btn04::before {
    background: #062551;
  }
  .m-btn04:hover {
    color: #fff;
  }
  .m-btn04:hover .m-btn04-inner {
    background: url(../../images/common/icn_tel.png) no-repeat center left/7.7333333333vw;
  }
  .m-btn04-inner {
    padding: 1.3333333333vw 0 0 11.4666666667vw;
    background: url(../../images/common/icn_tel-nv.png) no-repeat center left/7.7333333333vw;
  }
  .m-btn04-tel {
    font-size: 9.6vw;
    margin-top: 1.3333333333vw;
  }
  .m-btn05 {
    font-size: 3.7333333333vw;
    border-bottom: 0.2666666667vw solid #898989;
  }
}
/* 装飾系
---------------------------------------------------------------------------- */
.m-skyblue {
  color: #006dc9;
}

.m-navy {
  color: #062551;
}

.m-dot {
  background: top left/1em 1.3em repeat-x radial-gradient(0.3rem 0.3rem, #006dc9, #006dc9 100%, transparent, transparent);
  padding-top: 0.6em;
}

@media screen and (max-width: 767px) {
  .m-dot {
    background: top left/1em 1.3em repeat-x radial-gradient(0.5333333333vw 0.5333333333vw, #006dc9, #006dc9 100%, transparent, transparent);
    padding-top: 0.6em;
  }
}
/* パーツ系
---------------------------------------------------------------------------- */
.m-page-mv01 {
  padding: 29.5rem 0 6.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.m-page-mv02 {
  padding: 16.5rem 0 5.5rem;
  border-bottom: 0.2rem solid #EEF0F4;
}

.m-page-ttl02 {
  font-size: 4rem;
  line-height: 1.325;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-left: 4rem;
  background: url(../../images/common/icn_ttl01.svg) no-repeat left center/2.6rem;
}

@media screen and (max-width: 767px) {
  .m-page-mv01 {
    padding: 22.6666666667vw 0 8.6666666667vw;
  }
  .m-page-mv02 {
    padding: 11.2vw 0 8vw;
    border-bottom: 0.5333333333vw solid #EEF0F4;
  }
  .m-page-ttl02 {
    font-size: 6.4vw;
    padding-left: 6.6666666667vw;
    background: url(../../images/common/icn_ttl01.svg) no-repeat left center/4.8vw;
  }
}
.m-pager {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  margin: 4rem auto 0;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  width: 4.5rem;
  padding-bottom: 0.3rem;
  aspect-ratio: 1/1;
  border-radius: 9999px;
}
.page-numbers.current {
  color: #fff;
  background-color: #062551;
}
.page-numbers.next, .page-numbers.prev {
  background: url(../../images/common/icn_arw01.svg) no-repeat center/2rem;
  transition: all 0.3s;
}
.page-numbers.next:hover, .page-numbers.prev:hover {
  background-position: center right 0.8rem;
}
.page-numbers.next.is-inactive, .page-numbers.prev.is-inactive {
  pointer-events: none;
}
.page-numbers.prev {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .m-pager {
    gap: 2vw;
    margin: 5.3333333333vw auto 0;
  }
  .page-numbers {
    font-size: 5.8666666667vw;
    width: 12vw;
    padding-bottom: 0.8vw;
  }
  .page-numbers.next, .page-numbers.prev {
    background: url(../../images/common/icn_arw01.svg) no-repeat center/5.3333333333vw;
  }
  .page-numbers.next:hover, .page-numbers.prev:hover {
    background-position: center right 2.1333333333vw;
  }
}
.m-news-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  font-weight: 500;
}

.m-news-link {
  display: flex;
  align-items: start;
  gap: 3rem;
  width: 100%;
  padding: 1.3rem 2rem;
  border-bottom: 0.1rem solid #EEF0F4;
}

.m-news-meta {
  display: flex;
  gap: 1.6rem;
  margin-top: 0.2rem;
}

.m-news-date {
  color: #898989;
  white-space: nowrap;
}

.m-news-cat {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006dc9;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  width: 16rem;
  min-width: 16rem;
  padding: 0.5rem 2rem;
  border: 0.1rem solid #006dc9;
  border-radius: 9999px;
  background-color: #fff;
}

.m-news-ttl {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-news-list {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    width: 100%;
    padding: 0 6.6666666667vw;
    font-weight: 500;
  }
  .m-news-link {
    display: block;
    padding: 3.4666666667vw 0;
    border-bottom: 0.2666666667vw solid #EEF0F4;
  }
  .m-news-meta {
    display: flex;
    align-items: center;
    gap: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-news-date {
    letter-spacing: 0;
  }
  .m-news-cat {
    font-size: 3.7333333333vw;
    width: 38.6666666667vw;
    min-width: 38.6666666667vw;
    padding: 1.3333333333vw 5.3333333333vw;
    border: 0.4vw solid #006dc9;
  }
  .m-news-ttl {
    width: 100%;
  }
}
.m-case-list {
  gap: 4rem;
  font-weight: 500;
}
.m-case-list li {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: calc(33.3% - 2.6666666667rem);
  height: auto;
  box-shadow: 0.3rem 0.3rem 1.2rem rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
}
.m-case-list li:has(a):hover {
  box-shadow: none;
}
.m-case-list li a:hover .m-btn02::before {
  right: -0.5rem;
}
.m-case-list li a:hover .m-btn02::after {
  width: 0;
}

.m-case-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.m-case-inner img {
  width: 100%;
  aspect-ratio: 373/230;
  object-fit: cover;
  object-position: bottom;
}

.m-case-txt-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 3rem 3rem;
}
.m-case-txt-wrap p {
  margin: 0.5rem 0 2rem;
}

.m-case-ttl {
  display: flex;
  align-items: center;
  color: #062551;
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.m-case-bottom-wrap {
  margin-top: auto;
}

.m-case-meta {
  display: flex;
  gap: 1.6rem;
  margin-top: 0.2rem;
}

.m-case-date {
  color: #898989;
  white-space: nowrap;
}

.m-case-cat-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.m-case-cat {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006dc9;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  width: fit-content;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #006dc9;
  border-radius: 9999px;
  background-color: #fff;
}

.m-case-btn {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .m-case-list {
    gap: 0;
  }
  .m-case-list li {
    box-shadow: 0.8vw 0.8vw 3.2vw rgba(0, 0, 0, 0.12);
  }
  .m-case-ttl {
    font-size: 4.2666666667vw;
  }
  .m-case-meta {
    display: flex;
    align-items: center;
    gap: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-case-cat-wrap {
    gap: 1.3333333333vw 2.6666666667vw;
  }
  .m-case-cat {
    font-size: 3.7333333333vw;
    padding: 0.8vw 2.6666666667vw;
    border: 0.5333333333vw solid #006dc9;
  }
  .m-case-btn {
    margin-top: 4vw;
  }
  .m-case-list._case {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .m-case-list._case li {
    display: block;
    width: 100%;
  }
  .m-case-list._case .m-case-inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    padding: 5.3333333333vw;
  }
  .m-case-list._case .m-case-inner img {
    width: 35.4666666667vw;
    margin-right: 5.3333333333vw;
  }
  .m-case-list._case .m-case-txt-wrap {
    display: contents;
  }
  .m-case-list._case .m-case-txt-wrap p {
    grid-row: 2/3;
    grid-column: 1/3;
    font-size: 3.7333333333vw;
    margin: 2.6666666667vw 0;
  }
  .m-case-list._case .m-case-bottom-wrap {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .m-case-list._top li {
    width: 100%;
  }
  .m-case-list._top .m-case-txt-wrap p {
    font-size: 3.7333333333vw;
    margin: 2.6666666667vw 0;
  }
}
/* m-pageLinks
---------------------------------------------------------------------------- */
.m-pageLinks {
  display: flex;
  align-items: center;
  gap: 3.3333333333%;
}

.m-pageLink {
  width: 22.5%;
}

.m-pageLink-link {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #062551;
  width: 100%;
  height: 6.4rem;
  border: 0.2rem solid #062551;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.m-pageLink-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/common/icn_arrow_page_link.svg);
}

@media screen and (max-width: 767px) {
  .m-pageLinks {
    flex-wrap: wrap;
    gap: 2.4vw 3.1884057971%;
  }
  .m-pageLink {
    width: 48.4057971014%;
  }
  .m-pageLink-link {
    font-size: 4.2666666667vw;
    height: 14.4vw;
  }
  .m-pageLink-link::after {
    right: 2.9333333333vw;
    width: 3.7333333333vw;
    height: 2.1333333333vw;
  }
}
/* m-column-items
---------------------------------------------------------------------------- */
.m-column-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.m-column-item {
  box-shadow: 0.25rem 0.3rem 1rem rgba(0, 0, 0, 0.12);
}

.m-column-item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}

.m-column-item-img {
  width: 100%;
  aspect-ratio: 267/165;
  position: relative;
}
.m-column-item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-column-item-wrap {
  flex: 1;
  padding-block: 2rem;
  padding-inline: 2rem;
  display: flex;
  flex-direction: column;
}

.m-column-item-wrap-ttl {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #062551;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.m-column-item-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: auto;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.m-column-item-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.m-column-item-box-date {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: normal;
  color: #898989;
}

.m-column-item-box-lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.m-column-item-box-list {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: normal;
  color: #006dc9;
  border: 1px solid currentColor;
  border-radius: 1.2rem;
  padding-inline: 1.3rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .m-column-items {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .m-column-item {
    box-shadow: 0.6666666667vw 0.8vw 2.6666666667vw rgba(0, 0, 0, 0.12);
  }
  .m-column-item-link {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    display: grid;
    grid-template-areas: "img ttl" "txt txt" "box box";
    grid-template-columns: 35.4666666667vw 1fr;
    gap: 0 5.3333333333vw;
  }
  .m-column-item-img {
    aspect-ratio: 133/83;
    grid-area: img;
  }
  .m-column-item-wrap {
    display: contents;
  }
  .m-column-item-wrap-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    grid-area: ttl;
    align-self: center;
  }
  .m-column-item-wrap-txt {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
    grid-area: txt;
    margin-top: 1.8666666667vw;
    -webkit-line-clamp: 3;
  }
  .m-column-item-box {
    gap: 4vw;
    grid-area: box;
    margin-top: 1.8666666667vw;
  }
  .m-column-item-box-date {
    font-size: 4vw;
  }
  .m-column-item-box-lists {
    gap: 2.6666666667vw;
  }
  .m-column-item-box-list {
    font-size: 3.4666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 3.2vw;
    padding-inline: 3.4666666667vw;
  }
}
/* m-column-groups
---------------------------------------------------------------------------- */
.m-column-groups {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.m-column-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.m-column-group-ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #062551;
  padding-left: 2rem;
  position: relative;
}

.m-column-group-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  aspect-ratio: 1/1;
  background-color: #062551;
  border-radius: 50%;
}

.m-column-group-items {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.m-column-group-item-link {
  display: grid;
  grid-template-columns: 12.3rem 1fr;
  align-items: center;
  gap: 0 1.7rem;
}

.m-column-group-item-img {
  width: 100%;
  aspect-ratio: 123/76;
  position: relative;
}
.m-column-group-item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-column-group-item-ttl {
  font-size: 1.4rem;
  line-height: 1.6428571429;
  letter-spacing: 0.04em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.m-column-group-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.m-column-group-list-link {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: normal;
  color: #006dc9;
  border: 1px solid currentColor;
  border-radius: 1.2rem;
  padding-inline: 1.3rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .m-column-groups {
    gap: 10.6666666667vw;
  }
  .m-column-group {
    gap: 4vw;
  }
  .m-column-group-ttl {
    font-size: 4.8vw;
    line-height: 1.3333333333;
    padding-left: 4.8vw;
  }
  .m-column-group-ttl::before {
    width: 2.1333333333vw;
  }
  .m-column-group-items {
    gap: 5.3333333333vw;
  }
  .m-column-group-item-link {
    grid-template-columns: 32.8vw 1fr;
    gap: 4vw;
  }
  .m-column-group-item-ttl {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
  }
  .m-column-group-lists {
    gap: 4vw 2.6666666667vw;
  }
  .m-column-group-list-link {
    font-size: 3.4666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 3.2vw;
    padding-inline: 3.4666666667vw;
  }
}
/* layout
-----------------------------------------------------------------------------*/
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #1f2129;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
  font-weight: 400;
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: normal;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin-top: 13.3333333333vw;
    min-width: inherit;
    font-size: 4vw;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: hidden;
}

.l-content {
  max-width: 120rem;
  margin: auto;
}

.l-content-s {
  max-width: 104rem;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .l-content,
  .l-content-s {
    padding: 0 4vw;
  }
}
/*------------- .l-header -------------*/
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  padding: 0 4rem 0 3.5rem;
  z-index: 9000;
  transition: opacity 0.3s;
}

.l-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
}

.l-header-logo {
  width: 28.8rem;
}

.l-gnav ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.l-gnav-item {
  font-weight: 700;
}

.l-gnav-item-link {
  position: relative;
  display: inline-block;
}
.l-gnav-item-link::before {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #062551;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.l-gnav-item-link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.l-menu-cover {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    justify-content: center;
    height: 13.3333333333vw;
    padding: 0 2.6666666667vw;
    background-color: #fff;
  }
  .l-header-bg {
    display: none;
  }
  .l-header-logo {
    width: 48vw;
  }
  .l-gnav-wrap {
    position: fixed;
    top: 0;
    width: 78.4vw;
    right: -78.4vw;
    height: 100vh;
    overflow: auto;
    z-index: 8999;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: all 0.3s;
  }
  .l-gnav-wrap::-webkit-scrollbar {
    display: none;
  }
  .l-gnav-wrap.is-open {
    display: block;
    right: 0;
  }
  .l-gnav {
    width: 100%;
    height: auto;
    padding: 18.6666666667vw 8vw 33.3333333333vw;
    background-color: rgba(6, 37, 81, 0.8);
    backdrop-filter: blur(16px);
    pointer-events: auto;
  }
  .l-gnav ul {
    display: flex;
    flex-direction: column;
    gap: 1.0666666667vw;
  }
  .l-gnav-item {
    font-size: 4.8vw;
    text-align: center;
    width: 100%;
  }
  .l-gnav-item:not(:nth-last-child(-n+2))::before {
    background-color: transparent;
  }
  .l-gnav-item-link {
    color: #fff;
    display: inline-block;
    font-size: 4.8vw;
    text-align: left;
    width: 100%;
    padding: 4vw 5.3333333333vw;
    border-bottom: 0.2666666667vw solid rgba(238, 240, 244, 0.3);
    position: relative;
  }
  .l-gnav-item-link::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 2.6666666667vw;
    left: auto;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    border-top: solid 0.5333333333vw #fff;
    border-right: solid 0.5333333333vw #fff;
    transform: translateY(-50%) rotate(45deg);
    background: none;
  }
  .l-gnav-item-link:hover::before {
    transform-origin: right top;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-gnav-item .m-btn04 {
    font-size: 2.9333333333vw;
    height: 16vw;
    margin: 9.6vw 0 2.9333333333vw;
    border: 0.5333333333vw solid #fff;
    border-radius: 1.0666666667vw;
  }
  .l-gnav-item .m-btn04:hover .m-btn04-inner {
    background: url(../../images/common/icn_tel.png) no-repeat center left/5.0666666667vw;
  }
  .l-gnav-item .m-btn04-inner {
    padding: 1.3333333333vw 0 0 7.8666666667vw;
    background: url(../../images/common/icn_tel-nv.png) no-repeat center left/5.0666666667vw;
  }
  .l-gnav-item .m-btn04-tel {
    font-size: 7.2vw;
    margin-top: 1.3333333333vw;
  }
  .m-menu-icon-wrap {
    position: absolute;
    display: flex;
    align-items: end;
    top: 3.7333333333vw;
    right: 3.2vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    z-index: 9999;
  }
  .m-menu-icon {
    color: #062551;
    font-size: 3.4666666667vw;
    font-family: "Rajdhani";
    white-space: nowrap;
    width: 8.5333333333vw;
    padding-bottom: 0.5333333333vw;
    transition: all 0.3s;
  }
  .m-menu-icon::before,
  .m-menu-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 6.9333333333vw;
    height: 0.5333333333vw;
    transform: translate(50%, -50%);
    background-color: #062551;
    transition: all 0.3s;
  }
  .m-menu-icon::after {
    top: 1.6vw;
  }
  .m-menu-icon.is-open {
    color: #fff;
  }
  .m-menu-icon.is-open::before, .m-menu-icon.is-open::after {
    top: 10%;
    width: 7.4666666667vw;
    background-color: #fff;
  }
  .m-menu-icon.is-open::before {
    transform: translate(50%, -50%) rotate(-160deg);
  }
  .m-menu-icon.is-open::after {
    transform: translate(50%, -50%) rotate(160deg);
  }
  .l-menu-cover.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh + 5rem);
    z-index: 8000;
  }
}
/*------------- .l-gnav -------------*/
/*------------- .l-breadcrumbs -------------*/
.l-breadcrumbs {
  padding: 10px 0;
  margin-bottom: 100px;
  border-bottom: 1px solid #EEF0F4;
}

.l-breadcrumbs ol {
  color: #062551;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 2.5em;
}
.l-breadcrumbs ol li {
  position: relative;
}
.l-breadcrumbs ol li::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -1.5em;
  width: 8px;
  height: 8px;
  border-top: solid 2px #898989;
  border-right: solid 2px #898989;
  transform: translateY(-50%) rotate(45deg);
}
.l-breadcrumbs ol li:last-child::before {
  content: none;
}
.l-breadcrumbs ol li:last-child a {
  color: #898989;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    padding: 2.6666666667vw 0;
    margin-bottom: 13.3333333333vw;
    border-bottom: 0.2666666667vw solid #EEF0F4;
  }
  .l-breadcrumbs ol {
    font-size: 3.7333333333vw;
  }
  .l-breadcrumbs ol li::before {
    top: 50%;
    right: -1.5em;
    width: 1.6vw;
    height: 1.6vw;
    border-top: solid 0.5333333333vw #898989;
    border-right: solid 0.5333333333vw #898989;
  }
}
/*------------- .l-sidebar -------------*/
/*------------- .l-pagetop -------------*/
.l-pagetop {
  position: fixed;
  bottom: 2.8rem;
  right: 16rem;
  width: 5rem;
  aspect-ratio: 1/1;
  z-index: 8000;
}

@media screen and (max-width: 767px) {
  .l-pagetop {
    bottom: 6.6666666667vw;
    right: 4vw;
    width: 8vw;
  }
}
/*------------- .m-contact -------------*/
.m-contact {
  color: #fff;
  text-align: center;
  padding: 5rem 0 6rem;
  margin-top: 10rem;
  background-color: #062551;
}

.m-contact-ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 3.6rem;
}

.m-contact-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
  max-width: 74.3rem;
  margin: auto;
}
.m-contact-btn-wrap a {
  width: 50%;
}

.m-contact .m-btn01 {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.m-contact .m-btn01 span::before {
  width: 2.9rem;
  height: 2.4rem;
}

@media screen and (max-width: 767px) {
  .m-contact {
    padding: 6.6666666667vw 0 8vw;
    margin-top: 13.3333333333vw;
  }
  .m-contact-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
  .m-contact-btn-wrap {
    flex-direction: column;
    gap: 4vw;
    max-width: 100%;
  }
  .m-contact-btn-wrap a {
    width: 100%;
    height: 24vw;
    border-radius: 1.6vw;
  }
  .m-contact .m-btn01 {
    font-size: 6.4vw;
  }
  .m-contact .m-btn01 span {
    padding-left: 2em;
  }
  .m-contact .m-btn01 span::before {
    width: 7.7333333333vw;
    height: 6.4vw;
  }
}
/*------------- .l-footer -------------*/
.l-footer {
  position: sticky;
  top: 100vh;
  padding-top: 5.5rem;
}

.l-footer-inner01 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 3.6rem;
  border-bottom: 0.2rem solid #EEF0F4;
}
.l-footer-inner01 nav {
  width: fit-content;
  height: 100%;
}

.l-footer-logo {
  width: 21.7rem;
}

.l-footer-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.4rem 3rem;
  width: 100%;
  height: 18rem;
}
.l-footer-nav li {
  width: fit-content;
}
.l-footer-nav li a {
  display: inline-block;
  transition: all 0.3s;
}
.l-footer-nav li a:hover {
  opacity: 0.7;
}

.l-footer-nav-item ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 3rem;
  height: 14rem;
}

.l-footer-nav-item-l {
  color: #062551;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-right: 1em;
  position: relative;
}
.l-footer-nav-item-l::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #062551;
  border-right: solid 0.2rem #062551;
  transform: translateY(-50%) rotate(45deg);
}

.l-footer-nav-item-s {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-left: 1em;
  margin-top: 1.6rem;
  position: relative;
}
.l-footer-nav-item-s span {
  display: block;
  color: #898989;
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
.l-footer-nav-item-s::before {
  position: absolute;
  content: "";
  top: 1.1rem;
  left: 0;
  width: 0.9rem;
  height: 0.1rem;
  background-color: #939393;
}

.l-footer-inner02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}

.l-footer-link {
  display: flex;
  gap: 1em;
}

.l-footer-logo-wrap {
  display: flex;
  gap: 3rem;
}
.l-footer-logo-wrap img {
  width: auto;
  max-height: 6.8rem;
}

.l-footer-bottom {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: center;
  padding: 1.5rem 0;
  background-color: #EEF0F4;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 8vw;
  }
  .l-footer-inner01 {
    flex-direction: column;
    align-items: center;
    gap: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
    border-bottom: 0.4vw solid #EEF0F4;
  }
  .l-footer-inner01 nav {
    width: 100%;
  }
  .l-footer-logo {
    width: 43.4666666667vw;
  }
  .l-footer-nav {
    flex-direction: row;
    gap: 4vw;
    height: auto;
  }
  .l-footer-nav li {
    width: calc(50% - (4vw) / 2);
  }
  .l-footer-nav li a {
    width: 100%;
  }
  .l-footer-nav-item-l {
    font-size: 4vw;
  }
  .l-footer-nav-item-l::before {
    width: 1.6vw;
    height: 1.6vw;
    border-top: solid 0.5333333333vw #062551;
    border-right: solid 0.5333333333vw #062551;
  }
  .l-footer-nav-item-l:nth-child(-n+2) {
    margin-right: 0;
  }
  .l-footer-inner02 {
    padding: 5.3333333333vw 0;
  }
  .l-footer-link {
    flex-direction: column;
    gap: 0;
  }
  .l-footer-logo-wrap {
    gap: 4vw;
  }
  .l-footer-logo-wrap img {
    max-height: 9.6vw;
  }
  .l-footer-bottom {
    font-size: 2.6666666667vw;
    padding: 4vw 0;
  }
}
/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.6666666667 vw !important;
  }
  .spfs49 {
    font-size: 6.5333333333 vw !important;
  }
  .spfs48 {
    font-size: 6.4 vw !important;
  }
  .spfs47 {
    font-size: 6.2666666667 vw !important;
  }
  .spfs46 {
    font-size: 6.1333333333 vw !important;
  }
  .spfs45 {
    font-size: 6 vw !important;
  }
  .spfs44 {
    font-size: 5.8666666667 vw !important;
  }
  .spfs43 {
    font-size: 5.7333333333 vw !important;
  }
  .spfs42 {
    font-size: 5.6 vw !important;
  }
  .spfs41 {
    font-size: 5.4666666667 vw !important;
  }
  .spfs40 {
    font-size: 5.3333333333 vw !important;
  }
  .spfs39 {
    font-size: 5.2 vw !important;
  }
  .spfs38 {
    font-size: 5.0666666667 vw !important;
  }
  .spfs37 {
    font-size: 4.9333333333 vw !important;
  }
  .spfs36 {
    font-size: 4.8 vw !important;
  }
  .spfs35 {
    font-size: 4.6666666667 vw !important;
  }
  .spfs34 {
    font-size: 4.5333333333 vw !important;
  }
  .spfs33 {
    font-size: 4.4 vw !important;
  }
  .spfs32 {
    font-size: 4.2666666667 vw !important;
  }
  .spfs31 {
    font-size: 4.1333333333 vw !important;
  }
  .spfs30 {
    font-size: 4 vw !important;
  }
  .spfs29 {
    font-size: 3.8666666667 vw !important;
  }
  .spfs28 {
    font-size: 3.7333333333 vw !important;
  }
  .spfs27 {
    font-size: 3.6 vw !important;
  }
  .spfs26 {
    font-size: 3.4666666667 vw !important;
  }
  .spfs25 {
    font-size: 3.3333333333 vw !important;
  }
  .spfs24 {
    font-size: 3.2 vw !important;
  }
  .spfs23 {
    font-size: 3.0666666667 vw !important;
  }
  .spfs22 {
    font-size: 2.9333333333 vw !important;
  }
  .spfs21 {
    font-size: 2.8 vw !important;
  }
  .spfs20 {
    font-size: 2.6666666667 vw !important;
  }
  .spfs19 {
    font-size: 2.5333333333 vw !important;
  }
  .spfs18 {
    font-size: 2.4 vw !important;
  }
  .spfs17 {
    font-size: 2.2666666667 vw !important;
  }
  .spfs16 {
    font-size: 2.1333333333 vw !important;
  }
  .spfs15 {
    font-size: 2 vw !important;
  }
  .spfs14 {
    font-size: 1.8666666667 vw !important;
  }
  .spfs13 {
    font-size: 1.7333333333 vw !important;
  }
  .spfs12 {
    font-size: 1.6 vw !important;
  }
  .spfs11 {
    font-size: 1.4666666667 vw !important;
  }
  .spfs10 {
    font-size: 1.3333333333 vw !important;
  }
  .spfs9 {
    font-size: 1.2 vw !important;
  }
  .spfs8 {
    font-size: 1.0666666667 vw !important;
  }
  .spfs7 {
    font-size: 0.9333333333 vw !important;
  }
  .spfs6 {
    font-size: 0.8 vw !important;
  }
}
/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* テキスト
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }
  .sptac {
    text-align: center !important;
  }
  .sptar {
    text-align: right !important;
  }
  .spfwb {
    font-weight: bold !important;
  }
}
/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 10rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.ml0 {
  margin-left: 0rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.3333333333vw !important;
  }
  .spmb100 {
    margin-bottom: 13.3333333333vw !important;
  }
  .spml100 {
    margin-left: 13.3333333333vw !important;
  }
  .spmr100 {
    margin-right: 13.3333333333vw !important;
  }
  .spmt95 {
    margin-top: 12.6666666667vw !important;
  }
  .spmb95 {
    margin-bottom: 12.6666666667vw !important;
  }
  .spml95 {
    margin-left: 12.6666666667vw !important;
  }
  .spmr95 {
    margin-right: 12.6666666667vw !important;
  }
  .spmt90 {
    margin-top: 12vw !important;
  }
  .spmb90 {
    margin-bottom: 12vw !important;
  }
  .spml90 {
    margin-left: 12vw !important;
  }
  .spmr90 {
    margin-right: 12vw !important;
  }
  .spmt85 {
    margin-top: 11.3333333333vw !important;
  }
  .spmb85 {
    margin-bottom: 11.3333333333vw !important;
  }
  .spml85 {
    margin-left: 11.3333333333vw !important;
  }
  .spmr85 {
    margin-right: 11.3333333333vw !important;
  }
  .spmt80 {
    margin-top: 10.6666666667vw !important;
  }
  .spmb80 {
    margin-bottom: 10.6666666667vw !important;
  }
  .spml80 {
    margin-left: 10.6666666667vw !important;
  }
  .spmr80 {
    margin-right: 10.6666666667vw !important;
  }
  .spmt75 {
    margin-top: 10vw !important;
  }
  .spmb75 {
    margin-bottom: 10vw !important;
  }
  .spml75 {
    margin-left: 10vw !important;
  }
  .spmr75 {
    margin-right: 10vw !important;
  }
  .spmt70 {
    margin-top: 9.3333333333vw !important;
  }
  .spmb70 {
    margin-bottom: 9.3333333333vw !important;
  }
  .spml70 {
    margin-left: 9.3333333333vw !important;
  }
  .spmr70 {
    margin-right: 9.3333333333vw !important;
  }
  .spmt65 {
    margin-top: 8.6666666667vw !important;
  }
  .spmb65 {
    margin-bottom: 8.6666666667vw !important;
  }
  .spml65 {
    margin-left: 8.6666666667vw !important;
  }
  .spmr65 {
    margin-right: 8.6666666667vw !important;
  }
  .spmt60 {
    margin-top: 8vw !important;
  }
  .spmb60 {
    margin-bottom: 8vw !important;
  }
  .spml60 {
    margin-left: 8vw !important;
  }
  .spmr60 {
    margin-right: 8vw !important;
  }
  .spmt55 {
    margin-top: 7.3333333333vw !important;
  }
  .spmb55 {
    margin-bottom: 7.3333333333vw !important;
  }
  .spml55 {
    margin-left: 7.3333333333vw !important;
  }
  .spmr55 {
    margin-right: 7.3333333333vw !important;
  }
  .spmt50 {
    margin-top: 6.6666666667vw !important;
  }
  .spmb50 {
    margin-bottom: 6.6666666667vw !important;
  }
  .spml50 {
    margin-left: 6.6666666667vw !important;
  }
  .spmr50 {
    margin-right: 6.6666666667vw !important;
  }
  .spmt45 {
    margin-top: 6vw !important;
  }
  .spmb45 {
    margin-bottom: 6vw !important;
  }
  .spml45 {
    margin-left: 6vw !important;
  }
  .spmr45 {
    margin-right: 6vw !important;
  }
  .spmt40 {
    margin-top: 5.3333333333vw !important;
  }
  .spmb40 {
    margin-bottom: 5.3333333333vw !important;
  }
  .spml40 {
    margin-left: 5.3333333333vw !important;
  }
  .spmr40 {
    margin-right: 5.3333333333vw !important;
  }
  .spmt35 {
    margin-top: 4.6666666667vw !important;
  }
  .spmb35 {
    margin-bottom: 4.6666666667vw !important;
  }
  .spml35 {
    margin-left: 4.6666666667vw !important;
  }
  .spmr35 {
    margin-right: 4.6666666667vw !important;
  }
  .spmt30 {
    margin-top: 4vw !important;
  }
  .spmb30 {
    margin-bottom: 4vw !important;
  }
  .spml30 {
    margin-left: 4vw !important;
  }
  .spmr30 {
    margin-right: 4vw !important;
  }
  .spmt25 {
    margin-top: 3.3333333333vw !important;
  }
  .spmb25 {
    margin-bottom: 3.3333333333vw !important;
  }
  .spml25 {
    margin-left: 3.3333333333vw !important;
  }
  .spmr25 {
    margin-right: 3.3333333333vw !important;
  }
  .spmt20 {
    margin-top: 2.6666666667vw !important;
  }
  .spmb20 {
    margin-bottom: 2.6666666667vw !important;
  }
  .spml20 {
    margin-left: 2.6666666667vw !important;
  }
  .spmr20 {
    margin-right: 2.6666666667vw !important;
  }
  .spmt15 {
    margin-top: 2vw !important;
  }
  .spmb15 {
    margin-bottom: 2vw !important;
  }
  .spml15 {
    margin-left: 2vw !important;
  }
  .spmr15 {
    margin-right: 2vw !important;
  }
  .spmt10 {
    margin-top: 1.3333333333vw !important;
  }
  .spmb10 {
    margin-bottom: 1.3333333333vw !important;
  }
  .spml10 {
    margin-left: 1.3333333333vw !important;
  }
  .spmr10 {
    margin-right: 1.3333333333vw !important;
  }
  .spmt5 {
    margin-top: 0.6666666667vw !important;
  }
  .spmb5 {
    margin-bottom: 0.6666666667vw !important;
  }
  .spml5 {
    margin-left: 0.6666666667vw !important;
  }
  .spmr5 {
    margin-right: 0.6666666667vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
}
/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 10rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pl5 {
  padding-left: 0.5rem !important;
}

.pr5 {
  padding-right: 0.5rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.3333333333vw !important;
  }
  .sppb100 {
    padding-bottom: 13.3333333333vw !important;
  }
  .sppl100 {
    padding-left: 13.3333333333vw !important;
  }
  .sppr100 {
    padding-right: 13.3333333333vw !important;
  }
  .sppt95 {
    padding-top: 12.6666666667vw !important;
  }
  .sppb95 {
    padding-bottom: 12.6666666667vw !important;
  }
  .sppl95 {
    padding-left: 12.6666666667vw !important;
  }
  .sppr95 {
    padding-right: 12.6666666667vw !important;
  }
  .sppt90 {
    padding-top: 12vw !important;
  }
  .sppb90 {
    padding-bottom: 12vw !important;
  }
  .sppl90 {
    padding-left: 12vw !important;
  }
  .sppr90 {
    padding-right: 12vw !important;
  }
  .sppt85 {
    padding-top: 11.3333333333vw !important;
  }
  .sppb85 {
    padding-bottom: 11.3333333333vw !important;
  }
  .sppl85 {
    padding-left: 11.3333333333vw !important;
  }
  .sppr85 {
    padding-right: 11.3333333333vw !important;
  }
  .sppt80 {
    padding-top: 10.6666666667vw !important;
  }
  .sppb80 {
    padding-bottom: 10.6666666667vw !important;
  }
  .sppl80 {
    padding-left: 10.6666666667vw !important;
  }
  .sppr80 {
    padding-right: 10.6666666667vw !important;
  }
  .sppt75 {
    padding-top: 10vw !important;
  }
  .sppb75 {
    padding-bottom: 10vw !important;
  }
  .sppl75 {
    padding-left: 10vw !important;
  }
  .sppr75 {
    padding-right: 10vw !important;
  }
  .sppt70 {
    padding-top: 9.3333333333vw !important;
  }
  .sppb70 {
    padding-bottom: 9.3333333333vw !important;
  }
  .sppl70 {
    padding-left: 9.3333333333vw !important;
  }
  .sppr70 {
    padding-right: 9.3333333333vw !important;
  }
  .sppt65 {
    padding-top: 8.6666666667vw !important;
  }
  .sppb65 {
    padding-bottom: 8.6666666667vw !important;
  }
  .sppl65 {
    padding-left: 8.6666666667vw !important;
  }
  .sppr65 {
    padding-right: 8.6666666667vw !important;
  }
  .sppt60 {
    padding-top: 8vw !important;
  }
  .sppb60 {
    padding-bottom: 8vw !important;
  }
  .sppl60 {
    padding-left: 8vw !important;
  }
  .sppr60 {
    padding-right: 8vw !important;
  }
  .sppt55 {
    padding-top: 7.3333333333vw !important;
  }
  .sppb55 {
    padding-bottom: 7.3333333333vw !important;
  }
  .sppl55 {
    padding-left: 7.3333333333vw !important;
  }
  .sppr55 {
    padding-right: 7.3333333333vw !important;
  }
  .sppt50 {
    padding-top: 6.6666666667vw !important;
  }
  .sppb50 {
    padding-bottom: 6.6666666667vw !important;
  }
  .sppl50 {
    padding-left: 6.6666666667vw !important;
  }
  .sppr50 {
    padding-right: 6.6666666667vw !important;
  }
  .sppt45 {
    padding-top: 6vw !important;
  }
  .sppb45 {
    padding-bottom: 6vw !important;
  }
  .sppl45 {
    padding-left: 6vw !important;
  }
  .sppr45 {
    padding-right: 6vw !important;
  }
  .sppt40 {
    padding-top: 5.3333333333vw !important;
  }
  .sppb40 {
    padding-bottom: 5.3333333333vw !important;
  }
  .sppl40 {
    padding-left: 5.3333333333vw !important;
  }
  .sppr40 {
    padding-right: 5.3333333333vw !important;
  }
  .sppt35 {
    padding-top: 4.6666666667vw !important;
  }
  .sppb35 {
    padding-bottom: 4.6666666667vw !important;
  }
  .sppl35 {
    padding-left: 4.6666666667vw !important;
  }
  .sppr35 {
    padding-right: 4.6666666667vw !important;
  }
  .sppt30 {
    padding-top: 4vw !important;
  }
  .sppb30 {
    padding-bottom: 4vw !important;
  }
  .sppl30 {
    padding-left: 4vw !important;
  }
  .sppr30 {
    padding-right: 4vw !important;
  }
  .sppt25 {
    padding-top: 3.3333333333vw !important;
  }
  .sppb25 {
    padding-bottom: 3.3333333333vw !important;
  }
  .sppl25 {
    padding-left: 3.3333333333vw !important;
  }
  .sppr25 {
    padding-right: 3.3333333333vw !important;
  }
  .sppt20 {
    padding-top: 2.6666666667vw !important;
  }
  .sppb20 {
    padding-bottom: 2.6666666667vw !important;
  }
  .sppl20 {
    padding-left: 2.6666666667vw !important;
  }
  .sppr20 {
    padding-right: 2.6666666667vw !important;
  }
  .sppt15 {
    padding-top: 2vw !important;
  }
  .sppb15 {
    padding-bottom: 2vw !important;
  }
  .sppl15 {
    padding-left: 2vw !important;
  }
  .sppr15 {
    padding-right: 2vw !important;
  }
  .sppt10 {
    padding-top: 1.3333333333vw !important;
  }
  .sppb10 {
    padding-bottom: 1.3333333333vw !important;
  }
  .sppl10 {
    padding-left: 1.3333333333vw !important;
  }
  .sppr10 {
    padding-right: 1.3333333333vw !important;
  }
  .sppt5 {
    padding-top: 0.6666666667vw !important;
  }
  .sppb5 {
    padding-bottom: 0.6666666667vw !important;
  }
  .sppl5 {
    padding-left: 0.6666666667vw !important;
  }
  .sppr5 {
    padding-right: 0.6666666667vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
}
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}
