@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: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../font/en/Roboto-Medium.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-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.l-header {
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  contain: none;
  position: fixed;
  top: 0;
  left: 0;
}

.l-header.is-scroll {
  background: #ffffff;
}

.l-header a {
  transition: 0.3s;
}

.l-header a:hover {
  opacity: 0.7;
}

.l-header__inner {
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  column-gap: 2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    padding: 0 0 0 5.3333333333vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__inner {
    padding: 2rem 0 2rem 2rem;
  }
}

.l-header__inner h1 {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner h1 {
    width: 42.6666666667vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__inner h1 {
    width: 26rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__title {
    width: 9.7rem;
  }
}

.l-header__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../assets-lp/images/home/bg02.png);
  background-position: center;
  background-size: cover;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  padding: 1.4rem 3rem;
  white-space: nowrap;
  border-radius: 10rem;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-btn {
    padding: 2.2rem 0;
    width: 100%;
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav-btn {
    margin-top: 3rem;
  }
}

.l-header__nav-btn p {
  letter-spacing: 0.21em;
}

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

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

/* ナビのリンク */
.nav-items__item a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  transition: 0.3s;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 64em) {
  .nav-items__item a {
    color: #333333;
    padding: 2rem 0;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 3.7333333333vw;
  }
}

@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: 16vw;
  height: 16vw;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger {
    width: 6rem;
    height: 6rem;
  }
}
@media all and (min-width: 64.0625em) {
  .hamburger {
    display: none;
  }
}
@media print {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 8vw;
  height: 0.5333333333vw;
  background: linear-gradient(90deg, #67bdc9, #3e65a2);
  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: 3rem;
    height: 0.2rem;
  }
}

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

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

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

/* ハンバーガーメニュークリック後のスタイル */
.l-header__nav.active {
  right: 0;
}

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

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

.l-header__ham-logo {
  position: fixed;
  top: 5.8666666667vw;
  left: 5.3333333333vw;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__ham-logo {
    top: 2.2rem;
    left: 2rem;
  }
}

.l-header__ham-logo.active {
  display: block;
}

.l-header.change-color {
  background-color: #ffffff;
}

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

.l-header.change-color .l-header__inner {
  padding: 2rem 4rem;
}
@media only screen and (max-width: 64em) {
  .l-header.change-color .l-header__inner {
    padding: 1.8rem 2rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__under.change-color {
    background-color: #ffffff;
  }
}

@media only screen and (max-width: 64em) {
  .l-header.change-color .l-header__logo img:first-child {
    display: block;
  }
}

@media only screen and (max-width: 64em) {
  .l-header.change-color .l-header__logo img:nth-child(2) {
    display: none;
  }
}

.l-header.change-color .header__hamburger span {
  background-color: #333333;
}

.pagetop {
  width: 7rem;
  height: 7rem;
  position: fixed;
  right: 6rem;
  bottom: 6rem;
  background-color: #333333;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .pagetop {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
  }
}

.pagetop__arrow {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border-top: 0.2rem solid #ffffff;
  border-right: 0.2rem solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}
@media only screen and (max-width: 47.9375em) {
  .pagetop__arrow {
    height: 3.2vw;
    width: 3.2vw;
    border-top: 0.5333333333vw solid #ffffff;
    border-right: 0.5333333333vw solid #ffffff;
  }
}

.l-footer {
  padding: 7.8rem 2rem 3.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    padding: 12.2666666667vw 5.3333333333vw 5.3333333333vw;
  }
}

.l-footer__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__inner {
    padding: 0;
  }
}

.l-footer__link {
  display: flex;
  justify-content: center;
  column-gap: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__link {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    column-gap: 8vw;
  }
}

.l-footer__link a {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__link a {
    column-gap: 1.6vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__link a img {
    width: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__link a:last-child img {
    width: 28.2666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-footer__link a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__link a:hover {
    opacity: 0.7;
  }
}
.l-footer__content {
  margin-top: 13rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content {
    margin-top: 10.6666666667vw;
  }
}

.l-footer__content span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #666666;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content span {
    font-size: 3.7333333333vw;
  }
}

.l-footer__content p {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content p {
    font-size: 3.7333333333vw;
  }
}

.l-footer__content p strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content p strong {
    font-size: 4.2666666667vw;
  }
}

