@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 1140px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  min-width: 86.1%;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  opacity: 0;
  transition: none;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 180px);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body::before {
    background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 80px);
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  body.u-top {
    padding-top: 0;
  }
}

body.active {
  height: 100%;
  overflow: hidden;
}

body.active::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.is-open {
  height: 100vh;
}

a {
  color: #0a203b;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.5;
}

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

dl,
ul {
  list-style: none;
}

.u-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-en {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.c-container {
  margin: 0 auto;
  max-width: 114rem;
  padding: 0 2rem;
}

/* ------------------------------------------
  ボタン
------------------------------------------ */
.c-btn01 {
  width: 16rem;
  letter-spacing: 0.05em;
}
.c-btn01-inner {
  align-items: center;
  justify-content: center;
  display: flex;
  color: #ededed;
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  top: 0;
  height: 5.4rem;
  width: 100%;
  border: solid 0.05rem #fff;
  border-radius: 60rem;
}
.c-btn02-link {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex: 0;
  width: -moz-max-content;
  width: max-content;
}
.c-btn02-link:hover {
  opacity: 1;
}
.c-btn02-link-circle {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn02-link-circle {
    width: 3rem;
    height: 3rem;
  }
}
.c-btn02-link-circle:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
  transition: 0.3s all;
}
.c-btn02-link:hover .c-btn02-link-circle::before {
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
}
.c-btn02-link-circle02 {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn02-link-circle02 {
    width: 3rem;
    height: 3rem;
  }
}
.c-btn02-link-circle02:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #333333;
  transition: 0.3s all;
}
.c-btn02-link:hover .c-btn02-link-circle02::before {
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
}
.c-btn02-link-text {
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0em;
}
.c-btn02-link-text-white {
  color: #ededed;
}
.c-btn03 {
  border: solid 0.05rem #fff;
  border-radius: 6rem;
  color: #ededed;
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 2rem 3.5rem;
  display: inline-block;
}
.c-btn04 {
  border-radius: 5rem;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 2.4rem 8rem;
  display: inline-block;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn04 {
    padding: 1.2rem 4rem;
  }
}

