@charset "UTF-8";
@font-face {
  * {
    font-display: block;
  }
}
* {
  margin: 0;
  padding: 0;
  line-height: 1;
}

body {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}
body .pc {
  display: block;
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
}

.load {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100lvh;
  background-color: #fff;
  -webkit-animation: loading 1s ease-in-out forwards;
          animation: loading 1s ease-in-out forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.load img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
  -webkit-animation: rotation_img 2s ease-in-out forwards;
          animation: rotation_img 2s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .load img {
    width: 20%;
  }
}

@-webkit-keyframes rotation_img {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  51% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  90% {
    transform: translate(-50%, -50%) rotate(720deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(720deg);
  }
}

@keyframes rotation_img {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  51% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  90% {
    transform: translate(-50%, -50%) rotate(720deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(720deg);
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.demo_bg {
  width: 100%;
  height: 100lvh;
  background-color: #ccc;
}

.demo_bg:nth-of-type(2n) {
  background-color: #ddd;
}

#header {
  z-index: 10;
  position: fixed;
  width: 100%;
  background-color: #fff;
}
#header .global_nav .nav_list {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  width: 85%;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #header .global_nav .nav_list {
    width: 90%;
    height: 55px;
  }
}
#header .global_nav .nav_list .nav_title a {
  font-family: "ta-fuga-fude", sans-serif;
  color: #232323;
  text-decoration: none;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #header .global_nav .nav_list .nav_title a {
    font-size: 16px;
  }
}
#header .global_nav .nav_list .nav_blank {
  width: 0;
}
#header .global_nav .nav_list .nav_title_logo {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
#header .global_nav .nav_list .nav_title_logo a {
  display: block;
  aspect-ratio: 1/1;
  width: 170px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/logo.svg);
  background-position: center;
  background-size: 130px;
  background-repeat: no-repeat;
}

#mainvisual {
  position: relative;
  width: 100%;
  height: 100svh;
  background-image: url(../images/mv_02_pc.jpg);
  background-size: cover;
  background-position-y: center;
}
@media screen and (max-width: 768px) {
  #mainvisual {
    background-image: url(../images/mv_02_sp.jpg);
  }
}
#mainvisual .mainvisual_text_box {
  position: absolute;
  top: 55%;
  left: 5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual_text_box {
    top: unset;
    bottom: 20px;
    left: 0%;
    transform: translateY(0%);
  }
}
#mainvisual .mainvisual_text_box .mainvisual_text {
  margin-bottom: 50px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual_text_box .mainvisual_text {
    font-size: 12px;
    line-height: 26px;
    width: calc(100% - 30px);
    margin: 0 auto 20px;
  }
}
#mainvisual .mainvisual_text_box .mainvisual_btn {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual_text_box .mainvisual_btn {
    width: 200px;
    margin-left: 15px;
  }
}
#mainvisual .mainvisual_text_box .mainvisual_btn a {
  display: block;
  text-align: center;
  width: 100%;
  height: 56px;
  background-color: #303030;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #mainvisual .mainvisual_text_box .mainvisual_btn a {
    font-size: 16px;
    height: 40px;
    line-height: 36px;
  }
}

