/* レスポンシブ
---------------------------------------------------------- */
._sp {
	display: none!important;
}
._pc {
	display: block!important;
}
@media (max-width: 500px) {
	._sp {
		display: block!important;
	}
	._pc {
		display: none!important;
	}
	#pattern .link_a_text p {
		width: 100%;
	}
}

/* 2023.01 追記
---------------------------------------------------------- */
._center {
	text-align: center;
}
._center_sp {
	text-align: center;
}
.link_a_text a {
	text-decoration: none;
}
@media (max-width: 820px) {
	._center {
		text-align: justify;
	}

}

.b10 {
	padding-bottom: 10%;
}
.b15 {
	padding-bottom: 15%;
}

a.entryBtn {
	display: block;
	max-width: 375px;
	font-family: 'AudiTypeBold', 'DFHSBold';
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	background: #000;
	margin: 3.2rem 0;
	padding: 1.5rem 0;
}

h4.additionTitle {
	max-width: 1060px;
	margin: auto;
	line-height: 1.5;
    font-family: 'AudiTypeBold', 'DFHSBold';
    font-size: 2.8rem;
    font-weight: 400;
}
@media (max-width: 500px) {
	h4.additionTitle {
		font-size: 1.8rem;
		padding: 0 10%;
	}
}

.additionBox {
	max-width: 1060px;
	margin: 5% auto 0 auto;
	font-weight: 1.5rem;
}
.additionBox a {
	display: block;
	max-width: 324px;
	font-size: 1.6rem;
	text-align: center;
	margin-top: 5rem;
	padding: 1rem 0;
	border: 1px solid #000;
}
@media (max-width: 500px) {
	.additionBox a {
		margin: 5rem auto 0 auto;
	}
	.additionBox p {
		padding: 0 10%;
	}
}

/*---------------------------------------------------*/

.max980 {
	max-width: 980px;
	width: calc(100% - 40px);
	margin: 20px auto;
}

@media all and (max-width: 500px) {
	.max980 {
			width: calc(100% - 40px);
	}
}
/*---------------------------------------------------*/

.max1100 {
	max-width: 1100px;
	width: calc(100% - 80px);
	margin: 20px auto;
}

@media all and (max-width: 500px) {
	.max1100 {
			width: calc(100% - 40px);
	}
}

/*---------------------------------------------------*/


.max1200 {
	max-width: 1280px;
	width: calc(100% - 80px);
	margin: 20px auto;
}

@media all and (max-width: 500px) {
	.max1200 {
			width: calc(100% - 40px);
	}
}

/*---------------------------------------------------*/

.max1520 {
	max-width: 1520px;
	width: calc(100% - 80px);
	margin: 20px auto;
}

@media all and (max-width: 500px) {
	.max1520 {
			width: calc(100% - 40px);
	}
}

/*---------------------------------------------------*/

.block_mt3 {
	margin-top: 3rem;
}
.block_mt5 {
	margin-top: 5rem;
}
.block_mt8 {
	margin-top: 8rem;
}
.block_mt10 {
	margin-top: 10rem;
}
.block_mt12 {
	margin-top: 12rem;
}
.block_mb3 {
	margin-bottom: 3rem;
}
.block_mb5 {
	margin-bottom: 5rem;
}
.block_mb8 {
	margin-bottom: 8rem;
}
.block_mb10 {
	margin-bottom: 10rem;
}
.block_mb12 {
	margin-bottom: 12rem;
}
.block_mb15 {
	margin-bottom: 15rem;
}
.block_mb20 {
	margin-bottom: 20rem;
}
@media all and (max-width: 500px) {
	.block_mb5 {
		margin-bottom: 2rem;
	}
	.block_mb8 {
		margin-bottom: 4rem;
	}
	.block_mb10 {
		margin-bottom: 5rem;
	}
	.block_mb12 {
		margin-bottom: 6rem;
	}
	.block_mb15 {
		margin-bottom: 8rem;
	}
	.block_mb20 {
		margin-bottom: 10rem;
	}
}



/*---------------------------------------------------*/

/* 3style overwrite */
.page_ttl_p {
	font-size: 1.5rem;
	line-height: 1.7!important;
}
.link_a_text h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}
.two_column_flex {
  margin-top: 30px;
}
.pattern_btn {
	max-width: 400px;
}
.two_column_img {
  width: 49.5%;
}
@media all and (max-width: 500px) {
	.link_a_text h2 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	.two_column_text {
		background-color:#fff;
		padding: 10px 0;
	}
	.pattern_btn {
		width: 100%;
	}
  .two_column_flex {
    width: 100%;
    flex-direction: row;
  }
}

.link_a_text {
	width: 50%;
	padding: 0 60px;
}
@media (max-width: 1279px) {
  .link_a_text {
    width: 50%;
    padding: 40px 60px;
  }
}
@media (max-width: 1023px) {
  .link_a_text {
    width: 100%;
    padding: 40px 30px;
  }
}

/* プロフィール2人長い用 */
.profile_p1 {
	margin-bottom: 0;
}
.profile_text {
	padding: 20px 35px;
	width: 52%;
}
.profile_text h3 {
	margin-bottom: 0;
}
.profile_img {
	width: 50%;
}
.profile_p2 {
	font-size: 1.3rem;
}
.profile_area {
	margin: 2rem auto 5rem;
}
.pattern_btn_w {
	border: 1px solid #fff;
	color: #fff;
	height: 50px;
}
/* プロフィール　キャプ */
.cap_profile {
	font-size: 12px;
	margin: -40px auto 0;
	font-weight: normal;
	max-width: 1520px;
  width: calc(100% - 80px);
  }
@media all and (max-width: 500px) {
	.cap_profile {
		width: calc(100% - 40px);
	}
}
	

/* ママイキ */
@media (max-width: 1279px) {
.profile_text {
	padding: 40px 60px;
}
}
@media (max-width: 500px) {
.profile_text {
padding: 30px 20px;
}
}
@media (max-width: 1023px) {
  .profile_text {
    width: 100%;
  }
	.profile_img {
    width: 100%;
	}
	.profile_p2 {
		font-size: 1.4rem;
	}
}
