@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;
}

* {
  -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;
}

/* common
---------------------------------------------------------------------------- */
/* layout
-----------------------------------------------------------------------------*/
/* 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: #1A1311;
  font-size: 1.8rem;
  position: relative;
  background: url(../images/common/bg.png) repeat-y;
  background-size: 100% auto;
}

@media only screen and (max-width: 1366px) and (min-width: 769px) {
  html {
    font-size: 0.7320644217vw;
  }
}
body.is-open-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: #0064B6;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 3.7209302326vw;
  }
  body {
    min-width: inherit;
    font-size: 3.7209302326vw;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: hidden;
  padding-top: 8.9rem;
}

.l-content-inner {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .l-pagebody {
    padding-top: 16.2790697674vw;
  }
  .l-content-inner {
    padding: 0 4.6511627907vw;
  }
}
/*------------- .sub -------------*/
.l-pagettl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-pagettl-img img {
  height: 13rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-pagettl-bh {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: auto;
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
}

.l-content-subpage .l-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-content-full {
  width: 100%;
}

.l-content-main {
  width: calc(100% - 30rem);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.l-categorylink {
  width: 27rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 8.6rem;
}

.l-categorylink-ttl a {
  display: block;
  padding: 2.6rem 2.6rem 2.6rem 1.5rem;
  background: url(../../images/common/icn_arrow_white.svg) no-repeat #0073CF;
  background-size: 0.721rem auto;
  background-position: right 1.14rem center;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
}

.l-categorylink-list li a {
  display: block;
  border-bottom: 0.1rem solid #C9C9C9;
  padding: 1.6rem 3rem 1.6rem 1.5rem;
  background: url(../../images/common/icn_arrow_black.svg) no-repeat;
  background-size: 0.568rem auto;
  background-position: right 1.14rem center;
  color: #000000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.3rem;
}
.l-categorylink-list li.current a {
  background: url(../../images/common/icn_arrow_blue.svg) no-repeat;
  background-size: 0.568rem auto;
  background-position: right 1.14rem center;
  color: #0073CF;
}

@media screen and (max-width: 768px) {
  .l-pagettl-img img {
    height: auto;
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .l-pagettl-bh {
    font-size: 3.7209302326vw;
  }
  .l-content-subpage .l-content-inner {
    display: block;
  }
  .l-content-main {
    width: 100%;
    padding-top: 0;
  }
  .l-categorylink {
    width: calc(100% + 7.4418604651vw);
    margin: 0 -4.266667vw;
  }
  .l-categorylink-ttl a {
    display: block;
    padding: 4.6511627907vw 5.8139534884vw 4.6511627907vw 3.7209302326vw;
    background-size: 1.6279069767vw auto;
    background-position: right 3.7209302326vw center;
    font-size: 3.7209302326vw;
    margin-bottom: 0.6976744186vw;
  }
  .l-categorylink-list {
    margin-bottom: 3.7209302326vw;
  }
  .l-categorylink-list li a {
    display: block;
    border-bottom: 0.1rem solid #C9C9C9;
    padding: 3.7209302326vw 3.7209302326vw;
    background-size: 1.3209302326vw auto;
    background-position: right 3.7209302326vw center;
    font-size: 3.7209302326vw;
    margin-bottom: 0.6976744186vw;
  }
  .l-categorylink-list li.current a {
    background-size: 1.3209302326vw auto;
    background-position: right 3.7209302326vw center;
  }
}
/*------------- .l-header -------------*/
.l-header {
  padding: 2.15rem 1.5rem 2.3rem 2.5rem;
  position: fixed;
  width: 100%;
  z-index: 20;
  background: #fff;
  top: 0;
  left: 0;
}
.l-header .l-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 125.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-logo {
  max-width: 32rem;
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 0;
  }
  .l-header .l-content-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 16.2790697674vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-logo {
    max-width: 59.3023255814vw;
    width: 59.3023255814vw;
  }
  .l-logo img {
    width: 100%;
    height: auto;
  }
}
.l-language-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
.l-language-list li {
  background: #0064B6;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 15rem;
}
.l-language-list li:last-child {
  background: none;
  color: #0064B6;
  padding: 0;
}

/*spnav*/
.spnav {
  position: absolute;
  top: 4.6511627907vw;
  right: -100vw;
  width: calc(100% - (9.3023255814vw));
  z-index: 25;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: calc(100vh - (4.6511627907vw));
  overflow-y: scroll;
}
.spnav.is-open {
  -webkit-transform: translateX(-104.651vw);
  transform: translateX(-104.651vw);
}

.nav-toggle {
  width: 9.3023255814vw;
  height: 8.3720930233vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 700;
  font-size: 2.3255813953vw;
  cursor: pointer;
}

.nav-toggle-line {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3255813953vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.nav-toggle-line span {
  height: 0.4651162791vw;
  width: 100%;
  display: block;
  background: #E29E1D;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.spnav-content .nav-toggle {
  width: 13.9534883721vw;
  height: 13.9534883721vw;
  margin: 0 0 0 auto;
}

.spnav-content .nav-toggle-line span:nth-child(1) {
  width: 13.9534883721vw;
  background: #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 4.6511627907vw;
  left: 0;
}

.spnav-content .nav-toggle-line span:nth-child(2) {
  width: 13.9534883721vw;
  background: #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 4.6511627907vw;
  right: 0;
}

.spnav-content {
  background: #E29E1D;
  padding: 15.5813953488vw 12.7906976744vw;
  border-radius: 3.7209302326vw;
  width: 100%;
}

.spnav-sub {
  margin-top: 6.976744186vw;
}

.spnav-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.6511627907vw;
  font-family: "Lexend Exa", sans-serif;
  font-size: 3.7209302326vw;
  font-weight: 600;
}
.spnav-language li {
  background: #fff;
  color: #E29E1D;
  padding: 0.5rem 1rem;
  border-radius: 15rem;
}
.spnav-language li:last-child {
  background: none;
  color: #fff;
  padding: 0;
}
.spnav-language li a {
  color: #fff;
}

.spnav-list {
  font-size: 5.1162790698vw;
  font-weight: 600;
}
.spnav-list li {
  border-bottom: 0.4651162791vw solid #fff;
  color: #fff;
}
.spnav-list li span {
  display: block;
  font-weight: 600;
  font-family: "Lexend Exa", sans-serif;
  font-size: 3.2558139535vw;
  padding-top: 1.8604651163vw;
}
.spnav-list li a {
  display: block;
  padding: 5.5813953488vw 0;
  color: #fff;
  background: url(../images/common/arrow-right.svg) no-repeat;
  background-size: 5.3488372093vw auto;
  background-position: right center;
}

/*------------- .l-gnav -------------*/
.l-gnav {
  margin: auto 4rem auto auto;
}

.l-gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.l-gnav-list li a {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
}
.l-gnav-list li a:hover {
  background: url(../images/common/icn_circle.svg) no-repeat top center;
}
.l-gnav-list li a.is-active {
  background: url(../images/common/icn_circle.svg) no-repeat top center;
}
.l-gnav-list li a span {
  display: block;
  text-align: center;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  padding-top: 0.4rem;
}

/*------------- .l-breadcrumbs -------------*/
.l-breadcrumbs {
  margin: 1.4rem 0 3.9rem 0;
  font-size: 1.2rem;
}
.l-breadcrumbs ol {
  background: #EFECE5;
  padding: 1.5rem 3rem;
  border-radius: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-breadcrumbs ol li {
  font-weight: 500;
  color: #034F91;
  line-height: 1;
}
.l-breadcrumbs ol li:first-child {
  background: url(../images/common/house.svg) no-repeat left center;
  background-size: auto 1.2rem;
  padding-left: 1.5rem;
}
.l-breadcrumbs ol li a {
  color: #034F91;
  text-decoration: underline;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-breadcrumbs ol li a::after {
  content: "";
  height: 1.2rem;
  width: 0.6rem;
  background: url(../images/common/chevron-right.svg) no-repeat center center;
  background-size: contain;
  padding: 0 0.5rem;
  display: inline-block;
}
.l-breadcrumbs ol li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .l-breadcrumbs {
    margin: 4.6511627907vw 0 6.976744186vw 0;
    font-size: 2.7906976744vw;
  }
  .l-breadcrumbs ol {
    padding: 1.3953488372vw 5.1162790698vw;
    overflow-x: auto;
  }
  .l-breadcrumbs ol li {
    white-space: nowrap;
  }
  .l-breadcrumbs ol li:first-child {
    background-size: auto 2.3255813953vw;
    padding-left: 3.488372093vw;
  }
  .l-breadcrumbs ol li a::after {
    content: "";
    height: 2.3255813953vw;
    width: 1.3953488372vw;
    padding: 0 1.1627906977vw;
    display: inline-block;
  }
}
/*------------- .l-sidebar -------------*/
/*------------- .l-pagetop -------------*/
.l-pagetop p a {
  display: block;
  background-image: url(../images/common/icn_arrow_up.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 8rem;
  width: 8rem;
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  z-index: 15;
}

@media screen and (max-width: 768px) {
  .l-pagetop p a {
    height: 13.9534883721vw;
    width: 13.9534883721vw;
    bottom: 6.976744186vw;
    right: 6.976744186vw;
  }
}
/*------------- .l-banner -------------*/
.l-banner {
  padding: 8rem 0 12rem 0;
}

.l-banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem 2.4rem;
}
.l-banner-list li {
  width: 35rem;
}
.l-banner-list li a {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-banner {
    padding: 6.976744186vw 0;
  }
  .l-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.488372093vw;
  }
  .l-banner-list li {
    width: calc(50% - (1.8604651163vw));
  }
}
/*------------- .l-footer -------------*/
.l-footer {
  background: #0064B6;
  color: #fff;
}
.l-footer .l-content-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding-top: 2rem;
}
.l-footer-nav li {
  border-right: 0.1rem solid #fff;
  padding-right: 1.6rem;
  font-size: 1.6rem;
}
.l-footer-nav li:last-child {
  border-right: none;
}
.l-footer-nav li a {
  color: #fff;
}

.l-copy {
  font-size: 1.1rem;
  text-align: right;
  padding-top: 2.4rem;
  font-weight: 400;
  font-family: "Lexend Exa", sans-serif;
}

@media screen and (max-width: 768px) {
  .l-footer .l-content-inner {
    padding-top: 9.3023255814vw;
    padding-bottom: 27.9069767442vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9.3023255814vw auto;
  }
  .l-footer-nav {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.488372093vw;
    text-align: right;
  }
  .l-footer-nav li {
    border-right: none;
    padding-right: 3.9534883721vw;
    font-size: 3.2558139535vw;
  }
  .l-footer-logo {
    max-width: 54.8837209302vw;
  }
  .l-copy {
    font-size: 2.5581395349vw;
    width: 100%;
    text-align: right;
    padding-top: 9.3023255814vw;
  }
}
/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 769px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .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: 768px) {
  .spfs50 {
    font-size: 11.6279069767vw !important;
  }
  .spfs49 {
    font-size: 11.3953488372vw !important;
  }
  .spfs48 {
    font-size: 11.1627906977vw !important;
  }
  .spfs47 {
    font-size: 10.9302325581vw !important;
  }
  .spfs46 {
    font-size: 10.6976744186vw !important;
  }
  .spfs45 {
    font-size: 10.4651162791vw !important;
  }
  .spfs44 {
    font-size: 10.2325581395vw !important;
  }
  .spfs43 {
    font-size: 10vw !important;
  }
  .spfs42 {
    font-size: 9.7674418605vw !important;
  }
  .spfs41 {
    font-size: 9.5348837209vw !important;
  }
  .spfs40 {
    font-size: 9.3023255814vw !important;
  }
  .spfs39 {
    font-size: 9.0697674419vw !important;
  }
  .spfs38 {
    font-size: 8.8372093023vw !important;
  }
  .spfs37 {
    font-size: 8.6046511628vw !important;
  }
  .spfs36 {
    font-size: 8.3720930233vw !important;
  }
  .spfs35 {
    font-size: 8.1395348837vw !important;
  }
  .spfs34 {
    font-size: 7.9069767442vw !important;
  }
  .spfs33 {
    font-size: 7.6744186047vw !important;
  }
  .spfs32 {
    font-size: 7.4418604651vw !important;
  }
  .spfs31 {
    font-size: 7.2093023256vw !important;
  }
  .spfs30 {
    font-size: 6.976744186vw !important;
  }
  .spfs29 {
    font-size: 6.7441860465vw !important;
  }
  .spfs28 {
    font-size: 6.511627907vw !important;
  }
  .spfs27 {
    font-size: 6.2790697674vw !important;
  }
  .spfs26 {
    font-size: 6.0465116279vw !important;
  }
  .spfs25 {
    font-size: 5.8139534884vw !important;
  }
  .spfs24 {
    font-size: 5.5813953488vw !important;
  }
  .spfs23 {
    font-size: 5.3488372093vw !important;
  }
  .spfs22 {
    font-size: 5.1162790698vw !important;
  }
  .spfs21 {
    font-size: 4.8837209302vw !important;
  }
  .spfs20 {
    font-size: 4.6511627907vw !important;
  }
  .spfs19 {
    font-size: 4.4186046512vw !important;
  }
  .spfs18 {
    font-size: 4.1860465116vw !important;
  }
  .spfs17 {
    font-size: 3.9534883721vw !important;
  }
  .spfs16 {
    font-size: 3.7209302326vw !important;
  }
  .spfs15 {
    font-size: 3.488372093vw !important;
  }
  .spfs14 {
    font-size: 3.2558139535vw !important;
  }
  .spfs13 {
    font-size: 3.023255814vw !important;
  }
  .spfs12 {
    font-size: 2.7906976744vw !important;
  }
  .spfs11 {
    font-size: 2.5581395349vw !important;
  }
  .spfs10 {
    font-size: 2.3255813953vw !important;
  }
  .spfs9 {
    font-size: 2.0930232558vw !important;
  }
  .spfs8 {
    font-size: 1.8604651163vw !important;
  }
  .spfs7 {
    font-size: 1.6279069767vw !important;
  }
  .spfs6 {
    font-size: 1.3953488372vw !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: 768px) {
  .sptal {
    text-align: left !important;
  }
  .sptac {
    text-align: center !important;
  }
  .sptar {
    text-align: right !important;
  }
  .spfwb {
    font-weight: bold !important;
  }
}
.lexend {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* マージン
---------------------------------------------------------------------------- */
.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: 768px) {
  .spmt100 {
    margin-top: 23.2558139535vw !important;
  }
  .spmb100 {
    margin-bottom: 23.2558139535vw !important;
  }
  .spml100 {
    margin-left: 23.2558139535vw !important;
  }
  .spmr100 {
    margin-right: 23.2558139535vw !important;
  }
  .spmt95 {
    margin-top: 22.0930232558vw !important;
  }
  .spmb95 {
    margin-bottom: 22.0930232558vw !important;
  }
  .spml95 {
    margin-left: 22.0930232558vw !important;
  }
  .spmr95 {
    margin-right: 22.0930232558vw !important;
  }
  .spmt90 {
    margin-top: 20.9302325581vw !important;
  }
  .spmb90 {
    margin-bottom: 20.9302325581vw !important;
  }
  .spml90 {
    margin-left: 20.9302325581vw !important;
  }
  .spmr90 {
    margin-right: 20.9302325581vw !important;
  }
  .spmt85 {
    margin-top: 19.7674418605vw !important;
  }
  .spmb85 {
    margin-bottom: 19.7674418605vw !important;
  }
  .spml85 {
    margin-left: 19.7674418605vw !important;
  }
  .spmr85 {
    margin-right: 19.7674418605vw !important;
  }
  .spmt80 {
    margin-top: 18.6046511628vw !important;
  }
  .spmb80 {
    margin-bottom: 18.6046511628vw !important;
  }
  .spml80 {
    margin-left: 18.6046511628vw !important;
  }
  .spmr80 {
    margin-right: 18.6046511628vw !important;
  }
  .spmt75 {
    margin-top: 17.4418604651vw !important;
  }
  .spmb75 {
    margin-bottom: 17.4418604651vw !important;
  }
  .spml75 {
    margin-left: 17.4418604651vw !important;
  }
  .spmr75 {
    margin-right: 17.4418604651vw !important;
  }
  .spmt70 {
    margin-top: 16.2790697674vw !important;
  }
  .spmb70 {
    margin-bottom: 16.2790697674vw !important;
  }
  .spml70 {
    margin-left: 16.2790697674vw !important;
  }
  .spmr70 {
    margin-right: 16.2790697674vw !important;
  }
  .spmt65 {
    margin-top: 15.1162790698vw !important;
  }
  .spmb65 {
    margin-bottom: 15.1162790698vw !important;
  }
  .spml65 {
    margin-left: 15.1162790698vw !important;
  }
  .spmr65 {
    margin-right: 15.1162790698vw !important;
  }
  .spmt60 {
    margin-top: 13.9534883721vw !important;
  }
  .spmb60 {
    margin-bottom: 13.9534883721vw !important;
  }
  .spml60 {
    margin-left: 13.9534883721vw !important;
  }
  .spmr60 {
    margin-right: 13.9534883721vw !important;
  }
  .spmt55 {
    margin-top: 12.7906976744vw !important;
  }
  .spmb55 {
    margin-bottom: 12.7906976744vw !important;
  }
  .spml55 {
    margin-left: 12.7906976744vw !important;
  }
  .spmr55 {
    margin-right: 12.7906976744vw !important;
  }
  .spmt50 {
    margin-top: 11.6279069767vw !important;
  }
  .spmb50 {
    margin-bottom: 11.6279069767vw !important;
  }
  .spml50 {
    margin-left: 11.6279069767vw !important;
  }
  .spmr50 {
    margin-right: 11.6279069767vw !important;
  }
  .spmt45 {
    margin-top: 10.4651162791vw !important;
  }
  .spmb45 {
    margin-bottom: 10.4651162791vw !important;
  }
  .spml45 {
    margin-left: 10.4651162791vw !important;
  }
  .spmr45 {
    margin-right: 10.4651162791vw !important;
  }
  .spmt40 {
    margin-top: 9.3023255814vw !important;
  }
  .spmb40 {
    margin-bottom: 9.3023255814vw !important;
  }
  .spml40 {
    margin-left: 9.3023255814vw !important;
  }
  .spmr40 {
    margin-right: 9.3023255814vw !important;
  }
  .spmt35 {
    margin-top: 8.1395348837vw !important;
  }
  .spmb35 {
    margin-bottom: 8.1395348837vw !important;
  }
  .spml35 {
    margin-left: 8.1395348837vw !important;
  }
  .spmr35 {
    margin-right: 8.1395348837vw !important;
  }
  .spmt30 {
    margin-top: 6.976744186vw !important;
  }
  .spmb30 {
    margin-bottom: 6.976744186vw !important;
  }
  .spml30 {
    margin-left: 6.976744186vw !important;
  }
  .spmr30 {
    margin-right: 6.976744186vw !important;
  }
  .spmt25 {
    margin-top: 5.8139534884vw !important;
  }
  .spmb25 {
    margin-bottom: 5.8139534884vw !important;
  }
  .spml25 {
    margin-left: 5.8139534884vw !important;
  }
  .spmr25 {
    margin-right: 5.8139534884vw !important;
  }
  .spmt20 {
    margin-top: 4.6511627907vw !important;
  }
  .spmb20 {
    margin-bottom: 4.6511627907vw !important;
  }
  .spml20 {
    margin-left: 4.6511627907vw !important;
  }
  .spmr20 {
    margin-right: 4.6511627907vw !important;
  }
  .spmt15 {
    margin-top: 3.488372093vw !important;
  }
  .spmb15 {
    margin-bottom: 3.488372093vw !important;
  }
  .spml15 {
    margin-left: 3.488372093vw !important;
  }
  .spmr15 {
    margin-right: 3.488372093vw !important;
  }
  .spmt10 {
    margin-top: 2.3255813953vw !important;
  }
  .spmb10 {
    margin-bottom: 2.3255813953vw !important;
  }
  .spml10 {
    margin-left: 2.3255813953vw !important;
  }
  .spmr10 {
    margin-right: 2.3255813953vw !important;
  }
  .spmt5 {
    margin-top: 1.1627906977vw !important;
  }
  .spmb5 {
    margin-bottom: 1.1627906977vw !important;
  }
  .spml5 {
    margin-left: 1.1627906977vw !important;
  }
  .spmr5 {
    margin-right: 1.1627906977vw !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: 768px) {
  .sppt100 {
    padding-top: 23.2558139535vw !important;
  }
  .sppb100 {
    padding-bottom: 23.2558139535vw !important;
  }
  .sppl100 {
    padding-left: 23.2558139535vw !important;
  }
  .sppr100 {
    padding-right: 23.2558139535vw !important;
  }
  .sppt95 {
    padding-top: 22.0930232558vw !important;
  }
  .sppb95 {
    padding-bottom: 22.0930232558vw !important;
  }
  .sppl95 {
    padding-left: 22.0930232558vw !important;
  }
  .sppr95 {
    padding-right: 22.0930232558vw !important;
  }
  .sppt90 {
    padding-top: 20.9302325581vw !important;
  }
  .sppb90 {
    padding-bottom: 20.9302325581vw !important;
  }
  .sppl90 {
    padding-left: 20.9302325581vw !important;
  }
  .sppr90 {
    padding-right: 20.9302325581vw !important;
  }
  .sppt85 {
    padding-top: 19.7674418605vw !important;
  }
  .sppb85 {
    padding-bottom: 19.7674418605vw !important;
  }
  .sppl85 {
    padding-left: 19.7674418605vw !important;
  }
  .sppr85 {
    padding-right: 19.7674418605vw !important;
  }
  .sppt80 {
    padding-top: 18.6046511628vw !important;
  }
  .sppb80 {
    padding-bottom: 18.6046511628vw !important;
  }
  .sppl80 {
    padding-left: 18.6046511628vw !important;
  }
  .sppr80 {
    padding-right: 18.6046511628vw !important;
  }
  .sppt75 {
    padding-top: 17.4418604651vw !important;
  }
  .sppb75 {
    padding-bottom: 17.4418604651vw !important;
  }
  .sppl75 {
    padding-left: 17.4418604651vw !important;
  }
  .sppr75 {
    padding-right: 17.4418604651vw !important;
  }
  .sppt70 {
    padding-top: 16.2790697674vw !important;
  }
  .sppb70 {
    padding-bottom: 16.2790697674vw !important;
  }
  .sppl70 {
    padding-left: 16.2790697674vw !important;
  }
  .sppr70 {
    padding-right: 16.2790697674vw !important;
  }
  .sppt65 {
    padding-top: 15.1162790698vw !important;
  }
  .sppb65 {
    padding-bottom: 15.1162790698vw !important;
  }
  .sppl65 {
    padding-left: 15.1162790698vw !important;
  }
  .sppr65 {
    padding-right: 15.1162790698vw !important;
  }
  .sppt60 {
    padding-top: 13.9534883721vw !important;
  }
  .sppb60 {
    padding-bottom: 13.9534883721vw !important;
  }
  .sppl60 {
    padding-left: 13.9534883721vw !important;
  }
  .sppr60 {
    padding-right: 13.9534883721vw !important;
  }
  .sppt55 {
    padding-top: 12.7906976744vw !important;
  }
  .sppb55 {
    padding-bottom: 12.7906976744vw !important;
  }
  .sppl55 {
    padding-left: 12.7906976744vw !important;
  }
  .sppr55 {
    padding-right: 12.7906976744vw !important;
  }
  .sppt50 {
    padding-top: 11.6279069767vw !important;
  }
  .sppb50 {
    padding-bottom: 11.6279069767vw !important;
  }
  .sppl50 {
    padding-left: 11.6279069767vw !important;
  }
  .sppr50 {
    padding-right: 11.6279069767vw !important;
  }
  .sppt45 {
    padding-top: 10.4651162791vw !important;
  }
  .sppb45 {
    padding-bottom: 10.4651162791vw !important;
  }
  .sppl45 {
    padding-left: 10.4651162791vw !important;
  }
  .sppr45 {
    padding-right: 10.4651162791vw !important;
  }
  .sppt40 {
    padding-top: 9.3023255814vw !important;
  }
  .sppb40 {
    padding-bottom: 9.3023255814vw !important;
  }
  .sppl40 {
    padding-left: 9.3023255814vw !important;
  }
  .sppr40 {
    padding-right: 9.3023255814vw !important;
  }
  .sppt35 {
    padding-top: 8.1395348837vw !important;
  }
  .sppb35 {
    padding-bottom: 8.1395348837vw !important;
  }
  .sppl35 {
    padding-left: 8.1395348837vw !important;
  }
  .sppr35 {
    padding-right: 8.1395348837vw !important;
  }
  .sppt30 {
    padding-top: 6.976744186vw !important;
  }
  .sppb30 {
    padding-bottom: 6.976744186vw !important;
  }
  .sppl30 {
    padding-left: 6.976744186vw !important;
  }
  .sppr30 {
    padding-right: 6.976744186vw !important;
  }
  .sppt25 {
    padding-top: 5.8139534884vw !important;
  }
  .sppb25 {
    padding-bottom: 5.8139534884vw !important;
  }
  .sppl25 {
    padding-left: 5.8139534884vw !important;
  }
  .sppr25 {
    padding-right: 5.8139534884vw !important;
  }
  .sppt20 {
    padding-top: 4.6511627907vw !important;
  }
  .sppb20 {
    padding-bottom: 4.6511627907vw !important;
  }
  .sppl20 {
    padding-left: 4.6511627907vw !important;
  }
  .sppr20 {
    padding-right: 4.6511627907vw !important;
  }
  .sppt15 {
    padding-top: 3.488372093vw !important;
  }
  .sppb15 {
    padding-bottom: 3.488372093vw !important;
  }
  .sppl15 {
    padding-left: 3.488372093vw !important;
  }
  .sppr15 {
    padding-right: 3.488372093vw !important;
  }
  .sppt10 {
    padding-top: 2.3255813953vw !important;
  }
  .sppb10 {
    padding-bottom: 2.3255813953vw !important;
  }
  .sppl10 {
    padding-left: 2.3255813953vw !important;
  }
  .sppr10 {
    padding-right: 2.3255813953vw !important;
  }
  .sppt5 {
    padding-top: 1.1627906977vw !important;
  }
  .sppb5 {
    padding-bottom: 1.1627906977vw !important;
  }
  .sppl5 {
    padding-left: 1.1627906977vw !important;
  }
  .sppr5 {
    padding-right: 1.1627906977vw !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%;
  }
}