/* ------------------------------------------
  header
------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
  transition: background-color 0.3s ease;
  padding: 5rem 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.l-header.active {
  background-color: #000;
}
.l-header.scroll-active {
  background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 767px) {
  .l-header-pc {
    display: none;
  }
}
.l-header-pc__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8rem;
}
.l-header-pc__logo {
  width: 28.1rem;
}
.l-header-pc__logo_link {
  display: block;
}
.l-header-pc__menu {
  align-items: center;
  display: flex;
}
.l-header-pc__menu_list_btm {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.l-header-pc__menu_list_btm_item {
  position: relative;
}
.l-header-pc__menu_list_btm_item::before {
  position: relative;
  content: "";
}
.l-header-pc__menu_list_btm_item_link {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #ededed;
  font-size: 1.6rem;
  display: block;
  position: relative;
}
.l-header-pc__menu_list_btm_item_link:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -1.4rem;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}
.l-header-pc__menu_btn {
  margin-left: 4rem;
}
.l-header-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-sp {
    display: block;
  }
  .l-header-sp__top {
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
  }
  .l-header-sp__top_logo {
    display: block;
    width: 16rem;
  }
  .l-header-sp__top_logo img {
    transition: opacity 0.3s ease;
  }
  .l-header-sp__top_ham {
    height: 1.2rem;
    width: 2rem;
    position: relative;
    cursor: pointer;
  }
  .l-header-sp__top_ham_line {
    width: 100%;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s ease;
  }
  .l-header-sp__top_ham_line:nth-child(1) {
    top: 0;
  }
  .l-header-sp__top_ham_line:nth-child(2) {
    top: 0.6rem;
  }
  .l-header-sp__top_ham_line:nth-child(3) {
    top: 1.2rem;
  }
  .l-header-sp__top_ham.active .l-header-sp__top_ham_line {
    width: 100%;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s ease;
  }
  .l-header-sp__top_ham.active .l-header-sp__top_ham_line:nth-child(1) {
    top: 0.6rem;
    transform: rotate(30deg);
  }
  .l-header-sp__top_ham.active .l-header-sp__top_ham_line:nth-child(2) {
    opacity: 0;
  }
  .l-header-sp__top_ham.active .l-header-sp__top_ham_line:nth-child(3) {
    top: 0.6rem;
    transform: rotate(-30deg);
  }
  .l-header-sp__nav {
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 5rem;
    transition: 0.3s ease;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 5rem);
    height: calc(100vsh - 5rem);
    overflow-y: scroll;
    width: 100%;
  }
  .l-header-sp__nav.active {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
  .l-header-sp__nav_list01_item_link {
    color: #ededed;
    padding: 0 2rem;
    height: 4.8rem;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* ------------------------------------------
  fotter
------------------------------------------ */
.l-footer {
  background-color: #111111;
  padding: 7.5rem 0 6.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3.5rem 0 2.5rem;
  }
}
.l-footer__container {
  padding-inline: 8rem;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    padding-inline: 4rem;
  }
}
.l-footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 8rem;
  }
}
.l-footer__top_logo {
  display: block;
  width: 28rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top_logo {
    width: 17rem;
  }
}
.l-footer__top_address {
  color: #ededed;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top_address {
    margin-bottom: 2.5rem;
  }
}
.l-footer__top_icons {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top_icons {
    gap: 2rem;
  }
}
.l-footer__top_icon {
  width: 2.6rem;
  display: inline-block;
  transition: transform 0.3s ease;
}
.l-footer__top_icon:hover {
  animation: bounce 0.6s ease;
  opacity: 1;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
.l-footer__top_menu_lists {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-footer__top_menu_lists {
    gap: 1rem;
  }
}
.l-footer__top_menu_link {
  color: #ededed;
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.l-footer__bottom_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__bottom_small {
  font-family: "Raleway", sans-serif;
  color: #888888;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.l-footer__bottom_backs {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.l-footer__bottom_backs_text {
  font-family: "Raleway", sans-serif;
  color: #ededed;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.l-footer__bottom_backs_img {
  width: 1.1rem;
}

#loading {
  position: fixed;
  inset: 0;
  background-color: #111111;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-img {
  max-width: 60rem;
  width: 100%;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .loading-img {
    max-width: 30rem;
  }
}

/* ==============================
下層
============================== */
.c-bg-video {
  position: fixed;
  top: -2.95rem;
  right: -26.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-bg-video {
    top: -1.5rem;
    right: -12.5rem;
  }
}
.c-bg-video::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 68rem;
  height: 120rem;
  background: linear-gradient(rgba(119, 119, 119, 0), rgb(17, 17, 17));
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-bg-video::before {
    width: 27rem;
    height: 37.5rem;
  }
}
.c-bg-video::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 68rem;
  height: 120rem;
  background: linear-gradient(to right, rgb(17, 17, 17), rgba(119, 119, 119, 0.3));
}
@media screen and (max-width: 767px) {
  .c-bg-video::after {
    width: 27rem;
    height: 37.5rem;
  }
}
.c-bg-video img {
  width: 120rem;
  transform: rotate(90deg) scale(1, -1);
}
@media screen and (max-width: 767px) {
  .c-bg-video img {
    width: 60rem;
  }
}

.l-container {
  text-align: center;
  margin: 24rem auto 0;
  padding-inline: 8rem;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-inline: 2rem;
    margin: 10rem 0 0;
  }
}

.c-heading {
  color: #ededed;
  text-align: left;
  font-size: 7.2rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 3.2rem;
  }
}
.c-heading span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-heading span {
    margin: 0.8rem 0 0;
  }
}

.c-breadcrumbs {
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    position: absolute;
    top: 5.6rem;
    margin: 0;
  }
}
.c-breadcrumbs__list {
  display: flex;
  align-items: center;
}
.c-breadcrumbs__list-item {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.c-breadcrumbs__list-item a {
  color: #ededed;
  margin: 0 1.6rem 0 0;
}
.c-breadcrumbs__list-item a::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1rem;
  background: #333;
  margin: 0 0 0 1.6rem;
}
.c-breadcrumbs__list-item.active {
  opacity: 0.5;
}

