@charset "UTF-8";
html {
  font-family: "notosans-jp-regular";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
  color: #000;
  background: #fff;
}

@font-face {
  font-family: "notosans-jp-regular";
  src: url("../fonts/NotoSerifJP-Regular.otf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "notosans-jp-medium";
  src: url("../fonts/NotoSerifJP-Medium.otf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "notosans-jp-bold";
  src: url("../fonts/NotoSerifJP-Bold.otf") format("truetype");
  font-display: swap;
}


*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #F2EEEB 0%, #F2EEEB 100%);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

main {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

em,
address {
  font-style: normal;
}

button {
  cursor: pointer;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px 60px;
  background: #131922;
}

header h1 {
  flex: 1;
}


header h1 img {
  width: 100px;
}

header nav {
  width: 100%;
  flex: 0;
}

header ul {
  display: flex;
  gap: 20px;
}

header ul li a {
  color: #fff;
}

.top-section {
  width: 100%;
  display: block;
  position: relative;
}

.top-section-textblock {
  width: 570px;
  position: absolute;
  left: 10%;
  top: 200px;
  z-index: 2;
}

.top-section-textblock h2 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 57px;
  color: #000;
  padding: 12px 30px 12px 23px;
  background: #fff;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.top-section-textblock h3 {
  width: 450px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  font-family: "notosans-jp-regular";
  letter-spacing: 1.2;
}

.top-section-textblock h3 span {
  color: #3344E1;
}

.top-section-textblock ul {
  width: 100%;
  margin: 10px 0 0 0;
  display: flex;
  gap: 10px;
  font-size: 18px;
  color: #D50753;
  font-weight: bold;
  font-family: "notosans-jp-regular";
  letter-spacing: 1.2;
}

.back-top {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.about-section h1 {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-family: "notosans-jp-bold";
}

.about-section h2 {
  width: 100%;
  margin: 10px 0 30px 0 ;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-family: "notosans-jp-regular";
}

.about-wraper {
  width: 1000px;
  position: relative;
  display: flex;
  gap: 15px;
  margin: auto;
}

.about-content {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  font-family: "notosans-jp-regular";
}

.about-content img {
  width: 100%;
}

.about-content p {
  font-size: 14px;
  line-height: 23px;
  padding: 10px 15px;
}

.about-wraper .cross {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}

.content-section {
  width: 1000px;
  margin: 80px auto 80px auto;
}

.content-section .new {
  width: 80px;
  position: absolute;
  right: -8px;
  top: -8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 57px;
  background: linear-gradient(93deg, #772AF4 8.56%, #C02BCD 80.7%);
  padding: 2px 10px;
  z-index: 2;
  text-align: center;
}

.content-section h1 {
  font-size: 18px;
  font-weight: normal;
  color: #626673;
}

.content-section h1 img {
  height: 54px;
  display: block;
}

.content-section h1 span {
  margin: 2px 0 12px 0;
  display: block;
}

.content-section li h2 {
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin: 10px 0 4px 0;
  display: block;
}

.content-section li p {
  font-size: 15px;
  line-height: 26px;
}

.content-section ul {
  width: 100%;
  display: flex;
  gap: 12px;
}

.content-section li {
  width: calc(100% / 3);
  position: relative;
}

.content-section li a {
  width: 100%;
  color: #000;
}

.content-section li:hover img {
  transform: scale(1.1); 
}

.content-section div {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E3E4F5;
}

.content-section li img {
  width: 100%;
  border-radius: 4px;
  transition: 0.4s;
}

.back-all {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-section {
  width: 100%;
  padding: 80px 0;
  background: #E4E7EE;
}

.contact-section h1 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact-section h1 img {
  height: 54px;
}


form {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

form div {
  width: 100%;
  display: inline-block;
  margin: 15px 0 0 0;
}

form div span {
  color: #cc0a0a;
}

form input,form textarea {
  width: 100%;
  height: 54px;
  margin: 5px 0 0 0;
  font-size: 16px;
  border: none;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
}

.item input {
  padding: 12px 20px;
}

form textarea {
  height: 120px;
}

form label {
  font-size: 18px;
  font-weight: bold;
}

form button {
  width: 250px;
  height: 50px;
  margin: 20px 0 0 0;
  font-size: 20px;
  border-radius: 60px;
  color: #fff;
  font-weight: bold;
  border: none;
  background: #000;
  transition: 0.3s;
  border: 2px solid #E4E7EE;
}

.formrun-system-show {
  color: #e91010;
}

form button:hover {
  color: #000;
  border: 2px solid #000;
  background: #E4E7EE;
}

.company-section {
  width: 1000px;
  margin: auto;
  padding: 80px 0;
}

.company-section h1 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.company-section h1 img {
  height: 54px;
}

.company-table {
  width: 100%;
  margin: 60px 0 0 0;
  border: 3px solid #3F5C60;
  border-collapse: collapse;
  color: #404040;
}

.company-table th:first-child {
  width: 295px;
}

.company-table th img {
  width: 140px;
}

.company-table th,
.company-table td {
  padding: 18px 43px;
  font-size: 18px;
  border: 1px solid #3F5C60;
}

footer {
  padding: 30px 0;
  background: #000;
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-title {
  width: 100%;
  margin: 100px 0 0 0;
  display: flex;
  justify-content: center;
}

.detail-title img {
  height: 50px;
}

.detail-content {
  width: 800px;
  min-height: calc(100% - 200px);
  margin: auto;
  padding-bottom: 100px;
}

.detail-content img {
  width: 100%;
  margin: 40px 0 0 0;
  border-radius: 8px;
}

.detail-content h2 {
  font-size: 20px;
  margin: 18px 0 4px 0;
}

.detail-content p {
  font-size: 14px;
  line-height: 23px;
}

.detail-logo {
  width: 120px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.detail-logo img {
  width: 100%;
}

.audition {
  width: 320px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  font-size: 20px;
  bottom: 70px;
  z-index: 10;
  border-radius: 50px 0 0 50px;
  background: linear-gradient(95deg, #2f6ade 4.35%, #b71f63 100%);
  color: #fff;
  border: 2px solid #fff;
  font-family: "nitalago-ruika", sans-serif;
}

.audition svg {
  margin: 0 0 0 5px;
}

.about-audition {
  width: 900px;
  margin: 160px auto 40px auto;
  font-size: 15px;
  line-height: 49px;
  text-align: center;
}

.about-audition h2 {
  margin:30px 0 10px 0;
}

.about-audition p {
  text-align: left;
  line-height: 31px;
  padding: 24px 30px;
  border-radius: 10px;
  background: #ffffff;
}

.about-audition a {
  width: 400px;
  height: 50px;
  padding: 0 60px;
  margin: 30px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  background: #000;
  transition: 0.3s;
  font-size: 15px;
}

.about-audition a:hover {
  opacity: 0.7;
}

.audition-banner {
  width: 1000px;
  margin: auto;
  display: block;
  transform: 0.3s;
}

.audition-banner:hover {
  opacity: 0.7;
}

.audition-banner img {
  width: 100%;
}

.slick-slider {
  width: 1000px;
  height: 565px;
  margin: 120px auto 0 auto;
}

.slick-slider img {
  height: auto;
  width: 100%;
}

.slick-dots li button:before{
  font-size: 10px !important;
}

.slick-dots li {
  margin: 0 1px !important;
}

.slick-list {
  box-shadow: 6px 1px 11px 0px rgba(133, 145, 206, 0.35);
}


.banner {
  width: 100%;
  gap: 15px;
  justify-content: center;
  display: flex;
  margin-top: 70px;
  padding: 30px 0;
  box-shadow: 0px 0px 40px 0px rgba(174, 187, 219, 0.55);
  background: #fff;
}

.banner a {
  width: 500px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
}

.banner a.link-company:hover img {
  transform: scale(1, 1)
}

.banner a:hover img {
  transform: scale(1.1, 1.1)
}

.banner img {
  width: 100%;
  border-radius: 4px;
  transition: 0.3s;
}