@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  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: block;
  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: block;
  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: block;
  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: 400;
  font-display: block;
  src: url('../font/roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('../font/roboto/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('../font/roboto/Roboto-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: 12rem;
}
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: #ffffff;
  letter-spacing: 0;
  background-color: #000000;
  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;
  }
}

@media only screen and (max-width: 64em) {
  body.active {
    height: 100%;
    overflow: hidden;
  }
}

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(0, 0, 0, 0.5);
}

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

.l-contents {
  padding-bottom: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents {
    padding-bottom: 16vw;
  }
}

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

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

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s;
  contain: none;
  background-color: #000000;
}

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

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

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

.l-header__inner h1 {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner h1 {
    width: 9.7rem;
  }
}

@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;
  column-gap: 1rem;
  font-size: 1.6rem;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  color: #000000;
  font-weight: 500;
  padding: 0.8rem 2.7rem;
  white-space: nowrap;
  border-radius: 10rem;
  font-weight: 500;
  background-color: #ffffff;
}
@media only screen and (max-width: 64em) {
  .l-header__nav-btn {
    width: 10.2rem;
    padding: 0.6rem 2.2rem;
    font-size: 1.4rem;
  }
}

.l-header__nav-btn a,
.l-header__nav-btn button {
  position: relative;
  color: #cccccc;
}

.l-header__nav-btn a::after,
.l-header__nav-btn button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  width: 0;
  background-color: #000000;
  transition: 0.3s;
}

.l-header__nav-btn a:hover::after,
.l-header__nav-btn button:hover::after {
  width: 100%;
}

.l-header__nav-btn .close {
  pointer-events: none;
  position: relative;
  color: #000000;
}

/* ヘッダーのナビ部分 */
.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;
    transition: ease 0.4s;
    display: block;
    padding: 0 2rem;
    padding-top: 8.6rem;
    padding-bottom: 4rem;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
  }
}

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

@media only screen and (max-width: 64em) {
  .nav-items__item {
    margin-top: 4rem;
  }
}

/* ナビのリンク */
.nav-items__item a {
  display: block;
  font-size: 1.6rem;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  font-weight: 500;
  color: #ffffff;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .nav-items__item a {
    display: block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    font-size: 2.2rem;
    font-weight: 700;
  }
}

.nav-items__item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #ffffff;
  transition: 0.3s;
}

.nav-items__item a:hover::after {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .nav-items__item a:hover::after {
    width: 0;
  }
}

@media only screen and (max-width: 64em) {
  .nav__items li:first-child a {
    padding-top: 0;
  }
}

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

/* ハンバーガーメニュー */
.header__hamburger {
  width: 2.8rem;
  height: 100%;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
@media all and (min-width: 64.0625em) {
  .hamburger {
    display: none;
  }
}
@media print {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 0.2rem;
  background-color: #ffffff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

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

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

.hamburger span:nth-child(2) {
  margin: 0.7rem 0;
}

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

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

.hamburger.active span {
  background-color: #ffffff;
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

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

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

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

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

.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.5rem 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: #000000;
}

.l-header__bg {
  position: absolute;
  top: 35rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.4;
}

.l-header__wrap {
  display: none;
}
@media only screen and (max-width: 64em) {
  .l-header__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 2rem;
  }
}

.l-footer {
  padding: 4rem 0 2rem;
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    padding: 8vw 2.6666666667vw;
  }
}

.l-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer ul {
    flex-wrap: wrap;
    font-size: 3.7333333333vw;
    column-gap: 2.6666666667vw;
    row-gap: 2.6666666667vw;
  }
}

.l-footer ul a {
  transition: 0.3s;
}

.l-footer ul a:hover {
  opacity: 0.7;
}

.l-footer ul li {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer ul li {
  }
}

.l-footer p.small01 {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer p.small01 {
    font-size: 2.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}

a {
  cursor: pointer !important;
}

.c-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  height: 6rem;
  margin: 0 auto;
  margin-top: 4rem;
  font-size: 1.6rem;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  position: relative;
  overflow: hidden;
  /* 虹色アニメーションのはみ出しを防止 */
  transition: border-color 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 {
    width: 89.3333333333vw;
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    height: 16vw;
  }
}

