@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: 400;
  font-display: swap;
  src: url("../font/en/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/en/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/en/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%;
}
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: #000000;
  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(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-container {
  max-width: 1286px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.l-container03 {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-container04 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

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

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

.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 (min-width: 48em) and (max-width: 64em) {
  .l-header__inner {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}

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

.l-header__inner .l-header__logo img {
  width: 100%;
}

@media all and (min-width: 64.0625em) {
  .l-header__inner .l-header__logo a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-header__inner .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__nav {
  display: flex;
  column-gap: 5rem;
  transition: ease 0.4s;
  overflow: auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav {
    display: block;
    padding: 12rem 2rem;
    height: 100vh;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    background-color: #3f3179;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav {
    display: block;
    padding: 0 5.3333333333vw;
    padding-top: 26.6666666667vw;
    padding-bottom: 32vw;
    height: 100vh;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    background-color: #3f3179;
  }
}

.l-header__nav ul {
  display: flex;
  column-gap: 4rem;
}
@media only screen and (max-width: 64em) {
  .l-header__nav ul {
    display: block;
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav ul li {
    padding: 2rem 0;
    text-align: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav ul li {
    padding: 5.3333333333vw 0;
    text-align: center;
  }
}

.l-header__nav ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  transition: 0s;
}
@media only screen and (max-width: 64em) {
  .l-header__nav ul li a {
    color: #ffffff;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav ul li a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav ul li a {
    font-size: 5.3333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-header__nav ul li a:hover {
    color: #3f3179;
  }
}
@media print {
  .l-header__nav ul li a:hover {
    color: #3f3179;
  }
}
.hamburger {
  z-index: 9999;
  width: 4rem;
  height: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .hamburger {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media all and (min-width: 64.0625em) {
  .hamburger {
    display: none;
  }
}
@media print {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  width: 100%;
  height: 0.2rem;
  background-color: #000000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .hamburger span {
    height: 0.5333333333vw;
  }
}

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

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

.hamburger span:nth-child(1) {
  top: -0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .hamburger span:nth-child(1) {
    top: -1.3333333333vw;
  }
}

.hamburger span:nth-child(2) {
  top: 0.5rem;
  width: 3.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .hamburger span:nth-child(2) {
    top: 1.3333333333vw;
    width: 8.5333333333vw;
  }
}

/* ハンバーガーメニュークリック後のスタイル */
.l-header__nav.active {
  right: 0;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav.active {
    overflow: scroll;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav.active .l-header__nav-wrap {
    overflow: scroll;
  }
}

.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);
  width: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger.active span:nth-child(2) {
    top: -0.1rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .hamburger.active span:nth-child(2) {
    width: 10.6666666667vw;
  }
}

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

.pagetop {
  width: 7rem;
  height: 7rem;
  position: fixed;
  right: 6rem;
  bottom: 6rem;
  background-color: #000000;
  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-header__nav-link {
  display: flex;
  column-gap: 2rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__nav-link {
    margin-top: 4rem;
    justify-content: center;
    column-gap: 4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-link {
    margin-top: 10.6666666667vw;
    justify-content: center;
    column-gap: 10.6666666667vw;
  }
}

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

.l-header__nav-link a img {
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .l-header__nav-link a img {
    filter: invert(1);
  }
}

@media all and (min-width: 64.0625em) {
  .l-header__nav-link a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-header__nav-link a:hover {
    opacity: 0.7;
  }
}
.l-footer__contact {
  display: block;
  background-color: #3f3179;
  color: #ffffff;
  border-radius: 2.6rem;
  margin-top: 12rem;
  padding: 6rem 7rem;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__contact {
    margin-top: 16vw;
    border-radius: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
    height: 85.3333333333vw;
  }
}

.l-footer__contact h2 {
  font-size: 8.6rem;
  font-weight: 700;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__contact h2 {
    font-size: 10.6666666667vw;
  }
}

.l-footer__contact p {
  font-weight: 500;
  margin-top: 4rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__contact p {
    margin-top: 5.3333333333vw;
  }
}

.l-footer__contact img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__contact img {
    top: auto;
    transform: none;
    right: 5.3333333333vw;
    bottom: 8vw;
    width: 13.3333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-footer__contact:hover {
    opacity: 0.7;
  }

  .l-footer__contact:hover img {
    right: 4rem;
  }
}
@media print {
  .l-footer__contact:hover {
    opacity: 0.7;
  }

  .l-footer__contact:hover img {
    right: 4rem;
  }
}
.l-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 4rem;
  padding: 5rem 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    margin-top: 8vw;
    padding: 5.3333333333vw;
  }
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.l-footer__sns {
  display: flex;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__sns {
    column-gap: 5.3333333333vw;
  }
}

.l-footer__sns a {
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__sns a {
    width: 6.9333333333vw;
  }
}

.l-footer__sns a img {
  width: 100%;
}

@media all and (min-width: 64.0625em) {
  .l-footer__sns a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__sns a:hover {
    opacity: 0.7;
  }
}
.l-footer small p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer small p {
    font-size: 2.6666666667vw;
  }
}

.c-btn01 {
  display: flex;
  column-gap: 1rem;
  font-size: 1.8rem;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 {
    font-size: 4.8vw;
    column-gap: 2.6666666667vw;
    width: fit-content;
    margin-left: auto;
  }
}

.c-btn01 img {
  width: 1.7rem;
}

.c-btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  font-size: 1.6rem;
  padding: 2rem 0;
  border-radius: 0.6rem;
  background-color: #3f3179;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
  margin: 0 auto;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02 {
    width: 80vw;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 0;
    border-radius: 1.6vw;
  }
}

.c-btn02::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../assets/images/common/arrow03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02::after {
    right: 5.3333333333vw;
    width: 4.2666666667vw;
    height: 2.6666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn01:hover {
    opacity: 0.7;
  }

  .c-btn02:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn01:hover {
    opacity: 0.7;
  }

  .c-btn02:hover {
    opacity: 0.7;
  }
}
.c-title-01 {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  padding: 0.5em 0.75em;
  border: 3px solid;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 {
    font-size: 5.3333333333vw;
  }
}

.c-subtitle-01 {
  font-size: 2.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-subtitle-01 {
    font-size: 5.3333333333vw;
  }
}

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

.c-list01 .c-list01-item {
  display: block;
  width: 32%;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 .c-list01-item {
    width: 100%;
  }
}

.c-list01 .c-list01-item a {
  transition: 0.3s;
}

.c-list01-tag {
  margin-top: 1rem;
  display: flex;
  column-gap: 0.8rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01-tag {
    margin-top: 2.6666666667vw;
    column-gap: 2.1333333333vw;
    padding: 0 2.1333333333vw;
  }
}

.c-list01-tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  background-color: #becaea;
  padding: 0.1rem 1rem 0.2rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01-tag span {
    font-size: 3.7333333333vw;
    padding: 0.2666666667vw 2.6666666667vw 0.5333333333vw;
  }
}

.c-list01 h2 {
  margin-top: 2rem;
  padding: 0 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 h2 {
    margin-top: 2.6666666667vw;
    padding: 0 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}

.c-list01 h2 a {
  display: flex;
  align-items: baseline;
  column-gap: 0.8rem;
  transition: 0.3s;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 h2 a {
    column-gap: 2.1333333333vw;
  }
}

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

.c-list02 a {
  display: block;
  width: 32%;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02 a {
    width: 100%;
  }
}

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

@media all and (min-width: 64.0625em) {
  .c-list01 .c-list01-item a:hover {
    opacity: 0.7;
  }

  .c-list01 h2 a:hover {
    opacity: 0.7;
  }

  .c-list02 a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-list01 .c-list01-item a:hover {
    opacity: 0.7;
  }

  .c-list01 h2 a:hover {
    opacity: 0.7;
  }

  .c-list02 a:hover {
    opacity: 0.7;
  }
}
.p-home__mv {
  position: relative;
  width: 80.5270863836vw;
  margin: 0 auto;
  margin-top: 16rem;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv {
    width: 100%;
    margin-top: 26.6666666667vw;
  }
}

.p-home__mv-txt {
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt {
    top: auto;
    bottom: 8vw;
    left: 5.3333333333vw;
  }
}

.p-home__mv-txt h2 {
  font-size: 4.831625183vw;
  font-weight: 700;
  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__mv-txt h2 {
    font-size: 8.5333333333vw;
  }
}

.p-home__mv-img {
  width: 40.9956076135vw;
  margin-left: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img {
    width: 76.8vw;
  }
}

.p-home__mv-img.show {
  opacity: 1;
  transform: translateY(0);
}

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

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

.p-home__title {
  font-size: 5.6rem;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__title {
    font-size: 9.6vw;
  }
}

.p-home__title p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__title p {
    font-size: 3.7333333333vw;
    padding-left: 3.2vw;
  }
}

.p-home__title p::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #000000;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__title p::after {
    width: 1.6vw;
    height: 1.6vw;
    top: 1.3333333333vw;
  }
}

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

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

.p-home__sec02 {
  margin-top: 12rem;
  background-color: #3f3179;
  padding: 10rem 0 12rem;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02 {
    margin-top: 21.3333333333vw;
    padding: 16vw 0;
    border-top-left-radius: 10.6666666667vw;
    border-top-right-radius: 10.6666666667vw;
  }
}

.p-home__sec02 .p-home__title {
  color: #ffffff;
}

.p-home__sec02 .p-home__title p::after {
  background-color: #ffffff;
}

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

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

.p-home__sec02-img img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-img img {
    border-radius: 5.3333333333vw;
  }
}

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

.p-home__sec02-txt div {
  margin-top: 5rem;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt div {
    margin-top: 10.6666666667vw;
  }
}

.p-home__sec02-txt div:first-child {
  margin-top: 0;
}

.p-home__sec02-txt div h3 {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: flex;
  align-items: baseline;
  column-gap: 1rem;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt div h3 {
    font-size: 5.8666666667vw;
    column-gap: 2.6666666667vw;
  }
}

.p-home__sec02-txt div h3 span {
  font-size: 3.2rem;
  position: relative;
  padding-left: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt div h3 span {
    font-size: 6.9333333333vw;
    padding-left: 1.6vw;
  }
}

.p-home__sec02-txt div h3 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 3rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt div h3 span::after {
    width: 0.5333333333vw;
    height: 6.9333333333vw;
  }
}

.p-home__sec02-txt div p {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt div p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

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

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

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

.p-home__sec03 h3 {
  font-size: 4rem;
  text-align: center;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03 h3 {
    margin-bottom: 26.6666666667vw;
    margin-top: 8vw;
    font-size: 8vw;
  }
}

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

.p-under__mv {
  margin-top: 16rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-under__mv {
    margin-top: 14rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv {
    margin-top: 32vw;
  }
}

.p-under__mv h1 {
  font-size: 8rem;
  font-weight: 700;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-under__mv h1 {
    font-size: 6.6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv h1 {
    font-size: 13.3333333333vw;
  }
}

.p-works__sec01 .c-list01 {
  margin-top: 10rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-works__sec01 .c-list01 {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-works__sec01 .c-list01 {
    margin-top: 16vw;
  }
}

.p-works__sec02 {
  margin-top: 20rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-works__sec02 {
    margin-top: 18rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-works__sec02 {
    margin-top: 32vw;
  }
}

.p-works__mv {
  width: 70rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-works__mv {
    width: 80%;
  }
}

.p-works__sec02 .c-list01-tag {
  padding: 0;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-works__sec02 .c-list01-tag {
    margin-top: 10.6666666667vw;
  }
}

.p-works__sec02 h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-works__sec02 h2 {
    font-size: 7.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-works__sec02 h2 a {
  display: flex;
  align-items: baseline;
  column-gap: 1rem;
  width: fit-content;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-works__sec02 h2 a {
    column-gap: 2.1333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-works__sec02 h2 a img {
    width: 3.2vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-works__sec02 h2 a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-works__sec02 h2 a:hover {
    opacity: 0.7;
  }
}
.p-works__sec02-content {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-works__sec02-content {
    margin-top: 8vw;
  }
}

.p-works__sec02-content p {
  line-height: 1.8;
}

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

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

.p-about__sec01-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-content {
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}

.p-about__sec01-left {
  width: 24%;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-left {
    width: 76%;
    margin: 0 auto;
  }
}

.p-about__sec01-right {
  width: 68%;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-right {
    width: 100%;
  }
}

.p-about__sec01-sns {
  margin-top: 2rem;
  display: flex;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-sns {
    margin-top: 4vw;
    column-gap: 5.3333333333vw;
  }
}

.p-about__sec01-sns a {
  display: block;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-sns a {
    width: 6.9333333333vw;
  }
}

.p-about__sec01-sns a img {
  width: 100%;
}

@media all and (min-width: 64.0625em) {
  .p-about__sec01-sns a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-about__sec01-sns a:hover {
    opacity: 0.7;
  }
}
.p-about__sec01-right p {
  line-height: 2;
}

.p-about__sec01-right table {
  margin-top: 4rem;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-right table {
    margin-top: 8vw;
  }
}

.p-about__sec01-right table th,
.p-about__sec01-right table td {
  padding-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-right table th,
.p-about__sec01-right table td {
    padding-top: 4.2666666667vw;
  }
}

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

.p-about__sec01-right table th {
  width: 20%;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-right table th {
    width: 34%;
  }
}

.p-about__sec01-right table td {
  width: 80%;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-right table td {
    width: 64%;
  }
}

.p-contact__sec01 {
  margin-top: 10rem;
  margin-bottom: 12rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-contact__sec01 {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01 {
    margin-top: 16vw;
    margin-bottom: 21.3333333333vw;
  }
}

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

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

.p-contact__sec01-item label {
  margin-top: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item label {
    margin-top: 0;
  }
}

.p-contact__sec01-item label span {
  font-size: 1rem;
  color: #3f3179;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item label span {
    font-size: 2.4vw;
  }
}

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

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

.p-contact__sec01-item div input,
.p-contact__sec01-item div textarea {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 0.6rem;
  padding: 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item div input,
.p-contact__sec01-item div textarea {
    padding: 4.2666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 1.6vw;
    border: 0.2666666667vw solid #dedede;
  }
}

.p-contact__sec01-item div textarea {
  resize: none;
  height: 20rem;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item div textarea {
    height: 48vw;
  }
}

.p-contact__sec01-btn-wrap {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  column-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-btn-wrap {
    margin-top: 16vw;
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    width: 100%;
  }
}

.p-contact__sec01-btn-wrap input {
  width: 30rem;
  background-color: #3f3179;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  padding: 2rem 0;
  border-radius: 0.8rem;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-btn-wrap input {
    width: 80vw;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 0;
    border-radius: 1.6vw;
  }
}

.p-contact__sec01-btn {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.p-contact__sec01-btn::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../assets/images/common/arrow03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-btn::after {
    right: 5.3333333333vw;
    width: 4.2666666667vw;
    height: 2.6666666667vw;
  }
}

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

  .p-contact__sec01-btn:hover::after {
    right: 1rem;
  }
}
@media print {
  .p-contact__sec01-btn:hover {
    opacity: 0.7;
  }

  .p-contact__sec01-btn:hover::after {
    right: 1rem;
  }
}
.p-contact__sec01-btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  font-size: 1.6rem;
  padding: 2rem 0;
  border-radius: 0.6rem;
  background-color: #c3c3c3;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-btn-wrap a {
    width: 80vw;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 0;
    border-radius: 1.6vw;
  }
}

.p-contact__sec01-btn-wrap a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../assets/images/common/arrow03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-btn-wrap a::after {
    right: 5.3333333333vw;
    width: 4.2666666667vw;
    height: 2.6666666667vw;
  }
}

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

  .p-contact__sec01-btn:hover::after {
    right: 1rem;
  }

  .p-contact__sec01-btn-wrap a:hover {
    opacity: 0.7;
  }

  .p-contact__sec01-btn-wrap a:hover::after {
    right: 1rem;
  }
}
@media print {
  .p-contact__sec01-btn:hover {
    opacity: 0.7;
  }

  .p-contact__sec01-btn:hover::after {
    right: 1rem;
  }

  .p-contact__sec01-btn-wrap a:hover {
    opacity: 0.7;
  }

  .p-contact__sec01-btn-wrap a:hover::after {
    right: 1rem;
  }
}
.p-contact__sec01-form-confirm label {
  margin-top: 0;
}

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

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

.anime-up {
  opacity: 0;
  pointer-events: none;
}

.anime-up.displayed {
  opacity: 1;
  pointer-events: auto;
}

@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.anime-up.displayed span {
  display: inline-block;
  overflow: hidden;
}

.anime-up.displayed span span {
  display: inline-block;
  animation: showTextFromBottom 0.5s backwards;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.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"; を出力するため日本語のコメントアウトを残す */