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

* {
  box-sizing: border-box;
}

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

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

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

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

pre {
  white-space: pre-wrap;
}

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

/* common
---------------------------------------------------------------------------- */
/* Wisywigエディタ スタイル
---------------------------------------------------------------------------- */
.m-single-sns-wrap {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  margin-bottom: 6rem;
}
.m-single-sns-wrap a[target=_blank] {
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  padding-left: 0;
  background: none;
  border-radius: 9999px;
  overflow: hidden;
}
.m-single-sns-wrap._bottom {
  margin: 6rem 0 8rem;
}

.m-single-sns-txt {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-right: 2rem;
  position: relative;
}
.m-single-sns-txt::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1rem;
  width: 1.6rem;
  height: 1px;
  transform: translate(100%, -50%);
  background-color: #3E3E3E;
}

.m-single-thumbnail {
  display: block;
  width: 62rem;
  height: auto;
  aspect-ratio: 620/347;
  margin: 4rem auto;
  object-fit: cover;
}

.m-single-content {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-top: 5rem;
  /* リンクボタン */
  /* リンクカード */
}
.m-single-content p,
.m-single-content figure,
.m-single-content picture {
  margin-bottom: 1.5em;
}
.m-single-content h2 {
  color: #EDBB2B;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 8rem 0 3rem;
}
.m-single-content h3 {
  margin-bottom: 2rem;
}
.m-single-content h4 {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin: 6rem 0 2.5rem;
}
.m-single-content h5 {
  font-size: 1.8rem;
  font-weight: 500;
  clear: both;
}
.m-single-content h6 {
  font-size: 1.6rem;
  font-weight: 500;
  clear: both;
}
.m-single-content table th {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.m-single-content img {
  height: auto;
  object-fit: contain;
}
.m-single-content .wp-block-image {
  margin-top: 20px;
}
.m-single-content ul,
.m-single-content ol {
  margin: 2rem 0 2rem 1.5em;
  margin-left: 1.5em;
  list-style-type: disc;
  list-style-position: outside;
}
.m-single-content ul li::marker,
.m-single-content ol li::marker {
  color: #EDBB2B;
  font-weight: 700;
}
.m-single-content ol {
  list-style-type: decimal;
}
.m-single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.m-single-content .alignright {
  float: right;
  margin-left: 1em;
}
.m-single-content .alignleft {
  float: left;
  margin-left: 1em;
}
.m-single-content strong {
  font-weight: bold;
}
.m-single-content em {
  font-style: italic;
}
.m-single-content mark {
  color: #4261B7;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-underline-position: under;
  text-decoration-color: #F6CA4A;
  background-color: transparent;
}
.m-single-content blockquote {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding: 3rem;
  margin: 6rem 0;
  box-sizing: border-box;
  background: #F2F2F2;
}
.m-single-content cite {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 2rem;
}
.m-single-content hr {
  clear: both;
}
.m-single-content a:not([class]),
.m-single-content a:not([class])[target=_blank],
.m-single-content a:not([class])[href$=".pdf"] {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.m-single-content a:not([class]):hover,
.m-single-content a:not([class])[target=_blank]:hover,
.m-single-content a:not([class])[href$=".pdf"]:hover {
  text-decoration: none;
}
.m-single-content a:not([class])[target=_blank] {
  padding: 0 3.2rem 0 0;
  background: url(../../images/common/icn_new-tab_yl.svg) no-repeat center right/2rem;
}
.m-single-content a:not([class])[href$=".pdf"] {
  padding: 0 3rem 0 0;
  background: url(../../images/common/icn_pdf_yl.svg) no-repeat top 0.7rem right/2rem;
}
.m-single-content figure.is-type-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.m-single-content figure.is-type-video .wp-block-embed__wrapper,
.m-single-content figure.is-type-video iframe {
  width: 100%;
  height: 100%;
}
.m-single-content table {
  text-align: left;
  width: 100%;
  margin: 2em 0;
}
.m-single-content table tr {
  border-bottom: 0.2rem solid #fff;
}
.m-single-content table th,
.m-single-content table td {
  padding: 1.5rem 2rem;
}
.m-single-content table th {
  color: #fff;
  background-color: #EDBB2B;
}
.m-single-content table td {
  background-color: #F5F5F5;
}
.m-single-content .m-single-snippet-btn {
  padding: 2rem 8rem;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  width: fit-content;
  margin: 6rem auto 8rem;
  background-color: #3EBCFF;
  border: 0.3rem solid currentColor;
  border-radius: 10vmax;
  display: grid;
  grid-template-columns: 1fr auto;
  place-items: center;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.16), inset 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.m-single-content .m-single-snippet-btn::before, .m-single-content .m-single-snippet-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  aspect-ratio: 1;
  transition: all 0.3s;
}
.m-single-content .m-single-snippet-btn::before {
  right: 2rem;
  width: 3rem;
  border-radius: 50%;
  background-color: #fff;
}
.m-single-content .m-single-snippet-btn::after {
  right: 3.2rem;
  width: 0.7rem;
  border-top: 0.2rem solid #3EBCFF;
  border-right: 0.2rem solid #3EBCFF;
  transform-origin: top;
  rotate: 45deg;
}
@media (any-hover: hover) {
  .m-single-content .m-single-snippet-btn:hover {
    color: #3EBCFF;
    background-color: #fff;
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0), inset 0 0 1rem rgba(0, 0, 0, 0);
  }
  .m-single-content .m-single-snippet-btn:hover::before {
    background-color: #3EBCFF;
  }
  .m-single-content .m-single-snippet-btn:hover::after {
    border-color: #fff;
  }
}
.m-single-content .m-single-snippet-link-card {
  margin: 3rem 0;
}
.m-single-content .m-single-snippet-link-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 4rem;
  border: 0.2rem solid #EDBB2B;
  position: relative;
}
.m-single-content .m-single-snippet-link-card-inner::before {
  position: absolute;
  content: "";
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../../images/common/icn_arw-circle_yl.svg) no-repeat center/contain;
}
.m-single-content .m-single-snippet-link-card-inner img {
  width: 26.2rem;
  min-width: 26.2rem;
  height: auto;
  aspect-ratio: 262/147;
  object-fit: cover;
}
.m-single-content .m-single-snippet-link-card-inner p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; /* 任意の行数を指定 */
}
.m-single-content .m-single-snippet-link-card-txt {
  color: #fff;
  font-weight: 700;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #EDBB2B;
}
.m-single-content .m-single-snippet-link-card-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .m-single-sns-wrap {
    gap: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-single-sns-wrap a[target=_blank] {
    width: 8vw;
    padding-left: 0;
    background: none;
    border-radius: 9999px;
    overflow: hidden;
  }
  .m-single-sns-wrap._bottom {
    margin: 10.6666666667vw 0 16vw;
  }
  .m-single-sns-txt {
    font-size: 3.7333333333vw;
    padding-right: 5.3333333333vw;
  }
  .m-single-sns-txt::before {
    right: 2.6666666667vw;
    width: 4.2666666667vw;
  }
  .m-single-thumbnail {
    width: 100%;
  }
  .m-single-content {
    font-size: 4.2666666667vw;
    margin-top: 10.6666666667vw;
    /* リンクボタン */
    /* リンクカード */
  }
  .m-single-content p,
  .m-single-content figure,
  .m-single-content picture {
    margin-bottom: 1.5em;
  }
  .m-single-content h2 {
    font-size: 5.8666666667vw;
    margin: 13.3333333333vw 0 5.3333333333vw;
  }
  .m-single-content h4 {
    font-size: 4.8vw;
    margin: 6.6666666667vw 0 4vw;
  }
  .m-single-content h5 {
    font-size: 4.2666666667vw;
  }
  .m-single-content h6 {
    font-size: 4.2666666667vw;
  }
  .m-single-content table th {
    font-size: 4.8vw;
  }
  .m-single-content .wp-block-image {
    margin-top: 5.3333333333vw;
  }
  .m-single-content ul,
  .m-single-content ol {
    margin: 4vw 0 4vw 1.5em;
  }
  .m-single-content ol {
    list-style-type: decimal;
  }
  .m-single-content blockquote {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw;
    margin: 13.3333333333vw 0;
  }
  .m-single-content cite {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
  .m-single-content a:not([class]),
  .m-single-content a:not([class])[target=_blank],
  .m-single-content a:not([class])[href$=".pdf"] {
    font-size: 4.2666666667vw;
    text-underline-offset: 0.8vw;
  }
  .m-single-content a:not([class])[target=_blank] {
    padding: 0 8.5333333333vw 0 0;
    background: url(../../images/common/icn_new-tab_yl.svg) no-repeat center right/5.3333333333vw;
  }
  .m-single-content a:not([class])[href$=".pdf"] {
    padding: 0 8vw 0 0;
    background: url(../../images/common/icn_pdf_yl.svg) no-repeat top 1.8666666667vw right/5.3333333333vw;
  }
  .m-single-content figure.is-type-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .m-single-content figure.is-type-video .wp-block-embed__wrapper,
  .m-single-content figure.is-type-video iframe {
    width: 100%;
    height: 100%;
  }
  .m-single-content table tr {
    border-bottom: 0.5333333333vw solid #fff;
  }
  .m-single-content table th,
  .m-single-content table td {
    padding: 4vw 2.6666666667vw;
  }
  .m-single-content .m-single-snippet-btn {
    padding: 4vw 8vw;
    padding-right: 13.3333333333vw;
    font-size: 5.3333333333vw;
    width: 100%;
    margin: 10.6666666667vw auto 16vw;
    border: 0.8vw solid currentColor;
    box-shadow: 0 0 4.2666666667vw rgba(0, 0, 0, 0.16), inset 0 0 2.6666666667vw rgba(0, 0, 0, 0.2);
  }
  .m-single-content .m-single-snippet-btn::before {
    right: 4vw;
    width: 6.6666666667vw;
  }
  .m-single-content .m-single-snippet-btn::after {
    right: 6.6666666667vw;
    width: 1.6vw;
    border-top: 0.5333333333vw solid #3EBCFF;
    border-right: 0.5333333333vw solid #3EBCFF;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .m-single-content .m-single-snippet-btn:hover {
    box-shadow: 0 0 4.2666666667vw rgba(0, 0, 0, 0), inset 0 0 1rem rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .m-single-content .m-single-snippet-link-card {
    margin: 8vw 0;
  }
  .m-single-content .m-single-snippet-link-card-inner {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
    border: 0.5333333333vw solid #EDBB2B;
  }
  .m-single-content .m-single-snippet-link-card-inner::before {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 6.6666666667vw;
  }
  .m-single-content .m-single-snippet-link-card-inner img {
    width: 100%;
    min-width: 100%;
  }
  .m-single-content .m-single-snippet-link-card-txt {
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .m-single-content .m-single-snippet-link-card-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
/* タイトル系
---------------------------------------------------------------------------- */
/*------------- .m-ttl01 -------------*/
.m-ttl01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  margin-bottom: 4.5rem;
}

.m-ttl01-en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #F6CA4A;
  text-align: center;
}

.m-ttl01-jp {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}

.m-ttl01-jp img {
  width: 25.8rem;
  height: 4.472rem;
  margin-top: 0.7rem;
}

.m-ttl01-jp span {
  font-size: 3.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
}

.m-ttl02, .m-single-content h3 {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-left: 2.4rem;
  margin: 6rem 0 3rem;
  position: relative;
}
.m-ttl02::before, .m-single-content h3::before {
  position: absolute;
  content: "";
  top: 0.8em;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #EDBB2B;
  border-radius: 9999px;
}

@media screen and (max-width: 767px) {
  .m-ttl01 {
    gap: 2.1333333333vw;
    margin-bottom: 7.2vw;
  }
  .m-ttl01-en {
    font-size: 3.7333333333vw;
  }
  .m-ttl01-jp {
    gap: 0 1.3333333333vw;
  }
  .m-ttl01-jp img {
    width: 50.1333333333vw;
    height: 8.6906666667vw;
    margin-top: 0.8vw;
  }
  .m-ttl01-jp span {
    font-size: 6.4vw;
    line-height: 1.5;
  }
  .m-ttl02, .m-single-content h3 {
    font-size: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    margin: 13.3333333333vw 0 4vw;
  }
  .m-ttl02::before, .m-single-content h3::before {
    width: 2.1333333333vw;
  }
}
/* ボタン系
---------------------------------------------------------------------------- */
/*------------- .m-btn01 -------------*/
.m-btn01, .m-btn02 {
  display: block;
  text-align: center;
  padding-block: 1.2rem;
  padding-inline: 1.7rem 1.4rem;
  align-items: center;
  justify-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  background-color: #EDBB2B;
  border: 1px solid #EDBB2B;
  border-radius: 9999px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  position: relative;
}

.m-btn01:after, .m-btn02:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 0.8rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid currentColor;
  border-right: 0.2rem solid currentColor;
  transform: rotate(45deg);
  transform-origin: right;
  transition: border-color 0.3s ease 0s;
}

.m-btn01._back:after, ._back.m-btn02:after {
  left: 1rem;
  scale: -1 1;
}

.m-btn02 {
  font-size: 2rem;
}
.m-btn02::after {
  border: none;
  transform: translateY(-50%);
  width: 3rem;
  background: url(../../images/common/icn_arw-circle_wh.png) no-repeat center/contain;
}

@media (any-hover: hover) {
  .m-btn01:hover, .m-btn02:hover {
    background-color: #fff;
    color: #EDBB2B;
  }
}
@media screen and (max-width: 767px) {
  .m-btn01, .m-btn02 {
    padding-block: 3.2vw;
    padding-inline: 4vw 3.7333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 6.6666666667vw;
  }
  .m-btn01:after, .m-btn02:after {
    width: 2.1333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/* パーツ系
---------------------------------------------------------------------------- */
/*------------- 装飾 -------------*/
.m-txt {
  margin-bottom: 1em;
}

.m-lead {
  text-align: center;
  line-height: 2.2222222222;
}

.m-txt-bold {
  font-weight: 700;
}

.m-txt-blue {
  color: #4261B7;
}

.m-txt-gray {
  color: #A5A5A5;
}

.m-txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.m-underline-yellow {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-underline-position: under;
  text-decoration-color: #F6CA4A;
}

.m-bg-lemonyellow {
  background-color: #FEFCE6;
}

.m-bg-lightyellow {
  background-color: #FFFAC6;
}

.m-bg-lightgray {
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  .m-lead {
    text-align: left;
    line-height: 2.25;
  }
  .m-underline-yellow {
    text-underline-offset: 0.5333333333vw;
  }
}
.m-table {
  width: 100%;
}
.m-table tr:nth-child(odd) td {
  background-color: #FEFCE6;
}
.m-table th,
.m-table td {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  vertical-align: middle;
  padding: 1rem;
  border: 1px solid #D5D5D5;
  background-color: #fff;
}
.m-table td {
  padding: 2.5rem 2rem;
}
.m-table th {
  color: #4261B7;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background-color: #FFFAC6;
}
.m-table thead th {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.5625;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  background-color: #EDBB2B;
}
.m-table thead th:first-child {
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .js-scrollable {
    overflow-y: hidden;
  }
  .m-table {
    width: 266.6666666667vw;
  }
  .m-table th,
  .m-table td {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw;
  }
  .m-table td {
    padding: 2.6666666667vw 2.6666666667vw;
  }
  .m-table td:nth-of-type(1) {
    line-height: 2.25;
  }
  .m-table th {
    font-size: 4.8vw;
  }
  .m-table thead th {
    font-size: 4.2666666667vw;
  }
}
/*------------- page -------------*/
.m-page-mv {
  height: 35rem;
  padding: 15.5rem 5rem 0;
  background: url(../../images/common/bg_mv_pc.png) no-repeat center/cover;
}

.m-page-mv-ttl {
  display: flex;
  align-items: end;
  gap: 2rem;
  color: #fff;
  text-shadow: 0 0 2rem #c29200;
  width: fit-content;
  margin-top: 4rem;
  border-bottom: 0.2rem solid #fff;
}

.m-page-mv-ttl-jp {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 900;
}

.m-page-mv-ttl-en {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "Montserrat";
  text-box: trim-both ex alphabetic;
}

.m-page-ttl-wrap {
  text-align: center;
  max-width: 132rem;
  padding: 8rem 0;
  margin: auto;
  margin-top: -14rem;
  background-color: #fff;
}

.m-page-mv-ttl-num {
  color: #F6CA4A;
  line-height: 1;
  font-weight: 700;
  font-family: "Montserrat";
  margin-bottom: 1rem;
}
.m-page-mv-ttl-num span {
  font-size: 4.8rem;
}

.m-page-mv-ttl02 {
  font-size: 4.2rem;
  line-height: 1.5952380952;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-bottom: 1.5rem;
  border-bottom: 0.2rem solid #F6CA4A;
}

.m-sec {
  padding: 10rem 0;
}

@media screen and (max-width: 767px) {
  .m-page-mv {
    height: 49.0666666667vw;
    padding: 18.6666666667vw 5.3333333333vw 0;
    background: url(../../images/common/bg_mv_sp.png) no-repeat center/cover;
  }
  .m-page-mv .l-content {
    padding: 0;
  }
  .m-page-mv._02 {
    height: 58.6666666667vw;
    background: url(../../images/common/bg_mv02_sp.png) no-repeat center/cover;
  }
  .m-page-mv-ttl {
    gap: 2.6666666667vw;
    text-shadow: 0 0 5.3333333333vw #c29200;
    margin-top: 9.3333333333vw;
    border-bottom: 0.5333333333vw solid #fff;
  }
  .m-page-mv-ttl-jp {
    font-size: 6.4vw;
  }
  .m-page-mv-ttl-en {
    font-size: 3.7333333333vw;
  }
  .m-page-ttl-wrap {
    max-width: 89.3333333333vw;
    padding: 5.3333333333vw 0 10.6666666667vw;
    margin-top: -17.3333333333vw;
  }
  .m-page-ttl-wrap._02 {
    padding: 10.6666666667vw 0 6.6666666667vw;
    margin-top: -24vw;
  }
  .m-page-ttl-wrap._02 .m-page-mv-ttl-num {
    margin-bottom: 4vw;
  }
  .m-page-ttl-wrap._02 .m-page-mv-ttl-num span {
    font-size: 10.6666666667vw;
  }
  .m-page-ttl-wrap._02 .m-page-mv-ttl02 {
    padding-bottom: 4vw;
  }
  .m-page-ttl-wrap .l-content {
    padding: 0;
  }
  .m-page-mv-ttl-num {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .m-page-mv-ttl-num span {
    font-size: 7.7333333333vw;
  }
  .m-page-mv-ttl02 {
    font-size: 5.8666666667vw;
    padding-bottom: 5.3333333333vw;
    border-bottom: 0.5333333333vw solid #F6CA4A;
  }
  .m-sec {
    padding: 10.6666666667vw 0;
  }
}
/*------------- about 配下 共通パーツ -------------*/
.m-about-point-message {
  display: flex;
  align-items: center;
  gap: 8rem;
  text-align: center;
  padding: 0 3.5rem;
  margin-bottom: 10rem;
  border: 0.4rem solid #FFFAC6;
  background-color: #FFFAC6;
}
.m-about-point-message img {
  height: 17.4rem;
}

.m-about-point-message-text {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.m-about-point-message-text span {
  color: #4261B7;
  font-weight: 700;
}

.m-about-link-sec {
  padding-top: 10rem;
  background-color: #fff;
}

.m-about-link-wrap {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  padding: 6rem;
  padding-top: 18.5rem;
  background-color: #F6CA4A;
}

.m-about-link-item {
  flex: 1;
  height: auto;
  position: relative;
  transition: all 0.3s;
}
.m-about-link-item:hover {
  opacity: 0.7;
}
.m-about-link-item:hover .m-about-link-item-txt {
  box-shadow: none;
}

.m-about-link-item-img {
  position: absolute;
  top: -13rem;
  left: 50%;
  width: 42.2rem;
  transform: translateX(-50%);
  z-index: 1;
}

.m-about-link-item-txt {
  display: flex;
  align-items: center;
  gap: 3rem;
  height: 100%;
  padding: 14rem 3.5rem 4rem;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}
.m-about-link-item-txt::before {
  position: absolute;
  content: "";
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background: url(../../images/common/icn_arw-circle_yl.svg) no-repeat center/contain;
}

.m-about-link-item-num {
  color: #F6CA4A;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat";
}
.m-about-link-item-num span {
  font-size: 4.8rem;
}

.m-about-link-item-ttl {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-about-point-message {
    flex-direction: column;
    gap: 5.3333333333vw;
    text-align: left;
    padding: 0 4vw 6.6666666667vw;
    margin-bottom: 13.3333333333vw;
    border: 1.0666666667vw solid #FFFAC6;
  }
  .m-about-point-message img {
    height: 40vw;
  }
  .m-about-point-message-text {
    font-size: 5.3333333333vw;
  }
  .m-about-link-sec {
    padding-top: 13.3333333333vw;
  }
  .m-about-link-wrap {
    flex-direction: column;
    gap: 29.3333333333vw;
    padding: 30.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
  .m-about-link-item-img {
    top: -20vw;
    width: 68vw;
  }
  .m-about-link-item-txt {
    align-items: start;
    gap: 4vw;
    padding: 24vw 10.6666666667vw 4vw 5.3333333333vw;
    box-shadow: 0 0 3.2vw rgba(0, 0, 0, 0.08);
  }
  .m-about-link-item-txt::before {
    bottom: 4vw;
    right: 4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .m-about-link-item-num {
    white-space: nowrap;
    font-size: 2.9333333333vw;
  }
  .m-about-link-item-num span {
    font-size: 7.7333333333vw;
  }
  .m-about-link-item-ttl {
    font-size: 5.3333333333vw;
  }
}
/*------------- .m-flow -------------*/
.m-flow::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 21rem;
  background-color: #FEFCE6;
}

.m-flow-container {
  width: 100%;
  max-width: 132rem;
  margin-inline: auto;
  padding-inline: 10.5rem;
}

.m-flow-items {
  display: flex;
  flex-direction: column;
  margin-top: 4.8rem;
}

.m-flow-item {
  display: flex;
  align-items: center;
  gap: 0 3rem;
  padding-block: 2.75rem;
  border-bottom: 0.2rem solid #F6CA4A;
  position: relative;
}

.m-flow-item:first-child {
  border-top: 0.2rem solid #F6CA4A;
}

.m-flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 1.4rem;
  background-color: #F6CA4A;
  clip-path: polygon(50% 1.4rem, 0% 0%, 2.5rem 0%);
}

.m-flow-item-box {
  width: 13rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 2rem;
}

.m-flow-item-box-num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #EDBB2B;
}

.m-flow-item-box-img {
  display: grid;
  place-items: center;
}

.m-flow-item-box-img._01 img {
  width: 5.4rem;
  height: 4.25rem;
}

.m-flow-item-box-img._02 img {
  width: 6.4rem;
  height: 5.1rem;
}

.m-flow-item-box-img._03 img {
  width: 5.4rem;
  height: 5.95rem;
}

.m-flow-item-box-img._04 img {
  width: 6.2rem;
  height: 5.45rem;
}

.m-flow-item-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.m-flow-item-wrap-ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.m-flow-item-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-flow::after {
    height: 66.6666666667vw;
  }
  .m-flow-container {
    max-width: initial;
    padding-inline: 5.3333333333vw;
  }
  .m-flow-items {
    gap: 2.6666666667vw;
    margin-top: 8vw;
  }
  .m-flow-item {
    display: grid;
    grid-template-areas: "box ttl" "txt txt";
    grid-template-columns: auto 1fr;
    gap: 4vw;
    padding-block: 4.8vw;
    border-bottom-width: 0.5333333333vw;
  }
  .m-flow-item:first-child {
    border-top-width: 0.5333333333vw;
  }
  .m-flow-item:not(:last-child)::after {
    width: 6.6666666667vw;
    height: 3.7333333333vw;
    clip-path: polygon(50% 3.7333333333vw, 0% 0%, 6.6666666667vw 0%);
  }
  .m-flow-item-box {
    width: 21.8666666667vw;
    gap: 0 4vw;
    grid-area: box;
  }
  .m-flow-item-box-num {
    font-size: 4.8vw;
  }
  .m-flow-item-box-img._01 img {
    width: 8vw;
    height: 6.4vw;
  }
  .m-flow-item-box-img._02 img {
    width: 10.6666666667vw;
    height: 8.888vw;
  }
  .m-flow-item-box-img._03 img {
    width: 8vw;
    height: 8.96vw;
  }
  .m-flow-item-box-img._04 img {
    width: 10.1333333333vw;
    height: 8.7333333333vw;
  }
  .m-flow-item-wrap {
    display: contents;
  }
  .m-flow-item-wrap-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    grid-area: ttl;
  }
  .m-flow-item-wrap-txt {
    font-size: 4.2666666667vw;
    grid-area: txt;
  }
}
/*------------- .m-download-items .m-download-item -------------*/
.m-service-items {
  display: flex;
  gap: 0 3.9rem;
  margin-top: 4.8rem;
}

.m-service-item {
  flex: 1;
}

.m-service-item-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #3B4043;
  background-color: #fff;
  transition: color 0.3s ease 0s;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.08);
}