.c-btn01::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  /* ボーダーアニメーション用に大きめ */
  height: 200%;
  background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet, red);
  background-size: 400%;
  animation: rainbow-border 10s linear infinite;
  z-index: 1;
  opacity: 1;
  /* デフォルトは非表示 */
  transition: opacity 0.3s;
}

.c-btn01::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 27.6rem;
  height: 5.6rem;
  background-color: #000000;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01::after {
    width: 99%;
    height: 15.4666666667vw;
  }
}

.p-contact__form-btn.c-btn01::after {
  width: 35.1rem;
  height: 5.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn.c-btn01::after {
    width: 99%;
    height: 15.4666666667vw;
  }
}

.c-btn01:hover::before {
  opacity: 1;
  /* hover時に表示 */
}

.c-btn01:hover::after {
  opacity: 0;
  /* hover時に表示 */
}

.c-btn01:hover {
  border-color: transparent;
  /* 虹色を目立たせるために透明に変更 */
}

.c-btn01 p {
  position: relative;
  z-index: 2;
  /* テキストを最前面に配置 */
}

/* 虹色アニメーション */
@keyframes rainbow-border {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 200%;
  }
}
.c-title01 {
  position: relative;
}

.c-title01 h2 {
  font-size: 8rem;
  font-weight: 700;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  line-height: 1.1;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: url(../../assets/images/common/grade01.webp);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 h2 {
    font-size: 14.9333333333vw;
  }
}

.c-title01::after {
  content: '';
  position: absolute;
  top: 0;
  left: -1rem;
  width: 4rem;
  height: 4rem;
  border: 1px solid #ffffff;
  opacity: 0.4;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01::after {
    width: 8vw;
    height: 8vw;
    left: 0;
    top: 0;
  }
}

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

.c-title02 {
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: url(../../assets/images/common/grade01.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 {
    font-size: 6.9333333333vw;
    padding-left: 4vw;
  }
}

.c-title02::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 0.1rem;
  height: 2.4rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02::after {
    width: 0.2666666667vw;
    height: 5.8666666667vw;
    top: 0.5333333333vw;
  }
}

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

.p-home__mv {
  margin-top: 10rem;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .p-home__mv {
    margin-top: 7rem;
  }
}

.p-home__mv-wrap {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.8565153734vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-wrap {
    display: block;
    padding: 0 5.3333333333vw;
    top: 53%;
  }
}

.p-home__mv-txt h2 {
  font-size: 7.3206442167vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: url(../../assets/images/common/grade01.webp);
  background-size: cover;
  background-position: center center;
  margin-left: -0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt h2 {
    font-size: 20.2666666667vw;
    line-height: 1;
  }
}

.p-home__mv-txt p {
  font-size: 1.4641288433vw;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__mv-content {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 5.3333333333vw;
    line-height: 1.8;
    font-weight: 700;
    margin-top: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__mv-content p {
    position: relative;
    z-index: 1;
  }
}

.p-home__mv-content svg {
  width: 29.2825768668vw;
  height: 29.2825768668vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-content svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44.8vw;
    height: 44.8vw;
  }
}

#square-path {
  stroke-width: 5.8565153734vw;
  /* stroke-width を CSS変数で制御 */
}
@media only screen and (max-width: 47.9375em) {
  #square-path {
    stroke-width: 8rem;
  }
}

#square-path02 {
  stroke-width: 5.8565153734vw;
  /* stroke-width を CSS変数で制御 */
}
@media only screen and (max-width: 47.9375em) {
  #square-path02 {
    stroke-width: 4rem;
  }
}

/* グラデーション色のスムーズなアニメーション */
@keyframes gradientChange {
  0% {
    stop-color: red;
  }
  25% {
    stop-color: yellow;
  }
  50% {
    stop-color: green;
  }
  75% {
    stop-color: indigo;
  }
  100% {
    stop-color: red;
  }
}
/* グラデーションのアニメーション適用 */
#rainbow-gradient {
  animation: gradientChange 5s infinite;
}

/* 個々のstopに対してアニメーションを適用 */
#stop1 {
  animation: gradientChange 5s infinite;
}

#stop2 {
  animation: gradientChange 5s infinite;
  animation-delay: 1s;
}

#stop3 {
  animation: gradientChange 5s infinite;
  animation-delay: 2s;
}

#stop4 {
  animation: gradientChange 5s infinite;
  animation-delay: 3s;
}

