@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-black.woff2") format("woff2"), url("../font/noto-sans/nsjp-black.woff") format("woff"), url("../font/noto-sans/nsjp-black.otf") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/en/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/en/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/en/Poppins-Bold.ttf") format("truetype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
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,
img,
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow: hidden;
}

.l-container01 {
  max-width: 1025px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-container02 {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-container03 {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.l-container04 {
  max-width: 1406px;
  margin: 0 auto;
}

.l-container05 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 64em) {
  .l-header {
    background: #ffffff;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__inner {
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    padding: 2.6666666667vw 2.6666666667vw;
  }
}

.l-header__logo {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__logo {
    width: 29.8666666667vw;
  }
}

.l-header__link {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__link {
    justify-content: center;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__link {
    justify-content: center;
    margin-top: 2rem;
  }
}

.l-header__link a:first-child {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__link a:first-child {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__link a:first-child {
    font-size: 4.2666666667vw;
  }
}

.l-header__link a:first-child::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 3rem;
  width: 0.1rem;
  background: #d9d9d9;
  margin-left: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__link a:first-child::after {
    height: 8vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-header__link a:first-child:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-header__link a:first-child:hover {
    opacity: 0.7;
  }
}
.pagetop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 4.7rem;
  z-index: 999;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .pagetop {
    width: 12.5333333333vw;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}

.l-header__list {
  display: flex;
  column-gap: 4rem;
  font-weight: 700;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__list {
    display: none;
  }
}

/* ヘッダーのナビ部分 */
.l-header__nav {
  display: flex;
  column-gap: 4rem;
}
@media only screen and (max-width: 64em) {
  .l-header__nav {
    position: absolute;
    right: -100%;
    top: 0;
    left: auto;
    transform: none;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    transition: ease 0.4s;
    display: block;
    padding: 0 2rem;
    padding-top: 12rem;
    padding-bottom: 4rem;
    overflow: auto;
    height: fit-content;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav {
    padding-top: 26.6666666667vw;
  }
}

.nav__items {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
@media only screen and (max-width: 64em) {
  .nav__items {
    display: block;
  }
}

/* ナビのリンク */
.nav-items__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  transition: 0.3s;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .nav-items__item a {
    padding: 1.6rem 0;
    font-size: 4.8vw;
    text-align: center;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .nav-items__item a {
    font-size: 1.6rem;
  }
}

@media all and (min-width: 64.0625em) {
  .nav-items__item a:hover {
    opacity: 0.7;
  }
}
@media print {
  .nav-items__item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 64em) {
  .nav__items li:first-child a {
    padding-top: 0;
  }
}

.l-header__under .nav-items__item a {
  color: #333333;
}

.hamburger {
  z-index: 9999;
  width: 9.6vw;
  height: 9.6vw;
  background-image: url(../../assets/images/common/btn.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger {
    width: 4rem;
    height: 4rem;
  }
}
@media all and (min-width: 64.0625em) {
  .hamburger {
    display: none;
  }
}
@media print {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 4.2666666667vw;
  height: 0.5333333333vw;
  background: linear-gradient(90deg, #199bd2, #4eb9ad 51%, #efd235);
  position: relative;
  transition: ease 0.4s;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger span {
    width: 2rem;
    height: 0.2rem;
  }
}

.l-header__under .hamburger span {
  background-color: #333333;
}

.hamburger span:nth-child(1) {
  top: -0.8vw;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger span:nth-child(1) {
    top: -0.3rem;
  }
}

.hamburger span:nth-child(2) {
  top: 0;
}

.hamburger span:nth-child(3) {
  top: 0.8vw;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger span:nth-child(3) {
    top: 0.3rem;
  }
}

/* ハンバーガーメニュークリック後のスタイル */
.l-header__nav.active {
  right: 0;
}
@media all and (min-width: 64.0625em) {
  .l-header__nav.active {
    right: auto;
  }
}
@media print {
  .l-header__nav.active {
    right: auto;
  }
}

.hamburger.active span:nth-child(1) {
  top: 2px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger.active span:nth-child(1) {
    top: 0.2rem;
  }
}

.hamburger.active span:nth-child(2) {
  display: none;
}

.hamburger.active span:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger.active span:nth-child(3) {
    top: -0.1rem;
  }
}

.l-header__box {
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
}
@media all and (min-width: 64.0625em) {
  .l-header__box {
    display: none;
  }
}
@media print {
  .l-header__box {
    display: none;
  }
}

.l-footer__content01 {
  background: #f1f4f4;
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 6rem 8rem 6rem 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__inner {
    padding: 6rem 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__inner {
    padding: 16vw 5.3333333333vw;
    flex-wrap: wrap;
    row-gap: 10.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__logo {
    display: block;
    width: 71.7333333333vw;
  }
}

.l-footer__left p {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__left p {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}

.l-footer__right {
  display: flex;
  column-gap: 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__right {
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__right {
    flex-wrap: wrap;
    row-gap: 10.6666666667vw;
  }
}

.l-footer__link {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__link {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-footer__link:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__right-item {
    width: 100%;
  }
}

.l-footer__right-item ul li {
  margin-top: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__right-item ul li {
    margin-top: 1.0666666667vw;
  }
}

.l-footer__right-item ul li:first-child {
  margin-top: 0;
}

.l-footer__right-item ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__right-item ul li a {
    font-size: 3.7333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-footer__right-item ul li a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__right-item ul li a:hover {
    opacity: 0.7;
  }
}
.l-footer__inner02 {
  padding: 2.6rem 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__inner02 {
    padding: 2.6rem 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__inner02 {
    padding: 6.9333333333vw 5.3333333333vw;
  }
}

.l-footer__content02 p {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content02 p {
    font-size: 3.7333333333vw;
    text-align: center;
  }
}

.c-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../assets/images/common/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10rem;
  padding: 1.2rem 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 {
    padding: 3.2vw 0;
    border-radius: 26.6666666667vw;
    font-size: 4vw;
  }
}

.c-btn01 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 img {
    right: 5.3333333333vw;
    width: 1.6vw;
  }
}

.c-btn01.v1 {
  width: 20rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01.v1 {
    width: 53.3333333333vw;
  }
}

.c-btn01.v2 {
  width: 30rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01.v2 {
    width: 80vw;
  }
}

.c-btn01.v3 {
  width: 24rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01.v3 {
    width: 64vw;
  }
}

.c-btn01.v4 {
  width: fit-content;
  width: 17rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01.v4 {
    width: 45.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.c-btn01.v4 img {
  right: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01.v4 img {
    right: 2.6666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
.c-btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  padding: 1.2rem 0;
  color: #14398d;
  border: 1px solid #14398d;
  background: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02 {
    padding: 3.2vw 0;
    border-radius: 26.6666666667vw;
    font-size: 4vw;
  }
}

.c-btn02 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02 img {
    right: 5.3333333333vw;
    width: 1.6vw;
  }
}

.c-btn02.v1 {
  width: 26rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02.v1 {
    width: 69.3333333333vw;
  }
}

.c-btn02.v2 {
  width: 24rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02.v2 {
    width: 64vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn01:hover,
.c-btn02:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn01:hover,
.c-btn02:hover {
    opacity: 0.7;
  }
}
.c-title01 h2 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 h2 {
    font-size: 5.8666666667vw;
  }
}

.c-title01 h2 small {
  font-weight: 400;
}

.c-title01 p {
  font-size: 2rem;
  text-align: center;
  font-weight: 300;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 p {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    line-height: 1.7;
  }
}

.c-title01 h3 {
  text-align: center;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 h3 {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}

.c-title01 h3 strong {
  font-weight: 900;
}

.c-title02 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 {
    font-size: 5.3333333333vw;
  }
}

.c-title02.v2 {
  display: flex;
  column-gap: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02.v2 {
    column-gap: 1.6vw;
  }
}

.c-title03 {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 {
    column-gap: 2.6666666667vw;
  }
}

.c-title03 h2 {
  font-size: 1.2445095168vw !important;
  font-weight: 900;
  width: fit-content;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 h2 {
    width: auto;
    font-size: 4.5333333333vw !important;
    line-height: 1.4;
  }
}

.c-title03 span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #333333;
}

.c-list01 li {
  font-size: 1.8rem;
  font-weight: 700;
  color: #14398d;
  padding-left: 4.2rem;
  position: relative;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li {
    font-size: 4.8vw;
    padding-left: 11.2vw;
    margin-top: 2.6666666667vw;
  }
}

.c-list01 li:first-child {
  margin-top: 0;
}

.c-list01 li::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/common/icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.2rem;
  height: 2.2rem;
  left: 0;
  top: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li::after {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-box01__content {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__content {
    margin-top: 16vw;
  }
}

.c-box01__content:first-child {
  margin-top: 0;
}

.c-box01__content-item {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__content-item {
    margin-top: 5.3333333333vw;
  }
}

.details {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .details {
    margin-top: 5.3333333333vw;
  }
}

.details-summary {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #14398d;
  padding: 1.8rem 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary {
    font-size: 3.7333333333vw;
    padding: 4.2666666667vw 9.6vw 4.2666666667vw 3.7333333333vw;
  }
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-summary .btn {
  position: absolute;
  top: 37%;
  right: 2rem;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary .btn {
    right: 3.7333333333vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.details-summary .btn:before, .details-summary .btn:after {
  content: "";
  background-color: #fff;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 0.8rem;
  left: 0;
  transform-origin: center center;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary .btn:before, .details-summary .btn:after {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
    top: 1.6vw;
  }
}
.details-summary .btn:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary .btn:before {
    height: 3.7333333333vw;
    width: 0.5333333333vw;
    left: 1.6vw;
  }
}
.details-summary.is-active .btn {
  transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
  content: none;
}

.details__title {
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .details__title {
    column-gap: 1.0666666667vw;
  }
}

.details__title span {
  display: block;
  margin-top: -0.1rem;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  padding: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-content {
    padding: 2.6666666667vw;
  }
}

.details-content div {
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-content div {
    column-gap: 1.0666666667vw;
  }
}

.details-content div span {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .details-content div span {
    font-size: 4.2666666667vw;
  }
}

.details-content div p {
  line-height: 2;
}

.c-box02__content {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__content {
    margin-top: 10.6666666667vw;
  }
}

.c-box02__content:first-child {
  margin-top: 0;
}

.c-box02__item {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item {
    margin-top: 2.6666666667vw;
  }
}

.c-box03 {
  display: flex;
  column-gap: 0.4%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03 {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.c-box03__item {
  flex: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item {
    flex: auto;
    width: 46%;
  }
}

.c-box03__item img {
  width: 92%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item img {
    width: 80%;
  }
}

.c-box03__item h3 {
  font-size: 0.8052708638vw;
  font-weight: 700;
  text-align: center;
  margin-top: 0.2928257687vw;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item h3 {
    font-size: 3.7333333333vw;
    margin-top: 1.0666666667vw;
  }
}

.c-box03__item p {
  font-size: 0.8052708638vw;
  font-weight: 300;
  margin-top: 0.2928257687vw;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03__item p {
    font-size: 3.2vw;
    margin-top: 1.0666666667vw;
    text-align: center;
  }
}

.c-box04 {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.6rem;
  padding: 3.3rem;
  box-shadow: 0px 8px 32px 0px rgba(31, 38, 135, 0.1);
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04 {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    padding: 5.3333333333vw;
    border-radius: 4.2666666667vw;
  }
}

.c-box04__left {
  width: 30%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__left {
    width: 64vw;
    margin: 0 auto;
  }
}

.c-box04__left img {
  box-shadow: 0px 10px 30px 0px rgba(59, 130, 246, 0.15);
  border-radius: 100%;
}

.c-box04__right {
  width: 70%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__right {
    width: 100%;
  }
}

.c-box04__content {
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #f1f5f9;
  padding: 2rem;
  border-radius: 1.2rem;
  margin-top: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content {
    flex-wrap: wrap;
    row-gap: 2.1333333333vw;
    padding: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    border-radius: 3.2vw;
  }
}

.c-box04__content:first-child {
  margin-top: 0;
}

.c-box04__content.green {
  border-left: 5px solid #4eb9ad;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content.green {
    border-left: 1.3333333333vw solid #4eb9ad;
  }
}

.c-box04__content.yellow {
  border-left: 5px solid #efd235;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content.yellow {
    border-left: 1.3333333333vw solid #efd235;
  }
}

.c-box04__content-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  min-width: 5.6rem;
  height: 5.6rem;
  border-radius: 100%;
  background: #f0f9ff;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content-head {
    width: 14.9333333333vw;
    min-width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}

.c-box04__content.yellow .c-box04__content-head {
  background: #fffbeb;
}

.c-box04__content-head p {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content-head p {
    font-size: 3.7333333333vw;
  }
}

.c-box04__content.green .c-box04__content-head p {
  color: #4eb9ad;
}

.c-box04__content.yellow .c-box04__content-head p {
  color: #d97706;
}

.c-box04__content-head p small {
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content-head p small {
    font-size: 2.6666666667vw;
  }
}

.c-box04__content-item {
  width: 100%;
}

.c-box04__content-item div {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content-item div {
    flex-wrap: wrap;
    column-gap: 2.6666666667vw;
    row-gap: 1.6vw;
  }
}

.c-box04__content-item div h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content-item div h3 {
    font-size: 5.3333333333vw;
  }
}

.c-box04__content-item div span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.2rem 0.8rem;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content-item div span {
    font-size: 3.7333333333vw;
    padding: 0.5333333333vw 2.1333333333vw;
    border-radius: 26.6666666667vw;
  }
}

.c-box04__content.green .c-box04__content-item div span {
  background: #f0f9ff;
  border: 1px solid #e0f2fe;
  color: #4eb9ad;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content.green .c-box04__content-item div span {
    border: 0.2666666667vw solid #e0f2fe;
  }
}

.c-box04__content.yellow .c-box04__content-item div span {
  background: #fffbeb;
  color: #d97706;
  border: 1px solid #fef3c7;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content.yellow .c-box04__content-item div span {
    border: 0.2666666667vw solid #fef3c7;
  }
}

.c-box04__content-item p {
  font-size: 1.8rem;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04__content-item p {
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}

.c-box05 {
  padding: 4rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 47.9375em) {
  .c-box05 {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
    border-radius: 3.7333333333vw;
  }
}

.c-box05__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__content {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
  }
}

.c-box05__item01 {
  width: 35%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item01 {
    width: 100%;
  }
}

.c-box05__item01 div {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 1.2rem;
  padding: 1.6rem;
  margin-top: 1.6rem;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item01 div {
    margin-top: 2.6666666667vw;
    border-radius: 3.2vw;
    border: 0.2666666667vw solid #f1f5f9;
    padding: 4.2666666667vw;
  }
}

.c-box05__item01 div:first-child {
  margin-top: 0;
}

.c-box05__item01 div img {
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .c-box05__line {
    margin: 0 auto;
    width: 8vw;
    transform: rotate(90deg);
  }
}

.c-box05__item01 div h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.4rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item01 div h3 {
    font-size: 4.2666666667vw;
    margin-top: 1.0666666667vw;
  }
}

.c-box05__item02 {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 1.2rem;
  padding: 4rem 2.5rem;
  position: relative;
  width: 30%;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item02 {
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}

.c-box05__item02::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../assets/images/home/bg04.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.4rem;
  height: 6.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item02::after {
    width: 17.0666666667vw;
    height: 17.0666666667vw;
  }
}

.c-box05__item02 img {
  margin: 0 auto;
}

.c-box05__item02 h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item02 h3 {
    font-size: 5.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.c-box05__item02 p {
  text-align: center;
  font-size: 1.4rem;
  color: #557aba;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item02 p {
    font-size: 3.7333333333vw;
  }
}

.c-box05__item03 {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 1.2rem;
  padding: 2.5rem;
  position: relative;
  width: 35%;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item03 {
    width: 100%;
    padding: 6.6666666667vw;
    border-radius: 3.2vw;
    border: 0.2666666667vw solid #f1f5f9;
  }
}

.c-box05__item03 img {
  margin: 0 auto;
}

.c-box05__item03 h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item03 h3 {
    font-size: 5.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.c-box05__item03 div {
  background: #f8fafc;
  border-radius: 0.4rem;
  padding: 0.4rem 0.6rem;
  text-align: center;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item03 div {
    border-radius: 1.0666666667vw;
    padding: 1.0666666667vw 1.6vw;
    margin-top: 2.1333333333vw;
  }
}

.c-box05__item03 div p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05__item03 div p {
    font-size: 3.7333333333vw;
  }
}

.c-box05__item03 div p span {
  font-weight: 700;
  color: #14b8a6;
}

.c-box05-head01 {
  width: fit-content;
  margin: 0 auto;
  margin-top: 4rem;
  background: #ffffff;
  border-radius: 10rem;
  padding: 1rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 47.9375em) {
  .c-box05-head01 {
    margin-top: 8vw;
    padding: 2.6666666667vw 6.1333333333vw;
    font-size: 3.7333333333vw;
    border: 0.2666666667vw solid #e2e8f0;
    border-radius: 26.6666666667vw;
  }
}

.c-box05-box {
  margin-top: 4rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05-box {
    margin-top: 8vw;
  }
}

.c-box05-line {
  display: block;
  border-bottom: 2px dashed #cbd5e1;
}

.c-box05-box div {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1.6rem;
  border-radius: 10rem;
  column-gap: 0.4rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #557aba;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05-box div {
    font-size: 3.2vw;
    column-gap: 1.0666666667vw;
    padding: 0 4.2666666667vw;
  }
}

.c-box06 {
  display: flex;
  justify-content: space-between;
  column-gap: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06 {
    flex-wrap: wrap;
    row-gap: 6.4vw;
  }
}

.c-box06__item {
  flex: 1;
  background: #ffffff;
  border-radius: 1.6rem;
  border: 1px solid #f1f5f9;
  padding: 2rem 2.5rem;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__item {
    width: 100%;
    border: 0.2666666667vw solid #f1f5f9;
    border-radius: 3.7333333333vw;
    padding: 5.3333333333vw 6.6666666667vw;
    flex: auto;
  }
}

.c-box06__item-head {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__item-head {
    padding-bottom: 4.2666666667vw;
    border-bottom: 0.2666666667vw solid #cccccc;
  }
}

.c-box06__item-head img {
  margin: 0 auto;
}

.c-box06__item-head h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06__item-head h3 {
    font-size: 5.3333333333vw;
    margin-top: 4.2666666667vw;
  }
}

.c-bpx06__item-body {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-bpx06__item-body {
    margin-top: 3.2vw;
  }
}

.c-bpx06__item-body h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #557aba;
  padding-left: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-bpx06__item-body h4 {
    font-size: 4.2666666667vw;
    padding-left: 3.7333333333vw;
  }
}

.c-bpx06__item-body h4::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-image: url(../../assets/images/home/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 47.9375em) {
  .c-bpx06__item-body h4::after {
    top: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

.c-bpx06__item-body p {
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-bpx06__item-body p {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.c-box07 {
  background: linear-gradient(90deg, #eff6ff 0%, rgba(238, 242, 255, 0.5) 50%, #f0fdfa 100%);
  border-radius: 2.4rem;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 3.2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 47.9375em) {
  .c-box07 {
    flex-wrap: wrap;
    row-gap: 7.4666666667vw;
    padding: 5.3333333333vw;
    border-radius: 5.8666666667vw;
  }
}

.c-box07::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -1rem;
  background-image: url(../../assets/images/home/bg04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.8rem;
  height: 11.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07::after {
    top: -2.6666666667vw;
    left: -2.6666666667vw;
    width: 34.1333333333vw;
    height: 29.8666666667vw;
  }
}

.c-box07__head {
  min-width: 8rem;
  width: 8rem;
  height: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__head {
    min-width: auto;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    margin: 0 auto;
  }
}

.c-box07__body {
  width: 100%;
}

.c-box07__head img {
  border-radius: 100%;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.c-box07__body h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #557aba;
  position: relative;
  padding-left: 3.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__body h4 {
    font-size: 3.7333333333vw;
    padding-left: 8.5333333333vw;
  }
}

.c-box07__body h4::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 2.4rem;
  height: 0.1rem;
  background: #557aba;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__body h4::after {
    top: 3.2vw;
    width: 6.4vw;
    height: 0.2666666667vw;
  }
}

.c-box07__body div {
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__body div {
    margin-top: 2.6666666667vw;
  }
}

.c-box07__body div p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__body div p {
    font-size: 4.2666666667vw;
  }
}

.c-box07__body div h5 {
  background: linear-gradient(90deg, #2563eb 0%, #14b8a6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0.2rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07__body div h5 {
    font-size: 4.8vw;
    line-height: 1.4;
    margin: 0.5333333333vw 0;
  }
}

.c-txt01 {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt01 {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-table01-wrap {
    overflow: scroll;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    padding-right: 10.6666666667vw;
  }
}

.c-table01 {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 {
    width: max-content;
  }
}

.c-table01 tr th {
  background: #14398d;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 tr th {
    font-size: 4.2666666667vw;
  }
}

.c-table01 tr th span {
  font-size: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 tr th span {
    font-size: 2.9333333333vw;
  }
}

.c-table01 tr:first-child th {
  background-image: url(../../assets/images/common/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-table01 tr td {
  background: #ffffff;
  border: 1px solid #cccc;
}

.c-table01 tr th,
.c-table01 tr td {
  padding: 1.2rem 1rem;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 tr th,
.c-table01 tr td {
    padding: 2.6666666667vw 2.1333333333vw;
  }
}

/* モーダルのアニメーションとクリック制御 */
.modal-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* 非表示時はクリックを背面に通す（ボタンが押せない問題を解決） */
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  /* 背景をぼかす */
}

.modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  /* 表示時のみクリックを有効化 */
}

.modal-content {
  transform: scale(0.95) translateY(20px);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-overlay.is-active .modal-content {
  transform: scale(1) translateY(0);
}

.modal-btn01 {
  font-size: 1.4rem;
  padding: 0.4rem 1.4rem 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .modal-btn01 {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 3.7333333333vw 1.6vw;
  }
}

.p-home__mv {
  padding: 0 6.8081991215vw;
  padding-top: 8.78477306vw;
  padding-bottom: 7.3206442167vw;
  position: relative;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__mv {
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv {
    padding: 24vw 5.3333333333vw 10.6666666667vw;
  }
}

.p-home__mv-left {
  position: relative;
  z-index: 1;
}

.p-home__mv-title {
  width: 76.7203513909vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-title {
    width: 100%;
  }
}

.p-home__mv h2 {
  font-size: 2.196193265vw;
  margin-top: 2.196193265vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv h2 {
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.p-home__mv h2 strong {
  font-weight: 900;
}

.p-home__mv h2 span {
  font-size: 1.1713030747vw;
  color: #ff0000;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv h2 span {
    font-size: 3.2vw;
    margin-left: 1.6vw;
  }
}

.p-home__mv-txt01 {
  font-size: 1.317715959vw;
  margin-top: 2.196193265vw;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt01 {
    font-size: 4.8vw;
    margin-top: 10.6666666667vw;
  }
}

.p-home__mv-btn {
  display: flex;
  align-items: center;
  column-gap: 1.4641288433vw;
  margin-top: 3.6603221083vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-btn {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 13.3333333333vw;
    row-gap: 5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__mv .c-list01 {
    width: fit-content;
    margin: 0 auto;
  }
}

.p-home__mv .c-list01 li {
  font-size: 1.317715959vw;
  margin-top: 1.1713030747vw;
  padding-left: 2.7818448023vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv .c-list01 li {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
    padding-left: 10.1333333333vw;
  }
}

.p-home__mv .c-list01 li:first-child {
  margin-top: 0;
}

.p-home__mv .c-list01 li::after {
  top: 0.2928257687vw;
  width: 1.6105417277vw;
  height: 1.6105417277vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv .c-list01 li::after {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    top: 50%;
  }
}

.p-home__mv-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-bg {
    top: 21.3333333333vw;
    width: 100%;
    height: auto;
  }
}

.p-home__sec01 {
  background-image: url(../../assets/images/home/bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 14rem 0 10rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 {
    padding: 10.6666666667vw 0 16vw;
    background-image: url(../../assets/images/home/bg01_sp.png);
  }
}

.p-home__sec01-bg01 {
  position: absolute;
  top: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 133rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-bg01 {
    width: 98%;
  }
}

.p-home__sec01 .l-container01 {
  position: relative;
  z-index: 1;
}

.p-home__sec01-content {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-content {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec01-item {
  display: flex;
  align-items: center;
  column-gap: 6rem;
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec01-item:first-child {
  margin-right: 2rem;
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item:first-child {
    margin-right: 0;
  }
}

.p-home__sec01-item:nth-child(2) {
  flex-direction: row-reverse;
  margin-left: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item:nth-child(2) {
    margin-left: 0;
  }
}

.p-home__sec01-item img {
  width: 60rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item img {
    width: 80vw;
  }
}

.p-home__sec01-item-txt {
  width: 50rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item-txt {
    width: auto;
    padding: 0 5.3333333333vw;
  }
}

.p-home__sec01-item-txt h3 {
  font-size: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item-txt h3 {
    font-size: 5.3333333333vw;
  }
}

.p-home__sec01-item-txt p {
  font-weight: 300;
  margin-top: 3rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-item-txt p {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}

.p-home__sec02 {
  padding: 14rem 0 10rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02 {
    padding: 10.6666666667vw 0 16vw;
  }
}

.p-home__sec02-bg01 {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 128rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-bg01 {
    top: -0.5333333333vw;
    width: 90%;
  }
}

.p-home__sec02-content {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  column-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-content {
    margin-top: 10.6666666667vw;
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}

.p-home__sec02-item {
  width: 25%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-item {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-item img {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
}

.p-home__sec02-item-txt {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-item-txt {
    margin-top: 2.6666666667vw;
  }
}

.p-home__sec02-item-txt h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-item-txt h3 {
    font-size: 5.3333333333vw;
  }
}

.p-home__sec02-item-txt p {
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 3rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-item-txt p {
    width: 80vw;
    margin: 0 auto;
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__sec03 {
  background-image: url(../../assets/images/home/bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 14rem 0 10rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03 {
    padding: 8vw 0 16vw;
  }
}

.p-home__sec03-bg01 {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 77.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-bg01 {
    width: 58%;
    top: -0.5333333333vw;
  }
}

.p-home__sec03-content {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-content {
    margin-top: 10.6666666667vw;
    flex-wrap: wrap;
    row-gap: 10.6666666667vw;
  }
}

.p-home__sec03-content02 {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-content02 {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec03-item {
  width: 32%;
  background: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item {
    width: 100%;
  }
}

.p-home__sec03-item.v2 {
  background: transparent;
  z-index: 0;
  position: relative;
}

.p-home__sec03-item.v2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.4rem;
  /* ボーダーの太さ */
  border-radius: inherit;
  background: linear-gradient(120deg, #199bd2, #4eb9ad 52%, #efd235);
  /* 中央をくり抜いて “枠” だけ残す */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.p-home__sec03-item h3 {
  text-align: center;
  background-image: url(../../assets/images/home/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item h3 {
    font-size: 5.3333333333vw;
    padding: 3.7333333333vw 0;
  }
}

.p-home__sec03-item h3 img {
  position: absolute;
  width: 7.8rem;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  box-shadow: 2px 2px 8px 0px rgba(255, 255, 255, 0.9);
  border-radius: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item h3 img {
    left: 2.6666666667vw;
    width: 20.8vw;
  }
}

.p-home__sec03-txt-wrap {
  padding: 3rem 2rem 4rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-txt-wrap {
    padding: 8vw 5.3333333333vw 10.6666666667vw;
  }
}

.p-home__sec03-txt-wrap h4 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-txt-wrap h4 {
    font-size: 6.4vw;
    column-gap: 2.6666666667vw;
  }
}

.p-home__sec03-txt-wrap h4 span {
  display: block;
  font-size: 5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-txt-wrap h4 span {
    font-size: 13.3333333333vw;
  }
}

.p-home__sec03-txt-wrap h4 small {
  font-size: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-txt-wrap h4 small {
    font-size: 10.6666666667vw;
  }
}

.p-home__sec03-list {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-list {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec03-list .c-list01 li {
  margin-top: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-list .c-list01 li {
    margin-top: 1.0666666667vw;
  }
}

.p-home__sec03-item .c-btn02,
.p-home__sec03-item .c-btn01 {
  margin: 0 auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item .c-btn02,
.p-home__sec03-item .c-btn01 {
    margin-top: 8vw;
  }
}

.p-home__sec04 {
  padding: 14rem 0 10rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 {
    padding: 9.0666666667vw 0 10.6666666667vw;
  }
}

.p-home__sec04-bg01 {
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 130.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-bg01 {
    width: 96%;
    top: -0.5333333333vw;
  }
}

.p-home__sec04 .c-btn01 {
  width: 42rem;
  font-size: 2.4rem;
  margin: 0 auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 .c-btn01 {
    width: 100%;
    font-size: 5.3333333333vw;
    margin-top: 8vw;
    padding: 4.8vw 0;
  }
}

.p-home__sec04 .c-list01 {
  display: flex;
  justify-content: center;
  column-gap: 4rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 .c-list01 {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 8vw;
  }
}

.p-home__sec04 .c-list01 li {
  margin-top: 0;
}

.p-home__sec04-txt01 {
  text-align: center;
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-txt01 {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}

.p-home__sec04-txt02 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-txt02 {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec04-img01 {
  width: 68rem;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-img01 {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec05 {
  background-image: url(../../assets/images/home/bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 14rem 0 10rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05 {
    padding: 9.0666666667vw 0 10.6666666667vw;
    background-image: url(../../assets/images/home/bg01_sp.png);
  }
}

.p-home__sec05-bg01 {
  position: absolute;
  top: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 128rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-bg01 {
    width: 90%;
    top: -0.5333333333vw;
  }
}

.p-home__sec05 .l-container01 {
  position: relative;
}

.p-home__sec05-txt01 {
  text-align: center;
  margin-top: 4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-txt01 {
    margin-top: 8vw;
  }
}

.p-home__sec05 .c-list01 {
  width: fit-content;
  margin: 0 auto;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05 .c-list01 {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec05-img {
  display: block;
  width: 80rem;
  margin: 0 auto;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-img {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}

.p-home__sec06 {
  background-image: url(../../assets/images/home/bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 14rem 0 10rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06 {
    padding: 10.6666666667vw 0 16vw;
    background-image: url(../../assets/images/home/bg01_sp.png);
  }
}

.p-home__sec06-bg01 {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 110rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-bg01 {
    width: 84%;
    top: -1.0666666667vw;
  }
}

.p-home__sec06-content {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-content {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec06-wrap {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-wrap {
    margin-top: 16vw;
  }
}

.p-home__sec06-wrap:first-child {
  margin-top: 0;
}

.p-home__sc06-title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sc06-title {
    font-size: 5.8666666667vw;
  }
}

.p-home__sec06-item-wrap {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-wrap {
    display: flex;
    width: max-content;
    column-gap: 5.3333333333vw;
    margin-top: 8vw;
    padding-right: 10.6666666667vw;
  }
}

.p-home__sec06-item-wrap02 {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-wrap02 {
    width: max-content;
    column-gap: 5.3333333333vw;
    padding-right: 10.6666666667vw;
    margin-top: 8vw;
  }
}

.p-home__sec06-item-wrap03 {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-wrap03 {
    width: max-content;
    column-gap: 5.3333333333vw;
    padding-right: 10.6666666667vw;
    margin-top: 8vw;
  }
}

.p-home__sec06-item-wrap04 {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-wrap04 {
    width: max-content;
    column-gap: 5.3333333333vw;
    padding-right: 10.6666666667vw;
    margin-top: 8vw;
  }
}

.p-home__sec06-item-wrap02 .p-home_sec06-item {
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 1rem;
  width: 49%;
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-wrap02 .p-home_sec06-item {
    width: 80vw;
  }
}

.p-home__sec06-item-wrap02 .p-home_sec06-item .p-home__sec06-item-img {
  width: 100%;
}

.p-home__sec06-item-wrap02 .p-home_sec06-item .p-home__sec06-item-txt {
  width: 100%;
}

.p-home__sec06-item-wrap03 .p-home_sec06-item {
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 1rem;
  width: 32%;
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-wrap03 .p-home_sec06-item {
    width: 80vw;
  }
}

.p-home__sec06-item-wrap03 .p-home_sec06-item .p-home__sec06-item-img {
  width: 100%;
}

.p-home__sec06-item-wrap03 .p-home_sec06-item .p-home__sec06-item-txt {
  width: 100%;
}

.p-home__sec06-item-wrap04 .p-home_sec06-item {
  width: 48%;
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-wrap04 .p-home_sec06-item {
    width: 80vw;
  }
}

.p-home_sec06-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../../assets/images/home/bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home_sec06-item {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
    padding: 4vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
    margin-top: 0;
    width: 80vw;
  }
}

.p-home_sec06-item:first-child {
  margin-top: 0;
}

.p-home__sec06-item-img {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-img {
    width: 100%;
  }
}

.p-home__sec06-item-img img {
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-img img {
    border-radius: 2.6666666667vw;
  }
}

.p-home__sec06-item-txt {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-txt {
    width: 100%;
    padding: 0 4vw;
  }
}

.p-home__sec06-item-txt span {
  font-size: 1.6rem;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-txt span {
    font-size: 3.4666666667vw;
  }
}

.p-home__sec06-item-txt h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-txt h4 {
    font-size: 4.8vw;
  }
}

.p-home__sec06-item-txt p {
  margin-top: 2rem;
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-txt p {
    margin-top: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item-wrap-scroll {
    overflow: scroll;
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}

.p-home__sec06 .l-container02 {
  position: relative;
}

.p-home__sec-compare {
  padding: 0 0 10rem;
}

/* テーブルのデザイン */
.c-compare-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
  margin-top: 4rem;
}

.c-compare-table th,
.c-compare-table td {
  padding: 2rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 1.5rem;
  vertical-align: middle;
}

/* ヘッダー行 */
.c-compare-table thead th {
  background: #333;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.5rem;
}

.c-compare-table thead th.highlight {
  background: linear-gradient(90deg, #199bd2, #4eb9ad);
  /* Cross Axiaカラー */
  color: #fff;
  font-size: 1.8rem;
  width: 40%;
}

/* 左端の見出し列 */
.c-compare-table tbody th {
  text-align: left;
  background: #f0f0f0;
  /* 少し濃いグレーに変更して画像に近づけました */
  font-weight: 700;
  width: 15%;
  color: #333;
}

/* データセル */
.c-compare-table tbody td {
  width: 42.5%;
  text-align: center;
  /* 画像に合わせて中央揃え */
}

.c-compare-table tbody td.highlight {
  background: #eef8f9;
  /* 薄い青緑 */
  color: #14398d;
  /* 文字色を濃い青に */
  font-weight: 700;
}

/* 補足テキスト */
.c-compare-table small {
  display: block;
  font-size: 0.85em;
  font-weight: normal;
  color: #666;
  margin-top: 0.5rem;
  line-height: 1.4;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .c-compare-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .c-compare-table th,
.c-compare-table td {
    padding: 1rem;
    font-size: 1.3rem;
  }
}
/* 追従型フローティングボタンのCSS */
.floating-container {
  position: fixed;
  /* 画面に固定 */
  bottom: 1.8rem;
  /* 下からの距離 */
  right: 0.8rem;
  /* 右からの距離 */
  z-index: 1000;
  /* 他の要素より手前に表示 */
  display: flex;
  flex-direction: column-reverse;
  /* 下から上に積み上げる順序に変更（追加しやすいように） */
  gap: 15px;
  /* ボタン間の隙間 */
}

.float-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  /* 4つになるので少し小さめに調整 */
  height: 3rem;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
  animation: pulseFloat 4s infinite;
  /* ふわふわアニメーション */
}

/* 各SNSのカラー設定 */
.float-btn.line {
  background: #06c755;
}

.float-btn.x {
  background: #000;
}

.float-btn.fb {
  background: #1877f2;
}

.float-btn.linkedin {
  background: #0077b5;
}

/* アニメーションのタイミングをずらす（波打つように） */
.float-btn.line {
  animation-delay: 0s;
}

.float-btn.x {
  animation-delay: 0.5s;
}

.float-btn.fb {
  animation-delay: 1s;
}

.float-btn.linkedin {
  animation-delay: 1.5s;
}

.float-btn:hover {
  animation: none;
  /* ホバー時は止める */
  transform: scale(1.1) rotate(10deg);
}

/* ふわふわ動くアニメーション定義 */
@keyframes pulseFloat {
  0% {
    transform: translateY(0) scale(1);
  }
  5% {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  10% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
/* 吹き出しラベル */
.float-label {
  position: absolute;
  right: 60px;
  /* ボタンの左側に配置 */
  top: 12px;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* ボタンにマウスが乗った時にラベルを表示 */
.float-btn:hover + .float-label {
  opacity: 1;
  right: 65px;
  /* 少し動きをつける */
}

.fa-linkedin-in {
  font-size: 1.5rem;
}

.fa-facebook-f {
  font-size: 1.5rem;
}

.fa-x-twitter {
  font-size: 1.5rem;
}

.fa-line {
  font-size: 1.5rem;
}

.p-home__sec08 {
  width: 80%;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08 {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}

.p-home__sec08 .c-title03 h2 {
  margin-top: 0;
}

.p-home__sec08 .c-box03 {
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08 .c-box03 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec07 {
  position: relative;
  background: #ffffff;
  padding: 14rem 0 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07 {
    padding: 18.6666666667vw 0 10.6666666667vw;
  }
}

.p-home__sec07-bg01 {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 134.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-bg01 {
    top: -0.8vw;
    width: 99%;
  }
}

.p-home__sec07 .c-box04 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07 .c-box04 {
    margin-top: 8vw;
  }
}

.p-home__sec09 {
  background-image: url(../../assets/images/home/bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12rem 0 9rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09 {
    padding: 8vw 0 16vw;
  }
}

.p-home__sec09 .l-container05 {
  position: relative;
}

.p-home__sec09-bg01 {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 130.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09-bg01 {
    top: -1.0666666667vw;
    width: 98%;
  }
}

.p-home__sec09 .c-box05 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09 .c-box05 {
    margin-top: 8vw;
  }
}

.p-home__sec10 {
  padding: 14rem 0 10rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec10 {
    padding: 8vw 0 10.6666666667vw;
  }
}

.p-home__sec10-bg01 {
  position: absolute;
  top: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 126.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec10-bg01 {
    width: 84.5333333333vw;
    top: -0.2666666667vw;
  }
}

.p-home__sec10 .c-box06 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec10 .c-box06 {
    margin-top: 8vw;
  }
}

.p-home__sec10 .c-box07 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec10 .c-box07 {
    margin-top: 8vw;
  }
}

.p-under__mv {
  margin-top: 20rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv {
    margin-top: 34.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}

.p-under__mv-title {
  position: relative;
}
.p-under__mv-title p {
  font-size: 9rem;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-title p {
    font-size: 16vw;
    line-height: 1;
  }
}

.p-under__mv-title h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: -2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-title h2 {
    font-size: 4.2666666667vw;
    margin-top: 0;
  }
}

.p-under__mv-title img {
  position: absolute;
  top: 0;
  left: -4rem;
  width: 9.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-title img {
    width: 14.9333333333vw;
    left: -2.6666666667vw;
    top: -3.4666666667vw;
  }
}

.p-under__sec01 {
  margin-top: 10rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec01 {
    margin-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}

.p-under__pan {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 1rem;
  font-size: 1.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__pan {
    margin-top: 5.3333333333vw;
    column-gap: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.p-under__pan li a {
  color: #a2a3a9;
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .p-under__pan li a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-under__pan li a:hover {
    opacity: 0.7;
  }
}
.p-contact__form-item {
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
    margin-top: 8vw;
  }
}

.p-contact__form-item:first-child {
  margin-top: 0;
}

.p-contact__form-label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 1rem;
  white-space: nowrap;
  font-weight: 500;
  width: 24%;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-label {
    width: auto;
    column-gap: 2.6666666667vw;
    margin-top: 0;
  }
}

.p-contact__form-confirm .p-contact__form-label {
  margin-top: 0;
}

.p-contact__form-item-radio .p-contact__form-label {
  margin-top: 0;
}

.p-contact__form-label span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 10rem;
  background: #14398d;
  padding: 0.2rem 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-label span {
    font-size: 2.9333333333vw;
    padding: 0.5333333333vw 3.2vw;
    border-radius: 26.6666666667vw;
  }
}

.p-contact__form-radio {
  width: 76%;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-radio {
    width: 100%;
  }
}

.p-contact__form-input {
  width: 76%;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-input {
    width: 100%;
  }
}

.p-contact__form-input input {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-input input {
    padding: 4.2666666667vw;
    border-radius: 1.3333333333vw;
    border: 0.2666666667vw solid #d8d8d8;
    font-size: 4.2666666667vw;
  }
}

.p-contact__form-input textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 0.5rem;
  height: 28.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-input textarea {
    height: 64vw;
    padding: 4.2666666667vw;
    border-radius: 1.3333333333vw;
    border: 0.2666666667vw solid #d8d8d8;
    font-size: 4.2666666667vw;
  }
}

.p-contact__form-input input::placeholder,
.p-contact__form-input textarea::placeholder {
  color: #b7b7b7;
}

.p-contact__form-radio div {
  display: flex;
  column-gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-radio div {
    column-gap: 2.6666666667vw;
    margin-top: 1.6vw;
  }
}

.p-contact__form-radio div:first-child {
  margin-top: 0;
}

input[type=radio]::before {
  border-radius: 100%;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.4rem;
  height: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  input[type=radio]::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}

/* チェックされたらラジオボタン内側を表示 */
input[type=radio]:checked::before {
  opacity: 1;
}

input[type=radio] {
  appearance: none;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  margin: 0;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  top: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  input[type=radio] {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

.p-contact__form-item02 {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item02 {
    margin-top: 10.6666666667vw;
    column-gap: 2.6666666667vw;
  }
}

.p-contact__form-item02 a {
  text-decoration: underline;
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .p-contact__form-item02 a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-contact__form-item02 a:hover {
    opacity: 0.7;
  }
}
.checkbox {
  appearance: none;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  margin: 0;
  border-radius: 0.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .checkbox {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 12px;
  height: 5px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 47.9375em) {
  .checkbox:checked::after {
    top: 0.8vw;
    left: 0.2666666667vw;
    width: 3.2vw;
    height: 1.3333333333vw;
    border-bottom: 0.2666666667vw solid;
    border-left: 0.2666666667vw solid;
  }
}

.p-contact__form-btn-wrap {
  display: flex;
  justify-content: center;
  column-gap: 4rem;
  margin: 0 auto;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn-wrap {
    margin-top: 10.6666666667vw;
  }
}

.p-contact__form-btn {
  width: fit-content;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn {
    width: 100%;
  }
}

.p-contact__form-btn input {
  width: 36rem;
  border-radius: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../assets/images/common/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10rem;
  color: #ffffff;
  border: none;
  padding: 2.4rem 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn input {
    width: 100%;
    padding: 6.4vw 8vw;
    font-size: 4.2666666667vw;
  }
}

.p-contact__form-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36rem;
  border-radius: 10rem;
  background: #ffffff;
  border: 1px solid;
  padding: 2.4rem 4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn a {
    width: 100%;
    padding: 6.4vw 8vw;
    font-size: 4.2666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-contact__form-btn input:hover {
    opacity: 0.7;
  }

  .p-contact__form-btn a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-contact__form-btn input:hover {
    opacity: 0.7;
  }

  .p-contact__form-btn a:hover {
    opacity: 0.7;
  }
}
.p-contact__form-btn img {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn img {
    right: 5.3333333333vw;
    width: 2.9333333333vw;
  }
}

.p-contact__sec01 {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01 {
    padding-bottom: 26.6666666667vw;
  }
}

.p-contact__form-thanks h3 {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-thanks h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 8vw;
  }
}

.p-contact__form-thanks h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20rem;
  height: 0.1rem;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-thanks h3::before {
    width: 32vw;
  }
}

.p-contact__form-radio .wpcf7-list-item {
  margin: 0;
  display: flex;
  column-gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-radio .wpcf7-list-item {
    margin-top: 1.6vw;
    column-gap: 2.6666666667vw;
  }
}

.p-contact__form-radio .wpcf7-list-item.first {
  margin-top: 0;
}

.wpcf7-spinner {
  display: none !important;
}

.p-contact__form-thanks .c-btn01 {
  margin: 0 auto;
  justify-content: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-thanks .c-btn01 {
    margin-top: 10.6666666667vw;
  }
}

.u-c-test {
  color: rgba(255, 0, 0, 0.25);
}

.u-c-default {
  color: #333333;
}

.u-c-white-nl {
  color: #ffffff;
}

.u-c-black-nl {
  color: #000000;
}

.u-c-gray01 {
  color: #d9d9d9;
}

.u-c-blue01 {
  color: #14398d;
}

.u-c-grade01 {
  color: linear-gradient(90deg, #199bd2, #4eb9ad 51%, #efd235);
}

.u-c-blue02 {
  color: #3eadc7;
}

.u-c-blue03 {
  color: #557aba;
}

.u-c-green01 {
  color: #4eb9ad;
}

.u-c-yellow01 {
  color: #efd235;
}

.u-c-yellow02 {
  color: #d97706;
}

.u-c-yellow03 {
  color: #fffbeb;
}

.u-bg-test {
  background-color: rgba(255, 0, 0, 0.25);
}

.u-bg-default {
  background-color: #333333;
}

.u-bg-white-nl {
  background-color: #ffffff;
}

.u-bg-black-nl {
  background-color: #000000;
}

.u-bg-gray01 {
  background-color: #d9d9d9;
}

.u-bg-blue01 {
  background-color: #14398d;
}

.u-bg-grade01 {
  background-color: linear-gradient(90deg, #199bd2, #4eb9ad 51%, #efd235);
}

.u-bg-blue02 {
  background-color: #3eadc7;
}

.u-bg-blue03 {
  background-color: #557aba;
}

.u-bg-green01 {
  background-color: #4eb9ad;
}

.u-bg-yellow01 {
  background-color: #efd235;
}

.u-bg-yellow02 {
  background-color: #d97706;
}

.u-bg-yellow03 {
  background-color: #fffbeb;
}

.u-bdc-test {
  border-color: rgba(255, 0, 0, 0.25);
}

.u-bdc-default {
  border-color: #333333;
}

.u-bdc-white-nl {
  border-color: #ffffff;
}

.u-bdc-black-nl {
  border-color: #000000;
}

.u-bdc-gray01 {
  border-color: #d9d9d9;
}

.u-bdc-blue01 {
  border-color: #14398d;
}

.u-bdc-grade01 {
  border-color: linear-gradient(90deg, #199bd2, #4eb9ad 51%, #efd235);
}

.u-bdc-blue02 {
  border-color: #3eadc7;
}

.u-bdc-blue03 {
  border-color: #557aba;
}

.u-bdc-green01 {
  border-color: #4eb9ad;
}

.u-bdc-yellow01 {
  border-color: #efd235;
}

.u-bdc-yellow02 {
  border-color: #d97706;
}

.u-bdc-yellow03 {
  border-color: #fffbeb;
}

.u-bdtc-test {
  border-top-color: rgba(255, 0, 0, 0.25);
}

.u-bdtc-default {
  border-top-color: #333333;
}

.u-bdtc-white-nl {
  border-top-color: #ffffff;
}

.u-bdtc-black-nl {
  border-top-color: #000000;
}

.u-bdtc-gray01 {
  border-top-color: #d9d9d9;
}

.u-bdtc-blue01 {
  border-top-color: #14398d;
}

.u-bdtc-grade01 {
  border-top-color: linear-gradient(90deg, #199bd2, #4eb9ad 51%, #efd235);
}

.u-bdtc-blue02 {
  border-top-color: #3eadc7;
}

.u-bdtc-blue03 {
  border-top-color: #557aba;
}

.u-bdtc-green01 {
  border-top-color: #4eb9ad;
}

.u-bdtc-yellow01 {
  border-top-color: #efd235;
}

.u-bdtc-yellow02 {
  border-top-color: #d97706;
}

.u-bdtc-yellow03 {
  border-top-color: #fffbeb;
}

.u-bdrc-test {
  border-right-color: rgba(255, 0, 0, 0.25);
}

.u-bdrc-default {
  border-right-color: #333333;
}

.u-bdrc-white-nl {
  border-right-color: #ffffff;
}

.u-bdrc-black-nl {
  border-right-color: #000000;
}

.u-bdrc-gray01 {
  border-right-color: #d9d9d9;
}

.u-bdrc-blue01 {
  border-right-color: #14398d;
}

.u-bdrc-grade01 {
  border-right-color: linear-gradient(90deg, #199bd2, #4eb9ad 51%, #efd235);
}

.u-bdrc-blue02 {
  border-right-color: #3eadc7;
}

.u-bdrc-blue03 {
  border-right-color: #557aba;
}

.u-bdrc-green01 {
  border-right-color: #4eb9ad;
}

.u-bdrc-yellow01 {
  border-right-color: #efd235;
}

.u-bdrc-yellow02 {
  border-right-color: #d97706;
}

.u-bdrc-yellow03 {
  border-right-color: #fffbeb;
}

.u-bdbc-test {
  border-bottom-color: rgba(255, 0, 0, 0.25);
}

.u-bdbc-default {
  border-bottom-color: #333333;
}

.u-bdbc-white-nl {
  border-bottom-color: #ffffff;
}

.u-bdbc-black-nl {
  border-bottom-color: #000000;
}

.u-bdbc-gray01 {
  border-bottom-color: #d9d9d9;
}

.u-bdbc-blue01 {
  border-bottom-color: #14398d;
}

.u-bdbc-grade01 {
  border-bottom-color: linear-gradient(90deg, #199bd2, #4eb9ad 51%, #efd235);
}

.u-bdbc-blue02 {
  border-bottom-color: #3eadc7;
}

.u-bdbc-blue03 {
  border-bottom-color: #557aba;
}

.u-bdbc-green01 {
  border-bottom-color: #4eb9ad;
}

.u-bdbc-yellow01 {
  border-bottom-color: #efd235;
}

.u-bdbc-yellow02 {
  border-bottom-color: #d97706;
}

.u-bdbc-yellow03 {
  border-bottom-color: #fffbeb;
}

.u-bdlc-test {
  border-left-color: rgba(255, 0, 0, 0.25);
}

.u-bdlc-default {
  border-left-color: #333333;
}

.u-bdlc-white-nl {
  border-left-color: #ffffff;
}

.u-bdlc-black-nl {
  border-left-color: #000000;
}

.u-bdlc-gray01 {
  border-left-color: #d9d9d9;
}

.u-bdlc-blue01 {
  border-left-color: #14398d;
}

.u-bdlc-grade01 {
  border-left-color: linear-gradient(90deg, #199bd2, #4eb9ad 51%, #efd235);
}

.u-bdlc-blue02 {
  border-left-color: #3eadc7;
}

.u-bdlc-blue03 {
  border-left-color: #557aba;
}

.u-bdlc-green01 {
  border-left-color: #4eb9ad;
}

.u-bdlc-yellow01 {
  border-left-color: #efd235;
}

.u-bdlc-yellow02 {
  border-left-color: #d97706;
}

.u-bdlc-yellow03 {
  border-left-color: #fffbeb;
}

.u-dn-all {
  display: none;
}
@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

.u-mt-0 {
  margin-top: 0rem;
}
.u-mb-0 {
  margin-bottom: 0rem;
}
.u-mr-0 {
  margin-right: 0rem;
}
.u-ml-0 {
  margin-left: 0rem;
}
.u-mt-5 {
  margin-top: 0.5rem;
}
.u-mb-5 {
  margin-bottom: 0.5rem;
}
.u-mr-5 {
  margin-right: 0.5rem;
}
.u-ml-5 {
  margin-left: 0.5rem;
}
.u-mt-10 {
  margin-top: 1rem;
}
.u-mb-10 {
  margin-bottom: 1rem;
}
.u-mr-10 {
  margin-right: 1rem;
}
.u-ml-10 {
  margin-left: 1rem;
}
.u-mt-15 {
  margin-top: 1.5rem;
}
.u-mb-15 {
  margin-bottom: 1.5rem;
}
.u-mr-15 {
  margin-right: 1.5rem;
}
.u-ml-15 {
  margin-left: 1.5rem;
}
.u-mt-20 {
  margin-top: 2rem;
}
.u-mb-20 {
  margin-bottom: 2rem;
}
.u-mr-20 {
  margin-right: 2rem;
}
.u-ml-20 {
  margin-left: 2rem;
}
.u-mt-25 {
  margin-top: 2.5rem;
}
.u-mb-25 {
  margin-bottom: 2.5rem;
}
.u-mr-25 {
  margin-right: 2.5rem;
}
.u-ml-25 {
  margin-left: 2.5rem;
}
.u-mt-30 {
  margin-top: 3rem;
}
.u-mb-30 {
  margin-bottom: 3rem;
}
.u-mr-30 {
  margin-right: 3rem;
}
.u-ml-30 {
  margin-left: 3rem;
}
.u-mt-35 {
  margin-top: 3.5rem;
}
.u-mb-35 {
  margin-bottom: 3.5rem;
}
.u-mr-35 {
  margin-right: 3.5rem;
}
.u-ml-35 {
  margin-left: 3.5rem;
}
.u-mt-40 {
  margin-top: 4rem;
}
.u-mb-40 {
  margin-bottom: 4rem;
}
.u-mr-40 {
  margin-right: 4rem;
}
.u-ml-40 {
  margin-left: 4rem;
}
.u-mt-45 {
  margin-top: 4.5rem;
}
.u-mb-45 {
  margin-bottom: 4.5rem;
}
.u-mr-45 {
  margin-right: 4.5rem;
}
.u-ml-45 {
  margin-left: 4.5rem;
}
.u-mt-50 {
  margin-top: 5rem;
}
.u-mb-50 {
  margin-bottom: 5rem;
}
.u-mr-50 {
  margin-right: 5rem;
}
.u-ml-50 {
  margin-left: 5rem;
}
.u-mt-55 {
  margin-top: 5.5rem;
}
.u-mb-55 {
  margin-bottom: 5.5rem;
}
.u-mr-55 {
  margin-right: 5.5rem;
}
.u-ml-55 {
  margin-left: 5.5rem;
}
.u-mt-60 {
  margin-top: 6rem;
}
.u-mb-60 {
  margin-bottom: 6rem;
}
.u-mr-60 {
  margin-right: 6rem;
}
.u-ml-60 {
  margin-left: 6rem;
}
.u-mt-65 {
  margin-top: 6.5rem;
}
.u-mb-65 {
  margin-bottom: 6.5rem;
}
.u-mr-65 {
  margin-right: 6.5rem;
}
.u-ml-65 {
  margin-left: 6.5rem;
}
.u-mt-70 {
  margin-top: 7rem;
}
.u-mb-70 {
  margin-bottom: 7rem;
}
.u-mr-70 {
  margin-right: 7rem;
}
.u-ml-70 {
  margin-left: 7rem;
}
.u-mt-75 {
  margin-top: 7.5rem;
}
.u-mb-75 {
  margin-bottom: 7.5rem;
}
.u-mr-75 {
  margin-right: 7.5rem;
}
.u-ml-75 {
  margin-left: 7.5rem;
}
.u-mt-80 {
  margin-top: 8rem;
}
.u-mb-80 {
  margin-bottom: 8rem;
}
.u-mr-80 {
  margin-right: 8rem;
}
.u-ml-80 {
  margin-left: 8rem;
}
.u-mt-85 {
  margin-top: 8.5rem;
}
.u-mb-85 {
  margin-bottom: 8.5rem;
}
.u-mr-85 {
  margin-right: 8.5rem;
}
.u-ml-85 {
  margin-left: 8.5rem;
}
.u-mt-90 {
  margin-top: 9rem;
}
.u-mb-90 {
  margin-bottom: 9rem;
}
.u-mr-90 {
  margin-right: 9rem;
}
.u-ml-90 {
  margin-left: 9rem;
}
.u-mt-95 {
  margin-top: 9.5rem;
}
.u-mb-95 {
  margin-bottom: 9.5rem;
}
.u-mr-95 {
  margin-right: 9.5rem;
}
.u-ml-95 {
  margin-left: 9.5rem;
}
.u-mt-100 {
  margin-top: 10rem;
}
.u-mb-100 {
  margin-bottom: 10rem;
}
.u-mr-100 {
  margin-right: 10rem;
}
.u-ml-100 {
  margin-left: 10rem;
}
.u-mt-105 {
  margin-top: 10.5rem;
}
.u-mb-105 {
  margin-bottom: 10.5rem;
}
.u-mr-105 {
  margin-right: 10.5rem;
}
.u-ml-105 {
  margin-left: 10.5rem;
}
.u-mt-110 {
  margin-top: 11rem;
}
.u-mb-110 {
  margin-bottom: 11rem;
}
.u-mr-110 {
  margin-right: 11rem;
}
.u-ml-110 {
  margin-left: 11rem;
}
.u-mt-115 {
  margin-top: 11.5rem;
}
.u-mb-115 {
  margin-bottom: 11.5rem;
}
.u-mr-115 {
  margin-right: 11.5rem;
}
.u-ml-115 {
  margin-left: 11.5rem;
}
.u-mt-120 {
  margin-top: 12rem;
}
.u-mb-120 {
  margin-bottom: 12rem;
}
.u-mr-120 {
  margin-right: 12rem;
}
.u-ml-120 {
  margin-left: 12rem;
}
.u-mt-125 {
  margin-top: 12.5rem;
}
.u-mb-125 {
  margin-bottom: 12.5rem;
}
.u-mr-125 {
  margin-right: 12.5rem;
}
.u-ml-125 {
  margin-left: 12.5rem;
}
.u-mt-130 {
  margin-top: 13rem;
}
.u-mb-130 {
  margin-bottom: 13rem;
}
.u-mr-130 {
  margin-right: 13rem;
}
.u-ml-130 {
  margin-left: 13rem;
}
.u-mt-135 {
  margin-top: 13.5rem;
}
.u-mb-135 {
  margin-bottom: 13.5rem;
}
.u-mr-135 {
  margin-right: 13.5rem;
}
.u-ml-135 {
  margin-left: 13.5rem;
}
.u-mt-140 {
  margin-top: 14rem;
}
.u-mb-140 {
  margin-bottom: 14rem;
}
.u-mr-140 {
  margin-right: 14rem;
}
.u-ml-140 {
  margin-left: 14rem;
}
.u-mt-145 {
  margin-top: 14.5rem;
}
.u-mb-145 {
  margin-bottom: 14.5rem;
}
.u-mr-145 {
  margin-right: 14.5rem;
}
.u-ml-145 {
  margin-left: 14.5rem;
}
.u-mt-150 {
  margin-top: 15rem;
}
.u-mb-150 {
  margin-bottom: 15rem;
}
.u-mr-150 {
  margin-right: 15rem;
}
.u-ml-150 {
  margin-left: 15rem;
}
.u-mt-155 {
  margin-top: 15.5rem;
}
.u-mb-155 {
  margin-bottom: 15.5rem;
}
.u-mr-155 {
  margin-right: 15.5rem;
}
.u-ml-155 {
  margin-left: 15.5rem;
}
.u-mt-160 {
  margin-top: 16rem;
}
.u-mb-160 {
  margin-bottom: 16rem;
}
.u-mr-160 {
  margin-right: 16rem;
}
.u-ml-160 {
  margin-left: 16rem;
}
.u-mt-165 {
  margin-top: 16.5rem;
}
.u-mb-165 {
  margin-bottom: 16.5rem;
}
.u-mr-165 {
  margin-right: 16.5rem;
}
.u-ml-165 {
  margin-left: 16.5rem;
}
.u-mt-170 {
  margin-top: 17rem;
}
.u-mb-170 {
  margin-bottom: 17rem;
}
.u-mr-170 {
  margin-right: 17rem;
}
.u-ml-170 {
  margin-left: 17rem;
}
.u-mt-175 {
  margin-top: 17.5rem;
}
.u-mb-175 {
  margin-bottom: 17.5rem;
}
.u-mr-175 {
  margin-right: 17.5rem;
}
.u-ml-175 {
  margin-left: 17.5rem;
}
.u-mt-180 {
  margin-top: 18rem;
}
.u-mb-180 {
  margin-bottom: 18rem;
}
.u-mr-180 {
  margin-right: 18rem;
}
.u-ml-180 {
  margin-left: 18rem;
}
.u-mt-185 {
  margin-top: 18.5rem;
}
.u-mb-185 {
  margin-bottom: 18.5rem;
}
.u-mr-185 {
  margin-right: 18.5rem;
}
.u-ml-185 {
  margin-left: 18.5rem;
}
.u-mt-190 {
  margin-top: 19rem;
}
.u-mb-190 {
  margin-bottom: 19rem;
}
.u-mr-190 {
  margin-right: 19rem;
}
.u-ml-190 {
  margin-left: 19rem;
}
.u-mt-195 {
  margin-top: 19.5rem;
}
.u-mb-195 {
  margin-bottom: 19.5rem;
}
.u-mr-195 {
  margin-right: 19.5rem;
}
.u-ml-195 {
  margin-left: 19.5rem;
}
.u-mt-200 {
  margin-top: 20rem;
}
.u-mb-200 {
  margin-bottom: 20rem;
}
.u-mr-200 {
  margin-right: 20rem;
}
.u-ml-200 {
  margin-left: 20rem;
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-0 {
    margin-top: 0rem;
  }
  .u-mb-pc-0 {
    margin-bottom: 0rem;
  }
  .u-mr-pc-0 {
    margin-right: 0rem;
  }
  .u-ml-pc-0 {
    margin-left: 0rem;
  }
}
@media print {
  .u-mt-pc-0 {
    margin-top: 0rem;
  }
  .u-mb-pc-0 {
    margin-bottom: 0rem;
  }
  .u-mr-pc-0 {
    margin-right: 0rem;
  }
  .u-ml-pc-0 {
    margin-left: 0rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-5 {
    margin-top: 0.5rem;
  }
  .u-mb-pc-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-pc-5 {
    margin-right: 0.5rem;
  }
  .u-ml-pc-5 {
    margin-left: 0.5rem;
  }
}
@media print {
  .u-mt-pc-5 {
    margin-top: 0.5rem;
  }
  .u-mb-pc-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-pc-5 {
    margin-right: 0.5rem;
  }
  .u-ml-pc-5 {
    margin-left: 0.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-10 {
    margin-top: 1rem;
  }
  .u-mb-pc-10 {
    margin-bottom: 1rem;
  }
  .u-mr-pc-10 {
    margin-right: 1rem;
  }
  .u-ml-pc-10 {
    margin-left: 1rem;
  }
}
@media print {
  .u-mt-pc-10 {
    margin-top: 1rem;
  }
  .u-mb-pc-10 {
    margin-bottom: 1rem;
  }
  .u-mr-pc-10 {
    margin-right: 1rem;
  }
  .u-ml-pc-10 {
    margin-left: 1rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-15 {
    margin-top: 1.5rem;
  }
  .u-mb-pc-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-pc-15 {
    margin-right: 1.5rem;
  }
  .u-ml-pc-15 {
    margin-left: 1.5rem;
  }
}
@media print {
  .u-mt-pc-15 {
    margin-top: 1.5rem;
  }
  .u-mb-pc-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-pc-15 {
    margin-right: 1.5rem;
  }
  .u-ml-pc-15 {
    margin-left: 1.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-20 {
    margin-top: 2rem;
  }
  .u-mb-pc-20 {
    margin-bottom: 2rem;
  }
  .u-mr-pc-20 {
    margin-right: 2rem;
  }
  .u-ml-pc-20 {
    margin-left: 2rem;
  }
}
@media print {
  .u-mt-pc-20 {
    margin-top: 2rem;
  }
  .u-mb-pc-20 {
    margin-bottom: 2rem;
  }
  .u-mr-pc-20 {
    margin-right: 2rem;
  }
  .u-ml-pc-20 {
    margin-left: 2rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-25 {
    margin-top: 2.5rem;
  }
  .u-mb-pc-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-pc-25 {
    margin-right: 2.5rem;
  }
  .u-ml-pc-25 {
    margin-left: 2.5rem;
  }
}
@media print {
  .u-mt-pc-25 {
    margin-top: 2.5rem;
  }
  .u-mb-pc-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-pc-25 {
    margin-right: 2.5rem;
  }
  .u-ml-pc-25 {
    margin-left: 2.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-30 {
    margin-top: 3rem;
  }
  .u-mb-pc-30 {
    margin-bottom: 3rem;
  }
  .u-mr-pc-30 {
    margin-right: 3rem;
  }
  .u-ml-pc-30 {
    margin-left: 3rem;
  }
}
@media print {
  .u-mt-pc-30 {
    margin-top: 3rem;
  }
  .u-mb-pc-30 {
    margin-bottom: 3rem;
  }
  .u-mr-pc-30 {
    margin-right: 3rem;
  }
  .u-ml-pc-30 {
    margin-left: 3rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-35 {
    margin-top: 3.5rem;
  }
  .u-mb-pc-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-pc-35 {
    margin-right: 3.5rem;
  }
  .u-ml-pc-35 {
    margin-left: 3.5rem;
  }
}
@media print {
  .u-mt-pc-35 {
    margin-top: 3.5rem;
  }
  .u-mb-pc-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-pc-35 {
    margin-right: 3.5rem;
  }
  .u-ml-pc-35 {
    margin-left: 3.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-40 {
    margin-top: 4rem;
  }
  .u-mb-pc-40 {
    margin-bottom: 4rem;
  }
  .u-mr-pc-40 {
    margin-right: 4rem;
  }
  .u-ml-pc-40 {
    margin-left: 4rem;
  }
}
@media print {
  .u-mt-pc-40 {
    margin-top: 4rem;
  }
  .u-mb-pc-40 {
    margin-bottom: 4rem;
  }
  .u-mr-pc-40 {
    margin-right: 4rem;
  }
  .u-ml-pc-40 {
    margin-left: 4rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-45 {
    margin-top: 4.5rem;
  }
  .u-mb-pc-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-pc-45 {
    margin-right: 4.5rem;
  }
  .u-ml-pc-45 {
    margin-left: 4.5rem;
  }
}
@media print {
  .u-mt-pc-45 {
    margin-top: 4.5rem;
  }
  .u-mb-pc-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-pc-45 {
    margin-right: 4.5rem;
  }
  .u-ml-pc-45 {
    margin-left: 4.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-50 {
    margin-top: 5rem;
  }
  .u-mb-pc-50 {
    margin-bottom: 5rem;
  }
  .u-mr-pc-50 {
    margin-right: 5rem;
  }
  .u-ml-pc-50 {
    margin-left: 5rem;
  }
}
@media print {
  .u-mt-pc-50 {
    margin-top: 5rem;
  }
  .u-mb-pc-50 {
    margin-bottom: 5rem;
  }
  .u-mr-pc-50 {
    margin-right: 5rem;
  }
  .u-ml-pc-50 {
    margin-left: 5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-55 {
    margin-top: 5.5rem;
  }
  .u-mb-pc-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-pc-55 {
    margin-right: 5.5rem;
  }
  .u-ml-pc-55 {
    margin-left: 5.5rem;
  }
}
@media print {
  .u-mt-pc-55 {
    margin-top: 5.5rem;
  }
  .u-mb-pc-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-pc-55 {
    margin-right: 5.5rem;
  }
  .u-ml-pc-55 {
    margin-left: 5.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-60 {
    margin-top: 6rem;
  }
  .u-mb-pc-60 {
    margin-bottom: 6rem;
  }
  .u-mr-pc-60 {
    margin-right: 6rem;
  }
  .u-ml-pc-60 {
    margin-left: 6rem;
  }
}
@media print {
  .u-mt-pc-60 {
    margin-top: 6rem;
  }
  .u-mb-pc-60 {
    margin-bottom: 6rem;
  }
  .u-mr-pc-60 {
    margin-right: 6rem;
  }
  .u-ml-pc-60 {
    margin-left: 6rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-65 {
    margin-top: 6.5rem;
  }
  .u-mb-pc-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-pc-65 {
    margin-right: 6.5rem;
  }
  .u-ml-pc-65 {
    margin-left: 6.5rem;
  }
}
@media print {
  .u-mt-pc-65 {
    margin-top: 6.5rem;
  }
  .u-mb-pc-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-pc-65 {
    margin-right: 6.5rem;
  }
  .u-ml-pc-65 {
    margin-left: 6.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-70 {
    margin-top: 7rem;
  }
  .u-mb-pc-70 {
    margin-bottom: 7rem;
  }
  .u-mr-pc-70 {
    margin-right: 7rem;
  }
  .u-ml-pc-70 {
    margin-left: 7rem;
  }
}
@media print {
  .u-mt-pc-70 {
    margin-top: 7rem;
  }
  .u-mb-pc-70 {
    margin-bottom: 7rem;
  }
  .u-mr-pc-70 {
    margin-right: 7rem;
  }
  .u-ml-pc-70 {
    margin-left: 7rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-75 {
    margin-top: 7.5rem;
  }
  .u-mb-pc-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-pc-75 {
    margin-right: 7.5rem;
  }
  .u-ml-pc-75 {
    margin-left: 7.5rem;
  }
}
@media print {
  .u-mt-pc-75 {
    margin-top: 7.5rem;
  }
  .u-mb-pc-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-pc-75 {
    margin-right: 7.5rem;
  }
  .u-ml-pc-75 {
    margin-left: 7.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-80 {
    margin-top: 8rem;
  }
  .u-mb-pc-80 {
    margin-bottom: 8rem;
  }
  .u-mr-pc-80 {
    margin-right: 8rem;
  }
  .u-ml-pc-80 {
    margin-left: 8rem;
  }
}
@media print {
  .u-mt-pc-80 {
    margin-top: 8rem;
  }
  .u-mb-pc-80 {
    margin-bottom: 8rem;
  }
  .u-mr-pc-80 {
    margin-right: 8rem;
  }
  .u-ml-pc-80 {
    margin-left: 8rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-85 {
    margin-top: 8.5rem;
  }
  .u-mb-pc-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-pc-85 {
    margin-right: 8.5rem;
  }
  .u-ml-pc-85 {
    margin-left: 8.5rem;
  }
}
@media print {
  .u-mt-pc-85 {
    margin-top: 8.5rem;
  }
  .u-mb-pc-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-pc-85 {
    margin-right: 8.5rem;
  }
  .u-ml-pc-85 {
    margin-left: 8.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-90 {
    margin-top: 9rem;
  }
  .u-mb-pc-90 {
    margin-bottom: 9rem;
  }
  .u-mr-pc-90 {
    margin-right: 9rem;
  }
  .u-ml-pc-90 {
    margin-left: 9rem;
  }
}
@media print {
  .u-mt-pc-90 {
    margin-top: 9rem;
  }
  .u-mb-pc-90 {
    margin-bottom: 9rem;
  }
  .u-mr-pc-90 {
    margin-right: 9rem;
  }
  .u-ml-pc-90 {
    margin-left: 9rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-95 {
    margin-top: 9.5rem;
  }
  .u-mb-pc-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-pc-95 {
    margin-right: 9.5rem;
  }
  .u-ml-pc-95 {
    margin-left: 9.5rem;
  }
}
@media print {
  .u-mt-pc-95 {
    margin-top: 9.5rem;
  }
  .u-mb-pc-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-pc-95 {
    margin-right: 9.5rem;
  }
  .u-ml-pc-95 {
    margin-left: 9.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-100 {
    margin-top: 10rem;
  }
  .u-mb-pc-100 {
    margin-bottom: 10rem;
  }
  .u-mr-pc-100 {
    margin-right: 10rem;
  }
  .u-ml-pc-100 {
    margin-left: 10rem;
  }
}
@media print {
  .u-mt-pc-100 {
    margin-top: 10rem;
  }
  .u-mb-pc-100 {
    margin-bottom: 10rem;
  }
  .u-mr-pc-100 {
    margin-right: 10rem;
  }
  .u-ml-pc-100 {
    margin-left: 10rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-105 {
    margin-top: 10.5rem;
  }
  .u-mb-pc-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-pc-105 {
    margin-right: 10.5rem;
  }
  .u-ml-pc-105 {
    margin-left: 10.5rem;
  }
}
@media print {
  .u-mt-pc-105 {
    margin-top: 10.5rem;
  }
  .u-mb-pc-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-pc-105 {
    margin-right: 10.5rem;
  }
  .u-ml-pc-105 {
    margin-left: 10.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-110 {
    margin-top: 11rem;
  }
  .u-mb-pc-110 {
    margin-bottom: 11rem;
  }
  .u-mr-pc-110 {
    margin-right: 11rem;
  }
  .u-ml-pc-110 {
    margin-left: 11rem;
  }
}
@media print {
  .u-mt-pc-110 {
    margin-top: 11rem;
  }
  .u-mb-pc-110 {
    margin-bottom: 11rem;
  }
  .u-mr-pc-110 {
    margin-right: 11rem;
  }
  .u-ml-pc-110 {
    margin-left: 11rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-115 {
    margin-top: 11.5rem;
  }
  .u-mb-pc-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-pc-115 {
    margin-right: 11.5rem;
  }
  .u-ml-pc-115 {
    margin-left: 11.5rem;
  }
}
@media print {
  .u-mt-pc-115 {
    margin-top: 11.5rem;
  }
  .u-mb-pc-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-pc-115 {
    margin-right: 11.5rem;
  }
  .u-ml-pc-115 {
    margin-left: 11.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-120 {
    margin-top: 12rem;
  }
  .u-mb-pc-120 {
    margin-bottom: 12rem;
  }
  .u-mr-pc-120 {
    margin-right: 12rem;
  }
  .u-ml-pc-120 {
    margin-left: 12rem;
  }
}
@media print {
  .u-mt-pc-120 {
    margin-top: 12rem;
  }
  .u-mb-pc-120 {
    margin-bottom: 12rem;
  }
  .u-mr-pc-120 {
    margin-right: 12rem;
  }
  .u-ml-pc-120 {
    margin-left: 12rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-125 {
    margin-top: 12.5rem;
  }
  .u-mb-pc-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-pc-125 {
    margin-right: 12.5rem;
  }
  .u-ml-pc-125 {
    margin-left: 12.5rem;
  }
}
@media print {
  .u-mt-pc-125 {
    margin-top: 12.5rem;
  }
  .u-mb-pc-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-pc-125 {
    margin-right: 12.5rem;
  }
  .u-ml-pc-125 {
    margin-left: 12.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-130 {
    margin-top: 13rem;
  }
  .u-mb-pc-130 {
    margin-bottom: 13rem;
  }
  .u-mr-pc-130 {
    margin-right: 13rem;
  }
  .u-ml-pc-130 {
    margin-left: 13rem;
  }
}
@media print {
  .u-mt-pc-130 {
    margin-top: 13rem;
  }
  .u-mb-pc-130 {
    margin-bottom: 13rem;
  }
  .u-mr-pc-130 {
    margin-right: 13rem;
  }
  .u-ml-pc-130 {
    margin-left: 13rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-135 {
    margin-top: 13.5rem;
  }
  .u-mb-pc-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-pc-135 {
    margin-right: 13.5rem;
  }
  .u-ml-pc-135 {
    margin-left: 13.5rem;
  }
}
@media print {
  .u-mt-pc-135 {
    margin-top: 13.5rem;
  }
  .u-mb-pc-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-pc-135 {
    margin-right: 13.5rem;
  }
  .u-ml-pc-135 {
    margin-left: 13.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-140 {
    margin-top: 14rem;
  }
  .u-mb-pc-140 {
    margin-bottom: 14rem;
  }
  .u-mr-pc-140 {
    margin-right: 14rem;
  }
  .u-ml-pc-140 {
    margin-left: 14rem;
  }
}
@media print {
  .u-mt-pc-140 {
    margin-top: 14rem;
  }
  .u-mb-pc-140 {
    margin-bottom: 14rem;
  }
  .u-mr-pc-140 {
    margin-right: 14rem;
  }
  .u-ml-pc-140 {
    margin-left: 14rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-145 {
    margin-top: 14.5rem;
  }
  .u-mb-pc-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-pc-145 {
    margin-right: 14.5rem;
  }
  .u-ml-pc-145 {
    margin-left: 14.5rem;
  }
}
@media print {
  .u-mt-pc-145 {
    margin-top: 14.5rem;
  }
  .u-mb-pc-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-pc-145 {
    margin-right: 14.5rem;
  }
  .u-ml-pc-145 {
    margin-left: 14.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-150 {
    margin-top: 15rem;
  }
  .u-mb-pc-150 {
    margin-bottom: 15rem;
  }
  .u-mr-pc-150 {
    margin-right: 15rem;
  }
  .u-ml-pc-150 {
    margin-left: 15rem;
  }
}
@media print {
  .u-mt-pc-150 {
    margin-top: 15rem;
  }
  .u-mb-pc-150 {
    margin-bottom: 15rem;
  }
  .u-mr-pc-150 {
    margin-right: 15rem;
  }
  .u-ml-pc-150 {
    margin-left: 15rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-155 {
    margin-top: 15.5rem;
  }
  .u-mb-pc-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-pc-155 {
    margin-right: 15.5rem;
  }
  .u-ml-pc-155 {
    margin-left: 15.5rem;
  }
}
@media print {
  .u-mt-pc-155 {
    margin-top: 15.5rem;
  }
  .u-mb-pc-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-pc-155 {
    margin-right: 15.5rem;
  }
  .u-ml-pc-155 {
    margin-left: 15.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-160 {
    margin-top: 16rem;
  }
  .u-mb-pc-160 {
    margin-bottom: 16rem;
  }
  .u-mr-pc-160 {
    margin-right: 16rem;
  }
  .u-ml-pc-160 {
    margin-left: 16rem;
  }
}
@media print {
  .u-mt-pc-160 {
    margin-top: 16rem;
  }
  .u-mb-pc-160 {
    margin-bottom: 16rem;
  }
  .u-mr-pc-160 {
    margin-right: 16rem;
  }
  .u-ml-pc-160 {
    margin-left: 16rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-165 {
    margin-top: 16.5rem;
  }
  .u-mb-pc-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-pc-165 {
    margin-right: 16.5rem;
  }
  .u-ml-pc-165 {
    margin-left: 16.5rem;
  }
}
@media print {
  .u-mt-pc-165 {
    margin-top: 16.5rem;
  }
  .u-mb-pc-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-pc-165 {
    margin-right: 16.5rem;
  }
  .u-ml-pc-165 {
    margin-left: 16.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-170 {
    margin-top: 17rem;
  }
  .u-mb-pc-170 {
    margin-bottom: 17rem;
  }
  .u-mr-pc-170 {
    margin-right: 17rem;
  }
  .u-ml-pc-170 {
    margin-left: 17rem;
  }
}
@media print {
  .u-mt-pc-170 {
    margin-top: 17rem;
  }
  .u-mb-pc-170 {
    margin-bottom: 17rem;
  }
  .u-mr-pc-170 {
    margin-right: 17rem;
  }
  .u-ml-pc-170 {
    margin-left: 17rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-175 {
    margin-top: 17.5rem;
  }
  .u-mb-pc-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-pc-175 {
    margin-right: 17.5rem;
  }
  .u-ml-pc-175 {
    margin-left: 17.5rem;
  }
}
@media print {
  .u-mt-pc-175 {
    margin-top: 17.5rem;
  }
  .u-mb-pc-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-pc-175 {
    margin-right: 17.5rem;
  }
  .u-ml-pc-175 {
    margin-left: 17.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-180 {
    margin-top: 18rem;
  }
  .u-mb-pc-180 {
    margin-bottom: 18rem;
  }
  .u-mr-pc-180 {
    margin-right: 18rem;
  }
  .u-ml-pc-180 {
    margin-left: 18rem;
  }
}
@media print {
  .u-mt-pc-180 {
    margin-top: 18rem;
  }
  .u-mb-pc-180 {
    margin-bottom: 18rem;
  }
  .u-mr-pc-180 {
    margin-right: 18rem;
  }
  .u-ml-pc-180 {
    margin-left: 18rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-185 {
    margin-top: 18.5rem;
  }
  .u-mb-pc-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-pc-185 {
    margin-right: 18.5rem;
  }
  .u-ml-pc-185 {
    margin-left: 18.5rem;
  }
}
@media print {
  .u-mt-pc-185 {
    margin-top: 18.5rem;
  }
  .u-mb-pc-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-pc-185 {
    margin-right: 18.5rem;
  }
  .u-ml-pc-185 {
    margin-left: 18.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-190 {
    margin-top: 19rem;
  }
  .u-mb-pc-190 {
    margin-bottom: 19rem;
  }
  .u-mr-pc-190 {
    margin-right: 19rem;
  }
  .u-ml-pc-190 {
    margin-left: 19rem;
  }
}
@media print {
  .u-mt-pc-190 {
    margin-top: 19rem;
  }
  .u-mb-pc-190 {
    margin-bottom: 19rem;
  }
  .u-mr-pc-190 {
    margin-right: 19rem;
  }
  .u-ml-pc-190 {
    margin-left: 19rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-195 {
    margin-top: 19.5rem;
  }
  .u-mb-pc-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-pc-195 {
    margin-right: 19.5rem;
  }
  .u-ml-pc-195 {
    margin-left: 19.5rem;
  }
}
@media print {
  .u-mt-pc-195 {
    margin-top: 19.5rem;
  }
  .u-mb-pc-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-pc-195 {
    margin-right: 19.5rem;
  }
  .u-ml-pc-195 {
    margin-left: 19.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-200 {
    margin-top: 20rem;
  }
  .u-mb-pc-200 {
    margin-bottom: 20rem;
  }
  .u-mr-pc-200 {
    margin-right: 20rem;
  }
  .u-ml-pc-200 {
    margin-left: 20rem;
  }
}
@media print {
  .u-mt-pc-200 {
    margin-top: 20rem;
  }
  .u-mb-pc-200 {
    margin-bottom: 20rem;
  }
  .u-mr-pc-200 {
    margin-right: 20rem;
  }
  .u-ml-pc-200 {
    margin-left: 20rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-0 {
    margin-top: 0rem;
  }
  .u-mb-tb-0 {
    margin-bottom: 0rem;
  }
  .u-mr-tb-0 {
    margin-right: 0rem;
  }
  .u-ml-tb-0 {
    margin-left: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-5 {
    margin-top: 0.5rem;
  }
  .u-mb-tb-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-tb-5 {
    margin-right: 0.5rem;
  }
  .u-ml-tb-5 {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-10 {
    margin-top: 1rem;
  }
  .u-mb-tb-10 {
    margin-bottom: 1rem;
  }
  .u-mr-tb-10 {
    margin-right: 1rem;
  }
  .u-ml-tb-10 {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-15 {
    margin-top: 1.5rem;
  }
  .u-mb-tb-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-tb-15 {
    margin-right: 1.5rem;
  }
  .u-ml-tb-15 {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-20 {
    margin-top: 2rem;
  }
  .u-mb-tb-20 {
    margin-bottom: 2rem;
  }
  .u-mr-tb-20 {
    margin-right: 2rem;
  }
  .u-ml-tb-20 {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-25 {
    margin-top: 2.5rem;
  }
  .u-mb-tb-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-tb-25 {
    margin-right: 2.5rem;
  }
  .u-ml-tb-25 {
    margin-left: 2.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-30 {
    margin-top: 3rem;
  }
  .u-mb-tb-30 {
    margin-bottom: 3rem;
  }
  .u-mr-tb-30 {
    margin-right: 3rem;
  }
  .u-ml-tb-30 {
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-35 {
    margin-top: 3.5rem;
  }
  .u-mb-tb-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-tb-35 {
    margin-right: 3.5rem;
  }
  .u-ml-tb-35 {
    margin-left: 3.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-40 {
    margin-top: 4rem;
  }
  .u-mb-tb-40 {
    margin-bottom: 4rem;
  }
  .u-mr-tb-40 {
    margin-right: 4rem;
  }
  .u-ml-tb-40 {
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-45 {
    margin-top: 4.5rem;
  }
  .u-mb-tb-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-tb-45 {
    margin-right: 4.5rem;
  }
  .u-ml-tb-45 {
    margin-left: 4.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-50 {
    margin-top: 5rem;
  }
  .u-mb-tb-50 {
    margin-bottom: 5rem;
  }
  .u-mr-tb-50 {
    margin-right: 5rem;
  }
  .u-ml-tb-50 {
    margin-left: 5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-55 {
    margin-top: 5.5rem;
  }
  .u-mb-tb-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-tb-55 {
    margin-right: 5.5rem;
  }
  .u-ml-tb-55 {
    margin-left: 5.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-60 {
    margin-top: 6rem;
  }
  .u-mb-tb-60 {
    margin-bottom: 6rem;
  }
  .u-mr-tb-60 {
    margin-right: 6rem;
  }
  .u-ml-tb-60 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-65 {
    margin-top: 6.5rem;
  }
  .u-mb-tb-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-tb-65 {
    margin-right: 6.5rem;
  }
  .u-ml-tb-65 {
    margin-left: 6.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-70 {
    margin-top: 7rem;
  }
  .u-mb-tb-70 {
    margin-bottom: 7rem;
  }
  .u-mr-tb-70 {
    margin-right: 7rem;
  }
  .u-ml-tb-70 {
    margin-left: 7rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-75 {
    margin-top: 7.5rem;
  }
  .u-mb-tb-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-tb-75 {
    margin-right: 7.5rem;
  }
  .u-ml-tb-75 {
    margin-left: 7.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-80 {
    margin-top: 8rem;
  }
  .u-mb-tb-80 {
    margin-bottom: 8rem;
  }
  .u-mr-tb-80 {
    margin-right: 8rem;
  }
  .u-ml-tb-80 {
    margin-left: 8rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-85 {
    margin-top: 8.5rem;
  }
  .u-mb-tb-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-tb-85 {
    margin-right: 8.5rem;
  }
  .u-ml-tb-85 {
    margin-left: 8.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-90 {
    margin-top: 9rem;
  }
  .u-mb-tb-90 {
    margin-bottom: 9rem;
  }
  .u-mr-tb-90 {
    margin-right: 9rem;
  }
  .u-ml-tb-90 {
    margin-left: 9rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-95 {
    margin-top: 9.5rem;
  }
  .u-mb-tb-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-tb-95 {
    margin-right: 9.5rem;
  }
  .u-ml-tb-95 {
    margin-left: 9.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-100 {
    margin-top: 10rem;
  }
  .u-mb-tb-100 {
    margin-bottom: 10rem;
  }
  .u-mr-tb-100 {
    margin-right: 10rem;
  }
  .u-ml-tb-100 {
    margin-left: 10rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-105 {
    margin-top: 10.5rem;
  }
  .u-mb-tb-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-tb-105 {
    margin-right: 10.5rem;
  }
  .u-ml-tb-105 {
    margin-left: 10.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-110 {
    margin-top: 11rem;
  }
  .u-mb-tb-110 {
    margin-bottom: 11rem;
  }
  .u-mr-tb-110 {
    margin-right: 11rem;
  }
  .u-ml-tb-110 {
    margin-left: 11rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-115 {
    margin-top: 11.5rem;
  }
  .u-mb-tb-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-tb-115 {
    margin-right: 11.5rem;
  }
  .u-ml-tb-115 {
    margin-left: 11.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-120 {
    margin-top: 12rem;
  }
  .u-mb-tb-120 {
    margin-bottom: 12rem;
  }
  .u-mr-tb-120 {
    margin-right: 12rem;
  }
  .u-ml-tb-120 {
    margin-left: 12rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-125 {
    margin-top: 12.5rem;
  }
  .u-mb-tb-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-tb-125 {
    margin-right: 12.5rem;
  }
  .u-ml-tb-125 {
    margin-left: 12.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-130 {
    margin-top: 13rem;
  }
  .u-mb-tb-130 {
    margin-bottom: 13rem;
  }
  .u-mr-tb-130 {
    margin-right: 13rem;
  }
  .u-ml-tb-130 {
    margin-left: 13rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-135 {
    margin-top: 13.5rem;
  }
  .u-mb-tb-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-tb-135 {
    margin-right: 13.5rem;
  }
  .u-ml-tb-135 {
    margin-left: 13.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-140 {
    margin-top: 14rem;
  }
  .u-mb-tb-140 {
    margin-bottom: 14rem;
  }
  .u-mr-tb-140 {
    margin-right: 14rem;
  }
  .u-ml-tb-140 {
    margin-left: 14rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-145 {
    margin-top: 14.5rem;
  }
  .u-mb-tb-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-tb-145 {
    margin-right: 14.5rem;
  }
  .u-ml-tb-145 {
    margin-left: 14.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-150 {
    margin-top: 15rem;
  }
  .u-mb-tb-150 {
    margin-bottom: 15rem;
  }
  .u-mr-tb-150 {
    margin-right: 15rem;
  }
  .u-ml-tb-150 {
    margin-left: 15rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-155 {
    margin-top: 15.5rem;
  }
  .u-mb-tb-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-tb-155 {
    margin-right: 15.5rem;
  }
  .u-ml-tb-155 {
    margin-left: 15.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-160 {
    margin-top: 16rem;
  }
  .u-mb-tb-160 {
    margin-bottom: 16rem;
  }
  .u-mr-tb-160 {
    margin-right: 16rem;
  }
  .u-ml-tb-160 {
    margin-left: 16rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-165 {
    margin-top: 16.5rem;
  }
  .u-mb-tb-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-tb-165 {
    margin-right: 16.5rem;
  }
  .u-ml-tb-165 {
    margin-left: 16.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-170 {
    margin-top: 17rem;
  }
  .u-mb-tb-170 {
    margin-bottom: 17rem;
  }
  .u-mr-tb-170 {
    margin-right: 17rem;
  }
  .u-ml-tb-170 {
    margin-left: 17rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-175 {
    margin-top: 17.5rem;
  }
  .u-mb-tb-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-tb-175 {
    margin-right: 17.5rem;
  }
  .u-ml-tb-175 {
    margin-left: 17.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-180 {
    margin-top: 18rem;
  }
  .u-mb-tb-180 {
    margin-bottom: 18rem;
  }
  .u-mr-tb-180 {
    margin-right: 18rem;
  }
  .u-ml-tb-180 {
    margin-left: 18rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-185 {
    margin-top: 18.5rem;
  }
  .u-mb-tb-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-tb-185 {
    margin-right: 18.5rem;
  }
  .u-ml-tb-185 {
    margin-left: 18.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-190 {
    margin-top: 19rem;
  }
  .u-mb-tb-190 {
    margin-bottom: 19rem;
  }
  .u-mr-tb-190 {
    margin-right: 19rem;
  }
  .u-ml-tb-190 {
    margin-left: 19rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-195 {
    margin-top: 19.5rem;
  }
  .u-mb-tb-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-tb-195 {
    margin-right: 19.5rem;
  }
  .u-ml-tb-195 {
    margin-left: 19.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-200 {
    margin-top: 20rem;
  }
  .u-mb-tb-200 {
    margin-bottom: 20rem;
  }
  .u-mr-tb-200 {
    margin-right: 20rem;
  }
  .u-ml-tb-200 {
    margin-left: 20rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-0 {
    margin-top: 0vw;
  }
  .u-mb-sp-0 {
    margin-bottom: 0vw;
  }
  .u-mr-sp-0 {
    margin-right: 0vw;
  }
  .u-ml-sp-0 {
    margin-left: 0vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-5 {
    margin-top: 1.3333333333vw;
  }
  .u-mb-sp-5 {
    margin-bottom: 1.3333333333vw;
  }
  .u-mr-sp-5 {
    margin-right: 1.3333333333vw;
  }
  .u-ml-sp-5 {
    margin-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-10 {
    margin-top: 2.6666666667vw;
  }
  .u-mb-sp-10 {
    margin-bottom: 2.6666666667vw;
  }
  .u-mr-sp-10 {
    margin-right: 2.6666666667vw;
  }
  .u-ml-sp-10 {
    margin-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-15 {
    margin-top: 4vw;
  }
  .u-mb-sp-15 {
    margin-bottom: 4vw;
  }
  .u-mr-sp-15 {
    margin-right: 4vw;
  }
  .u-ml-sp-15 {
    margin-left: 4vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-20 {
    margin-top: 5.3333333333vw;
  }
  .u-mb-sp-20 {
    margin-bottom: 5.3333333333vw;
  }
  .u-mr-sp-20 {
    margin-right: 5.3333333333vw;
  }
  .u-ml-sp-20 {
    margin-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-25 {
    margin-top: 6.6666666667vw;
  }
  .u-mb-sp-25 {
    margin-bottom: 6.6666666667vw;
  }
  .u-mr-sp-25 {
    margin-right: 6.6666666667vw;
  }
  .u-ml-sp-25 {
    margin-left: 6.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-30 {
    margin-top: 8vw;
  }
  .u-mb-sp-30 {
    margin-bottom: 8vw;
  }
  .u-mr-sp-30 {
    margin-right: 8vw;
  }
  .u-ml-sp-30 {
    margin-left: 8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-35 {
    margin-top: 9.3333333333vw;
  }
  .u-mb-sp-35 {
    margin-bottom: 9.3333333333vw;
  }
  .u-mr-sp-35 {
    margin-right: 9.3333333333vw;
  }
  .u-ml-sp-35 {
    margin-left: 9.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-40 {
    margin-top: 10.6666666667vw;
  }
  .u-mb-sp-40 {
    margin-bottom: 10.6666666667vw;
  }
  .u-mr-sp-40 {
    margin-right: 10.6666666667vw;
  }
  .u-ml-sp-40 {
    margin-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-45 {
    margin-top: 12vw;
  }
  .u-mb-sp-45 {
    margin-bottom: 12vw;
  }
  .u-mr-sp-45 {
    margin-right: 12vw;
  }
  .u-ml-sp-45 {
    margin-left: 12vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-50 {
    margin-top: 13.3333333333vw;
  }
  .u-mb-sp-50 {
    margin-bottom: 13.3333333333vw;
  }
  .u-mr-sp-50 {
    margin-right: 13.3333333333vw;
  }
  .u-ml-sp-50 {
    margin-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-55 {
    margin-top: 14.6666666667vw;
  }
  .u-mb-sp-55 {
    margin-bottom: 14.6666666667vw;
  }
  .u-mr-sp-55 {
    margin-right: 14.6666666667vw;
  }
  .u-ml-sp-55 {
    margin-left: 14.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-60 {
    margin-top: 16vw;
  }
  .u-mb-sp-60 {
    margin-bottom: 16vw;
  }
  .u-mr-sp-60 {
    margin-right: 16vw;
  }
  .u-ml-sp-60 {
    margin-left: 16vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-65 {
    margin-top: 17.3333333333vw;
  }
  .u-mb-sp-65 {
    margin-bottom: 17.3333333333vw;
  }
  .u-mr-sp-65 {
    margin-right: 17.3333333333vw;
  }
  .u-ml-sp-65 {
    margin-left: 17.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-70 {
    margin-top: 18.6666666667vw;
  }
  .u-mb-sp-70 {
    margin-bottom: 18.6666666667vw;
  }
  .u-mr-sp-70 {
    margin-right: 18.6666666667vw;
  }
  .u-ml-sp-70 {
    margin-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-75 {
    margin-top: 20vw;
  }
  .u-mb-sp-75 {
    margin-bottom: 20vw;
  }
  .u-mr-sp-75 {
    margin-right: 20vw;
  }
  .u-ml-sp-75 {
    margin-left: 20vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-80 {
    margin-top: 21.3333333333vw;
  }
  .u-mb-sp-80 {
    margin-bottom: 21.3333333333vw;
  }
  .u-mr-sp-80 {
    margin-right: 21.3333333333vw;
  }
  .u-ml-sp-80 {
    margin-left: 21.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-85 {
    margin-top: 22.6666666667vw;
  }
  .u-mb-sp-85 {
    margin-bottom: 22.6666666667vw;
  }
  .u-mr-sp-85 {
    margin-right: 22.6666666667vw;
  }
  .u-ml-sp-85 {
    margin-left: 22.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-90 {
    margin-top: 24vw;
  }
  .u-mb-sp-90 {
    margin-bottom: 24vw;
  }
  .u-mr-sp-90 {
    margin-right: 24vw;
  }
  .u-ml-sp-90 {
    margin-left: 24vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-95 {
    margin-top: 25.3333333333vw;
  }
  .u-mb-sp-95 {
    margin-bottom: 25.3333333333vw;
  }
  .u-mr-sp-95 {
    margin-right: 25.3333333333vw;
  }
  .u-ml-sp-95 {
    margin-left: 25.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-100 {
    margin-top: 26.6666666667vw;
  }
  .u-mb-sp-100 {
    margin-bottom: 26.6666666667vw;
  }
  .u-mr-sp-100 {
    margin-right: 26.6666666667vw;
  }
  .u-ml-sp-100 {
    margin-left: 26.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-105 {
    margin-top: 28vw;
  }
  .u-mb-sp-105 {
    margin-bottom: 28vw;
  }
  .u-mr-sp-105 {
    margin-right: 28vw;
  }
  .u-ml-sp-105 {
    margin-left: 28vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-110 {
    margin-top: 29.3333333333vw;
  }
  .u-mb-sp-110 {
    margin-bottom: 29.3333333333vw;
  }
  .u-mr-sp-110 {
    margin-right: 29.3333333333vw;
  }
  .u-ml-sp-110 {
    margin-left: 29.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-115 {
    margin-top: 30.6666666667vw;
  }
  .u-mb-sp-115 {
    margin-bottom: 30.6666666667vw;
  }
  .u-mr-sp-115 {
    margin-right: 30.6666666667vw;
  }
  .u-ml-sp-115 {
    margin-left: 30.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-120 {
    margin-top: 32vw;
  }
  .u-mb-sp-120 {
    margin-bottom: 32vw;
  }
  .u-mr-sp-120 {
    margin-right: 32vw;
  }
  .u-ml-sp-120 {
    margin-left: 32vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-125 {
    margin-top: 33.3333333333vw;
  }
  .u-mb-sp-125 {
    margin-bottom: 33.3333333333vw;
  }
  .u-mr-sp-125 {
    margin-right: 33.3333333333vw;
  }
  .u-ml-sp-125 {
    margin-left: 33.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-130 {
    margin-top: 34.6666666667vw;
  }
  .u-mb-sp-130 {
    margin-bottom: 34.6666666667vw;
  }
  .u-mr-sp-130 {
    margin-right: 34.6666666667vw;
  }
  .u-ml-sp-130 {
    margin-left: 34.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-135 {
    margin-top: 36vw;
  }
  .u-mb-sp-135 {
    margin-bottom: 36vw;
  }
  .u-mr-sp-135 {
    margin-right: 36vw;
  }
  .u-ml-sp-135 {
    margin-left: 36vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-140 {
    margin-top: 37.3333333333vw;
  }
  .u-mb-sp-140 {
    margin-bottom: 37.3333333333vw;
  }
  .u-mr-sp-140 {
    margin-right: 37.3333333333vw;
  }
  .u-ml-sp-140 {
    margin-left: 37.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-145 {
    margin-top: 38.6666666667vw;
  }
  .u-mb-sp-145 {
    margin-bottom: 38.6666666667vw;
  }
  .u-mr-sp-145 {
    margin-right: 38.6666666667vw;
  }
  .u-ml-sp-145 {
    margin-left: 38.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-150 {
    margin-top: 40vw;
  }
  .u-mb-sp-150 {
    margin-bottom: 40vw;
  }
  .u-mr-sp-150 {
    margin-right: 40vw;
  }
  .u-ml-sp-150 {
    margin-left: 40vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-155 {
    margin-top: 41.3333333333vw;
  }
  .u-mb-sp-155 {
    margin-bottom: 41.3333333333vw;
  }
  .u-mr-sp-155 {
    margin-right: 41.3333333333vw;
  }
  .u-ml-sp-155 {
    margin-left: 41.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-160 {
    margin-top: 42.6666666667vw;
  }
  .u-mb-sp-160 {
    margin-bottom: 42.6666666667vw;
  }
  .u-mr-sp-160 {
    margin-right: 42.6666666667vw;
  }
  .u-ml-sp-160 {
    margin-left: 42.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-165 {
    margin-top: 44vw;
  }
  .u-mb-sp-165 {
    margin-bottom: 44vw;
  }
  .u-mr-sp-165 {
    margin-right: 44vw;
  }
  .u-ml-sp-165 {
    margin-left: 44vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-170 {
    margin-top: 45.3333333333vw;
  }
  .u-mb-sp-170 {
    margin-bottom: 45.3333333333vw;
  }
  .u-mr-sp-170 {
    margin-right: 45.3333333333vw;
  }
  .u-ml-sp-170 {
    margin-left: 45.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-175 {
    margin-top: 46.6666666667vw;
  }
  .u-mb-sp-175 {
    margin-bottom: 46.6666666667vw;
  }
  .u-mr-sp-175 {
    margin-right: 46.6666666667vw;
  }
  .u-ml-sp-175 {
    margin-left: 46.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-180 {
    margin-top: 48vw;
  }
  .u-mb-sp-180 {
    margin-bottom: 48vw;
  }
  .u-mr-sp-180 {
    margin-right: 48vw;
  }
  .u-ml-sp-180 {
    margin-left: 48vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-185 {
    margin-top: 49.3333333333vw;
  }
  .u-mb-sp-185 {
    margin-bottom: 49.3333333333vw;
  }
  .u-mr-sp-185 {
    margin-right: 49.3333333333vw;
  }
  .u-ml-sp-185 {
    margin-left: 49.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-190 {
    margin-top: 50.6666666667vw;
  }
  .u-mb-sp-190 {
    margin-bottom: 50.6666666667vw;
  }
  .u-mr-sp-190 {
    margin-right: 50.6666666667vw;
  }
  .u-ml-sp-190 {
    margin-left: 50.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-195 {
    margin-top: 52vw;
  }
  .u-mb-sp-195 {
    margin-bottom: 52vw;
  }
  .u-mr-sp-195 {
    margin-right: 52vw;
  }
  .u-ml-sp-195 {
    margin-left: 52vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-200 {
    margin-top: 53.3333333333vw;
  }
  .u-mb-sp-200 {
    margin-bottom: 53.3333333333vw;
  }
  .u-mr-sp-200 {
    margin-right: 53.3333333333vw;
  }
  .u-ml-sp-200 {
    margin-left: 53.3333333333vw;
  }
}
.u-m-center {
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 64.0625em) {
  .u-m-center-pc {
    margin-right: auto;
    margin-left: auto;
  }
}
@media print {
  .u-m-center-pc {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-m-center-tb {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-m-center-sp {
    margin-right: auto;
    margin-left: auto;
  }
}
.u-mr-auto {
  margin-right: auto;
}
@media all and (min-width: 64.0625em) {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media print {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mr-auto-tb {
    margin-right: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mr-auto-sp {
    margin-right: auto;
  }
}
.u-ml-auto {
  margin-left: auto;
}
@media all and (min-width: 64.0625em) {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media print {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-ml-auto-tb {
    margin-left: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-ml-auto-sp {
    margin-left: auto;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */