@charset "utf-8";

/* =================================================
 * font
 * ================================================*/

@font-face {
	font-family: AudiType;
	src: url("../../../common/fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeBold;
	src: url("../../../common/fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedNormal;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedItalic;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendBold;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedBoldItalic;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}
.atn {
	font-family: AudiType;
	font-weight: normal !important;
}
.atb {
	font-family: AudiTypeBold;
	font-weight: normal !important;
}
.aten {
	font-family: AudiTypeExtendedNormal;
	font-weight: normal !important;
}
.atei {
	font-family: AudiTypeExtendedItalic !important;
	font-weight: normal !important;
	padding: 0;
}
.ateb {
	font-family: AudiTypeExtendBold !important;
	font-weight: normal !important;
	padding: 0;
}
.atebi {
	font-family: AudiTypeExtendedBoldItalic;
	font-weight: normal !important;
	padding: 0;
}
.noat {
	font-family: Verdana, Helvetica, Arial, " メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main {
	width: auto;
	padding: 0 0 30px;
}
#pnkz {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
.btn-sns-01 {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
.contents {
	margin-bottom: 100px;
}
.hero_wrap {
	width: 1060px;
	margin: 0 auto 45px;
}
.block_segment_wrap {
	width: 970px;
	margin: 150px auto 0;
}
.block_group {
	margin-bottom: 80px;
}
.block_group_0 {
	margin-bottom: 70px;
}
.block_group_1 {
	margin-bottom: 30px;
}
.block_group_2 {
	margin-bottom: 40px;
}
.block_group_3 {
  margin-bottom: 50px;
}
.block_group_4 {
  margin-bottom: 60px;
}
.block_segment_wrap_gray {
	width: auto;
	background: #d4d4d4;
	padding: 50px 0 20px;
	margin-bottom: 70px;
}
.block_segment_wrap_black {
	width: auto;
	background: #000;
	padding: 40px 40px 30px;
	margin-bottom: 50px;
}
.block_segment_wrap_black h4,
.block_segment_wrap_black p {
  color: #fff;
}
.bold {
  font-weight: 400;
}
.center {
	text-align: center;
}
.title_1 {
	font-size: 35px;
	line-height: 1.4;
	margin-bottom: 25px;
}
.title_1_c {
	font-size: 35px;
	line-height: 1.4;
	margin-bottom: 25px;
	text-align: center;
}
.title_2 {
	font-size: 28px;
	line-height: 1.45;
	margin-bottom: 15px;
}
.title_2_c {
	font-size: 28px;
	line-height: 1.45;
	margin-bottom: 25px;
	text-align: center;
}
.title_3 {
	font-size: 26px;
	text-align: center;
	line-height: 1.35;
	margin-bottom: 15px;
}
.pad10 {
	padding: 0 10px;
}
.text_lead {
  font-size: 17px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.text_lead_c {
	font-size: 17px;
	text-align: center;
	line-height: 1.8;
}
.text_2 {
	font-size: 20px;
	line-height: 1.7;
}
.text_3 {
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
}
.text_4 {
  font-size: 28px;
  font-weight: bold;
	line-height: 1.4;
}
.text_5 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	/* margin-bottom: 30px; */
}
.text_6 {
  font-size: 23px;
  font-weight: bold;
}
.cap_1 {
  font-size: 15px;
	margin: 10px auto;
	line-height: 1.8;
}
.cap_2 {
  font-size: 15px;
	margin: 0;
	text-align: right;
}
.fontsize_80 {
	display: inline-block;
	font-size: 80%;
	margin-bottom: 5px;
}
.link_text_1 {
	text-decoration: underline;
	margin-bottom: 15px;
}
.link_text_1:hover {
	text-decoration: none;
}
.img_w100 {
	width: 100%;
	margin-bottom: 25px;
}
.img_w50 {
	width: 100%;
	margin-bottom: 10px;
}
.flex_wrap_inner_w50_sp + .flex_wrap_inner_w50_sp {
	margin-top: 20px;
}
.img_w100 + p,
.flex_wrap + p {
	margin-top: -5px;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_wrap_inner_w50 {
	width: 48.5%;
	margin-bottom: 5px;
}
.img_2col .flex_wrap_inner_w50 {
	width: 49%;
	margin-bottom: 10px;
}
/* p + .img_2col {
  margin-top: 30px;
} */
/* img + .img_2col {
  margin-top: -15px;
} */
.flex_wrap_inner_w80 {
	width: 78%;
	margin-bottom: 25px;
}
.flex_wrap_inner_w20 {
	width: 20%;
	margin-bottom: 25px;
}
.flex_wrap_inner_w70 {
	width: 67%;
	margin-bottom: 25px;
}
.flex_wrap_inner_w30 {
	width: 30%;
	margin-bottom: 25px;
}
.flex_wrap_inner_w25 {
	width: 27%;
	margin-bottom: 25px;
}
.flex_wrap_inner_w75 {
	width: 71%;
	margin-bottom: 25px;
}
.flex_wrap_inner_w40 {
	width: 38%;
}
.flex_wrap_inner_w60 {
	width: 60%;
}
.flex_wrap_inner_w50:nth-child(2n) {
	margin-right: 0;
}
.border_1 {
	border-bottom: solid 1px #000000;
	line-height: 1;
	margin-bottom: 60px;
}
.border_2 {
  width: 65%;
  text-align: center;
	border-bottom: solid 1px #000000;
	line-height: 1;
	margin: 40px auto 80px;
}
.btn_text {
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.btn_text:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
.btn_text:hover {
	opacity: .7;
}
.btn_box {
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
	background: #000000;
  width: 90%;
  margin-top: 60px;
}
.btn_box_2 {
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
	background: #000000;
  width: 45%;
  margin-top: 20px;
}
.btn_box span:after,
.btn_box_2 span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
.btn_box:hover,
.btn_box_2:hover {
	opacity: .7;
}
.btn_box_border {
	display: block;
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px;
  width: 60%;
  margin-top: 20px;
	color: #000000;
	background: #ffffff;
	border: solid 1px #000000;
}
.btn_box_border_2 {
	display: block;
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px;
  width: 40%;
  margin: 20px auto 50px 33%;
	color: #000000;
	background: #ffffff;
	border: solid 1px #000000;
}
.btn_box_border span:after,
.btn_box_border_2 span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
.btn_box_border_black a {
	display: block;
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	width: 90%;
  margin: 550px auto 0;
	color: #fff;
	background: #000;
	border: solid 1px #fff;
	position: relative;
}
.btn_box_border_black a:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
	position: absolute;
	right: 15px;
	top: 43%;
}
.btn_box_border_black:hover {
	opacity: .7;
}

.sp {
	display: none;
}

@media screen and (max-width: 640px) {
.contents {
	margin-bottom: 50px;
}
.btn-sns-01 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.hero_wrap {
	width: auto;
	margin-bottom: 30px;
}

.block_segment_wrap {
	width: auto;
	padding: 0 15px;
	margin: 60px auto 0;
}
.block_segment_wrap_b {
	width: 100% !important;
}

.block_group {
	margin-bottom: 50px;
}
.block_group_0 {
	margin-bottom: 50px;
}
.block_group_1 {
	margin-bottom: 30px;
}
.block_group_2 {
	margin-bottom: 20px;
}
.block_group_3 {
  margin-bottom: 40px;
}
.block_group_4 {
  margin-bottom: 60px;
}
.block_segment_wrap_gray {
	width: auto;
	background: #d4d4d4;
	padding: 30px 0 20px;
	margin-bottom: 50px;
}
.block_segment_wrap_black {
	width: auto;
	background: #000;
	padding: 40px 20px 30px;
	/*margin: auto -15px 50px;*/
}
.title_1 {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 25px;
}
.title_1_c {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 25px;
	text-align: left;
}
.title_2 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.title_2_c {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: left;
}
.title_3 {
	font-size: 26px;
	text-align: center;
	line-height: 1.35;
	margin-bottom: 15px;
}
.pad10 {
	padding: 0;
}
.text_lead {
  font-size: 1.3rem;
}
.text_lead_c {
	font-size: 17px;
	text-align: left;
	line-height: 1.8;
}
.text_2 {
	font-size: 17px;
	line-height: 1.7;
}
.text_3 {
	font-size: 20px;
	line-height: 1.5;
}
.text_4 {
	font-size: 20px;
	margin-bottom: 25px;
}
.text_5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	/* margin-bottom: 30px; */
}
.text_6 {
  font-size: 17px;
}
.cap_1 {
	margin: 15px 0;
  font-size: 17px;
  line-height: 1.8;
}
.cap_2 {
  font-size: 15px;
  text-align: left;
  margin-bottom: 30px;
}
.fontsize_80 {
	display: inline-block;
	font-size: 80%;
	margin-bottom: 5px;
}

.link_text_1 {
	text-decoration: underline;
}
.link_text_1:hover {
	text-decoration: underline !important;
}
.img_w100 {
	width: 100%;
	margin-bottom: 25px;
}

.img_w50 {
	width: 100%;
	margin-bottom: 10px;
}

.img_w50.sp {
	margin-bottom: 10px;
}

img + .img_2col {
  margin-top: 0;
}
  
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}

.img_2col .flex_wrap_inner_w50 {
	width: 49%;
	margin: 0 2% 20px 0;
}

.flex_wrap_inner_w50 {
	width: 100%;
	margin: 0 0 5px 0;
}

.flex_wrap_inner_w80 {
	width: 66%;
	margin: 0 0 25px 0;
}

.flex_wrap_inner_w20 {
	width: 30%;
	margin: 0 4% 25px 0;
}

.flex_wrap_inner_w70 {
	width: auto;
	margin: 0 0 2% 0;
}

.flex_wrap_inner_w30 {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin: 0 0 10px 0;
}
.flex_wrap_inner_w50_sp {
	width: 49%;
	margin: 0 2% 0 0 ;
}
	
.flex_wrap_inner_w50_sp:nth-child(2n) {
	margin-right: 0;
}

.flex_wrap_inner_w50_sp + .flex_wrap_inner_w50_sp {
	margin-top: 0;
}
	
.flex_wrap_inner_w25 {
	width: auto;
	margin: 0 0 10px 0;
}

.flex_wrap_inner_w75 {
	width: 100%;
	margin: 0 0 25px 0;
}
.flex_wrap_inner_w40 {
	width: 100%;
}
.flex_wrap_inner_w60 {
	width: 100%;
}
.flex_wrap_inner_w50:nth-child(2n) {
	margin-right: 0;
}

  
.noflap_sp .flex_wrap_inner_w50 {
  margin-right: 0;
  width: 100%;
}

.noflap_sp .flex_wrap_inner_w50:nth-child(1) {
  margin-bottom: 15px;
}
  
.border_1 {
	width: 90%;
	border-bottom: solid 1px #000000;
	line-height: 1;
	margin: 0 auto 50px;
	
}

.border_2 {
	width: 75%;
	border-bottom: solid 1px #000000;
	line-height: 1;
	margin: 0 auto 60px;
	
}

.btn_text {
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.btn_text:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.btn_text:hover {
	opacity: 1;
}

.btn_box,
.btn_box_2 {
	display: block;
	font-size: 17px;
	color: #ffffff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
	background: #000000;
  width: 100%;
	margin-top: 20px;
}
.btn_box span:after,
.btn_box_2 span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.btn_box:hover {
	opacity: 1;
}

.btn_box_border {
	display: block;
	font-size: 17px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px;
  width: 100%;
	color: #000000;
	border: solid 1px #000000;
}
.btn_box_border_2 {
	display: block;
	font-size: 17px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px;
  width: 100%;
	color: #000000;
	border: solid 1px #000000;
	margin: 20px 0 50px;
}

.btn_box_border span:after,
.btn_box_border_2 span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
.btn_box_border_black a {
	display: block;
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	width: 100%;
  margin: 15px auto 0;
	color: #fff;
	background: #000;
	border: solid 1px #fff;
	position: relative;
}
.btn_box_border_black a:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
	position: absolute;
	right: 15px;
	top: 43%;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

}

.block_group_mc{
	margin: 80px auto;
}

.block_group_mc .border_2{
	margin: 0 auto;
}

@media all and (max-width: 750px) {

	.block_group_mc {
		margin: 40px auto;
	}
}