#stop5 {
  animation: gradientChange 5s infinite;
  animation-delay: 4s;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide div {
  position: relative;
}

.swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}

.swiper-slide div .noizu {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  /* 動きを滑らかに */
  opacity: 0;
}

.swiper-slide:hover div .noizu {
  opacity: 0.6;
}
@media only screen and (max-width: 47.9375em) {
  .swiper-slide:hover div .noizu {
    opacity: 0;
  }
}

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

@media only screen and (max-width: 47.9375em) {
  .p-home__swiper .swiper-horizontal {
    padding-left: 5.3333333333vw;
  }
}

.p-home__swiper .swiper-slide p {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__swiper .swiper-slide p {
    font-size: 3.7333333333vw;
  }
}

.p-home__swiper .swiper-button-prev,
.p-home__swiper .swiper-button-next {
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  transition: 0.3s;
  cursor: pointer;
}

.p-home__swiper .swiper-button-prev:hover {
  color: #000000;
  background-color: #ffffff;
}

.p-home__swiper .swiper-button-next:hover {
  color: #000000;
  background-color: #ffffff;
}

.p-home__swiper .swiper-button-prev::after,
.p-home__swiper .swiper-button-next::after {
  font-size: 1.4rem;
}

.p-home__section01 {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01 {
    margin-top: 21.3333333333vw;
  }
}

.p-home__section01-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-wrap {
    display: block;
  }
}

.p-home__section01-wrap .c-title01 h2 {
  background-image: url(../../assets/images/common/grade01.webp);
}