.l-footer__content .l-footer__content-btn {
  margin-top: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0;
  width: 15rem;
  background: #f81b8b;
  color: #ffffff;
  font-size: 1.8rem;
  border-radius: 10rem;
  letter-spacing: 0.17em;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content .l-footer__content-btn {
    width: 38.9333333333vw;
    font-size: 4.8vw;
    border-radius: 26.6666666667vw;
    padding: so(4) 0;
    margin-top: 5.3333333333vw;
  }
}

.l-footer__content02 {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content02 {
    margin-top: 8vw;
    flex-direction: column;
    row-gap: 10.6666666667vw;
  }
}

.l-footer__content02 small p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4d4d4d;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content02 small p {
    font-size: 3.2vw;
    text-align: center;
  }
}

.l-footer__content02 ul {
  display: flex;
  column-gap: 8rem;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  color: #4d4d4d;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content02 ul {
    display: block;
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__content02 ul li {
    margin-top: 2.6666666667vw;
  }
}

.l-footer__content02 ul a {
  transition: 0.3s;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
}

@media all and (min-width: 64.0625em) {
  .l-footer__content02 ul a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__content02 ul a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content02 ul li:first-child {
    margin-top: 0;
  }
}

.l-footer__content-logo {
  display: block;
  width: 14rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content-logo {
    width: 34.6666666667vw;
  }
}

.l-footer__content-logo img {
  width: 100%;
}

@media all and (min-width: 64.0625em) {
  .l-footer__content-logo:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__content-logo:hover {
    opacity: 0.7;
  }
}
.c-title01 {
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 {
    font-size: 6.9333333333vw;
  }
}

.c-title02 {
  text-align: center;
}

.c-title02 h3 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 h3 {
    font-size: 5.8666666667vw;
  }
}

.c-title02 p {
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 0.6rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 p {
    font-size: 3.2vw;
  }
}

.c-txt01 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt01 {
    font-size: 3.7333333333vw;
  }
}

.p-home__mv {
  position: relative;
  margin-top: 9rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__mv {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv {
    margin-top: 16vw;
  }
}

.p-home__mv-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  width: 26.6873065015vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68.2666666667vw;
  }
}

.p-home__sec01 {
  margin-top: 13rem;
  padding-bottom: 11.2rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 {
    margin-top: 16vw;
    padding-bottom: 29.8666666667vw;
  }
}

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

.p-home__sec01-bg01 {
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-bg01 {
    bottom: -0.5333333333vw;
  }
}

.p-home__sec02 {
  background-image: url(../../assets-lp/images/home/bg03.png);
  background-position: center;
  background-size: cover;
  padding: 8.6rem 0 9.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02 {
    padding: 13.3333333333vw 0 16vw;
  }
}

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

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

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

.p-home__sec03-wrap {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-wrap {
    margin-top: 10.6666666667vw;
    row-gap: 8vw;
  }
}

.p-home__sec03-item {
  width: 48%;
  border: 11px solid #fdf5f9;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item {
    width: 100%;
    border: 2.1333333333vw solid #fdf5f9;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item:nth-child(2) p {
    white-space: nowrap;
  }
}

.p-home__sec03-item-head {
  position: relative;
}

.p-home__sec03-item-head-img {
  position: relative;
}

.p-home__sec03-item-head-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.p-home__sec03-item-head-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-home__sec03-item-head-title {
  text-align: center;
  color: #ffffff;
}

.p-home__sec03-item-head-title h4 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item-head-title h4 {
    font-size: 5.8666666667vw;
  }
}

.p-home__sec03-item-head-title p {
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item-head-title p {
    font-size: 3.2vw;
  }
}

.p-home__sec03-item-body {
  padding: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2;
  display: flex;
  column-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-item-body {
    font-size: 3.4666666667vw;
    padding: 5.3333333333vw;
    column-gap: 9.6vw;
  }
}

.p-home__sec04 {
  background: linear-gradient(90deg, #f4fafa, #ecf2e3);
  padding: 7rem 0 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 {
    padding: 13.3333333333vw 0;
  }
}

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

.p-home__sec04-item {
  margin-top: 7rem;
  display: flex;
  align-items: center;
  position: relative;
  background: #ffffff;
  padding: 4.4rem 9rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-item {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    padding: 13.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}

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

.p-home__sec04-item div {
  position: absolute;
  top: -2rem;
  padding: 0.4rem 2rem;
  border-radius: 10rem;
  background: #1295cc;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-item div {
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.2666666667vw;
    column-gap: 1.6vw;
    padding: 1.0666666667vw 5.3333333333vw;
    top: -5.3333333333vw;
  }
}

.p-home__sec04-item div span {
  font-size: 3.8rem;
  font-weight: 500;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-item div span {
    font-size: 9.0666666667vw;
  }
}

.p-home__sec04-item h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #1295cc;
  white-space: nowrap;
  width: 30%;
  line-height: 1.4;
  letter-spacing: 0.065em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-item h3 {
    width: 100%;
    font-size: 5.8666666667vw;
  }
}