.c-nav {
  width: 20%;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1280px) {
  .c-nav {
    width: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nav {
    position: static;
    width: 100%;
  }
}
.c-nav__title {
  color: #ededed;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  border-bottom: solid 0.1rem #dedede;
}
@media screen and (max-width: 767px) {
  .c-nav__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-nav__list-item {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-nav__list-item {
    margin: 1.6rem 0 0;
  }
}
.c-nav__list-item a {
  color: #ededed;
}

.c-sec {
  text-align: left;
  width: 73.4%;
  margin: 14rem 0 0 auto;
}
@media screen and (max-width: 1280px) {
  .c-sec {
    max-width: 92rem;
  }
}
@media screen and (max-width: 767px) {
  .c-sec {
    width: 100%;
    margin: 6rem 0 0 auto;
  }
}
.c-sec__heading-01 {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-sec__heading-01 {
    font-size: 2.4rem;
  }
}
.c-sec__heading-01 span {
  display: block;
  color: #888;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  margin: 2.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-sec__heading-01 span {
    font-size: 1.6rem;
    margin: 0.8rem 0 0;
  }
}

.c-pagination {
  max-width: 52rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8rem auto 20rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin: 4rem 0 5rem;
  }
}
.c-pagination-01 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .c-pagination-01 {
    font-size: 2.4rem;
  }
}
.c-pagination-01 span {
  display: block;
  color: #888;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-pagination-01 span {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
.c-pagination__list {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .c-pagination__list {
    gap: 2.4rem;
  }
}
.c-pagination__list-item {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-pagination__list-item a {
  color: #888;
}
.c-pagination__list-item a:hover {
  opacity: 1;
  color: #ededed;
}
.c-pagination__list-item.active {
  color: #ededed;
  position: relative;
}
.c-pagination__list-item.active::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -1.6rem;
  transform: translateX(-50%);
}
.c-pagination__list-item.ellipsis {
  letter-spacing: 0;
}
.c-pagination__next {
  width: 4.8rem;
  height: 4.8rem;
  border: solid 0.1rem #fff;
  border-radius: 50%;
  position: relative;
}
.c-pagination__next::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: solid 0.1rem #fff;
  border-right: solid 0.1rem #fff;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(45deg);
}