@media (any-hover: hover) {
  .m-service-item-link:hover {
    color: #EDBB2B;
    box-shadow: none;
  }
}
.m-service-item-link-img {
  width: 100%;
  aspect-ratio: 374/210;
}
.m-service-item-link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-service-item-link-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-block: 3rem 2rem;
  padding-inline: 2rem;
}

.m-service-item-link-box-ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.2rem;
  position: relative;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.m-service-item-link-box-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 0.3rem;
  background-color: #F6CA4A;
}

.m-service-item-link-box-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-block: 1.2rem 0.8rem;
  padding-inline: 1rem;
  align-self: start;
}

.m-service-item-link-box-arrow {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #F6CA4A;
  padding-right: 0.2rem;
  align-self: end;
  margin-top: auto;
}

.m-service-item-link-box-arrow::before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .m-service-items {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 7.4666666667vw;
  }
  .m-service-item {
    flex: initial;
  }
  .m-service-item-link {
    box-shadow: 0 0 3.2vw rgba(0, 0, 0, 0.08);
  }
  .m-service-item-link-box {
    padding-block: 5.3333333333vw 4vw;
    padding-inline: 4vw;
  }
  .m-service-item-link-box-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 3.4666666667vw;
  }
  .m-service-item-link-box-ttl::after {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
  }
  .m-service-item-link-box-txt {
    font-size: 4.2666666667vw;
    margin-block: 3.6vw;
    padding-inline: 1.3333333333vw;
  }
  .m-service-item-link-box-arrow {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    padding-right: 0.5333333333vw;
  }
  .m-service-item-link-box-arrow::before {
    width: 1.6vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/*------------- .m-download-items .m-download-item -------------*/
.m-download-txt {
  text-align: center;
  margin-bottom: 4.5rem;
}

.m-download-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 3.9rem;
}

