@charset "UTF-8";
@import "./header.css";
@import "./firstview.css";
@import "./about.css";
@import "./contact.css";
@import "./news.css";
@import "./business.css";
@import "./member.css";
@import "./sitemap.css";
@import "./single.css";
@import "./footer.css";
@import "./privacy.css";

/*  ====================
	animation
====================  */
/*  ====================
	default
====================  */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html,
body {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  background-color: #000000;
}

.nav-overflow {
  overflow: hidden;
}

body:before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

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

a {
  display: block;
  text-decoration: none;
  line-height: 1.7;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a:hover {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  /* line-height: 1.7; */
  color: #fff;
  word-break: break-all;
}

h1,
h2,
h3 {
  font-weight: 200;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

p {
  font-size: 1rem;
  line-height: 2;
  /* margin-bottom: 15px; */
  font-weight: 400;
  color: #fff;
}

ul {
  padding: 0px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block !important;
  }
}

@keyframes slideBackground {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.btn {
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 100px;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  transition-timing-function: cubic-bezier(0.3, 0.7, 1, 0.1);
  margin: 20px 0;
}

.btn:hover {
  background-color: #aaa;
  color: #000;
}

.btn span {
  padding-right: 30px;
  color: #000;
  font-family: din-2014, sans-serif;
}


/* ==========
common
========== */
section {
  width: 100%;
  position: relative;
}

.section_container {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
}

@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }

  section .section_container {
    width: 90%;
  }
}

.left_side_round_container {
  margin: 80px 0;
  padding: 60px 80px;
  padding-right: 40px;
  background-color: #4F499B;
  width: 70%;
  margin-left: auto;
  border-radius: 100px 0 0 100px;
  color: #ffffff;
}

.right_side_round_container {
  margin: 80px 0;
  padding: 60px 80px;
  padding-left: 40px;
  background-color: #4F499B;
  width: 70%;
  margin-right: auto;
  border-radius: 0 100px 100px 0;
  color: #ffffff;
}

@media screen and (max-width: 1100px) {

  .left_side_round_container,
  .right_side_round_container {
    width: 95%;
    padding: 40px 40px;
  }
}

.left_side_round_container h1,
.left_side_round_container h2,
.left_side_round_container h3,
.left_side_round_container h4,
.left_side_round_container h5,
.left_side_round_container h6,
.left_side_round_container p {
  color: #ffffff;
}

.right_side_round_container h1,
.right_side_round_container h2,
.right_side_round_container h3,
.right_side_round_container h4,
.right_side_round_container h5,
.right_side_round_container h6,
.right_side_round_container p {
  color: #ffffff;
}

.back_white {
  background-color: #ffffff;
  padding-top: 110px;
  min-height: calc(100vh - 110px);
  position: relative;
}

.back_white h1,
.back_white h2,
.back_white h3,
.back_white h4,
.back_white h5,
.back_white h6,
.back_white p {
  color: #000000;
}

.title_container {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.title_container h1 {
  font-style: italic;
  font-size: 5rem;
  font-weight: bolder;
  background: linear-gradient(45deg, rgba(41, 34, 140, 1) 0%, rgba(188, 184, 242, 0.33) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  /* padding: 20px; */
}

.title_container p {
  font-size: 2rem;
  background: linear-gradient(45deg, rgba(41, 34, 140, 1) 0%, rgba(188, 184, 242, 0.33) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.subtitle {
  margin-bottom: 32px;
}

@media screen and (max-width: 1100px) {
  .title_container h1 {
    font-size: 4rem;
  }

  .title_container p {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