.p-home__section01-content {
  width: 54%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-content {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

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

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

.p-home__section01-box div:first-child {
  margin-top: 0;
}

.p-home__section01-box div p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-box div p {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section02 {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02 {
    margin-top: 21.3333333333vw;
  }
}

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

.p-home__section02-box01 .c-title02 {
  background-image: url(../../assets/images/common/grade01.webp);
}

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

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

.hover-container {
  padding-left: 45%;
}
@media only screen and (max-width: 47.9375em) {
  .hover-container {
    padding-left: 0;
    pointer-events: none;
  }
}

.hover-text {
  cursor: pointer;
  font-size: 2.6rem;
  font-weight: 700;
  opacity: 0.3;
  transition: 0.3s;
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .hover-text {
    font-size: 3.7333333333vw;
    column-gap: 2.6666666667vw;
    opacity: 1;
  }
}

.hover-text img {
  margin-top: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .hover-text img {
    width: 4.8vw;
    margin-top: 1.0666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .hover-text p {
    margin-top: 0.8vw;
  }
}

.hover-image {
  position: absolute;
  top: 0;
  /* テキストの下に配置 */
  left: 0;
  width: 36%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  /* ホバーしてもイベントを受け取らない */
}
@media only screen and (max-width: 47.9375em) {
  .hover-image {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 40%;
  }
}

.hover-image02 {
  position: absolute;
  top: 0;
  /* テキストの下に配置 */
  left: 0;
  width: 36%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  /* ホバーしてもイベントを受け取らない */
}
@media only screen and (max-width: 47.9375em) {
  .hover-image02 {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 40%;
  }
}

.hover-image.fadeIn03.active {
  opacity: 1;
}
@media only screen and (max-width: 47.9375em) {
  .hover-image.fadeIn03.active {
    opacity: 0;
  }
}

.hover-image02.fadeIn03.active {
  opacity: 1;
}
@media only screen and (max-width: 47.9375em) {
  .hover-image02.fadeIn03.active {
    opacity: 0;
  }
}

.hover-image.fadeIn03.active .noizu {
  opacity: 0;
}

.hover-image02.fadeIn03.active .noizu {
  opacity: 0;
}

.hover-image .noizu {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 2s;
  /* 動きを滑らかに */
}

.hover-image02 img {
  height: auto;
  display: block;
}

.hover-image02 .noizu {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 2s;
  /* 動きを滑らかに */
}

.hover-image img {
  height: auto;
  display: block;
}

.hover-container:hover .hover-image {
  opacity: 1;
}
@media only screen and (max-width: 47.9375em) {
  .hover-container:hover .hover-image {
    opacity: 0;
  }
}

.hover-container:hover .hover-image02 {
  opacity: 0;
}

.hover-container:hover .hover-image .noizu {
  opacity: 0;
}

.hover-container.active .hover-text {
  opacity: 1;
}

@media only screen and (max-width: 47.9375em) {
  .hover-container.active .hover-image {
    opacity: 1;
    z-index: 1;
  }
}

@media only screen and (max-width: 47.9375em) {
  .hover-container.active .hover-image .noizu {
    opacity: 0;
  }
}

.hover-container:hover .hover-text {
  opacity: 1;
}
@media only screen and (max-width: 47.9375em) {
  .hover-container:hover .hover-text {
    opacity: 0.3;
  }
}

.p-home__section02-box02 h4 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 45%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-box02 h4 {
    padding-left: 0;
    font-size: 4.2666666667vw;
  }
}

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

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

.p-home__section02-box02-txt .hover-container:first-child {
  margin-top: 0;
}

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

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

.p-home__section02-box03-item {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-box03-item {
    display: block;
    margin-top: 10.6666666667vw;
  }
}

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

.p-home__section02-box03-txt h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-box03-txt h4 {
    font-size: 5.3333333333vw;
  }
}

.p-home__section02-box03-txt p {
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-box03-txt p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section02-box03-txt {
  width: 46%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-box03-txt {
    width: 100%;
  }
}

.p-home__section02-box03-img {
  width: 44%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-box03-img {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.p-home__section02-box03-img .noizu {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 3s;
  /* 動きを滑らかに */
}

.p-home_section03-img02 {
  position: relative;
}

.p-home_section03-img02 .noizu {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 3s;
  /* 動きを滑らかに */
}

.fadeIn {
  opacity: 0;
  transition: all 2s;
  /* 動きを滑らかに */
}

.fadeIn02 {
  opacity: 0;
  transition: all 1s;
  /* 動きを滑らかに */
  transform: translateY(20px);
}

.fadeIn02.active {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn.active {
  opacity: 1;
}

.fadeIn.active .noizu {
  opacity: 0;
}

.bbs {
  align-items: center;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  margin: 12rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .bbs {
    margin: 16vw 0;
  }
}

.bbs ul {
  animation: flowing 60s linear infinite;
  font-size: 12rem;
  font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
  font-weight: 700;
  opacity: 0.3;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 47.9375em) {
  .bbs ul {
    font-size: 16vw;
  }
}

.bbs ul li {
  display: inline-block;
  padding-right: 10px;
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-home__section03-wrap {
  margin-top: 6rem;
}

.p-home__section03 .c-title01 h2 {
  background-image: url(../../assets/images/common/grade01.webp);
}

.p-home__section03-item {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item {
    display: block;
    margin-top: 10.6666666667vw;
  }
}

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

.p-home__section03-img {
  width: 20%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-img {
    width: 62%;
    margin: 0 auto;
  }
}

.p-home__section03-txt {
  width: 72%;
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-txt {
    width: 100%;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

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

.p-home__section03-img-txt span {
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-img-txt span {
    display: block;
    text-align: center;
    font-size: 3.7333333333vw;
  }
}

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

.p-home__section03-img-sns {
  width: 100%;
  display: table;
  margin: 0.4rem auto 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-img-sns {
    width: 100%;
  }
}

.p-home__section03-img-sns .cell01 {
  width: 25%;
  display: table-cell;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-img-sns .cell01 {
    text-align: center;
  }
}

.p-home__section03-img-sns .cell01 a {
  transition: 0.3s;
}

.p-home__section03-img-sns .cell01 a:hover {
  opacity: 0.7;
}

.p-home__section03-img-sns .cell01 img {
  width: 70%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-img-sns .cell01 img {
    margin: 0 auto;
  }
}

.p-home__section03-img-sns .cell01 img.none01 {
  opacity: 0.2;
}

.p-home__section04 {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04 {
    margin-top: 21.3333333333vw;
  }
}

.p-home__section04 .c-title01 h2 {
  background-image: url(../../assets/images/common/grade01.webp);
}

.p-home__section04-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04-wrap {
    display: block;
  }
}

.p-home__section04-wrap table {
  width: 54%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04-wrap table {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.p-home__section04-wrap table tr:first-child th,
.p-home__section04-wrap table tr:first-child td {
  padding-top: 0;
}

.p-home__section04-wrap table th,
.p-home__section04-wrap table td {
  padding: 2rem 0;
  border-bottom: 1px solid #4c4c4c;
  text-align: left;
}

.p-home__section04-wrap table th {
  font-size: 1.6rem;
  font-weight: 700;
  width: 30%;
}

.p-home__section04-wrap table td {
  font-size: 1.4rem;
  padding-left: 1rem;
}

.p-home__section05 {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05 {
    margin-top: 21.3333333333vw;
  }
}

.p-home__section05 .c-title01 {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

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

.p-home__section05-form-item {
  display: flex;
  column-gap: 6rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-form-item {
    display: block;
    margin-top: 6.6666666667vw;
  }
}

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

.p-home__section05-form-item label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.2rem;
  width: 34%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-form-item label {
    width: 100%;
    justify-content: flex-start;
    column-gap: 2.6666666667vw;
    margin-top: 0;
  }
}

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

.p-home__section05-form-item label {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-form-item label {
    font-size: 4.2666666667vw;
  }
}

.p-home__section05-form-item label span {
  display: block;
  background-color: #b90f0f;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.1rem 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-form-item label span {
    font-size: 3.2vw;
    padding: 0.2666666667vw 3.2vw;
    border-radius: 5.3333333333vw;
    margin-top: 0.5333333333vw;
  }
}

.p-home__section05-form-item-select {
  width: 66%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-form-item-select {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section05-form-item-select select {
  width: 66%;
  border: none;
  padding: 2rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-form-item-select select {
    width: 100%;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}

.p-home__section05-form-item-select select {
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

.p-home__section05-form-item-input {
  width: 66%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-form-item-input {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section05-form-item-textarea {
  width: 66%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-form-item-textarea {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section05-form-item-input input {
  width: 100%;
  border: none;
  padding: 2rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-form-item-input input {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}

.p-home__section05-form-item-textarea textarea {
  width: 100%;
  border: none;
  padding: 2rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  height: 25.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-form-item-textarea textarea {
    width: 100%;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw;
    border-radius: 2.1333333333vw;
    height: 53.3333333333vw;
  }
}

.p-home__section05-form-item-checkbox {
  width: 66%;
  padding-top: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-form-item-checkbox {
    width: 100%;
    padding-top: 10px;
  }
}

input::placeholder {
  color: #ccd0d3;
}

.p-contact__form-btn.c-btn01 {
  width: 35.5rem;
  padding: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn.c-btn01 {
    width: 100%;
  }
}

.p-contact__form-btn.c-btn01 input {
  width: 100%;
  border: none;
  background-color: inherit;
  color: #ffffff;
  position: relative;
  z-index: 3;
  height: 6rem;
  padding: 0;
  cursor: pointer !important;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn.c-btn01 input {
    height: 16vw;
  }
}

.p-home__mv-txt h2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.p-home__mv-txt p {
  opacity: 0;
  transition: opacity 2s ease, transform 0.8s ease;
}

.p-home__mv-content {
  opacity: 0;
  transition: opacity 2s ease, transform 0.8s ease;
}

.p-home__mv-img {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.p-home__mv-img02 {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.p-home__swiper {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.p-home__mv-txt h2.is-visible,
.p-home__mv-txt p.is-visible,
.p-home__mv-content.is-visible,
.p-home__mv-img.is-visible,
.p-home__mv-img02.is-visible,
.p-home__swiper.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.errow {
  color: #b90f0f;
  margin-top: 0.2rem;
}

.p-home__section05-under {
  margin-top: 18rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-under {
    margin-top: 32vw;
  }
}

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

.p-home__section05-thanks h3 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-thanks h3 {
    font-size: 5.8666666667vw;
  }
}

.p-home__section05-thanks p {
  font-size: 1.6rem;
  margin-top: 4rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section05-thanks p {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}

.p-home__section05-thanks .c-btn01 p {
  margin-top: 0;
}

/* u-dn */
.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;
  }
}




/* PLS added */
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.w-break {
  word-wrap: break-word;
}
.w-break-all {
  word-break: break-all;
}
.annotation01 {
  font-size: 1.2rem;
  padding: 20px 0px 0px 0px;
}
.indent01 {
  text-indent: 1em;
}
.indent02 {
  text-indent: -1em;
  padding-left: 1em;
}
.link-udl a {
  text-decoration: underline;
}
.mediumorchid {
  color: #ba55d3;
}
.hotpink {
  color: #ff69b4;
}
.orange {
  color: #ffa500;
}




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