.m-download-item {
  width: calc(33.3333333333% - 2.6rem);
}

.m-download-item-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #3B4043;
  transition: color 0.3s ease 0s;
}

@media (any-hover: hover) {
  .m-download-item-link:hover {
    color: #EDBB2B;
  }
}
.m-download-item-link-img {
  width: 100%;
  aspect-ratio: 374/210;
  position: relative;
}
.m-download-item-link-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-download-item-link-ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin-top: 2.8rem;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.m-download-item-link-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 1.8rem;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.m-download-button {
  width: 26.9rem;
  margin-inline: auto;
  margin-top: 5.8rem;
}

@media screen and (max-width: 767px) {
  .m-download-txt {
    font-size: 4.8vw;
    line-height: 1.7777777778;
    text-align: left;
    margin-top: 7.2vw;
  }
  .m-download-items {
    flex-direction: column;
    gap: 10.6666666667vw 7.2vw;
  }
  .m-download-item {
    width: 100%;
  }
  .m-download-item-link-ttl {
    font-size: 5.3333333333vw;
    margin-top: 4.8vw;
  }
  .m-download-item-link-txt {
    font-size: 4.2666666667vw;
    margin-top: 4.5333333333vw;
  }
  .m-download-button {
    width: 71.7333333333vw;
    margin-top: 7.4666666667vw;
  }
}
/*------------- .m-journal-items .m-journal-item -------------*/
.m-journal-items {
  display: flex;
  gap: 0 3.9rem;
}