#service {
  position: relative;
  background-color: #f7f7f7;
  background-image: url(../images/service_bg.png);
  background-size: contain;
  background-position-y: -90px;
}
#service .service_bg {
  padding: 50px 0;
  position: absolute;
  width: 100%;
}
#service .service_window h2 {
  margin-left: 30px;
  padding: 50px 0;
  font-family: "ta-fuga-fude", sans-serif;
  color: #303030;
  font-size: 85px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #service .service_window h2 {
    font-size: 38px;
    padding: 30px 0 30px;
  }
}
#service .service_window:last-of-type .service_box {
  margin-bottom: 0px;
  padding-bottom: 15vw;
}
@media screen and (max-width: 768px) {
  #service .service_window:last-of-type .service_box {
    padding-bottom: 100px;
  }
}
#service .service_window .service_box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  margin-bottom: 195px;
}
@media screen and (max-width: 768px) {
  #service .service_window .service_box {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    margin-bottom: 105px;
  }
}
#service .service_window .service_box .service_img_box {
  position: relative;
  width: 360px;
  height: 95lvh;
  border-radius: 0 20px 20px 0;
  background-size: cover;
}
#service .service_window .service_box .service_img_box video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 60px 0;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #service .service_window .service_box .service_img_box video {
    width: 80%;
    padding: 36px 0;
    max-width: 240px;
  }
}
#service .service_window .service_box .service_img_box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 40px);
}
@media screen and (max-width: 768px) {
  #service .service_window .service_box .service_img_box img {
    width: calc(80% + 25px);
    max-width: 265px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_window .service_box .service_img_box {
    width: 80%;
    height: 550px;
    border-radius: 10px 10px 10px 10px;
  }
}
#service .service_window .service_box .radius_reverse {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  #service .service_window .service_box .radius_reverse {
    border-radius: 10px 10px 10px 10px;
  }
}
#service .service_window .service_box .service_text_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #service .service_window .service_box .service_text_box {
    width: 90%;
  }
}
#service .service_window .service_box .service_text_box .service_head {
  margin-bottom: 30px;
  font-family: "ta-fuga-fude", sans-serif;
  color: #303030;
  font-size: 62px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #service .service_window .service_box .service_text_box .service_head {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
  }
}
#service .service_window .service_box .service_text_box .service_text {
  width: 500px;
  font-size: 20px;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  #service .service_window .service_box .service_text_box .service_text {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
}
#service .service_window .service_box .service_text_box .service_btn {
  margin-top: 40px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  #service .service_window .service_box .service_text_box .service_btn {
    margin: 40px auto 0;
  }
}
#service .service_window .service_box .service_text_box .service_btn a {
  display: block;
  text-align: center;
  width: 100%;
  height: 56px;
  background-color: #303030;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}
#service .service_window .flex_reverse {
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #service .service_window .flex_reverse {
    flex-direction: column;
  }
}

#contact {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
  background-color: #232323;
}
@media screen and (max-width: 768px) {
  #contact {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
#contact .contact_text_box {
  padding: 90px 0 100px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #contact .contact_text_box {
    width: 90%;
    padding: 50px 0 40px;
  }
}
#contact .contact_text_box .contact_text_main {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #contact .contact_text_box .contact_text_main {
    font-size: 30px;
  }
}
#contact .contact_text_box .contact_text_sub {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #contact .contact_text_box .contact_text_sub {
    font-size: 16px;
    line-height: 26px;
  }
}
#contact .service_btn {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #contact .service_btn {
    width: 200px;
  }
}
#contact .service_btn a {
  display: block;
  text-align: center;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #303030;
  font-size: 20px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #contact .service_btn a {
    font-size: 16px;
    height: 40px;
    line-height: 36px;
  }
}

#members {
  color: #303030;
}
#members h2 {
  margin-left: 30px;
  padding: 50px 0 80px;
  font-family: "ta-fuga-fude", sans-serif;
  font-size: 85px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #members h2 {
    font-size: 38px;
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #members .members_window02 {
    margin-top: 20px;
  }
}
#members .members_window {
  display: flex;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #members .members_window {
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 60px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }
}
#members .members_window .members_box {
  width: 500px;
}
@media screen and (max-width: 768px) {
  #members .members_window .members_box {
    width: 80%;
    max-width: 500px;
  }
}
#members .members_window .members_box .members_img_box {
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 370px;
}
@media screen and (max-width: 768px) {
  #members .members_window .members_box .members_img_box {
    width: 230px;
  }
}
#members .members_window .members_box .members_img_box img {
  border-radius: 10px;
  width: 100%;
}
#members .members_window .members_box .members_img_box .hover_img {
  z-index: 3;
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
}
#members .members_window .members_box .members_img_box .hover_img:hover {
  opacity: 1;
}
#members .members_window .members_box .members_img_box .members_name_box {
  position: absolute;
  display: flex;
  top: 0;
  right: -10px;
  transform: translateX(100%);
}
#members .members_window .members_box .members_img_box .members_name_box .members_name {
  writing-mode: vertical-rl;
  font-family: "ta-fuga-fude", sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #members .members_window .members_box .members_img_box .members_name_box .members_name {
    font-size: 30px;
  }
}
#members .members_window .members_box .members_img_box .members_name_box .members_position {
  writing-mode: vertical-rl;
  font-family: "ta-fuga-fude", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #members .members_window .members_box .members_img_box .members_name_box .members_position {
    font-size: 16px;
    margin-left: 5px;
  }
}
#members .members_window .members_box .members_text {
  text-align: start;
  font-size: 16px;
  line-height: 30px;
}