.p-home__sec04-item-txt {
  font-size: 1.6rem;
  font-weight: 700;
  width: 70%;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-item-txt {
    font-size: 3.7333333333vw;
    width: 100%;
    line-height: 2;
  }
}

.p-home__sec05 {
  margin-top: 7.8rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05 {
    margin-top: 13.3333333333vw;
    padding-bottom: 16vw;
  }
}

.p-home__sec05-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7.2rem;
  row-gap: 5rem;
  column-gap: 3.5%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-wrap {
    margin-top: 10.6666666667vw;
    row-gap: 5.3333333333vw;
  }
}

.p-home__sec05-item {
  width: 31%;
  background: #f5fbff;
  padding: 3rem 2.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-item {
    width: 100%;
  }
}

.p-home__sec05-item div {
  display: flex;
  align-items: center;
  column-gap: 1.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-item div {
    column-gap: 3.4666666667vw;
  }
}

.p-home__sec05-item div img {
  width: 8.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-item div img {
    width: 20.2666666667vw;
  }
}

.p-home__sec05-item div h4 {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #1295cc;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-item div h4 {
    font-size: 4vw;
  }
}

.p-home__sec05-item p {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec05-item p {
    font-size: 3.4666666667vw;
    margin-top: 8vw;
    line-height: 2;
  }
}

.p-home__sec06 {
  background-image: url(../../assets-lp/images/home/bg04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 7rem 0 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06 {
    padding: 10.6666666667vw 0 16vw;
  }
}

.p-home__sec06 .c-title02 {
  color: #000;
}

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

.p-home__sec06-item {
  width: 31%;
  background: #ffffff;
  padding: 3rem 2.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item {
    width: 100%;
    padding: 5.3333333333vw 4vw;
  }
}

.p-home__sec06-item h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item h3 {
    font-size: 3.7333333333vw;
  }
}

.p-home__sec06-item h3 span {
  font-size: 2.6rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item h3 span {
    font-size: 5.8666666667vw;
  }
}

.p-home__sec06-item p {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #f81b8b;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item p {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-home__sec06-item p span {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec06-item p span {
    font-size: 5.8666666667vw;
  }
}

.p-home__sec07 {
  margin: 11rem 0 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07 {
    margin: 16vw 0 21.3333333333vw;
  }
}

.p-home__sec07 .p-home__sec07-content {
  padding: 8rem 2rem 14rem;
  background: linear-gradient(90deg, #f4fafa, #ecf2e3);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07 .p-home__sec07-content {
    padding: 10.6666666667vw 4vw 13.3333333333vw;
  }
}