.m-journal-item {
  max-width: calc(33.3333333333% - 2.6rem);
  flex: 1;
}

.m-journal-item-link {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (any-hover: hover) {
  .m-journal-item-link:hover .m-journal-item-link-ttl {
    color: #EDBB2B;
  }
}
.m-journal-item-link-img {
  width: 100%;
  aspect-ratio: 374/210;
  position: relative;
}
.m-journal-item-link-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.m-journal-item-link-ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #3B4043;
  margin-top: 2.8rem;
  margin-bottom: 1.2rem;
  transition: color 0.3s ease 0s;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.m-journal-item-link-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #A5A5A5;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .m-journal-items {
    flex-direction: column;
    gap: 7.4666666667vw;
  }
  .m-journal-item {
    max-width: 100%;
  }
  .m-journal-item-link-ttl {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    margin-top: 4.8vw;
    margin-bottom: 3.2vw;
  }
  .m-journal-item-link-txt {
    font-size: 4.2666666667vw;
  }
}
/*------------- .m-tab -------------*/
.m-tab-buttons {
  display: flex;
  justify-content: center;
  gap: 0 1rem;
  border-bottom: 0.2rem solid #EDBB2B;
}

.m-tab-btn {
  padding: 1.5rem 2rem;
  background-color: #DCDCDC;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
}
.m-tab-btn.is-current {
  background-color: #EDBB2B;
  color: #fff;
}

