@charset "UTF-8";
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;
}

* {
  -webkit-box-sizing: border-box;
          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;
}

/* タイトル系
---------------------------------------------------------------------------- */
.m-mh {
  font-size: 3.8rem;
  line-height: 1.7894736842;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  padding-left: 55px;
  position: relative;
}
.m-mh::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 4px;
  background-color: #0052C5;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-sh {
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  text-align: center;
  padding: 25px 0 0;
  margin: 100px 0 40px;
  position: relative;
}
.m-sh::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #0052C5;
}
.m-sh span {
  font-size: 2.2rem;
  line-height: 2.3181818182;
  letter-spacing: 0.04em;
  font-weight: bold;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .m-mh {
    font-size: 2.96vw;
    padding-left: 4.29vw;
  }
  .m-mh::before {
    width: 2.03vw;
    height: 0.31vw;
    left: 0.78vw;
  }
  .m-sh {
    font-size: 2.34vw;
    padding: 1.95vw 0 0;
    margin: 7.81vw 0 3.125vw;
  }
  .m-sh::before {
    width: 4.68vw;
    height: 0.31vw;
  }
}
@media all and (max-width: 767px) {
  .m-mh {
    font-size: 6.4vw;
    padding-left: 9.3333333333vw;
  }
  .m-mh::before {
    width: 5.3333333333vw;
    height: 0.8vw;
    left: 0;
  }
  .m-sh {
    font-size: 5.3333333333vw;
    padding: 6.6666666667vw 0 0;
    margin: 16vw 0 6.6666666667vw;
  }
  .m-sh::before {
    width: 16vw;
    height: 1.0666666667vw;
  }
}
/* ボタン系
---------------------------------------------------------------------------- */
.m-btn01 {
  border-radius: 50px;
  background: #C9E0FF;
  padding: 8px 31px;
  display: inline-block;
  position: relative;
}
.m-btn01 span {
  font-size: 1.5rem;
  line-height: 2.4666666667;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  color: #2A2A2A;
}
.m-btn01 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #0052C5;
  border-right: 1.5px solid #0052C5;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.m-btn-contact {
  margin: 25px 0 0;
}

.m-btn-contact-link {
  text-align: center;
  border: 1px solid #0052C5;
  padding: 40px 0;
  max-width: 569px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background: url(/assets/images/common/icn_contact.png) no-repeat top 25px right 58px/50px;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.m-btn-contact-link span {
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #2A2A2A;
  padding-right: 12%;
  display: inline-block;
  position: relative;
}
.m-btn-contact-link span::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0052C5;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .m-btn01::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    border: 10px solid rgba(255, 255, 255, 0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-btn01:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .m-btn01 {
    border-radius: 3.9vw;
    padding: 0.625vw 2.42vw;
  }
  .m-btn01 span {
    font-size: 1.17vw;
    padding-left: 1.56vw;
  }
  .m-btn01 span::before {
    width: 0.625vw;
    height: 0.625vw;
  }
  .m-btn-contact {
    margin: 4.68vw 0 0;
  }
  .m-btn-contact-link {
    padding: 3.125vw 0;
    max-width: 44.45vw;
    background: url(/assets/images/common/icn_contact.png) no-repeat top 1.9vw right 4.5vw/3.9vw;
  }
  .m-btn-contact-link span {
    font-size: 2vw;
  }
  .m-btn-contact-link span::before {
    width: 0.625vw;
    height: 0.625vw;
    left: -2.34vw;
  }
}
@media all and (max-width: 767px) {
  .m-btn01 {
    border-radius: 13.3333333333vw;
    padding: 1.3333333333vw 4.8vw;
  }
  .m-btn01 span {
    font-size: 3.4666666667vw;
    padding-left: 5.3333333333vw;
  }
  .m-btn01 span::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.4vw solid #0052C5;
    border-right: 0.4vw solid #0052C5;
  }
  .m-btn-contact {
    margin: 5.3333333333vw 0 0;
  }
  .m-btn-contact-link {
    border: 0.2666666667vw solid #0052C5;
    padding: 6.4vw 0;
    max-width: 100%;
    background: url(/assets/images/common/icn_contact.png) no-repeat top 50% right 7.4666666667vw/13.3333333333vw;
  }
  .m-btn-contact-link span {
    font-size: 6.4vw;
    text-align: left;
  }
  .m-btn-contact-link span::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    left: -8vw;
  }
}
/* パーツ系
---------------------------------------------------------------------------- */
.m-service-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 55px 0 0;
}

.m-service-list-item {
  position: relative;
}
.m-service-list-item:nth-child(2), .m-service-list-item:nth-child(4) {
  margin-top: 70px;
}

.m-service-list-item-link {
  display: block;
}

.m-service-list-item-img {
  width: 270px;
  height: 280px;
  position: relative;
}
.m-service-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m-service-list-item-ttl {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  color: #2A2A2A;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.m-service-list-item-ttl span {
  padding-left: 25px;
  position: relative;
}
.m-service-list-item-ttl span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0052C5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.m-wrapper {
  border-top: 0.5px solid #0052C5;
  padding: 30px 0 0;
}
.m-wrapper:has(.c-works-list),
.m-wrapper:has(.c-news-list) {
  border-top: none;
}

.m-intro-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 55px 0 0;
  position: relative;
  z-index: 2;
}

.m-intro-list-item {
  width: 570px;
  height: 365px;
}

.m-intro-list-item-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.m-intro-list-item-img {
  width: 570px;
  height: 345px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.m-intro-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.m-intro-list-item-body {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 29px;
  height: 108px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
          box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
}

.m-intro-list-item-ttl {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #2A2A2A;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  padding-left: 25px;
  position: relative;
}
.m-intro-list-item-ttl::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0052C5;
}