.p-home__sec07-wrap {
  width: 92%;
  margin: 0 auto;
  margin-top: 8.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-wrap {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec07-item {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-item {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.p-home__sec07-item-title {
  width: 35rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-item-title {
    width: 58.6666666667vw;
  }
}

.p-home__sec07-item p {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-item p {
    font-size: 3.7333333333vw;
  }
}

.p-home__sec07-arrow {
  width: 36.8rem;
  margin: 1.6rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-arrow {
    width: 100%;
    margin: 8vw auto;
  }
}

.p-home__sec07-arrow img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec07-arrow img {
    width: 8.5333333333vw;
  }
}

.p-home__sec08 {
  background: linear-gradient(90deg, #f4fafa, #ecf2e3);
  padding-top: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08 {
    padding-top: 10.6666666667vw;
  }
}

.p-home__sec08-form {
  margin-top: 5rem;
  padding-bottom: 14rem;
  padding-top: 7rem;
  border-top: 1px solid #666666;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form {
    margin-top: 10.6666666667vw;
    padding-top: 8vw;
    padding-bottom: 32vw;
  }
}

.p-home__sec08-form-confirm .p-home__sec08-form-item label {
  margin-top: 0;
}

.p-home__sec08-form-item {
  display: flex;
  margin-top: 3.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-item {
    flex-wrap: wrap;
    row-gap: 4vw;
  }
}

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

.p-home__sec08-form-item label {
  width: 26%;
  display: flex;
  align-items: flex-start;
  margin-top: 1.2rem;
  column-gap: 1.8rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-item label {
    width: 100%;
    margin-top: 0;
    column-gap: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

.p-home__sec08-form-item label span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  background: #ffff01;
  padding: 0.2rem 0.8rem 0.1rem 1.1rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-item label span {
    font-size: 3.4666666667vw;
    padding: 0.5333333333vw 2.1333333333vw 0.2666666667vw 2.9333333333vw;
  }
}

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

.p-home__sec08-form-input input {
  width: 100%;
  border: none;
  padding: 1.2rem 3rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-input input {
    padding: 3.2vw 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.p-home__sec08-form-input textarea {
  width: 100%;
  border: none;
  padding: 1.2rem 3rem;
  font-size: 1.8rem;
  height: 18rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-input textarea {
    font-size: 4.2666666667vw;
    padding: 3.2vw 5.3333333333vw;
    height: 48vw;
  }
}

.p-home__sec08-form-input input::placeholder {
  font-size: 1.8rem;
  color: #999999;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-input input::placeholder {
    font-size: 4.2666666667vw;
  }
}

.p-home__sec08-form-item02 {
  width: 74%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-item02 {
    width: 100%;
  }
}

.p-home__sec08-form-input02 {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-input02 {
    column-gap: 4.2666666667vw;
  }
}

.p-home__sec08-form-input02 .p-home__sec08-form-txt02 {
  width: 39%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-input02 .p-home__sec08-form-txt02 {
    width: 44%;
  }
}

.p-home__sec08-form-input02 .address-search {
  display: block;
  padding: 0.5rem 0.8rem 0.4rem 1.1rem;
  background: #ffff01;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-input02 .address-search {
    padding: 1.3333333333vw 2.1333333333vw 1.0666666667vw 2.9333333333vw;
    font-size: 3.4666666667vw;
  }
}

.p-home__sec08-form-input03 {
  width: 100%;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-input03 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec08-form-check {
  width: 74%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.4rem;
  column-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-check {
    width: 100%;
    column-gap: 8vw;
    row-gap: 5.3333333333vw;
  }
}

.p-home__sec08-form-check label {
  margin-top: 0;
  width: auto;
  column-gap: 0.6rem;
}

.p-home__sec08-form-check label input {
  position: relative;
  appearance: none;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  border: none;
  background: #ffffff;
  cursor: pointer;
  margin-top: 0.6rem;
  border: 1px solid #d3d3d3;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-check label input {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border-radius: 0;
    margin-top: 1.0666666667vw;
  }
}

.p-home__sec08-form-check label input:checked {
  background-color: #06b6d4;
  border: none;
}

.p-home__sec08-form-check label input:checked::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 0.2rem;
  width: 1rem;
  height: 0.5rem;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-check label input:checked::after {
    top: 1.0666666667vw;
    left: 0.5333333333vw;
    width: 2.6666666667vw;
    height: 1.3333333333vw;
    border-bottom: 0.5333333333vw solid #ffffff;
    border-left: 0.5333333333vw solid #ffffff;
  }
}

.p-home__sec08-form-check label span {
  background: inherit;
  padding: 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-check label span {
    font-size: 3.7333333333vw;
  }
}

.p-home__sec08-form-item03 {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8rem;
  border-bottom: 1px solid #666666;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-item03 {
    margin-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    border-bottom: 0.2666666667vw solid #666666;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5.3333333333vw;
  }
}

.p-home__sec08-form-item03 a {
  text-decoration: underline;
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .p-home__sec08-form-item03 a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-home__sec08-form-item03 a:hover {
    opacity: 0.7;
  }
}
.p-home__sec08-form-item03 label {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  column-gap: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-item03 label {
    font-size: 4.2666666667vw;
    column-gap: 1.6vw;
  }
}

.p-home__sec08-form-item03 label input {
  position: relative;
  appearance: none;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  border: none;
  background: #ffffff;
  cursor: pointer;
  margin-top: 0.8rem;
  border: 1px solid #d3d3d3;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-item03 label input {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-top: 1.6vw;
  }
}

.p-home__sec08-form-item03 label input:checked {
  background-color: #06b6d4;
  border: none;
}

.p-home__sec08-form-item03 label input:checked::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 0.2rem;
  width: 1rem;
  height: 0.5rem;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-form-item03 label input:checked::after {
    top: 1.0666666667vw;
    left: 0.5333333333vw;
    width: 2.6666666667vw;
    height: 1.3333333333vw;
    border-bottom: 0.5333333333vw solid #ffffff;
    border-left: 0.5333333333vw solid #ffffff;
  }
}