.m-tab-panel {
  display: none;
}
.m-tab-panel.is-show {
  display: block;
}

@media screen and (max-width: 767px) {
  .m-tab-buttons {
    gap: 0 0.5333333333vw;
    border-bottom-width: 0.5333333333vw;
    overflow-y: scroll;
    justify-content: space-between;
  }
  .m-tab-btn {
    padding: 4vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    white-space: nowrap;
  }
}
/*------------- .m-faq-accordion -------------*/
.m-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.m-faq-accordion-title {
  cursor: pointer;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  width: 100%;
  padding-block: 2.1rem;
  padding-inline: 9rem 2rem;
  background-color: #fff;
  position: relative;
  user-select: none;
  min-height: 7.4rem;
  display: flex;
  align-items: center;
  transition: color 0.3s ease 0s;
}

.m-faq-accordion-title:before {
  content: "Q.";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  padding-left: 0.5rem;
  box-sizing: border-box;
  background-color: #F6CA4A;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (any-hover: hover) {
  .m-faq-accordion-title:hover {
    color: #EDBB2B;
  }
}
.m-faq-accordion-title.open .m-faq-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.m-faq-accordion-icon {
  display: inline-block;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3rem;
  height: 2.3rem;
}

.m-faq-accordion-icon::before,
.m-faq-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.3rem;
  background-color: #F6CA4A;
  transition: transform 0.3s ease 0s;
}

.m-faq-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.m-faq-accordion-content {
  display: none;
  padding-block: 3rem 2rem;
  padding-inline: 9rem 2rem;
  position: relative;
}

.m-faq-accordion-content::before {
  content: "A.";
  position: absolute;
  top: 3rem;
  left: 2rem;
  width: 5rem;
  height: 5rem;
  padding-left: 0.5rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #F6CA4A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-faq-accordion-content-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  min-height: 5rem;
  display: flex;
  align-items: center;
}

.m-faq-accordion-content-list {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

.m-faq-accordion-content-txtSmall {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #A5A5A5;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .m-faq-accordion {
    gap: 2.6666666667vw;
  }
  .m-faq-accordion-title {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    padding-block: 3.2vw;
    padding-inline: 14.6666666667vw 10.6666666667vw;
    min-height: 15.7333333333vw;
  }
  .m-faq-accordion-title:before {
    top: 3.7333333333vw;
    left: 3.7333333333vw;
    transform: initial;
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    padding-left: 0.5333333333vw;
    font-size: 4.2666666667vw;
  }
  .m-faq-accordion-icon {
    right: 3.7333333333vw;
    width: 4.8vw;
    height: 4.8vw;
  }
  .m-faq-accordion-icon::before,
  .m-faq-accordion-icon::after {
    height: 0.5333333333vw;
  }
  .m-faq-accordion-content {
    padding-block: 4.8vw 2.6666666667vw;
    padding-inline: 14.6666666667vw 1.3333333333vw;
  }
  .m-faq-accordion-content::before {
    top: 5.3333333333vw;
    left: 3.7333333333vw;
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    padding-left: 0.5333333333vw;
    font-size: 4.2666666667vw;
  }
  .m-faq-accordion-content-txt {
    font-size: 4.2666666667vw;
    min-height: 8.2666666667vw;
  }
  .m-faq-accordion-content-list {
    font-size: 4.2666666667vw;
  }
  .m-faq-accordion-content-txtSmall {
    font-size: 4.2666666667vw;
  }
}
/*------------- .m-cta -------------*/
.m-cta {
  padding-block: 8.2rem 8rem;
  position: relative;
}

.m-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./../../images/common/bg_cta_pc.png);
}

.m-cta-ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.m-cta-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
  margin-top: 4rem;
}

.m-cta-btn {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-block: 2.6rem;
  padding-inline: 4rem 2.7rem;
  border-radius: 1rem;
  color: #fff;
  border: 0.3rem solid currentColor;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
}
.m-cta-btn._download {
  background-color: #4261B7;
}
.m-cta-btn._contact {
  background-color: #3EBCFF;
}

@media (any-hover: hover) {
  .m-cta-btn:hover {
    background-color: #fff;
  }
  .m-cta-btn:hover._download {
    color: #4261B7;
  }
  .m-cta-btn:hover._contact {
    color: #3EBCFF;
  }
  .m-cta-btn:hover .m-cta-btn-arrow._download {
    background-color: #4261B7;
  }
  .m-cta-btn:hover .m-cta-btn-arrow._contact {
    background-color: #3EBCFF;
  }
  .m-cta-btn:hover .m-cta-btn-arrow._download::before,
  .m-cta-btn:hover .m-cta-btn-arrow._contact::before {
    border-color: #fff;
  }
}
.m-cta-btn-wrap {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 1.5rem;
}