.p-lower__bg {
  width: 94.16%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  right: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-lower__bg {
    width: 100%;
  }
}
.p-lower__bg::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
  background: url(../img/common/layer-top.svg) center/cover no-repeat;
}
.p-lower__bg video {
  height: 100%;
  position: absolute;
  aspect-ratio: 767/689;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  body .p-lower__bg {
    width: 100%;
  }
  body .p-lower__bg video {
    right: -10vw;
  }
  body .p-lower__bg::before {
    left: 0;
    opacity: 0.95;
  }
  body .p-container {
    margin-top: 7rem;
  }
}
.c-contact {
  position: relative;
  z-index: 300;
  background: #111;
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: 4rem 0 0;
  }
}
.c-contact_inner {
  padding-inline: 8rem;
}
@media screen and (max-width: 767px) {
  .c-contact_inner {
    padding-inline: 2rem;
  }
}
.c-contact_back {
  position: relative;
  margin: auto;
}
.c-contact_bg {
  width: 100%;
  aspect-ratio: 172/75;
  background-image: url(../img/common/bg_contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.4rem;
  padding-block: 28.85rem;
  -webkit-mask-image: url(../img/common/bg_contact02.png);
          mask-image: url(../img/common/bg_contact02.png);
  -webkit-mask-size: 93% 93%;
          mask-size: 93% 93%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: -webkit-mask-size 0.6s ease;
  transition: mask-size 0.6s ease;
  transition: mask-size 0.6s ease, -webkit-mask-size 0.6s ease;
}
.c-contact_bg.is-zoom {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .c-contact_bg {
    aspect-ratio: auto;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    padding-block: 20rem;
  }
}
.c-contact_content {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.c-contact_title {
  font-family: "Raleway", sans-serif;
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ededed;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-contact_title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}
.c-contact_sub {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ededed;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contact_sub {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.c-contact_text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.8;
  color: #ededed;
  text-align: center;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-contact_text {
    margin-bottom: 2.4rem;
    font-size: 1.2rem;
    padding-inline: 3rem;
  }
}
.c-contact_text .br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-contact_text .br-sp {
    display: block;
  }
}
.c-contact_link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-contact .c-btn04 {
  transition: all 0.3s;
  border: solid 0.1rem transparent;
}
.c-contact .c-btn04:hover {
  background-color: transparent;
  border: solid 0.1rem #fff;
  color: #ededed;
  opacity: 1;
}

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

.c-form-contact {
  margin-top: 6.4rem;
}
.c-form-contact__item {
  margin-top: 4rem;
}
.c-form-contact__label {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #ededed;
}
@media screen and (max-width: 767px) {
  .c-form-contact__label {
    font-size: 1.4rem;
  }
}
.c-form-contact__label.is-required::after {
  content: "必須";
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #ff6b3b;
}
.c-form-contact__field {
  display: block;
  width: 100%;
  margin-top: 0.8rem;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-form-contact__field {
    font-size: 1.3rem;
  }
}
.c-form-contact__field input[type=text],
.c-form-contact__field input[type=email],
.c-form-contact__field input[type=tel],
.c-form-contact__field textarea {
  padding: 1.5rem 2rem;
  width: 100%;
  border: 1px solid #ced8dd;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  outline: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-form-contact__field input[type=text],
  .c-form-contact__field input[type=email],
  .c-form-contact__field input[type=tel],
  .c-form-contact__field textarea {
    font-size: 1.3rem;
    padding: 1rem 1.5rem;
  }
}
.c-form-contact__field input[type=text]:focus,
.c-form-contact__field input[type=email]:focus,
.c-form-contact__field input[type=tel]:focus,
.c-form-contact__field textarea:focus {
  border-color: #678b9c;
}
.c-form-contact__field textarea {
  display: block;
  height: 18rem;
  padding: 2rem;
  max-width: 100%;
}
.c-form-contact__field--flex {
  display: flex;
  flex-wrap: wrap;
}
.c-form-contact__subfield {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  .c-form-contact__subfield {
    width: calc(50% - 0.5rem);
  }
}
.c-form-contact__subfield:not(:first-child) {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-form-contact__subfield:not(:first-child) {
    margin-left: 1rem;
  }
}
.c-form-contact__privacy {
  margin-block: 8rem;
}
@media screen and (max-width: 767px) {
  .c-form-contact__privacy {
    margin-block: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form-contact__privacy .p-contact-sec01__txt br {
    display: none;
  }
}
.c-form-contact__privacy-box {
  margin-top: 2rem;
  padding: 4rem;
  border: 1px solid #ced8dd;
  border-radius: 1.2rem;
  background: #f1f3f4;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-form-contact__privacy-box {
    padding: 3rem;
    height: 28rem;
    overflow-y: auto;
    font-size: 1.2rem;
  }
}
.c-form-contact__privacy-title {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form-contact__privacy-title {
    font-size: 1.3rem;
  }
}
.c-form-contact__privacy-list {
  margin-top: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-form-contact__privacy-list {
    margin-top: 1.5rem;
  }
}
.c-form-contact__privacy-list li {
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-form-contact__privacy-list li {
    font-size: 1.2rem;
  }
}
.c-form-contact__privacy-txt {
  margin-top: 2rem;
  text-align: left;
  line-height: 1.4;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-form-contact__privacy-txt {
    font-size: 1.2rem;
  }
}
.c-form-contact__btn {
  display: flex;
  justify-content: center;
  width: 32rem;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.c-form-contact__btn .c-btn01-inner {
  transition: all 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form-contact__btn .c-btn01-inner {
    width: 30rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form-contact__btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-form-contact__btn .c-btn01-inner:hover {
    opacity: 0.5;
  }
}
.c-form-contact .error,
.c-form-contact .wpcf7-not-valid-tip {
  color: #ff6b3b;
  font-size: 1.2rem;
  line-height: 1.4;
  float: none;
  padding-left: 0;
  display: block;
  font-weight: bold;
  margin-top: 0.5rem;
}
.c-form-contact .wpcf7-not-valid-tip {
  display: none;
}
.c-form-contact .wpcf7-list-item {
  margin: 0;
}
.c-form-contact .wpcf7-response-output {
  display: none;
}

.c-radio-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-radio-btn {
    flex-direction: column;
  }
}
.c-radio-btn label {
  cursor: pointer;
  color: #ededed;
}
@media screen and (max-width: 767px) {
  .c-radio-btn label {
    font-size: 1.3rem;
    width: 100%;
  }
}
.c-radio-btn label input {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.c-radio-btn label input:checked + span::after {
  position: absolute;
  left: 0.5rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-radio-btn label input:checked + span::after {
    width: 0.8rem;
    height: 0.8rem;
    left: 0.4rem;
  }
}
.c-radio-btn label span {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
}
.c-radio-btn label span::before, .c-radio-btn label span::after {
  content: "";
}
.c-radio-btn label span::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-radio-btn label span::before {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.8rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=common.css.map */