.p-contact__form-btn {
  margin-top: 9rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn {
    margin-top: 16vw;
  }
}

.p-contact__form-btn input {
  width: 100%;
  background-image: url(../../assets-lp/images/home/bg05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 700;
  border: none;
  padding: 2rem 0;
  letter-spacing: 0.24em;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn input {
    font-size: 4.8vw;
    padding: 5.3333333333vw 0;
  }
}

@media all and (min-width: 64.0625em) {
  .p-contact__form-btn input:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-contact__form-btn input:hover {
    opacity: 0.7;
  }
}
.p-home__sec08-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-image: url(../../assets-lp/images/home/bg06.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.4rem;
  color: #ffffff;
  padding: 4rem 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-wrap {
    flex-wrap: wrap;
    row-gap: 2.1333333333vw;
    padding: 5.3333333333vw;
  }
}

.p-home__sec08-wrap a {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-wrap a {
    column-gap: 2.6666666667vw;
  }
}

.p-home__sec08-wrap a img {
  width: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-wrap a img {
    width: 4.8vw;
  }
}

.p-home__sec08-wrap a p {
  font-size: 6.6rem;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-wrap a p {
    font-size: 9.0666666667vw;
    line-height: 1;
  }
}

.p-home__sec08-wrap-txt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-wrap-txt {
    font-size: 3.7333333333vw;
  }
}

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

.p-home__sec08-content02 .p-home__sec08-wrap a {
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec08-content02 .p-home__sec08-wrap a {
    font-size: 5.8666666667vw;
  }
}

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

.p-home__sec09 h2 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec09 h2 {
    font-size: 5.3333333333vw;
  }
}

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

.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-grade01 {
  color: linear-gradient(90deg, #67bdc9, #3e65a2);
}

.u-c-grade02 {
  color: linear-gradient(90deg, #f4fafa, #ecf2e3);
}

.u-c-blue01 {
  color: #1295cc;
}

.u-c-red01 {
  color: #f81b8b;
}

.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-grade01 {
  background-color: linear-gradient(90deg, #67bdc9, #3e65a2);
}

.u-bg-grade02 {
  background-color: linear-gradient(90deg, #f4fafa, #ecf2e3);
}

.u-bg-blue01 {
  background-color: #1295cc;
}

.u-bg-red01 {
  background-color: #f81b8b;
}

.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-grade01 {
  border-color: linear-gradient(90deg, #67bdc9, #3e65a2);
}

.u-bdc-grade02 {
  border-color: linear-gradient(90deg, #f4fafa, #ecf2e3);
}

.u-bdc-blue01 {
  border-color: #1295cc;
}

.u-bdc-red01 {
  border-color: #f81b8b;
}

.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-grade01 {
  border-top-color: linear-gradient(90deg, #67bdc9, #3e65a2);
}

.u-bdtc-grade02 {
  border-top-color: linear-gradient(90deg, #f4fafa, #ecf2e3);
}

.u-bdtc-blue01 {
  border-top-color: #1295cc;
}

.u-bdtc-red01 {
  border-top-color: #f81b8b;
}

.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-grade01 {
  border-right-color: linear-gradient(90deg, #67bdc9, #3e65a2);
}

.u-bdrc-grade02 {
  border-right-color: linear-gradient(90deg, #f4fafa, #ecf2e3);
}

.u-bdrc-blue01 {
  border-right-color: #1295cc;
}

.u-bdrc-red01 {
  border-right-color: #f81b8b;
}

.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-grade01 {
  border-bottom-color: linear-gradient(90deg, #67bdc9, #3e65a2);
}

.u-bdbc-grade02 {
  border-bottom-color: linear-gradient(90deg, #f4fafa, #ecf2e3);
}

.u-bdbc-blue01 {
  border-bottom-color: #1295cc;
}

.u-bdbc-red01 {
  border-bottom-color: #f81b8b;
}

.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-grade01 {
  border-left-color: linear-gradient(90deg, #67bdc9, #3e65a2);
}

.u-bdlc-grade02 {
  border-left-color: linear-gradient(90deg, #f4fafa, #ecf2e3);
}

.u-bdlc-blue01 {
  border-left-color: #1295cc;
}

.u-bdlc-red01 {
  border-left-color: #f81b8b;
}

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

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