.m-cta-btn-wrap-ttl {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
}

.m-cta-btn-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
}

.m-cta-btn-arrow {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease 0s;
}

.m-cta-btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  z-index: 1;
  width: 0.7rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid;
  border-right: 0.2rem solid;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color 0.3s ease 0s;
}

.m-cta-btn-arrow._download::before {
  border-color: #4261B7;
}

.m-cta-btn-arrow._contact::before {
  border-color: #3EBCFF;
}

@media screen and (max-width: 767px) {
  .m-cta {
    padding-block: 8vw 8vw;
  }
  .m-cta::after {
    background-image: url(./../../images/common/bg_cta_sp.png);
  }
  .m-cta-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .m-cta-buttons {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    margin-top: 7.4666666667vw;
  }
  .m-cta-btn {
    padding-block: 4.8vw 4vw;
    padding-inline: 6.1333333333vw 4.5333333333vw;
    border-radius: 2.6666666667vw;
    border-width: 0.8vw;
  }
  .m-cta-btn-wrap {
    gap: 2.1333333333vw;
  }
  .m-cta-btn-wrap-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
  .m-cta-btn-wrap-txt {
    font-size: 4vw;
    line-height: 1.7333333333;
  }
  .m-cta-btn-arrow {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .m-cta-btn-arrow::before {
    left: 45%;
    width: 1.6vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
/*------------- .m-border-left-right -------------*/
.m-border-left-right {
  position: relative;
}

.m-border-left-right:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #F6CA4A;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s ease 0s;
}

@media (any-hover: hover) {
  .m-border-left-right:hover:after {
    transform: scale(1, 1);
  }
}
/* pagenation
---------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Montserrat";
  width: 4.4rem;
  height: auto;
  aspect-ratio: 44/50;
  margin: 0 0.8rem;
  border-radius: 0.4rem;
  border: none;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #EDBB2B;
}
.wp-pagenavi .page {
  background-color: #F5F5F5;
}
.wp-pagenavi .extend {
  margin: 0;
}
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  border: none;
}
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: url(../../images/common/icn_arw-circle_yl.svg) no-repeat center/contain;
}
.wp-pagenavi .nextpostslink {
  margin-left: 2.2rem;
}
.wp-pagenavi .previouspostslink {
  margin-right: 2.2rem;
}
.wp-pagenavi .previouspostslink::before {
  transform-origin: left;
  scale: -1 1;
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  transition: all 0.3s;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 21.3333333333vw;
  }
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .extend {
    font-size: 4.2666666667vw;
    width: 8vw;
    margin: 0 0.5333333333vw;
    border-radius: 1.0666666667vw;
  }
  .wp-pagenavi .extend {
    margin: 0;
  }
  .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi .previouspostslink::before {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 1.8666666667vw;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 1.8666666667vw;
  }
}
/* ib
---------------------------------------------------------------------------- */
.ib {
  display: inline-block;
}

/* layout
-----------------------------------------------------------------------------*/
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*
@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;
}*/
/* 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: #3B4043;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 400;
}
body.is-fixed {
  overflow: hidden;
}

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

img {
  max-width: 100%;
}

* {
  word-break: normal;
}

@media screen and (max-width: 1350px) and (min-width: 768px) {
  html {
    font-size: 0.5925925926vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 4.2666666667vw;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: hidden;
}

.l-content {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
}
.l-content._1100 {
  max-width: 110rem;
}
.l-content._1160 {
  max-width: 116rem;
}
.l-content._1320 {
  max-width: 132rem;
}

@media screen and (max-width: 767px) {
  .l-content {
    max-width: initial;
    padding-inline: 5.3333333333vw;
  }
  .l-content._1100, .l-content._1160, .l-content._1320 {
    max-width: initial;
  }
}
/*------------- .l-header -------------*/
.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1.5625vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.6875vw;
  padding: 1.0416666667vw 3.6458333333vw 1.0416666667vw 1.0416666667vw;
  z-index: 9000;
  transition: 0.3s ease 0s;
}
.l-header.is-active {
  align-items: start;
  padding-right: 1.5625vw;
  background-color: #fff;
}
.l-header.is-active .l-header-logo {
  display: block;
  opacity: 1;
}
.l-header.is-active .l-header-cv-btn-wrap {
  display: flex;
  opacity: 1;
}
.l-header.is-active .l-gnav-item-link._submenu:hover {
  color: inherit;
}
.l-header.is-active .l-gnav-item-link._submenu:hover::before {
  border-top: solid 0.15625vw #3B4043;
  border-left: solid 0.15625vw #3B4043;
}

.l-header-logoWrap {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}

.l-header-logo-txt {
  min-width: 12.1875vw;
  height: 2.8645833333vw;
  border: 1px solid currentColor;
  background-color: #fff;
  border-radius: 10vmax;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 0.7291666667vw;
  text-align: center;
  display: flex;
  align-items: center;
  padding-left: 1.0416666667vw;
}

.l-header-logo-txt em {
  height: 100%;
  display: flex;
  align-items: center;
  padding-inline: 1.0416666667vw;
  color: #fff;
  background-color: #3B4043;
  border-radius: 10vmax;
  margin-left: 0.8333333333vw;
}

.l-header-logo a {
  display: block;
  width: 9.6875vw;
  aspect-ratio: 258/44.72;
}
.l-header-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.l-header-cv-btn-wrap {
  display: none;
  gap: 0.5208333333vw;
  opacity: 0;
  transition: all 0.3s;
}

.l-header-cv-btn {
  padding: 0.6770833333vw;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 0.8333333333vw;
  color: #fff;
  width: 8.2291666667vw;
  background-color: #3EBCFF;
  border: 0.15625vw solid currentColor;
  border-radius: 10vmax;
  display: grid;
  grid-template-columns: 1fr auto;
  place-items: center;
  box-shadow: 0 0 0.8333333333vw rgba(0, 0, 0, 0.16), inset 0 0 0.5208333333vw rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.l-header-cv-btn._blue {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 0.78125vw;
  background-color: #4261B7;
}

@media (any-hover: hover) {
  .l-header-cv-btn:hover {
    color: #3EBCFF;
    background-color: #fff;
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0), inset 0 0 1rem rgba(0, 0, 0, 0);
  }
  .l-header-cv-btn:hover._blue {
    color: #4261B7;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 18.6666666667vw;
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .l-header.is-open {
    background-color: #fff;
  }
  .l-header.is-active {
    padding: 5.3333333333vw;
  }
  .l-header-logoWrap {
    display: block;
  }
  .l-header-logo {
    display: block;
    opacity: 1;
  }
  .l-header-logo a {
    width: 46.92vw;
  }
  .l-header-cv-btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
    opacity: 1;
    margin-top: 8vw;
  }
  .l-header-cv-btn {
    width: 100%;
    padding-block: 4vw 3.7333333333vw;
    padding-inline: 6.6666666667vw 4.5333333333vw;
    font-size: 4.5333333333vw;
    line-height: 1.4444444444;
    border-width: 0.8vw;
    box-shadow: 0 0 4.2666666667vw rgba(0, 0, 0, 0.16), inset 0 0 2.6666666667vw rgba(0, 0, 0, 0.2);
  }
  .l-header-cv-btn._blue {
    font-size: 4.5333333333vw;
  }
}
/*------------- .l-gnav -------------*/
.l-gnav-wrap {
  display: flex;
  gap: 1.5625vw;
  width: fit-content;
}