#information {
  background-color: #eee;
}
#information h2 {
  margin-left: 30px;
  padding: 50px 0 80px;
  font-family: "ta-fuga-fude", sans-serif;
  font-size: 85px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #information h2 {
    font-size: 38px;
    padding: 30px 0 20px;
  }
}
#information .information_table_box {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #information .information_table_box {
    padding-bottom: 60px;
  }
}
#information .information_table_box .information_table {
  margin: 0 auto;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #information .information_table_box .information_table {
    width: 90%;
  }
}
#information .information_table_box .information_table tr th {
  padding: 30px 60px 20px 0;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #information .information_table_box .information_table tr th {
    font-size: 14px;
    padding: 30px 10px 20px 0;
    width: auto;
  }
}
#information .information_table_box .information_table tr td {
  padding: 30px 0 20px;
  border-bottom: 1px solid #000;
  width: 630px;
}
@media screen and (max-width: 768px) {
  #information .information_table_box .information_table tr td {
    font-size: 14px;
    padding: 30px 0px 20px 0;
    width: unset;
  }
}
#information .information_table_box .information_table tr td span {
  display: block;
  margin-bottom: 15px;
}
#information .information_table_box .information_table tr td span:last-of-type {
  margin-bottom: 0;
}
#information .information_box {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 150px;
       column-gap: 150px;
  padding-bottom: 130px;
}
#information .information_box .information_text_box .information_head {
  font-size: 34px;
  margin-bottom: 20px;
}
#information .information_box .information_text_box .information_detail {
  font-size: 26px;
  margin-bottom: 50px;
}
#information .information_box .information_img_box {
  width: 40%;
  aspect-ratio: 5/3;
  border-radius: 20px;
  background-color: #ccc;
}

#footer {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #303030;
}
#footer .footer_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  #footer .footer_flex {
    flex-direction: column;
    align-items: start;
    padding: 40px 0 60px;
  }
}
#footer .footer_flex .footer_sns {
  margin-bottom: 30px;
}
#footer .footer_flex .footer_sns ul {
  display: flex;
  list-style: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#footer .footer_flex .footer_sns ul li {
  width: 50px;
}
#footer .footer_flex .footer_sns ul li a {
  transition: all 0.3s;
}
#footer .footer_flex .footer_sns ul li a img {
  width: 100%;
}
#footer .footer_flex .footer_sns ul li a:hover {
  opacity: 0.7;
}
#footer .footer_flex .footer_link ul {
  display: flex;
  list-style: none;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  #footer .footer_flex .footer_link ul {
    flex-direction: column;
    row-gap: 20px;
  }
}
#footer .footer_flex .footer_link ul li a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
#footer .footer_flex .footer_link ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #footer .footer_flex .footer_link ul li a {
    font-size: 18px;
  }
}
#footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 16px;
  }
}

.btn {
  transition: all 0.3s;
}
.btn:hover {
  opacity: 0.7;
}