@media screen and (min-width: 768px) {
  .m-service-list-item-link {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .m-service-list-item-link:hover .m-service-list-item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .m-service-list-item-link:hover .m-service-list-item-img::after {
    opacity: 1;
  }
  .m-service-list-item-img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
  }
  .m-service-list-item-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 20px solid rgba(225, 225, 225, 0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-service-list-item-img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .m-intro-list-item-link {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .m-intro-list-item-link:hover .m-intro-list-item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .m-intro-list-item-link:hover .m-intro-list-item-img::after {
    opacity: 1;
  }
  .m-intro-list-item-img {
    position: relative;
  }
  .m-intro-list-item-img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .m-intro-list-item-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 20px solid rgba(225, 225, 225, 0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .m-service-list {
    margin: 4.29vw 0 0;
  }
  .m-service-list-item:nth-child(2), .m-service-list-item:nth-child(4) {
    margin-top: 5.46vw;
  }
  .m-service-list-item-img {
    width: 21.09vw;
    height: 21.87vw;
  }
  .m-service-list-item-ttl {
    font-size: 1.71vw;
    margin-top: 1.56vw;
  }
  .m-service-list-item-ttl span {
    padding-left: 1.95vw;
  }
  .m-service-list-item-ttl span::before {
    width: 0.625vw;
    height: 0.625vw;
  }
  .m-wrapper {
    padding: 2.34vw 0 0;
  }
  .m-intro-list {
    margin: 4.29vw 0 0;
  }
  .m-intro-list-item {
    width: 44.53vw;
    height: 28.51vw;
  }
  .m-intro-list-item-img {
    width: 44.53vw;
    height: 26.95vw;
  }
  .m-intro-list-item-body {
    padding: 0.78vw 2.26vw;
    height: 8.43vw;
    -webkit-box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
  }
  .m-intro-list-item-ttl {
    font-size: 1.71vw;
    padding-left: 1.95vw;
  }
  .m-intro-list-item-ttl::before {
    width: 0.625vw;
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .m-service-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10.6666666667vw 0 0;
  }
  .m-service-list-item {
    margin-bottom: 4vw;
  }
  .m-service-list-item:nth-child(2), .m-service-list-item:nth-child(4) {
    margin-top: 8vw;
  }
  .m-service-list-item-img {
    width: 42.1333333333vw;
    height: 43.6vw;
  }
  .m-service-list-item-ttl {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
    line-height: 1.5555;
  }
  .m-service-list-item-ttl span {
    padding-left: 4.2666666667vw;
    display: inline-block;
    text-align: left;
  }
  .m-service-list-item-ttl span::before {
    width: 1.6vw;
    height: 1.6vw;
  }
  .m-wrapper {
    padding: 4vw 0 0;
  }
  .m-intro-list {
    display: block;
    margin: 9.3333333333vw 0 0;
  }
  .m-intro-list-item {
    width: 89.3333333333vw;
    height: 53.3333333333vw;
  }
  .m-intro-list-item:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
  .m-intro-list-item-img {
    width: 89.3333333333vw;
    height: 53.3333333333vw;
  }
  .m-intro-list-item-body {
    bottom: -10.6666666667vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 3.2vw 4.2666666667vw;
    height: auto;
    -webkit-box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
  }
  .m-intro-list-item-body-1col {
    bottom: -5.3333333333vw;
    padding: 4.8vw 4.8vw;
  }
  .m-intro-list-item-ttl {
    font-size: 4.8vw;
    padding-left: 5.3333333333vw;
    white-space: nowrap;
  }
  .m-intro-list-item-ttl::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
/* m-people-recommend
---------------------------------------------------------------------------- */
.m-people-recommend {
  padding: 0 0 70px;
}

.m-people-inner {
  padding: 30px 0 40px;
  border-top: 0.5px solid #0052C5;
}

.m-people-list {

  margin: 30px 0 0;
  position: relative;
  z-index: 2;
}

.m-people-list-item {
  width: 250px;

}

.m-people-list-item-link {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-people-list-item-img {
  width: 250px;
  height: 315px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-people-list-item-body {
  background: #fff;
  padding: 20px 20px 0 0;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.m-people-list-item-ttl {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #222;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.m-people-list-item-ttl-en {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #A4A4A4;
  margin-top: 10px;
}

.m-people-list-item-info {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #0052C5;
  margin-top: 15px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .m-people-recommend {
    padding: 0 0 5.46vw;
  }
  .m-people-inner {
    padding: 2.34vw 0 3.125vw;
  }
  .m-people-list {
    margin: 2.34vw 0 0;
  }
  .m-people-list-item {
    width: 19.53vw;
    margin-right: 4vw;
  }
  .m-people-list-item-img {
    width: 19.53vw;
    height: 24.6vw;
  }
  .m-people-list-item-body {
    padding: 1.56vw 1.56vw 0 0;
    bottom: -0.78vw;
  }
  .m-people-list-item-ttl {
    font-size: 1.56vw;
  }
  .m-people-list-item-ttl-en {
    font-size: 1.17vw;
    margin-top: 0.78vw;
  }
  .m-people-list-item-info {
    font-size: 1.25vw;
    margin-top: 1.17vw;
  }
}
@media screen and (max-width: 767px) {
  .m-people-recommend {
    padding: 0 0 5.3333333333vw;
  }
  .m-people-inner {
    padding: 4vw 0 5.3333333333vw;
  }
  .m-people-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 8vw 1.3333333333vw 0;
  }
  .m-people-list-item {
    width: 38.6666666667vw;
    margin-right: 0;
    margin-bottom: 13.3333333333vw;
  }
  .m-people-list-item:nth-child(2n) {
    margin-left: 8vw;
  }
  .m-people-list-item-link {
    display: block;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-people-list-item-link:hover .m-people02 {
    background: url(/assets/images/recruit/img_people02-2.png) no-repeat center bottom/100%;
  }
  .m-people-list-item-img {
    width: 38.6666666667vw;
    height: 48vw;
  }
  .m-people-list-item-body {
    padding: 4vw 2.6666666667vw 2.6666666667vw 0.8vw;
    bottom: -5.3333333333vw;
  }
  .m-people-list-item-ttl {
    font-size: 4.2666666667vw;
  }
  .m-people-list-item-ttl-en {
    font-size: 3.4666666667vw;
    margin-top: 2.1333333333vw;
  }
  .m-people-list-item-info {
    font-size: 3.7333333333vw;
    margin-top: 1.8666666667vw;
  }
}
.m-people-list-item-link:hover .m-recruit-interview01 {
  background: url(/assets/images/recruit/img_people01_h.png) no-repeat center bottom/100%;
}
.m-people-list-item-link:hover .m-recruit-interview02 {
  background: url(/assets/images/recruit/img_people02_h.png) no-repeat center bottom/100%;
}
.m-people-list-item-link:hover .m-recruit-interview03 {
  background: url(/assets/images/recruit/img_people03_h.png) no-repeat center bottom/100%;
}
.m-people-list-item-link:hover .m-recruit-interview04 {
  background: url(/assets/images/recruit/img_people04_h.png) no-repeat center bottom/100%;
}
.m-people-list-item-link:hover .m-recruit-interview05 {
  background: url(/assets/images/recruit/img_people05_h.png) no-repeat center bottom/100%;
}
.m-people-list-item-link:hover .m-recruit-interview06 {
  background: url(/assets/images/recruit/img_people06_h.png) no-repeat center bottom/100%;
}
.m-people-list-item-link:hover .m-recruit-interview07 {
  background: url(/assets/images/recruit/img_people07_h.png) no-repeat center bottom/100%;
}
.m-people-list-item-link:hover .m-recruit-interview16 {
  background: url(/assets/images/recruit/img_people16_h.png) no-repeat center bottom/100%;
}
.m-people-list-item-link:hover .m-recruit-interview17 {
  background: url(/assets/images/recruit/img_people17_h.png) no-repeat center bottom/100%;
}
.m-people-list-item-link:hover .m-recruit-interview20 {
  background: url(/assets/images/recruit/img_people20_h.png) no-repeat center bottom/100%;
}

.m-recruit-interview01 {
  background: url(/assets/images/recruit/img_people01.png) no-repeat center bottom/100%;
}

.m-recruit-interview02 {
  background: url(/assets/images/recruit/img_people02.png) no-repeat center bottom/100%;
}

.m-recruit-interview03 {
  background: url(/assets/images/recruit/img_people03.png) no-repeat center bottom/100%;
}

.m-recruit-interview04 {
  background: url(/assets/images/recruit/img_people04.png) no-repeat center bottom/100%;
}

.m-recruit-interview05 {
  background: url(/assets/images/recruit/img_people05.png) no-repeat center bottom/100%;
}

.m-recruit-interview06 {
  background: url(/assets/images/recruit/img_people06.png) no-repeat center bottom/100%;
}

.m-recruit-interview07 {
  background: url(/assets/images/recruit/img_people07.png) no-repeat center bottom/100%;
}
.m-recruit-interview16 {
  background: url(/assets/images/recruit/img_people16.png) no-repeat center bottom/100%;
}
.m-recruit-interview17 {
  background: url(/assets/images/recruit/img_people17.png) no-repeat center bottom/100%;
}
.m-recruit-interview20 {
  background: url(/assets/images/recruit/img_people20.png) no-repeat center bottom/100%;
}

.m-result {
  background: #F5F5F6;
  max-width: 960px;
  margin: 0 auto 50px;
  padding: 50px;
  position: relative;
}

.m-result-mh {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 600;
  font-family: "CrimsonText";
  color: #0052C5;
  position: absolute;
  top: -25px;
}
.m-result-mh span {
  font-size: 3rem;
}

.m-result-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.m-result-box + .m-result-box {
  margin-top: 10px;
}

.m-result-ttl {
  background: #0052C5;
  color: #fff;
  padding: 5px 0;
  margin-right: 15px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  width: 15%;
  text-align: center;
}

.m-result-sub {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  width: 80%;
}

.m-result-txt {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-result {
    max-width: 100%;
    margin: 0 auto 10.6666666667vw;
    padding: 6.6666666667vw;
  }
  .m-result-mh {
    font-size: 5.3333333333vw;
    top: -7vw;
  }
  .m-result-mh span {
    font-size: 8vw;
  }
  .m-result-box + .m-result-box {
    margin-top: 2.6666666667vw;
  }
  .m-result-ttl {
    color: #fff;
    padding: 1.3333333333vw 0;
    margin-right: 4vw;
    font-size: 3.7333333333vw;
    width: 20%;
  }
  .m-result-sub {
    font-size: 4.2666666667vw;
    width: 75%;
  }
  .m-result-txt {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
.m-disabled {
  color: lightgray;
}

.m-bg-disabled {
  color: #fff !important;
  background: lightgray !important;
  border: solid 1px lightgray !important;
}

.m-business-list {
  max-width: 960px;
  margin: 30px auto 100px;
}

.m-business-list-item {
  position: relative;
}
.m-business-list-item:not(:last-child) {
  margin: 0 0 40px;
}
.m-business-list-item:nth-child(even) .m-business-list-item-body {
  padding: 40px 50px 45px 92px;
  margin-left: auto;
}
.m-business-list-item:nth-child(even) .m-business-list-item-img {
  right: auto;
  left: 0;
}

.m-business-list-item-body {
  background: #F5F5F6;
  padding: 40px 92px 45px 50px;
  width: 600px;
}

.m-business-list-item-body01 {
  padding: 40px 68px 45px 50px;
}

.m-business-list-item-num {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  color: #0052C5;
  font-family: "CrimsonText";
  margin-bottom: 20px;
}
.m-business-list-item-num span {
  font-size: 3rem;
  line-height: 1.1333333333;
  font-weight: bold;
}

.m-business-list-item-ttl {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 10px;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.m-business-list-item-txt {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 10px;
}

.m-business-list-item-img {
  width: 400px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-business-list-item-img img {
  width: 100%;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .m-business-list {
    margin: 3.125vw 0;
  }
  .m-business-list-item:not(:last-child) {
    margin: 0 0 3.125vw;
  }
  .m-business-list-item:nth-child(even) .m-business-list-item-body {
    padding: 3.125vw 3.9vw 3.5vw 7.18vw;
  }
  .m-business-list-item-body {
    padding: 3.125vw 7.18vw 3.5vw 3.9vw;
    width: 46.8vw;
  }
  .m-business-list-item-num {
    font-size: 1.56vw;
  }
  .m-business-list-item-num span {
    font-size: 2.34vw;
  }
  .m-business-list-item-ttl {
    font-size: 1.71vw;
    margin-top: 0.78vw;
  }
  .m-business-list-item-txt {
    font-size: 1.17vw;
    margin-top: 0.78vw;
  }
  .m-business-list-item-img {
    width: 31.25vw;
  }
}
@media screen and (max-width: 767px) {
  .m-business-list {
    margin: 32vw 0 13.3333333333vw;
  }
  .m-business-list-item:not(:last-child) {
    margin: 0 0 32vw;
  }
  .m-business-list-item:nth-child(even) .m-business-list-item-body {
    padding: 29.3333333333vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
    margin-left: 0;
  }
  .m-business-list-item:nth-child(even) .m-business-list-item-img {
    left: 50%;
  }
  .m-business-list-item-body {
    padding: 29.3333333333vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
    width: 100%;
  }
  .m-business-list-item-num {
    font-size: 4.8vw;
  }
  .m-business-list-item-num span {
    font-size: 6.4vw;
  }
  .m-business-list-item-ttl {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
  .m-business-list-item-txt {
    font-size: 4vw;
    margin-top: 4vw;
    line-height: 2.133;
  }
  .m-business-list-item-img {
    width: 68vw;
    right: auto;
    left: 50%;
    top: -22.6666666667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@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;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff") format("woff");
	font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff") format("woff");
	font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff") format("woff");
	font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff") format("woff");
	font-display: swap;
    font-weight: 900;
    font-style: normal;
}*/
@font-face {
  font-family: "CrimsonText";
  src: url("../../fonts/CrimsonText/CrimsonText-Regular.woff2") format("woff2"), url("../../fonts/CrimsonText/CrimsonText-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CrimsonText";
  src: url("../../fonts/CrimsonText/CrimsonText-SemiBold.woff2") format("woff2"), url("../../fonts/CrimsonText/CrimsonText-SemiBold.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "CrimsonText";
  src: url("../../fonts/CrimsonText/CrimsonText-Bold.woff2") format("woff2"), url("../../fonts/CrimsonText/CrimsonText-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DC-REIKAISHO";
  src: url("../../fonts/DC-REIKAISHO/DC-REIKAISHO-W5.woff2") format("woff2"), url("../../fonts/DC-REIKAISHO/DC-REIKAISHO-W5.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

/* ------ c-works-list --------- */
.c-works-list {
  list-style: none;
  margin-bottom: 100px;
  padding: 0;
}

.c-works-list__item {
  border-bottom: 1px solid #E1E1E5;
}

.c-works-list__link {
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
  text-decoration: none;
  color: #333;
  position: relative;
  transition: background-color 0.3s;
}

.c-works-list__link:hover {
  background-color: #fafafa;
  opacity: 0.8;
}

.c-works-list__date {
  width: 120px;
  flex-shrink: 0;
  color: #AEAEAE;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-right: 40px;
}

.c-works-list__link02 .c-works-list__date {
  color: transparent;
}

.c-works-list__body {
  flex: 1;
  padding-right: 60px;
}

.c-works-list__txt {
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #2A2A2A;
}

.c-works-list__sub {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #777777;
}

.c-works-list__link::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transition: right 0.3s;
}
.c-works-list__link:hover::after {
  right: 5px;
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  .c-works-list {
    margin-bottom: 6.9444vw;
  }
  
  .c-works-list__link {
    padding: 1.6667vw 0;
  }

  .c-works-list__date {
    width: 8.3333vw;
    font-size: 1.0417vw;
    margin-right: 2.7778vw;
  }

  .c-works-list__body {
    padding-right: 4.1667vw;
  }

  .c-works-list__txt {
    margin-bottom: 0.5556vw;
    font-size: 1.0417vw;
  }

  .c-works-list__sub {
    font-size: 0.9028vw;
  }

  .c-works-list__link::after {
    right: 0.6944vw;
    width: 0.5556vw;
    height: 0.5556vw;
  }
  .c-works-list__link:hover::after {
    right: 0.3472vw;
  }
}

@media screen and (max-width: 767px) {
  .c-works-list__link {
    flex-direction: column;
    padding: 16px 0;
  }

  .c-works-list__date {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  
  .c-works-list__body {
    padding-right: 28px;
  }
}

/* ------ c-pager --------- */
.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

.c-pager__btn {
  background: #fff;
  color: #2A2A2A;
  width: 42px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
  border: none;
  box-shadow: 0px 0px 30px 0px #5397FC29;
}
.c-pager__btn:hover {
  opacity: 0.8;
}
.c-pager__btn.is-active {
  background-color: #C9E0FF;
  font-weight: bold;
  pointer-events: none;
}
.c-pager__btn.is-disabled {
  pointer-events: none;
  opacity: 0.5;
  color: #ccc;
  background-color: #f5f5f5;
}
.c-pager__btn--prev::before,
.c-pager__btn--next::before {
  content: '';
  width: 8px;
  height: 8px;
}
.c-pager__btn--prev::before {
  border-left: 2px solid #0052C5;
  border-bottom: 2px solid #0052C5;
  transform: rotate(45deg);
  display: inline-block;
}
.c-pager__btn--next::before {
  border-right: 2px solid #0052C5;
  border-top: 2px solid #0052C5;
  transform: rotate(45deg);
  display: inline-block;
}

.c-pager__dot {
  width: 42px;
  height: 40px;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #2A2A2A;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  .c-pager {
    gap: 0.6944vw;
    margin-top: 2.7778vw;
  }

  .c-pager__btn {
    width: 2.9167vw;
    height: 2.7778vw;
    font-size: 1.25vw;
    box-shadow: 0 0 2.0833vw 0 #5397FC29;
  }
  .c-pager__btn--prev::before,
  .c-pager__btn--next::before {
    width: 0.5556vw;
    height: 0.5556vw;
  }
  .c-pager__btn--prev::before {
    border-left-width: 0.1389vw;
    border-bottom-width: 0.1389vw;
  }
  .c-pager__btn--next::before {
    border-right-width: 0.1389vw;
    border-top-width: 0.1389vw;
  }
  .c-pager__dot {
    width: 2.9167vw;
    height: 2.7778vw;
    font-size: 1.25vw;
  }
}

/* ------ c-news-tabs --------- */
.c-news-tabs {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}

.c-news-tabs__btn {
  flex: 1;
  appearance: none;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 23px 0;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #777777;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  border-radius: 0;
  position: relative;
  top: 1px;
}
.c-news-tabs__btn.is-active {
  color: #2A2A2A;
  border-bottom-color: #0052C5;
  font-weight: bold;
  pointer-events: none;
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  .c-news-tabs {
    margin-bottom: 2.7778vw;
  }

  .c-news-tabs__btn {
    border-bottom-width: 0.2083vw;
    padding: 1.5972vw 0;
    font-size: 1.25vw;
    top: 0.0694vw;
  }
}

@media screen and (max-width: 767px) {
  .c-news-tabs {
    margin-bottom: 20px;
  }

  .c-news-tabs__btn {
    padding: 15px 0;
    font-size: 1.6rem;
  }
}

/* ------ c-news-list --------- */
.c-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-news-list__item {
  border-bottom: 1px solid #E1E1E5;
}

.c-news-list__link {
  display: flex;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  color: #333;
  position: relative;
  transition: background-color 0.3s;
}
.c-news-list__link:hover {
  background-color: #fafafa;
}
.c-news-list__link::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transition: right 0.3s;
}
.c-news-list__link:hover::after {
  right: 5px;
}

.c-news-list__date {
  flex-shrink: 0;
  color: #AEAEAE;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-right: 40px;
}

.c-news-list__link02 .c-news-list__date {
  color: transparent;
}

.c-news-list__label {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 4px 12px;
  margin-right: 20px;
  background-color: #f0f0f0;
  color: #2A2A2A;
  flex-shrink: 0;
  min-width: 78px;
  text-align: center;
}
.c-news-list__label.is-notice {
  background-color: #EAF8ED;
}
.c-news-list__label.is-service {
  background-color: #F2F7FF;
}
.c-news-list__label.is-recruit {
  background-color: #FFEEDF;
}

.c-news-list__link02 .c-news-list__label {
  background-color: transparent;
  color: transparent;
}

.c-news-list__body {
  flex: 1;
  padding-right: 40px;
}

.c-news-list__txt {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  .c-news-list__item {
    border-bottom-width: 1px;
  }

  .c-news-list__link {
    padding: 1.3889vw 0;
  }
  .c-news-list__link::after {
    right: 0.6944vw;
    width: 0.5556vw;
    height: 0.5556vw;
  }
  .c-news-list__link:hover::after {
    right: 0.3472vw;
  }

  .c-news-list__date {
    font-size: 1.0417vw;
    margin-right: 2.7778vw;
  }

  .c-news-list__label {
    font-size: 0.9028vw;
    padding: 0.2778vw 0.8333vw;
    margin-right: 1.3889vw;
    min-width: 5.4167vw;
  }

  .c-news-list__body {
    padding-right: 2.7778vw;
  }

  .c-news-list__txt {
    font-size: 1.0417vw;
  }
}

@media screen and (max-width: 767px) {
  .c-news-list__link {
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
  }

  .c-news-list__date {
    width: auto;
    margin-right: 15px;
    margin-bottom: 8px;
    font-size: 1.3rem;
  }

  .c-news-list__label {
    margin-right: 0;
    margin-bottom: 8px;
    min-width: auto;
  }

  .c-news-list__body {
    width: 100%;
    flex-basis: 100%;
    padding-right: 30px;
    margin-top: 0;
  }

  .c-news-list__txt {
    font-size: 1.4rem;
  }
}
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #2A2A2A;
  font-size: 1.5rem;
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #2c6cd6;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
}

/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: hidden;
}

.l-content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .l-content {
    padding: 0 3.125vw;
  }
}
@media all and (max-width: 767px) {
  .l-content {
    padding: 0 5.3333333333vw;
  }
}
/*------------- .l-header -------------*/
.l-header {
  padding: 20px 40px 20px 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.l-header-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.l-header-logo {
  width: 396px;
}

.l-hamburgerbtn {
  position: absolute;
  right: 30px;
  top: 25px;
  display: block;
  width: 60px;
  height: 45px;
  cursor: pointer;
}

.l-hamburger-part {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.l-hamburger-part:nth-of-type(1) {
  height: 2px;
  width: 40px;
  background: #2A2A2A;
  top: 0;
  right: 7px;
}
.l-hamburger-part:nth-of-type(2) {
  height: 2px;
  width: 40px;
  background: #2A2A2A;
  top: 13px;
  left: 7px;
}
.l-hamburger-part:nth-of-type(3) {
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1.9rem;
  line-height: 1.2105263158;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  font-family: "CrimsonText";
}
.l-hamburger-part:nth-of-type(4) {
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1.9rem;
  line-height: 1.2105263158;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  display: none;
  font-family: "CrimsonText";
}

.l-header-container.is-active .l-header {
  background: #fff;
}
.l-header-container.is-active .l-hamburgerbtn .l-hamburger-part:nth-of-type(1) {
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  width: 30px;
}
.l-header-container.is-active .l-hamburgerbtn .l-hamburger-part:nth-of-type(2) {
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
  width: 30px;
}
.l-header-container.is-active .l-hamburgerbtn .l-hamburger-part:nth-of-type(3) {
  display: none;
}
.l-header-container.is-active .l-hamburgerbtn .l-hamburger-part:nth-of-type(4) {
  display: block;
}

.l-fixheader {
  position: fixed;
  top: -300px;
  left: 0;
  z-index: 2000;
  width: 100%;
  -webkit-transition: top 0.4s ease 0s;
  transition: top 0.4s ease 0s;
}
.main-active .l-header {
  top: 0;
  pointer-events: auto;
}
.l-fixheader .l-header {
  position: static;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 40px 10px 24px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.l-fixheader .l-header-logo {
  width: 379px;
}
.l-fixheader .l-hamburgerbtn {
  top: 20px;
}
.l-fixheader .l-gnav {
  top: 78px;
}

.main_active .l-fixheader {
  top: 0;
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  .l-header {
    padding: 0.533vw 1.3333vw;
  }
  .l-header-logo {
    width: 27.13vw;
  }
  .l-hamburgerbtn {
    right: 2vw;
    top: 1.66vw;
    width: 4vw;
    height: 3vw;
  }
  .l-hamburger-part:nth-of-type(1) {
    height: 0.133vw;
    width: 2.66vw;
    right: 0.46vw;
  }
  .l-hamburger-part:nth-of-type(2) {
    height: 0.133vw;
    width: 2.66vw;
    top: 0.86vw;
    right: 0.46vw;
  }
  .l-hamburger-part:nth-of-type(3) {
    font-size: 1.26vw;
  }
  .l-hamburger-part:nth-of-type(4) {
    font-size: 1.26vw;
  }
  .l-header-container.is-active .l-hamburgerbtn .l-hamburger-part:nth-of-type(1) {
    top: 0.533vw;
    width: 2vw;
  }
  .l-header-container.is-active .l-hamburgerbtn .l-hamburger-part:nth-of-type(2) {
    top: 0.533vw;
    width: 2vw;
  }
  .l-fixheader {
    top: -20vw;
  }
  .l-fixheader .l-header {
    padding: 0.33vw 1.33vw;
    height: 5.33vw;
  }
  .l-fixheader .l-header-logo {
    width: 25.26vw;
  }
  .l-fixheader .l-hamburgerbtn {
    top: 1.33vw;
  }
  .l-fixheader .l-gnav {
    top: 5.2vw;
  }
}
@media all and (max-width: 767px) {
  .l-header {
    padding: 3vw;
    height: 18.6666666667vw;
  }
  .l-header-logo {
    margin: 0;
    width: 65.0666666667vw;
  }
  .l-hamburgerbtn {
    right: 4vw;
    top: 5.3333333333vw;
    width: 12.2666666667vw;
    height: 8.8vw;
  }
  .l-hamburger-part:nth-of-type(1) {
    height: 0.5333333333vw;
    width: 7.4666666667vw;
    right: 1.6vw;
  }
  .l-hamburger-part:nth-of-type(2) {
    height: 0.5333333333vw;
    width: 7.4666666667vw;
    top: 2.4vw;
    left: 1.6vw;
  }
  .l-hamburger-part:nth-of-type(3) {
    font-size: 3.2vw;
  }
  .l-hamburger-part:nth-of-type(4) {
    font-size: 3.2vw;
  }
  .l-header-container.is-active .l-hamburgerbtn .l-hamburger-part:nth-of-type(1) {
    top: 1.3333333333vw;
    width: 6.1333333333vw;
  }
  .l-header-container.is-active .l-hamburgerbtn .l-hamburger-part:nth-of-type(2) {
    top: 1.3333333333vw;
    width: 6.1333333333vw;
  }
  .l-fixheader {
    top: -3000px;
  }
  .l-fixheader .l-header {
    padding: 2.6666666666vw;
    height: 18.6666666667vw;
  }
  .l-fixheader .l-header-logo {
    width: 65.0666666667vw;
  }
  .l-fixheader .l-hamburgerbtn {
    top: 5.3333333333vw;
  }
  .l-fixheader .l-gnav {
    top: 18.4vw;
  }
}
/*------------- .l-megamenu -------------*/
@media screen and (min-width: 768px) {
  /* ヘッダーの調整 */
  .l-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-pc-nav-list {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 4px 0;
  }

  .l-pc-nav-item {
    border-bottom: 2px solid transparent;
  }
  .l-pc-nav-item.m-btn-contact-nav .l-pc-nav-link {
    padding-right: 0;
  }
  .l-pc-nav-item.m-btn-contact-nav .l-pc-nav-link::after {
    display: none;
  }
  .l-pc-nav-link {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2A2A2A;
    line-height: 2;
    letter-spacing: 0.04em;
    padding: 8px 32px 8px 4px;
    position: relative;
  }
  .l-pc-nav-link::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #0052C5;
    border-right: 2px solid #0052C5;
    position: absolute;
    top: 45%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-pc-nav-item.is-active {
    border-bottom: 2px solid #0052C5;
  }
  .l-pc-nav-item.is-active  >.l-pc-nav-link {
    font-weight: bold;
    color: #0052C5;
  }
  .l-pc-nav-item.is-active  >.l-pc-nav-link::after {
    transform: rotate(225deg);
  }

  /* メガメニュー本体 */
  .l-megamenu {
    padding: 50px 80px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    right: 0;
    background: #F5F5F6;
    display: none;
    box-sizing: border-box;
  }

  .l-megamenu-content {
    display: flex;
  }

  .l-megamenu-head {
    padding-right: 60px;
    border-right: 1px solid #0052C5;
    flex-shrink: 0;
  }
  .l-megamenu-head a {
    line-height: 2;
    letter-spacing: 0.02;
    color: #2A2A2A;
    font-size: 20px;
    font-weight: bold;
  }

  .l-megamenu-list {
    display: flex;
    row-gap: 10px;
    column-gap: 40px;
    padding-left: 60px;
    padding-right: 20px;
    flex-wrap: wrap;
  }
  .l-megamenu-list li {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .l-megamenu-list a {
    line-height: 2;
    letter-spacing: 0.02em;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
  }

  .l-megamenu-list-sub > a {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
  }
  .l-megamenu-list-sub .l-megamenu-list-item {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .l-megamenu-list-item {
    display: flex;
    gap: 40px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  .l-pc-nav-list {
    gap: 2.2222vw;
    padding: 0.2778vw 0;
  }

  .l-pc-nav-link {
    font-size: 1.1111vw;
    padding: 0.5556vw 2.2222vw 0.5556vw 0.2778vw;
  }

  .l-pc-nav-link::after {
    width: 0.5556vw;
    height: 0.5556vw;
    right: 0.5556vw;
    border-bottom-width: 0.1389vw;
    border-right-width: 0.1389vw;
  }

  .l-pc-nav-item {
    border-bottom-width: 0.1389vw;
  }
  .l-pc-nav-item.is-active {
    border-bottom-width: 0.1389vw;
  }

  .l-megamenu {
    padding: 3.4722vw 5.5556vw;
  }

  .l-megamenu-head {
    padding-right: 4.1667vw;
    border-right-width: 1px;     
  }
  .l-megamenu-head a {
    font-size: 1.3889vw;        
  }

  .l-megamenu-list {
    row-gap: 0.6944vw;
    column-gap: 2.7778vw;
    padding-left: 4.1667vw;
    padding-right: 1.3889vw;
  }
  .l-megamenu-list a {
    font-size: 1.1111vw;
  }

  .l-megamenu-list-sub > a {
    margin-bottom: 0.9722vw;
    font-size: 1.25vw;
  }
  .l-megamenu-list-sub .l-megamenu-list-item {
    padding-left: 0.8333vw;
    gap: 0.6944vw;
  }
  .l-megamenu-list-item {
    gap: 2.7778vw;
  }
}

/*------------- .l-gnav -------------*/
.l-gnav {
  display: none;
  background: #fff;
  position: absolute;
  top: 88px;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px 40px 200px;
}

.l-gnav-list-pc-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
}

.l-gnav-img-pc-wrap {
  margin-right: 100px;
  max-width: 484px;
  width: 100%;
  position: relative;
}

.l-gnav-img-pc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.l-gnav-img-pc.is-show {
  opacity: 1;
}

.l-gnav-list-pc {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-gnav-list-item-pc {
  margin-bottom: 20px;
}
.l-gnav-list-item-pc:nth-child(1), .l-gnav-list-item-pc:nth-child(3) {
  width: 490px;
}
.l-gnav-list-item-pc:nth-child(4) {
  margin-top: 70px;
}

.l-gnav-list-item-ttl-pc {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.l-gnav-list-item-ttl-sub-pc {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #0052C5;
  font-family: "CrimsonText";
}

.l-gnav-list-item-content-pc {
  border-left: 2px solid #0052C5;
  margin-top: 15px;
}
.l-gnav-list-item-content-pc li:not(:last-child) {
  margin-bottom: 6px;
}
.l-gnav-list-item-content-pc li a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #2A2A2A;
  padding: 5px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-gnav-list-item-content-pc li a:hover {
  color: #0052C5;
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  .l-gnav {
    top: 5.866vw;
    padding: 1.33vw 5.66vw 10vw;
  }
  .l-gnav-img-pc-wrap {
    margin-right: 6.66vw;
    max-width: 28.26vw;
  }
  .l-gnav-list-item-pc {
    margin-bottom: 1vw;
  }
  .l-gnav-list-item-pc:nth-child(1), .l-gnav-list-item-pc:nth-child(3) {
    width: 31.66vw;
  }
  .l-gnav-list-item-pc:nth-child(4) {
    margin-top: 4.66vw;
  }
  .l-gnav-list-item-ttl-pc {
    font-size: 1.466vw;
  }
  .l-gnav-list-item-ttl-sub-pc {
    font-size: 1.2vw;
  }
  .l-gnav-list-item-content-pc {
    margin-top: 0.5vw;
  }
  .l-gnav-list-item-content-pc li:not(:last-child) {
    margin-bottom: 0;
  }
  .l-gnav-list-item-content-pc li a {
    font-size: 1vw;
    padding: 0.53vw 3vw 0.53vw 2vw;
  }
}
@media all and (max-width: 767px) {
  .l-gnav {
    display: none;
    background: #fff;
    position: absolute;
    top: 18.4vw;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 5.3333333333vw 46.6666666667vw;
    border-top: 0.2666666667vw solid #E1E1E5;
  }
  .l-gnav-list-item {
    border-bottom: 0.2666666667vw solid #E1E1E5;
  }
  .l-gnav-list-item-ttl {
    font-size: 1.8rem;
    line-height: 2.0555555556;
    letter-spacing: 0.04em;
    font-weight: bold;
    font-size: 4.8vw;
    padding: 4vw 5.3333333333vw;
  }
  .l-dropdown {
    display: none;
    border-left: 2px solid #0052C5;
  }
  .l-dropdown-list-item:not(:last-child) {
    border-bottom: 0.2666666667vw solid #E1E1E5;
  }
  .l-dropdown-list-item-link {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-size: 4.2666666667vw;
    color: #2A2A2A;
    padding: 5.0666666667vw 0;
    display: block;
    padding-left: 8vw;
    background: #F5F5F6;
  }
  .l-dropdown-list-item-sub .l-dropdown-list-item-link {
    font-weight: 400;
    padding-left: 12vw;
  }
  .l-dropdown-list-item-sub-child .l-dropdown-list-item-link {
    font-weight: 400;
    padding-left: 16vw;
  }
  .l-dropdown-list-service .l-dropdown-list-item-sub .l-dropdown-list-item-link {
    font-weight: 500;
  }
  .l-dropdown-click {
    position: relative;
  }
  .l-dropdown-click .l-gnav-tgl-btn {
    position: absolute;
    right: 5.3333333333vw;
    height: 0.5333333333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
  }
  .l-dropdown-click .l-gnav-tgl-btn span:first-of-type {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 4vw;
    height: 0.5333333333vw;
    background: #0052C5;
  }
  .l-dropdown-click .l-gnav-tgl-btn span:last-of-type {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    content: "";
    display: block;
    width: 4vw;
    height: 0.5333333333vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #0052C5;
  }
  .l-dropdown-click .l-gnav-tgl-btn.is-active span:last-of-type {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/*------------- .l-breadcrumbs -------------*/
.l-breadcrumbs {
  position: absolute;
  left: 220px;
  bottom: 0;
}
.l-breadcrumbs ol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumbs ol li {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.l-breadcrumbs ol li:not(:last-child) {
  margin-right: 15px;
  position: relative;
}
.l-breadcrumbs ol li:not(:last-child)::after {
  position: absolute;
  content: "/";
  right: -10px;
  bottom: 0;
}
.l-breadcrumbs ol li a {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  .l-breadcrumbs {
    left: 100px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .l-breadcrumbs {
    left: 3.9vw;
  }
  .l-breadcrumbs ol li {
    font-size: 1.09vw;
  }
  .l-breadcrumbs ol li:not(:last-child) {
    margin-right: 1.17vw;
  }
  .l-breadcrumbs ol li:not(:last-child)::after {
    right: -0.78vw;
  }
  .l-breadcrumbs ol li a {
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    position: static;
    margin-top: 13px;
  }
  .l-breadcrumbs ol li {
    font-size: 3.4666666667vw;
  }
  .l-breadcrumbs ol li:not(:last-child) {
    margin-right: 4vw;
  }
  .l-breadcrumbs ol li:not(:last-child)::after {
    right: -2.6666666667vw;
  }
  .l-breadcrumbs ol li a {
    font-size: 3.4666666667vw;
  }
}
/*------------- .l-sidebar -------------*/ /*------------- .l-footer -------------*/
.l-pagetop button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #fff;
  border: 1px solid #F2F7FF;
  border-radius: 100px;
  box-shadow: 0px 0px 30px 0px #5397FC66;
  cursor: pointer;
}
.l-pagetop button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #0052C5;
  mask-image: url(/assets/images/common/icn_arrow_top.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-type: alpha;
}
@media screen and (min-width: 768px) {
  .l-pagetop {
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 100;
  }
  .l-pagetop:has(button) {
    top: 15%;
    right: 24px;
  }
  .l-pagetop button {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
  .l-pagetop:has(button) {
    right: 16px;
    bottom: 10%;
  }
  .l-pagetop img {
    width: 53.3333333333vw;
  }
  .l-pagetop button {
    width: 48px;
    height: 48px;
  }
}
/*------------- .l-footer -------------*/
.l-footer {
  border-top: 1px solid #E1E1E5;
}

.l-footer-content {
  padding: 70px 0 80px;
}

.l-footer-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.l-footer-nav-item:nth-child(4) {
  margin-top: 53px;
}

.l-footer-nav-item-ttl {
  margin: 0 0 16px;
  font-size: 1.8rem;
  line-height: 2.0555555556;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #2A2A2A;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.l-footer-nav-item-ttl a {
  color: #2A2A2A;
}
.l-footer-nav-sub-ttl a {
  color: #2A2A2A;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
  font-weight: 500;
} 
.l-footer-nav-group {
  border-left: 2px solid #0052C5;
}
.l-footer-nav-group .l-footer-nav-item-list {
  border-left: none;
}
.l-footer-nav-group .l-footer-nav-item-list a {
  padding-left: 32px;
}
.l-footer-nav-group + .l-footer-nav-group {
  padding-top: 28px;
}
.l-footer-nav-sub-ttl {
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-left: 20px;
  color: #2A2A2A;
}
.l-footer-nav-item-list {
  border-left: 2px solid #0052C5;
}
.l-footer-nav-item-list li:not(:last-child) {
  margin-bottom: 16px;
}
.l-footer-nav-item-list li a {
  display: block;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-left: 20px;
  color: #2A2A2A;
}

.l-footer-bnr-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0;
}

.l-footer-bnr-list-item {
  margin-right:20px;
  margin-bottom: 30px;
}

.l-footer-card-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.l-footer-card-list-item {
  margin-right: 40px;
}

.l-footer-card-list-bnr {
  margin: auto 20px auto 0;
}

.l-footer-card-list-box {
  width: 380px;
}

.l-footer-card-list-box-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
}
.l-footer-card-list-box-inner p {
  width: 75px;
}

.l-footer-bottom {
  background: #004098;
  padding: 11px 0;
}

.l-footer-bottom-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.l-footer-copy {
  color: #fff;
  font-size: 1.4rem;
  line-height: 3;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.l-footer-privacy {
  color: #fff;
  font-size: 1.4rem;
  line-height: 3;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .l-footer-nav-sub-ttl a:hover {
    color: #0052C5;
  }
  .l-footer-nav-item-ttl a:hover {
    color: #0052C5;
  }
  .l-footer-nav-item-list li a:hover {
    color: #0052C5;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .l-footer-content {
    padding: 3.9vw 0 6.25vw;
  }
  .l-footer-nav-item:nth-child(4) {
    margin-top: 4.21vw;
  }
  .l-footer-nav-item-ttl {
    margin: 0 0 1.25vw;
    font-size: 1.4vw;
  }
  .l-footer-nav-item-list li:not(:last-child) {
    margin-bottom: 1.25vw;
  }
  .l-footer-nav-item-list li a {
    font-size: 1.17vw;
    padding-left: 1.56vw;
  }
  .l-footer-bnr-list {
    margin: 4.68vw 0 0;
    gap: 1.95vw;
  }
  .l-footer-bnr-list-item {
    margin-bottom: 2.34vw;
  }
  .l-footer-card-list-item {
    margin-right: 3.125vw;
  }
  .l-footer-card-list-item:nth-child(1) {
    width: 18.28vw;
  }
  .l-footer-card-list-item:nth-child(2) {
    width: 13.75vw;
  }
  .l-footer-card-list-item:nth-child(3) {
    width: 9.6vw;
  }
  .l-footer-bottom {
    padding: 0.859vw 0;
  }
  .l-footer-copy {
    font-size: 1.09vw;
  }
  .l-footer-privacy {
    font-size: 1.09vw;
  }
  .l-footer-nav-sub-ttl a {
    font-size: 1.0417vw;
  }

  .l-footer-nav-group {
    border-left-width: 0.1389vw;  
  }

  .l-footer-nav-group .l-footer-nav-item-list a {
    padding-left: 2.2222vw;
  }

  .l-footer-nav-group + .l-footer-nav-group {
    padding-top: 1.9444vw;
  }

  .l-footer-nav-sub-ttl {
    margin-bottom: 1.1111vw;
    font-size: 1.0417vw;
    padding-left: 1.3889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    border-top: 0.2666666667vw solid #E1E1E5;
  }
  .l-footer-content {
    padding: 8vw 0 10.6666666667vw;
  }
  .l-footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer-nav-item {
    width: 47%;
  }
  .l-footer-nav-item:last-child {
    margin-top: 0;
  }
  .l-footer-nav-item-ttl {
    margin: 0;
    font-size: 4.2666666667vw;
    border-bottom: 0.2666666667vw solid #0052C5;
    text-align: center;
    padding: 4vw 0 1.3333333333vw;
  }
  .l-footer-nav-item-ttl a {
    display: block;
  }
  .l-footer-nav-group {
    display: none;
  }
  .l-footer-nav-item-list {
    display: none;
  }
  .l-footer-bnr-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 8vw 0 0;
  }
  .l-footer-bnr-list-item {
    margin-bottom: 5.3333333333vw;
    /*width: 47%;*/
    width: 43%;
  }
  .l-footer-bnr-list-item-link img {
    width: 100%;
  }
  .l-footer-card-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer-card-list-box {
    width: 70% !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 6.6666666667vw !important;
  }
  .l-footer-card-list-box-inner {
    width: 100%;
  }
  .l-footer-card-list-box-inner p {
    width: 20%;
  }
  .l-footer-card-list-item {
    margin-right: 4vw;
    width: 45%;
  }
  .l-footer-card-list-bnr {
    margin-right: 4vw;
    width: 45%;
  }
  .l-footer-card-list-bnr:nth-child(1) {
    width: 40vw;
  }
  .l-footer-card-list-bnr:nth-child(2) {
    width: 40vw;
    margin-right: 0vw;
  }
  .l-footer-card-list-bnr:nth-child(3) {
    width: 18vw;
    margin-right: 4vw;
    margin-top: 2vw;
  }
  .l-footer-card-list-bnr:nth-child(4) {
    width: 18vw;
    margin-right: 4vw;
    margin-top: 5vw;
  }
  .l-footer-card-list-bnr:nth-child(5) {
    width: 17.5vw;
    margin-right: 4vw;
    margin-top: 5vw;
  }
  .l-footer-card-list-bnr:nth-child(6) {
    width: 18vw;
    margin-right: 0vw;
    margin-top: 5vw;
  }
  .l-footer-card-list-item img {
    width: 100%;
    height: 100%;
  }
  .l-footer-bottom {
    padding: 4.8vw 0 2.9333333333vw;
  }
  .l-footer-bottom-inner {
    display: block;
    text-align: center;
  }
  .l-footer-copy {
    font-size: 3.2vw;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.8;
  }
  .l-footer-privacy {
    font-size: 3.2vw;
  }
}

/* hover時のアニメーション
---------------------------------------------------------------------------- */
.is-imghover {
    transition: opacity 0.2s;
}

@media (min-width: 768px) {
    .is-imghover:hover {
        opacity: 0.7;
        cursor: pointer;
    }
}

/* 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.6666666667vw !important;
  }
  .spfs49 {
    font-size: 6.5333333333vw !important;
  }
  .spfs48 {
    font-size: 6.4vw !important;
  }
  .spfs47 {
    font-size: 6.2666666667vw !important;
  }
  .spfs46 {
    font-size: 6.1333333333vw !important;
  }
  .spfs45 {
    font-size: 6vw !important;
  }
  .spfs44 {
    font-size: 5.8666666667vw !important;
  }
  .spfs43 {
    font-size: 5.7333333333vw !important;
  }
  .spfs42 {
    font-size: 5.6vw !important;
  }
  .spfs41 {
    font-size: 5.4666666667vw !important;
  }
  .spfs40 {
    font-size: 5.3333333333vw !important;
  }
  .spfs39 {
    font-size: 5.2vw !important;
  }
  .spfs38 {
    font-size: 5.0666666667vw !important;
  }
  .spfs37 {
    font-size: 4.9333333333vw !important;
  }
  .spfs36 {
    font-size: 4.8vw !important;
  }
  .spfs35 {
    font-size: 4.6666666667vw !important;
  }
  .spfs34 {
    font-size: 4.5333333333vw !important;
  }
  .spfs33 {
    font-size: 4.4vw !important;
  }
  .spfs32 {
    font-size: 4.2666666667vw !important;
  }
  .spfs31 {
    font-size: 4.1333333333vw !important;
  }
  .spfs30 {
    font-size: 4vw !important;
  }
  .spfs29 {
    font-size: 3.8666666667vw !important;
  }
  .spfs28 {
    font-size: 3.7333333333vw !important;
  }
  .spfs27 {
    font-size: 3.6vw !important;
  }
  .spfs26 {
    font-size: 3.4666666667vw !important;
  }
  .spfs25 {
    font-size: 3.3333333333vw !important;
  }
  .spfs24 {
    font-size: 3.2vw !important;
  }
  .spfs23 {
    font-size: 3.0666666667vw !important;
  }
  .spfs22 {
    font-size: 2.9333333333vw !important;
  }
  .spfs21 {
    font-size: 2.8vw !important;
  }
  .spfs20 {
    font-size: 2.6666666667vw !important;
  }
  .spfs19 {
    font-size: 2.5333333333vw !important;
  }
  .spfs18 {
    font-size: 2.4vw !important;
  }
  .spfs17 {
    font-size: 2.2666666667vw !important;
  }
  .spfs16 {
    font-size: 2.1333333333vw !important;
  }
  .spfs15 {
    font-size: 2vw !important;
  }
  .spfs14 {
    font-size: 1.8666666667vw !important;
  }
  .spfs13 {
    font-size: 1.7333333333vw !important;
  }
  .spfs12 {
    font-size: 1.6vw !important;
  }
  .spfs11 {
    font-size: 1.4666666667vw !important;
  }
  .spfs10 {
    font-size: 1.3333333333vw !important;
  }
  .spfs9 {
    font-size: 1.2vw !important;
  }
  .spfs8 {
    font-size: 1.0666666667vw !important;
  }
  .spfs7 {
    font-size: 0.9333333333vw !important;
  }
  .spfs6 {
    font-size: 0.8vw !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: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !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: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !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;
  }
}
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}
/* reset
---------------------------------------------------------------------------- */
/* common
---------------------------------------------------------------------------- */
/* layout
-----------------------------------------------------------------------------*/
/* module
---------------------------------------------------------------------------- */
/* print
---------------------------------------------------------------------------- */
/*# sourceMappingURL=base.css.map */