.l-gnav {
  display: flex;
  align-items: center;
  gap: 0 2.0833333333vw;
}

.l-gnav-items {
  display: flex;
  align-items: center;
  gap: 0 1.5625vw;
}

@media (any-hover: hover) {
  .l-gnav-item:hover .l-gnav-submenu {
    opacity: 1;
    visibility: visible;
  }
}

.l-gnav-submenu {
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.0833333333vw;
  width: 100%;
  padding: 1.5625vw;
  background-color: #fff;
  border-bottom: 0.1041666667vw solid #EDBB2B;
  box-shadow: 0 0.625vw 0.625vw rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}
.l-gnav-submenu li a {
  display: block;
  padding-right: 1.0416666667vw;
  transition: all 0.3s ease;
  position: relative;
}
.l-gnav-submenu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  border-top: solid 0.15625vw #EDBB2B;
  border-right: solid 0.15625vw #EDBB2B;
  transform: translateY(-50%) rotate(45deg);
}

.l-gnav-submenu-l a {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.0416666667vw;
  padding-left: 1.0416666667vw;
  margin-right: 1.0416666667vw;
}
.l-gnav-submenu-l a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.2604166667vw;
  height: 90%;
  background-color: #EDBB2B;
}
@media (any-hover: hover) {
  .l-gnav-submenu-l a:hover {
    opacity: 0.7;
  }
}

.l-gnav-submenu-s a {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 0.8333333333vw;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .l-gnav-submenu-s a:hover {
    text-decoration: none;
  }
}

.l-gnav-item-link {
  height: 2.6041666667vw;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: min(1.1805555556vw, 17px);
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
}
.l-gnav-item-link._submenu {
  position: relative;
  padding-right: 1.0416666667vw;
}
.l-gnav-item-link._submenu::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1041666667vw);
  right: 0;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-bottom: solid 0.15625vw #3B4043;
  border-right: solid 0.15625vw #3B4043;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}
@media (any-hover: hover) {
  .l-gnav-item-link._submenu:hover {
    color: #fff;
  }
  .l-gnav-item-link._submenu:hover::before {
    top: 50%;
    border: none;
    border-top: solid 0.15625vw #fff;
    border-left: solid 0.15625vw #fff;
  }
}

.l-gnav-buttons {
  display: flex;
  align-items: center;
  gap: 0 1.0416666667vw;
}

.l-gnav-button {
  width: min(12.0138888889vw, 173px);
}

.l-gnav-btn {
  width: 100%;
  height: 5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: min(1.1111111111vw, 16px);
  color: #fff;
  border: 0.2rem solid currentColor;
  border-radius: 10vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.l-gnav-btn._download {
  background-color: #4261B7;
}
.l-gnav-btn._contact {
  background-color: #3EBCFF;
}

@media (any-hover: hover) {
  .l-gnav-btn:hover {
    background-color: #fff;
  }
  .l-gnav-btn._download:hover {
    color: #4261B7;
  }
  .l-gnav-btn._contact:hover {
    color: #3EBCFF;
  }
}
.l-menu-cover {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-gnav-wrap {
    position: fixed;
    top: 18.6666666667vw;
    right: 0;
    transform: translateX(101%);
    width: 100%;
    height: calc(100svh - 18.6666666667vw);
    overflow-y: auto;
    z-index: 8999;
    transition: transform 0.3s ease 0s;
    padding: 8vw 10.6666666667vw;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: #fff;
  }
  .l-gnav-wrap::-webkit-scrollbar {
    display: none;
  }
  .l-gnav-wrap.is-open {
    display: block;
    transform: translateX(0);
    pointer-events: auto;
  }
  .l-gnav {
    flex-direction: column;
    align-items: initial;
    gap: 8vw;
    width: 100%;
    height: auto;
    pointer-events: auto;
  }
  .l-gnav-items {
    width: 100%;
    flex-direction: column;
    align-items: initial;
    gap: 5.3333333333vw;
  }
  .l-gnav-item {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
  }
  .l-gnav-item._submenu {
    position: relative;
  }
  .l-gnav-item._submenu::before {
    content: "";
    position: absolute;
    top: 3.2vw;
    right: 0;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: solid 0.5333333333vw #3B4043;
    border-right: solid 0.5333333333vw #3B4043;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
  }
  .l-gnav-item._submenu.is-open::before {
    top: 2.6666666667vw;
    transform: translateY(-50%) rotate(135deg);
  }
  .l-gnav-item-link {
    width: fit-content;
    height: initial;
    font-size: 4.5333333333vw;
    justify-content: initial;
    padding-bottom: 5.3333333333vw;
  }
  .l-gnav-item-link._submenu {
    padding-right: 0;
  }
  .l-gnav-item-link._submenu::before {
    content: none;
  }
  .l-gnav-submenu {
    position: static;
    display: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-bottom: none;
    padding: 0 0 5.3333333333vw;
  }
  .l-gnav-submenu li a {
    padding-right: 5.3333333333vw;
  }
  .l-gnav-submenu li a::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-top: solid 0.5333333333vw #F6CA4A;
    border-right: solid 0.5333333333vw #EDBB2B;
  }
  .l-gnav-submenu li:not(:last-child) {
    margin-bottom: 1.3333333333vw;
  }
  .l-gnav-submenu-l {
    display: none;
  }
  .l-gnav-submenu-s a {
    font-size: 4vw;
  }
  .l-gnav-buttons {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .l-gnav-button {
    width: 100%;
  }
  .l-gnav-btn {
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    border-width: 0.5333333333vw;
  }
  .m-menu-icon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 19.2vw;
    height: 100%;
    z-index: 9999;
  }
  .m-menu-icon,
  .m-menu-icon::before,
  .m-menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 8.5333333333vw;
    height: 0.5333333333vw;
    background-color: #3B4043;
    transition: transform 0.3s ease 0s;
  }
  .m-menu-icon {
    top: 50%;
    left: 5.3333333333vw;
    transform: translateY(-50%);
  }
  .m-menu-icon::before {
    transform: translateY(-2.4vw);
  }
  .m-menu-icon::after {
    transform: translateY(2.4vw);
  }
  .m-menu-icon.is-open {
    background-color: transparent;
  }
  .m-menu-icon.is-open::before {
    transform: translateY(0) rotate(-45deg);
  }
  .m-menu-icon.is-open::after {
    transform: translateY(0) rotate(45deg);
  }
  .l-menu-cover.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100svh + 16vw);
    background-color: rgba(59, 64, 67, 0.5);
    z-index: 8000;
  }
}
/*------------- .l-breadcrumbs -------------*/
.l-breadcrumbs ol {
  display: flex;
  gap: 2em;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.04em;
  font-weight: 700;
  overflow-x: auto;
}
.l-breadcrumbs ol li {
  position: relative;
  white-space: nowrap;
  text-decoration: underline;
}
.l-breadcrumbs ol li::before {
  position: absolute;
  content: "〉";
  top: 0;
  right: -1em;
  transform: translateX(100%);
  font-weight: 400;
}
.l-breadcrumbs ol li:last-child {
  font-weight: 400;
  pointer-events: none;
  text-decoration: none;
}
.l-breadcrumbs ol li:last-child::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .l-breadcrumbs ol {
    font-size: 3.2vw;
  }
}
/*------------- .l-sidebar -------------*/
/*------------- .l-pagetop -------------*/
.l-pagetop {
  position: fixed;
  bottom: 5rem;
  right: 3rem;
  z-index: 100;
}

