@charset "utf-8";

/* 共通部分
------------------------------- */
html {
	color: #000;
	background: #fff;
	font-size: 100%;
}
body{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    line-height: 1.6;
	/*text-size-adjust: 100%;*/
}
a {
    text-decoration: none;
	color: #ffd700;
  	font-weight: bold;
}
img {
    max-width: 100%;
	/*display:block*/
}

ul{
  padding-left:0;
}

li{
  list-style:none;
}

h1{
	font-size: 1.8rem;
}

h2{
	font-size: 1.5rem;
	font-weight: bold;
}

h3{
	font-size: 1.2rem;
	font-weight: bold;
}

#body {
	background-color: #ffffff;
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
      }

.Header {
	position: sticky;
	z-index: 999;
	top: 0;
	border-bottom: solid #ffd700 2px;
}

.Header img{
	display: block;
}

.align-center {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.align-center img{
	width: 20%;
}

.align-left {
    background-color: white;
	width: 96%;
	text-align: left;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	margin: 0% 2% 0% 2%;
}

.align-left a{
	color: #000000;
	font-weight: bold;
}

.news-main{
	width: 100%;
	/*height: 50vh;*/
	
	margin-top: 0;
	margin-bottom: 0rem;
	/*background-color: #ffff99;*/
	
	padding-bottom: 2rem;
	border-bottom: solid #ffd700 2px;
}

.news-area{
	width: 94%;
	/*height: 50vh;*/
	margin-left: 3%;
	margin-top: 0;
	margin-bottom: 2rem;
	/*background-color: #ffff99;*/
	border-radius: 1rem;
}

.news-item{
	display: grid;
	grid-template-columns: 30% 70%;
	padding-top: 1rem;
}

.news-item dt{
	padding-left: 2rem;
}

.news-item a{
	color: #ff9933;
}

.news-p{
	font-size: 1rem;
	line-height: 2rem;
	padding-bottom: 1rem;
	margin-top: 2vw;
	margin-bottom: 5vw;
	margin-right: 5vw;
	margin-left: 3vw;
	border-bottom: #D8CBCB solid;
}

.container{
	width: 100%;
	max-width: 960px;
	margin-top: 0rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 2rem;
	border-bottom: solid #ffd700 2px;
}

.footer {
	/*display: flex;
 	height: 10svh; */
	background-color: #000000;
	/*border-top: solid #ffd700 2px;*/
	/*padding-top: 1rem;*/
}

.footer-container {
	margin-left: 10%;
	display: grid;
	align-items: center;
    grid-template-columns: repeat(3, 1fr);
	width: 90%;
}

.copy{
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.fv {
	min-height: 92svh;
	background-color: #ffffff;
	border-bottom: solid #ffd700 2px;
}

.img-box {
	width:100%;
	display: grid;
	place-items: center;
}

.img-box img {
	width: 50%;
	
}

.container-talent{
	display: grid;
	gap: 2rem 1.5rem;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	text-align: center;
}

.container-talent p{
	padding-top: 2vh;
}

.profile-main{
	display: grid;
	grid-template-columns: 50% 50%;
}

.profile{
	margin-top: 2vw;
	margin-bottom: 2vw;
	margin-left: 2vw;
}

.profile h2,p{
	margin-top: 2vw;
	margin-bottom: 2vw;
	margin-left: 2vw;
}

.profile dl{
	display: flex;
	margin-top: 2vw;
	margin-bottom: 2vw;
	margin-left: 2vw;
}

.profile dt{
	width: 30%;
}

.profile dd{
	width: 70%;
}

.profile-img{
	text-align: center;
}

.container-audio{
	
}

.item-audio{
	
}
.img-center{
	text-align: center;
}

.con-mg-btm li{
	list-style: url("image/list.png");
	list-style-position: inside;
	font-size: 0.8rem;
	padding-top: 0vw;
	margin-top: 2vw;
	margin-bottom: 2vw;
	margin-left: 2vw;
}

.talent{
	/*font-size: 1.2rem;*/
	/*color: #000000;*/
}

.talent a{
	font-size: 1.3rem;
	color: #000000;
}

.company-main{
	border-bottom: solid #ffd700 2px;
}

.company{
	display: flex;
	margin-top: 2vw;
	margin-bottom: 2vw;
	margin-left: 10vw;
}

.company dt{
	
	width: 30%;
}

.company dd{
	width: 70%;
	margin-bottom: 2vw;
}

.company a{
	color: #000000;
	font-weight: normal;
}

.con-mg-btm{
	padding-bottom: 3rem;
	border-top: solid #ffd700 2px;
	border-bottom: solid #ffd700 2px;
}

.privacy-main{
	border-bottom: solid #ffd700 2px;
}

.privacy{
	margin-top: 2vw;
	margin-bottom: 2vw;
	margin-left: 10vw;
	margin-right: 0vw;
}

.privacy dt{
	width: 90%;
}

.privacy dd{
	width: 90%;
	margin-bottom: 5%;
}

.privacy a{
	color: #000000;
	font-weight: normal;
}

.news-list{
	background: #ffffcc;
	height: 300px;
	margin-bottom: 2rem;
}

.contact-form{
	
	width: 100%;
	margin-left: 0%;
	border-bottom: solid #ffd700 2px;
}

.title{
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
	font-weight: bolder;
}

form{
	margin:  0 auto;
}

.item{
	overflow: hidden;
	margin-bottom: 1rem;
}

.label{
	width: 100%;
	margin-right: 0rem;
	padding-left: 15%;
}

.label-midasi{
	width: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: 1rem;
	padding-left: 10%;
}

.inputs{
	width: 80%;
	margin-left: 10%;
	border: solid 1px #000000;
}

input[type="text"],
input[type="email"]{
	border: solid 1px #aaa;
	padding: 1rem;
	font-size: 1rem;
	border-radius: 5px;
}

textarea{
	border: solid 1px #aaa;
	padding: 1rem;
	font-size: 1rem;
	border-radius: 5px;
	height: 10rem;
}

.button-area{
	line-height: 3rem;
	text-align: center;
	background-color: #00ff00;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: #fff;
	border: none;
	border-radius: 10px;
}

.send-check{
	display: block;
	width: 90vw;
	margin-left: 10vw;
}

.guidelines-area{
	width: 100%;
	padding-bottom: 2rem;
	border-bottom: solid #ffd700 2px;
}

.guidelines-area h2{
	text-align: center;
}

.guidelines-item{
	margin-left: 10%;
}

nav {
	display: flex;
	justify-content:space-between;
	align-items: center;
	min-height: 8svh;
	background-color: #ffffff;
	padding-right: 1rem;
	padding-left: 1rem;
}

.logo {
	color: white;
	font-size: 1.5rem;
}

.nav-links {
	display: flex;
	justify-content: space-around;
	width: 46%;
}

.nav-links li {
	list-style: none;
}

.nav-links a {
	text-decoration: none;
	color: #ffd700;
	font-weight: bold;
}

.burger {
	display: none;
	cursor: pointer;
}

.burger div {
	width: 35px;
	height: 3px;
	background-color: #ffd700;
	margin: 5px;
	transition: 0.5s ease;
}

.nav-active {
	transform: translateX(0%) !important;
}

@media screen and (max-width: 1024px) {
	.nav-links {
		width: 55%;
	}
	.align-center img{
		width: 20%;
	}
}

@media screen and (max-width: 768px) {
	/* body {
	display: none;
} */
	body {
		overflow-x: hidden;
	}
	.logo {
		color: white;
	font-size: 1rem;
	}
	.nav-links {
		/* display: flex; */
		position: fixed;
		right: 0;
		height: 70%;
		top: 0vh;
		background-color: #ffffff;
		flex-direction: column;
		align-items: center;
		width: 100%;
		transform: translateX(100%);
		transition: transform 0.5s ease-in;
	}
	.nav-links li {
		opacity: 0;
	}

	.burger {
		display: block;
	}	
	
	.align-center img{
		width: 50%;
	}
	
	.container-talent{
		display: grid;
		gap: 2rem 1.5rem;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		text-align: center;
	}
	
	.profile{
		margin-top: 5vw;
		margin-bottom: 5vw;
		margin-left: 5vw;
	}
	
	.profile-main{
		display: grid;
		grid-template-columns: 100%;
	}

	.profile-name{
		margin-top: 5vw;
		margin-bottom: 5vw;
		margin-left: 5vw;
	}
	
	.li-disc{
		list-style-type: disc;
		margin-top: 2vw;
		margin-bottom: 2vw;
		margin-left: 10vw;
	}
	
	.company{
		display: block;
		margin-top: 2vw;
		margin-bottom: 2vw;
		margin-left: 10vw;
	}

	.company dt{
		width: 90vw;
	}

	.company dd{
		width: 90vw;
		margin-bottom: 5vw;
	}

	.company a{
		color: #000000;
		font-weight: normal;
	}
	
	.con-mg-btm{
		padding-bottom: 3rem;
		border-bottom: solid #ffd700 2px;
	}
	
	.news-item{
		display: grid;
		grid-template-columns: 100%;
		margin-top: 5vw;
		margin-bottom: 5vw;
		margin-right: 5vw;
		margin-left: 5vw;
	}
	
	.news-item dt{
		padding-left: 0rem;
	}
	
	.label{
		width: 80vw;
		margin-left: 10vw;
		margin-right: 2rem;
	
		padding-left: 1rem;
	}

	.inputs{
	
		width: 80vw;
		border: solid 1px #000000;
		margin-left: 10vw;
	}
}

@media (orientation: landscape) and (max-width: 768px){
	
	.footer {
		/*display: flex;
 		height: 10svh; */
		height: 50svh; 
		background-color: #000000;
		/*padding-top: 1rem;*/
	}
}

@keyframes navLinksFade {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

.toggle .line1 {
	transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
	opacity: 0;
}
.toggle .line3 {
	transform: rotate(405deg) translate(-5px, -6px);
}
#head_button_block {
	width: 30px;
	height: 25px;
}

#head_button_box {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}

#head_button_box span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #333;
}
#menu {
	display: none;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	position: absolute;
	top: 10px; /* Adjust this value based on your layout */
	right: 10px; /* Adjust this value based on your design */
	width: 200px; /* Adjust this value based on your design */
	z-index: 1;
	padding-top: 20px; /* Add padding to account for the close button */
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu li {
	padding: 8px 16px;
}

#menu li a {
	text-decoration: none;
	color: black;
	display: block;
}

#menu li a:hover {
	background-color: #ddd;
}

#close_button {
	position: absolute;
	top: 10px; /* Adjust this value based on your layout */
	right: 10px; /* Adjust this value based on your layout */
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
}

.container_01{
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.news_con{
	padding-left: 5%;
}

/* ボタン */
.btn {
	display: inline-block;
	font-size: 1rem;
	background-color: #00ff00;
	color: #fff;
	border-radius: 8px;
	padding: .75rem 1.5rem;
}
.btn:hover {
	background-color: #00ff00;
}

.box-1{
	height: calc(100dvh - 8svh);
	background-color: #ff9933;
}

.btn-background{
	/*width: 100%;*/
	text-align: center;
	padding-bottom: 2rem;
	border-bottom: solid #ffd700 2px;
}

.box{
	/*margin-left: 10%;*/
	margin-right: 10%;
	text-align: right;
}