html {
	font-size: 625%;
}



@media screen and (min-width:931px) and (max-width:1050px) {
	html {
		font-size: 550%;
	}
}

body {
	font-size: .15rem;
	font-family: "Noto Sans JP";
}

.sp_only {
	display: none;
}

.tb_only {
	display: none;
}

.centering {
	margin: 0 auto;
	max-width: 1050px;
}

.centering1100 {
	margin: 0 auto;
	max-width: 1100px;
}


#sp-menu{
	opacity:0;
	transition:0.7s;
}
.mm-wrapper_opening #sp-menu{
	opacity:1;
}


/*reCAPTCHAの表示を隠す*/
.grecaptcha-badge {
	/* 前面に出すなら値を大きく */
	z-index: 10000 !important;
	/* 表示を消す */
	visibility: hidden !important;
	/* 正の値を大きくすると上に、負なら下に移動 */
	bottom: 60px !important;
}


/*ヘッダー*/
header {
	padding: 20px 45px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 111;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.fixed {
	background: rgba(255, 255, 255, 0.88);
}

header h1 {
	flex: 0 1 auto;
	width: 350px;
	max-width: 340px;
}

header ul a {
	padding: 20px 10px;
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: 500;
	line-height: 1;
}

header nav {
	flex: 0 1 auto;
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header nav>ul {
	flex: 0 1 auto;
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header li {
	flex: 0 1 auto;
	width: fit-content;

}

@media screen and (max-width:1366px) {
	header nav>ul {
		display: none;
	}
}

.dropmenu_open,
.header_recruit,
.header_contact,
.head-introduction {
	margin-left: 30px;
}

.dropmenu_open:nth-of-type(1) {
	margin-left: 0px;
}

.header_twitter {
	margin-right: 0px;
	margin-left: 34px;
}

.header_instagram {
	margin-right: 0px;
	margin-left: 4px;
}

.header_twitter img,
.header_instagram img {
	width: 30px;
}

/*.header_aboutus{
    margin: 0px 34px;
}
.header_recruit{
	margin-left: 30px;
}*/
.header_contact a {
	padding: 10px 23px 11px;
	/*margin-left: 24px;*/
	/*margin-left: 42px;*/
	margin-right: 14px;
	background-color: #0071bc;
	color: #fff;
	display: block;
	width: fit-content;
	border-radius: 8px;
	font-weight: bold;
}

.hamburger_btn {
	flex: 0 1 auto;
	display: block;
	position: relative;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

.hamburger_btn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background: #0071bc;
	width: 65%;
}

.hamburger_btn span:nth-of-type(1) {
	top: 12px;
}

.hamburger_btn span:nth-of-type(2) {
	top: 23px;
}

.hamburger_btn span:nth-of-type(3) {
	top: 33px;
}

/*関連コンテンツ、contact*/
.kanren_container {
	padding: 105px 0 90px;
}

.contact_container {
	padding-bottom: 70px;
	margin-top: 40px;
}

.kanren_container h2,
.contact_container h2,
.new-release__information h2 {
	margin-bottom: 20px;
	font-size: .27rem;
	font-weight: 700;
	text-align: center;
}
.new-release__information h2 {
	margin-bottom: 40px;
}

.contact_container p {
	font-size: .17rem;
	font-weight: 700;
	text-align: center;
}

.kanren_link,
.contact_link {
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}

.kanren_link a,
.contact_link a {
	padding: 15px 10px;
	flex: 0 1 auto;
	width: 23%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	font-weight: 700;
	min-height: 70px;
}

.contact_link .recruit_link {
	display: none;
}

/*フッター*/
footer {
	padding: 40px 50px 20px;
	background-color: #f2f2f2;
}

footer>img {
	width: 340px;
}

footer a {
	color: #000;
	text-decoration: none;
	font-size: .14rem;
}

.footer_nav {
    margin: 60px auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_nav ul {
	flex: 0 1 auto;
	list-style: none;
}

.footer_nav ul:nth-child(1) {
	width: 43%;
}

.footer_nav ul:nth-child(2) {
	width: 19%;
}

.footer_nav ul:nth-child(3) {
	width: 17%;
}

.footer_nav ul:nth-child(4) {
	width: 17%;
}

.footer_nav li {
	margin-bottom: 10px;
}

.footer_nav li:not(.footer_nav_h) {
	padding-left: 30px;
}

.footer_nav .fot-introduction {
	padding-left: 0 !important;
}



.footer_nav li span {
	margin-right: 20px;
	color: #808080;
}
.footer_banner {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}

.footer_banner a {
	flex: 0 1 auto;
}

.footer_banner a:nth-child(1) {
    width: 22.5%;
}

.footer_banner a:nth-child(2) {
	width: 21%;
}

.footer_banner a:nth-child(3) {
	width: 11%;
}

.footer_banner a:nth-child(4) {
	width: 12%;
}

.footer_banner a:nth-child(5) {
	width: 13%;
}

.footer_banner a img {
	width: 100%;
}

footer small {
	display: block;
	text-align: center;
	font-size: .14rem;
}

.footer_internal {
	position: absolute;
	right: 16px;
	bottom: 20px;
}

.footer_internal::before {
	content: '';
	width: 8px;
	height: 11px;
	display: inline-block;
	background-image: url(../images/arrow_b.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 5px;
	left: -15px;
	filter: grayscale(1);
	opacity: 0.75;
}

.new-release__information div img {
	width: 455px;
	padding: 15px 0;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.new-release__information div a {
	box-shadow: 1px 1px 10px #c0c0c0;
	border-radius: 15px;
	width: 511px;
	max-width: 48%;
	display: block;
	margin-bottom: 43px;
}

.new-item03--banner {
    margin: 0 auto;
}

.new-release__information .new-item03--banner img {
    width: 457px;
    padding: 4px 0 12px;
}

.new-release__information div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 120px;
}

.personal-info-purpose,
.personal-date-share {
	white-space: nowrap;
}

.personal-info-purpose br,
.personal-date-share br {
	display: none;
}

@media(max-width: 1230px) {

	.personal-info-purpose br,
	.personal-date-share br {
		display: block;
	}

}

}



@media(max-width: 1090px) {
	header nav>ul {
		display: none;
	}
}

/*中間サイズ*/
@media(max-width: 930px) {

	.kanren_link,
	.contact_link {
		flex-wrap: wrap;
	}

	.kanren_link a,
	.contact_link a {
		margin-bottom: 15px;
		width: 100%;
	}

	.contact_link .recruit_link {
		display: flex;
		background: #EAF1FA;
	}

	footer {
		padding: 46px 0 40px;
	}

	footer>img {
		margin: 0 auto;
		display: block;
		width: calc(100% - 40px);
	}

	.footer_nav {
		flex-wrap: wrap;
	}

	.footer_nav ul:nth-child(1),
	.footer_nav ul:nth-child(2),
	.footer_nav ul:nth-child(3),
	.footer_nav ul:nth-child(4) {
		width: 100%;
	}

	.contact_container {
		padding-top: 0;
		padding-bottom: 50px;
		margin-top: 0;
	}

	.footer_nav ul:nth-child(4) li {
		padding-left: 0;
	}

	.new-release__information div {
		display: block;
		margin-bottom: 70px;
	}

	.new-release__information div a {
		margin-bottom: 30px;
	}

	.new-release__information {
		padding-top: 0 !important;
		margin-top: 60px;
	}

	.new-release__information div a,
	.new-release__information div img {
		width: 100%;
		max-width: 100%;
		padding: 8px;
		box-sizing: border-box;
	}

    .new-release__information h2 {
        font-size: .24rem;
        margin-bottom: 30px;
    }
	.new-release__information .new-item02--banner{
    	padding: 10px 5px;
	}
	
	.new-release__information .new-item03--banner{
    	padding: 2px 14px;
	}


}



/*スマホサイズ*/
@media(max-width: 599px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}