.l-pagetop-link {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #F6CA4A;
  background-color: #F6CA4A;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease;
}

.l-pagetop-link::before {
  content: "";
  position: absolute;
  top: 58%;
  left: 50%;
  z-index: 1;
  width: 0.7rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color 0.3s ease;
}

@media (any-hover: hover) {
  .l-pagetop-link:hover {
    background-color: #fff;
  }
  .l-pagetop-link:hover::before {
    border-color: #F6CA4A;
  }
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    bottom: 17.3333333333vw;
    right: 5.3333333333vw;
  }
  .l-pagetop-link {
    width: 8vw;
    height: 8vw;
  }
  .l-pagetop-link::before {
    width: 1.8666666667vw;
    border-top-width: 0.5333333333vw;
    border-left-width: 0.5333333333vw;
  }
}
/*------------- .l-follow-cv -------------*/
.l-follow-cv-btn-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  gap: 2.6666666667vw;
  padding: 2.6666666667vw 6.6666666667vw;
  background-color: #F6CA4A;
  z-index: 100;
}

.l-follow-cv-btn {
  flex: 1;
  padding: 2.4vw;
  font-size: 4vw;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background-color: #3EBCFF;
  border: 0.5333333333vw solid currentColor;
  border-radius: 10vmax;
  display: grid;
  grid-template-columns: 1fr auto;
  place-items: center;
  box-shadow: 0 0 4.2666666667vw rgba(0, 0, 0, 0.16), inset 0 0 2.6666666667vw rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.l-follow-cv-btn._blue {
  background-color: #4261B7;
}

@media screen and (max-width: 767px) {
  .l-follow-cv-btn-wrap {
    display: flex;
  }
}
/*------------- .l-footer -------------*/
.l-footer {
  padding-top: 6rem;
  background-color: #FEFCE6;
}

.l-footer-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0 12rem;
  padding-bottom: 6.5rem;
}

.l-footer-logo {
  width: 21.9rem;
  aspect-ratio: 219/38;
}
.l-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.l-footer-wrap {
  flex: 1;
  width: 100%;
}

.l-footer-wrap-items {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 1.5rem 6rem;
}

.l-footer-wrap-item:nth-child(3n) {
  grid-row: span 2;
}
.l-footer-wrap-item:nth-child(7) {
  grid-row: 2/3;
}
.l-footer-wrap-item:last-child {
  grid-row: span 1;
}

.l-footer-wrap-item-link {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #3B4043;
  padding-right: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
  transition: all 0.3s;
}
.l-footer-wrap-item-link::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.3rem #3B4043;
  border-right: solid 0.3rem #3B4043;
  transform: translateY(-50%) rotate(45deg);
}

.l-footer-wrap-item-link-s {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-decoration: underline;
}

.l-footer-wrap-item-lists {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 3.5rem;
}

.l-footer-wrap-item-list-link {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #3B4043;
  padding-left: 1.8rem;
  text-decoration: underline;
  position: relative;
}
.l-footer-wrap-item-list-link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1px;
  background-color: #3B4043;
}

.l-footer-privacy {
  margin-top: 5rem;
  padding-bottom: 3rem;
  text-align: center;
}

.l-footer-privacy-link {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #3B4043;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .l-footer-privacy-link:hover {
    text-decoration: none;
  }
}
.l-footer-copyright {
  padding-block: 0.6rem;
  background-color: #F6CA4A;
}

.l-footer-group-copyright-txt {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 8vw;
  }
  .l-footer-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    padding-bottom: 8vw;
  }
  .l-footer-logo {
    width: 50.1333333333vw;
  }
  .l-footer-wrap-items {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 5.3333333333vw;
  }
  .l-footer-wrap-item {
    padding: 2.6666666667vw 0;
    border-bottom: 0.2666666667vw solid #A5A5A5;
    position: relative;
  }
  .l-footer-wrap-item:has(.l-footer-wrap-item-link-s) {
    border-bottom: none;
  }
  .l-footer-wrap-item:has(.l-footer-wrap-item-link-s)::before {
    content: none;
  }
  .l-footer-wrap-item:nth-child(4) {
    grid-row: 2/3;
  }
  .l-footer-wrap-item:nth-child(7) {
    grid-row: auto;
  }
  .l-footer-wrap-item::before {
    position: absolute;
    content: "";
    top: 5.3333333333vw;
    right: 0;
    width: 1.6vw;
    height: 1.6vw;
    border-top: solid 0.5333333333vw #3B4043;
    border-right: solid 0.5333333333vw #3B4043;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  .l-footer-wrap-item.is-open::before {
    transform: rotate(135deg);
  }
  .l-footer-wrap-item-link {
    font-size: 4.2666666667vw;
    padding-right: 0;
    margin-bottom: 0.8vw;
  }
  .l-footer-wrap-item-link::before {
    content: none;
  }
  .l-footer-wrap-item-link-s {
    font-size: 3.7333333333vw;
  }
  .l-footer-wrap-item-lists {
    display: none;
    gap: 1.0666666667vw;
    padding: 5.3333333333vw;
    padding-right: 2.6666666667vw;
    margin: 2.6666666667vw 0 1.3333333333vw;
    background-color: #FFFAC6;
  }
  .l-footer-wrap-item-list-link {
    font-size: 4vw;
    padding-left: 0;
  }
  .l-footer-wrap-item-list-link::before {
    content: none;
  }
  .l-footer-privacy {
    margin-top: 7.2vw;
    padding-bottom: 8vw;
  }
  .l-footer-privacy-link {
    font-size: 3.2vw;
  }
  .l-footer-copyright {
    padding-block: 1.6vw;
    padding-bottom: 16vw;
  }
  .l-footer-group-copyright-txt {
    font-size: 3.2vw;
  }
}
/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.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: 10rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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