.mainvisual_title {
  margin-bottom: 50px;
  font-family: "ta-fuga-fude", sans-serif;
  color: rgba(0, 0, 0, 0);
  font-size: 85px;
  font-weight: 400;
  display: block;
  width: 90vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mainvisual_title {
    margin-bottom: 20px;
    font-size: 27px;
    width: unset;
    margin-left: 15px;
  }
}
.mainvisual_title:before {
  opacity: 0.8;
  content: "をかしな世界へようこそ";
  left: -10px;
  position: absolute;
  font-family: "ta-fuga-fude", sans-serif;
  color: #fff;
  font-size: 85px;
  font-weight: 400;
  -webkit-animation: welcome_before 0.7s ease-out forwards;
          animation: welcome_before 0.7s ease-out forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@media screen and (max-width: 768px) {
  .mainvisual_title:before {
    font-size: 27px;
    left: -10px;
    -webkit-animation: welcome_before_sp 0.7s ease-out forwards;
            animation: welcome_before_sp 0.7s ease-out forwards;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
}
.mainvisual_title:after {
  opacity: 0.8;
  content: "をかしな世界へようこそ";
  left: 20px;
  position: absolute;
  font-family: "ta-fuga-fude", sans-serif;
  color: #fff;
  font-size: 85px;
  font-weight: 400;
  -webkit-animation: welcome_after 1s ease-in-out forwards;
          animation: welcome_after 1s ease-in-out forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@media screen and (max-width: 768px) {
  .mainvisual_title:after {
    font-size: 27px;
    left: 10px;
    -webkit-animation: welcome_after_sp 1s ease-in-out forwards;
            animation: welcome_after_sp 1s ease-in-out forwards;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
}

@-webkit-keyframes welcome_after {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}

@keyframes welcome_after {
  0% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes welcome_before {
  0% {
    left: -20px;
  }
  100% {
    left: 0px;
  }
}
@keyframes welcome_before {
  0% {
    left: -20px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes welcome_after_sp {
  0% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
@keyframes welcome_after_sp {
  0% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes welcome_before_sp {
  0% {
    left: -10px;
  }
  100% {
    left: 0px;
  }
}
@keyframes welcome_before_sp {
  0% {
    left: -10px;
  }
  100% {
    left: 0px;
  }
}
#about {
  position: relative;
  padding-top: 60px;
  background-color: #eee;
  color: #303030;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .about_logo {
  vertical-align: top;
  opacity: 0.05;
  position: fixed;
  height: 99%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #about .about_logo {
    width: 90%;
    height: unset;
  }
}
#about .about_box {
  width: 85%;
}
#about .about_box .about_text_list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 200px auto 100px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #about .about_box .about_text_list {
    margin: 70px auto;
  }
}
#about .about_box .about_text_list li {
  font-size: 52px;
  writing-mode: vertical-rl;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #about .about_box .about_text_list li {
    font-size: 34px;
  }
}
#about .about_box .about_text_fix {
  margin-bottom: 250px;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
}
#about .about_box .about_text_fix span {
  position: relative;
  z-index: 1;
  font-family: "ta-fuga-fude", sans-serif;
  font-size: 80px;
  font-weight: 400;
}
#about .about_box .about_text_fix span::after {
  z-index: -1;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -10px;
  left: 50%;
  content: "";
  display: block;
  background-color: #fe8f12;
  width: 82%;
  height: 14px;
}
@media screen and (max-width: 768px) {
  #about .about_box .about_text_fix span::after {
    height: 7px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #about .about_box .about_text_fix span {
    font-size: 44px;
    line-height: 56px;
  }
}
@media screen and (max-width: 768px) {
  #about .about_box .about_text_fix {
    line-height: 50px;
    font-size: 30px;
    margin-bottom: 100px;
  }
}
#about .about_box .about_title {
  text-align: center;
  font-family: "ta-fuga-fude", sans-serif;
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #about .about_box .about_title {
    line-height: 50px;
    font-size: 24px;
    margin-bottom: 30px;
  }
}
#about .about_box .about_detail {
  text-align: center;
  font-size: 40px;
  line-height: 2.5;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #about .about_box .about_detail {
    font-size: 18px;
    margin-bottom: 100px;
  }
}
#about .about_box .about_detail span {
  position: relative;
  z-index: 1;
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 400;
}
#about .about_box .about_detail span::after {
  z-index: -1;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -10px;
  left: 50%;
  content: "";
  display: block;
  background-color: #fe8f12;
  width: 82%;
  height: 10px;
}
@media screen and (max-width: 768px) {
  #about .about_box .about_detail span::after {
    height: 7px;
  }
}
/*# sourceMappingURL=style.css.map */