@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠

=============================================================================== */
#main {
	padding: 0 0 100px;
	font-family: 'Noto Sans JP', 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}

/* 改行調整
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	.winNBr {
		display: none !important;
	}
}
/* ==

　02. モジュール

=============================================================================== */
/* 見出し
------------------------------------------------------------------------------- */
.aHeading01 {
	position: relative;
	margin: 17px 0 21px;
	padding: 0 30px;
	letter-spacing: 0.05em;
}
.aHeading01_in {
	max-width: 1200px;
	margin: 0 auto;
}
.aHeading01_tit {
	background-color: #fff;
	color: #333;
	font-size: 20px; /* oldIE */
	font-size: 2rem;
}
.aHeading01_tit span {
	font-size: 26px; /* oldIE */
	font-size: 2.6rem;
	font-weight: 700;
}
.aHeading01_tit span:last-child::before {
	content: "";
	display: inline-block;
	width: 86px;
	height: 1px;
	margin: 0 15px 0 5px;
	background-color: #333;
	vertical-align: 0.3em;
}
.aHeading02 {
	min-height: 45px;
	margin: 72px 0 20px;
	padding: 0 20px;
	color: #454545;
}
.aHeading02_in {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 0 34px;
	box-sizing: border-box;
}
.aHeading02_in::before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 24px;
	height: 42px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.aHeading02_in-t1::before {
	background-image: url(../images/index_ico01.svg);
}
.aHeading02_in-t2::before {
	background-image: url(../images/index_ico02.svg);
}
.aHeading02_in-t3::before {
	background-image: url(../images/index_ico03.svg);
}
.aHeading02_in-t4::before {
	background-image: url(../images/index_ico04.svg);
}
.aHeading02_in-t5::before {
	background-image: url(../images/index_ico05.svg);
}
.aHeading02_in-t6::before {
	background-image: url(../images/index_ico06.svg);
}
.aHeading02_in-t7::before {
	background-image: url(../images/index_ico07.svg);
}
.aHeading02_in-t8::before {
	background-image: url(../images/index_ico08.svg);
}
.aHeading02_tit {
	line-height: 35px;
	font-size: 24px; /* oldIE */
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.aHeading02_en {
	line-height: 1;
	margin: 4px 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px; /* oldIE */
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
/* .aHeading03 {
	margin: 0 0 90px;
}
.aHeading03_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}
.aHeading03_info {
	width: 52%;
	padding: 0 70px;
	box-sizing: border-box;
}
.aHeading03_img {
	width: 47.714%;
	max-width: 668px;
}
.aHeading03_img img {
	width: 100%;
}
.aHeading03_tit {
	line-height: 1.296;
	margin: 0 0 130px;
	color: #333;
	font-size: 54px; /* oldIE /
	font-size: 5.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.aHeading03_tit span {
	color: #BA9C44
}
.aHeading03_txt {
	line-height: 2.111;
	margin: 0 0 35px;
	color: #333;
	font-size: 18px; /* oldIE /
	font-size: 1.8rem;
	font-weight: 500;
}
.aHeading03_txt:last-child {
	margin-bottom: 0;
}
.aHeading03_note {
	position: absolute;
	bottom: 5px;
	line-height: 2;
	margin: 0;
	color: #000;
	font-size: 16px; /* oldIE /
	font-size: 1.6rem;
	font-weight: 400;
}
@media only screen and (max-width: 1440px) {
	.aHeading03_info {
		padding: 0 40px;
	}
	.aHeading03_tit {
		margin: 0 0 100px;
		font-size: 44px; /* oldIE /
		font-size: 4.4rem;
	}
	.aHeading03_txt {
		margin: 0 0 25px;
		font-size: 16px; /* oldIE /
		font-size: 1.6rem;
		;
	}
	.aHeading03_note {
		font-size: 14px; /* oldIE /
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 1200px) {
	.aHeading03_info {
		padding: 0 30px 0 20px;
	}
	.aHeading03_tit {
		margin: 0 0 70px;
		font-size: 34px; /* oldIE /
		font-size: 3.4rem;
	}
	.aHeading03_txt {
		margin: 0 0 20px;
		font-size: 15px; /* oldIE /
		font-size: 1.5rem;
	}
	.aHeading03_note {
		font-size: 13px; /* oldIE /
		font-size: 1.3rem;
	}
} */
.aHeading04 {
	margin: 0 0 39px;
	color: #505C6A;
	text-align: center;
}
.aHeading04::before {
	content: '';
	display: block;
	width: 38px;
	height: 67px;
	margin: 0 auto 19px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.aHeading04-t1::before {
	background-image: url(../images/index_ico01.svg);
}
.aHeading04-t2::before {
	background-image: url(../images/index_ico02.svg);
}
.aHeading04-t3::before {
	background-image: url(../images/index_ico03.svg);
}
.aHeading04-t4::before {
	background-image: url(../images/index_ico04.svg);
}
.aHeading04-t5::before {
	background-image: url(../images/index_ico05.svg);
}
.aHeading04-t6::before {
	background-image: url(../images/index_ico06.svg);
}
.aHeading04-t7::before {
	background-image: url(../images/index_ico07.svg);
}
.aHeading04-t8::before {
	background-image: url(../images/index_ico08.svg);
}
.aHeading04_tit {
	line-height: 1;
	font-size: 32px; /* oldIE */
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.aHeading04-t1 .aHeading04_tit span {
	color: #D43758;
}
.aHeading04-t2 .aHeading04_tit span {
	color: #243E6F;
}
.aHeading04-t3 .aHeading04_tit span {
	color: #DA7C13;
}
.aHeading04-t4 .aHeading04_tit span {
	color: #2E703D;
}
.aHeading04-t5 .aHeading04_tit span {
	color: #F2AF0C;
}
.aHeading04-t6 .aHeading04_tit span {
	color: #01748F;
}
.aHeading04-t7 .aHeading04_tit span {
	color: #ED6C21;
}
.aHeading04-t8 .aHeading04_tit span {
	color: #0B6E5E;
}
.aHeading04_en {
	line-height: 1;
	margin: 10px 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px; /* oldIE */
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}



/* リード
------------------------------------------------------------------------------- */
.aLead01 {
	max-width: 960px;
	margin: 126px auto 0;
	padding: 0 30px;
	color: #000;
	box-sizing: border-box;
}
.aLead01_txt {
	line-height: 1.8;
	font-size: 20px; /* oldIE */
	font-size: 2rem;
	font-weight: 400;
}
@media only screen and (max-width: 1100px) {
	.aLead01_txt {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
.aLead01_txt:last-child {
	margin-bottom: 0;
}
/* レイアウト
------------------------------------------------------------------------------- */
.aBlock01 {
	position: relative;
	padding: 70px 30px 80px;
	z-index: 1;
	/* overflow: hidden; */
}
.aBlock01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 30%;
	bottom: 0;
	left: -500%;
}
.aBlock01-t1::before {
	background-color: #D43758;
}
.aBlock01-t2::before {
	background-color: #243E6F;
}
.aBlock01-t3::before {
	background-color: #DA7C13;
}
.aBlock01-t4::before {
	background-color: #2E703D;
}
.aBlock01-t5::before {
	background-color: #F2AF0C;
}
.aBlock01-t6::before {
	background-color: #01748F;
}
.aBlock01-t7::before {
	background-color: #ED6C21;
}
.aBlock01-t8::before {
	background-color: #0B6E5E;
}
.aBlock01_in {
	position: relative;
	max-width: 1200px;
	height: 480px;
	margin: 0 auto;
}
.aBlock01_img {
	display: block;
	position: absolute;
	right: -83px;
	left: 380px;
	min-width: 780px;
	max-width: 903px;
	z-index: 1;
	box-shadow: 0px 0px 12px 0 rgba(50, 50, 50, 0.1);
}

@media only screen and (max-width: 950px) {
	.aBlock01_img {
		min-width: 560px;
	}
}
.aBlock01_head {
	position: absolute;
	top: 61px;
	left: 0;
	z-index: 2;
}
.aBlock01_en {
	line-height: 1;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 66px; /* oldIE */
	font-size: 6.6rem;
	font-weight: 700;
	transform: skew(-11deg);
}
.aBlock01_tit {
	line-height: 1;
	margin: 4px 0 0;
	color: #fff;
	font-size: 20px; /* oldIE */
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.aBlock01_front {
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 336px;
	height: 254px;
	padding: 25px 30px;
	background-color: #fff;
	color: #454545;
	box-sizing: border-box;
}
/* .aBlock01_front-t1 {
	height: 286px;
} */
.aBlock01_stit {
	display: inline-block;
	position: absolute;
	top: 233px;
	line-height: 41px;
	padding: 0 15px 2px 0;
	background-color: #fff;
	font-size: 20px; /* oldIE */
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
/* .aBlock01_stit-t1 {
	top: 200px;
} */
.aBlock01-t1 .aBlock01_stit {
	color: #D43758;
}
.aBlock01-t2 .aBlock01_stit {
	color: #243E6F;
}
.aBlock01-t3 .aBlock01_stit {
	color: #DA7C13;
}
.aBlock01-t4 .aBlock01_stit {
	color: #2E703D;
}
.aBlock01-t5 .aBlock01_stit {
	color: #F2AF0C;
}
.aBlock01-t6 .aBlock01_stit {
	color: #01748F;
}
.aBlock01-t7 .aBlock01_stit {
	color: #ED6C21;
}
.aBlock01-t8 .aBlock01_stit {
	color: #0B6E5E;
}
.aBlock01_stit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -500%;
	background-color: #fff;
}
.aBlock01_stit span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.aBlock01_sub {
	line-height: 1.5;
	font-size: 117%;
}
.aBlock01_shop1 {
	line-height: 1.3;
	margin: 0 0 8px;
	color: #505C6A;
	font-size: 39px; /* oldIE */
	font-size: 3.9rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.aBlock01-t1 .aBlock01_shop1 span {
	color: #D43758;
}
.aBlock01-t3 .aBlock01_shop1 span {
	color: #DA7C13;
}
.aBlock01-t5 .aBlock01_shop1 span {
	color: #F2AF0C;
}
.aBlock01-t7 .aBlock01_shop1 span {
	color: #ED6C21;
}
.aBlock01_shop2 {
	line-height: calc(26 / 18);
	margin: 0 0 5px;
	font-size: 18px; /* oldIE */
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.aBlock01_name1 {
	line-height: 1.282;
	margin: 0 0 20px;
	font-size: 18px; /* oldIE */
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.aBlock01_name1 span {
	font-size: 24px; /* oldIE */
	font-size: 2.4rem;
	font-weight: 700;
	display: inline-block;
	margin: 8px 0 0;
}
.aBlock01_name2 {
	line-height: 1.282;
	margin: 0 0 10px;
	color: #505C6A;
	font-size: 39px; /* oldIE */
	font-size: 3.9rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.aBlock01-t2 .aBlock01_name2 span {
	color: #243E6F;
}
.aBlock01-t4 .aBlock01_name2 span {
	color: #2E703D;
}
.aBlock01-t6 .aBlock01_name2 span {
	color: #01748F;
}
.aBlock01-t8 .aBlock01_name2 span {
	color: #0B6E5E;
}
.aBlock01_txt {
	line-height: 1.75;
	color: #000;
	font-size: 16px; /* oldIE */
	font-size: 1.6rem;
	font-weight: 400;
}
.aBlock02 {
	position: relative;
	margin: 96px 0 100px;
	padding: 40px 30px 0;
	color: #000;
}
.aBlock02_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.aBlock02_in-reverse {
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.aBlock02_img {
	display: block;
	position: relative;
	width: 48.76%;
	max-width: 585px;
}
.aBlock02_img::before {
	content: "";
	display: block;
	position: absolute;
	top: -40px;
	right: -40px;
	bottom: 40px;
	left: 40px;
}
.aBlock02_img-t1::before {
	background-color: #FAE9ED;
}
.aBlock02_img-t2::before {
	background-color: #E7EAEF;
}
.aBlock02_img-t3::before {
	background-color: #F8EFE8;
}
.aBlock02_img-t4::before {
	background-color: #EFF5F1;
}
.aBlock02_img-t5::before {
	background-color: #FDF6E5;
}
.aBlock02_img-t6::before {
	background-color: #E4F0F3;
}
.aBlock02_img-t7::before {
	background-color: #FDEFE7;
}
.aBlock02_img-t8::before {
	background-color: #E5EFEE;
}
.aBlock02_img img {
	display: block;
	position: relative;
	z-index: 1;
}
.aBlock02_info {
	width: 44.59%;
	max-width: 535px;
	padding: 19px 0 0;
}
.aBlock02_tit {
	position: relative;
	line-height: 1.323;
	margin: 0 0 30px;
	font-size: 34px; /* oldIE */
	font-size: 3.4rem;
	font-weight: 700;
	z-index: 1;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 1100px) {

	.aBlock02_img::before {
		top: -20px;
		right: -20px;
		bottom: 20px;
		left: 20px;
	}
	.aBlock02_tit {
		font-size: 30px;
		font-size: 3rem;
	}
}
.aBlock02_tit-t1 {
	color: #D43758;
}
.aBlock02_tit-t2 {
	color: #243E6F;
}
.aBlock02_tit-t3 {
	color: #DA7C13;
}
.aBlock02_tit-t4 {
	color: #2E703D;
}
.aBlock02_tit-t5 {
	color: #F2AF0C;
}
.aBlock02_tit-t6 {
	color: #01748F;
}
.aBlock02_tit-t7 {
	color: #ED6C21;
}
.aBlock02_tit-t8 {
	color: #0B6E5E;
}
.aBlock02_txt {
	position: relative;
	line-height: 1.8;
	font-size: 20px; /* oldIE */
	font-size: 2rem;
	font-weight: 400;
	z-index: 1;
	/* text-align: justify;
	text-justify: inter-ideograph; */
}
@media only screen and (max-width: 1100px) {
	.aBlock02_txt {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
.aBlock03 {
	position: relative;
	margin: 100px 0;
	padding: 70px 30px 61px;
	color: #000;
	overflow: hidden;
}
.aBlock03_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.aBlock03_in-reverse {
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.aBlock03_img {
	display: block;
	position: relative;
	width: 48.76%;
	max-width: 585px;
}
.aBlock03_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 44.59%;
	max-width: 535px;
	padding: 10px 0 0;
}
.aBlock03_info-w1 {
	width: 45.59%;
	max-width: 545px;
}
.aBlock03_info::before {
	content: "";
	display: block;
	position: absolute;
	top: -70px;
	right: -290px;
	bottom: -70px;
	left: -500%;
}
.aBlock03_info-t1::before {
	background-color: #FAE9ED;
}
.aBlock03_info-t2::before {
	background-color: #E7EAEF;
}
.aBlock03_info-t3::before {
	background-color: #F8EFE8;
}
.aBlock03_info-t4::before {
	background-color: #EFF5F1;
}
.aBlock03_info-t5::before {
	background-color: #FDF6E5;
}
.aBlock03_info-t6::before {
	background-color: #E4F0F3;
}
.aBlock03_info-t7::before {
	background-color: #FDEFE7;
}
.aBlock03_info-t8::before {
	background-color: #E5EFEE;
}
.aBlock03_tit {
	position: relative;
	line-height: 1.323;
	margin: 0 0 40px;
	font-size: 34px; /* oldIE */
	font-size: 3.4rem;
	font-weight: 700;
	z-index: 1;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 1100px) {
	.aBlock03_tit {
		font-size: 30px;
		font-size: 3rem;
	}
}
.aBlock03_tit-t1 {
	color: #D43758;
}
.aBlock03_tit-t2 {
	color: #243E6F;
}
.aBlock03_tit-t3 {
	color: #DA7C13;
}
.aBlock03_tit-t4 {
	color: #2E703D;
}
.aBlock03_tit-t5 {
	color: #F2AF0C;
}
.aBlock03_tit-t6 {
	color: #01748F;
}
.aBlock03_tit-t7 {
	color: #ED6C21;
}
.aBlock03_tit-t8 {
	color: #0B6E5E;
}
.aBlock03_txt {
	position: relative;
	line-height: 1.8;
	font-size: 20px; /* oldIE */
	font-size: 2rem;
	font-weight: 400;
	z-index: 1;
	/* text-align: justify;
	text-justify: inter-ideograph; */
}
@media only screen and (max-width: 1100px) {
	.aBlock03_txt {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
.aBlock04 {
	position: relative;
	margin: 104px 0 98px;
	padding: 0 30px 40px;
	color: #000;
	overflow: hidden;
}
.aBlock04_in {
	max-width: 1200px;
	margin: 0 auto;
}
.aBlock04_img {
	display: block;
	position: relative;
}
.aBlock04_img::before {
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	right: -40px;
	bottom: -40px;
	left: -40px;
}
.aBlock04_img-t1::before {
	background-color: #FAE9ED;
}
.aBlock04_img-t2::before {
	background-color: #E7EAEF;
}
.aBlock04_img-t3::before {
	background-color: #F8EFE8;
}
.aBlock04_img-t4::before {
	background-color: #EFF5F1;
}
.aBlock04_img-t5::before {
	background-color: #FDF6E5;
}
.aBlock04_img-t6::before {
	background-color: #E4F0F3;
}
.aBlock04_img-t7::before {
	background-color: #FDEFE7;
}
.aBlock04_img-t8::before {
	background-color: #E5EFEE;
}
.aBlock04_img img {
	display: block;
	position: relative;
	z-index: 1;
}
.aBlock04_info {
	max-width: 900px;
	margin: 0 auto 40px;
}
.aBlock04_tit {
	line-height: 1.323;
	margin: 0 0 30px;
	font-size: 34px; /* oldIE */
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}
.aBlock04_tit-t1 {
	color: #D43758;
}
.aBlock04_tit-t2 {
	color: #243E6F;
}
.aBlock04_tit-t3 {
	color: #DA7C13;
}
.aBlock04_tit-t4 {
	color: #2E703D;
}
.aBlock04_tit-t5 {
	color: #F2AF0C;
}
.aBlock04_tit-t6 {
	color: #01748F;
}
.aBlock04_tit-t7 {
	color: #ED6C21;
}
.aBlock04_tit-t8 {
	color: #0B6E5E;
}
@media only screen and (max-width: 1100px) {
	.aBlock04_tit {
		font-size: 30px;
		font-size: 3rem;
	}
}
.aBlock04_txt {
	line-height: 1.8;
	font-size: 20px; /* oldIE */
	font-size: 2rem;
	font-weight: 400;
	/* text-align: justify;
	text-justify: inter-ideograph; */
}
@media only screen and (max-width: 1100px) {
	.aBlock04_txt {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
/* ボタン
------------------------------------------------------------------------------- */
.aBtn01 {
	display: block;
	position: relative;
	width: 471px;
	line-height: 76px;
	margin: 80px auto 0;
	padding: 0 6px 2px 0;
	border: 1px solid #505C68;
	background-color: #fff;
	color: #505C68;
	font-size: 16px; /* oldIE */
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.aBtn01:hover {
	background-color: #505C68;
	color: #fff;
}
.aBtn01::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 90px;
	height: 1px;
	margin: -1px 0 0;
	background-color: #505C68;
	transition: all .3s;
}
.aBtn01:hover::before {
	background-color: #fff;
}
/* 声
------------------------------------------------------------------------------- */
.aVoice01 {
	position: relative;
	max-width: 970px;
	line-height: 1.777;
	margin: 76px auto 100px;
	padding: 0 40px;
	color: #000;
	font-size: 18px; /* oldIE */
	font-size: 1.8rem;
	box-sizing: border-box;
	z-index: 1;
}
.aVoice01_item {
	position: relative;
	margin: 30px 0 0;
	padding: 25px 30px 25px 70px;
	border: 1px solid #243E6F;
	border-radius: 8px;
}
.aVoice01_item-t2 {
	border-color: #2E703D;
}
.aVoice01_item-t3 {
	border-color: #01748F;
}
.aVoice01_item-t8 {
	border-color: #0B6E5E;
}
.aVoice01_item:first-child {
	margin-top: 0;
}
.aVoice01_thumb {
	position: absolute;
	top: 50%;
	left: -40px;
	width: 80px;
	transform: translate(0, -50%);
}
/* .aVoice01_thumb-t1 {
	margin: -85px 0 0;
}
.aVoice01_thumb-t2 {
	margin: -135px 0 0;
}
.aVoice01_thumb img {
	width: 80px;
} */
.aVoice01_info {
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
.aVoice01_txt {
	line-height: 1.8;
	font-size: 20px; /* oldIE */
	font-size: 2rem;
	font-weight: 400;
	/* text-align: justify;
	text-justify: inter-ideograph; */
	letter-spacing: 0.03em;
}
@media only screen and (max-width: 1100px) {
	.aVoice01_txt {
		font-size: 18px; /* oldIE */
		font-size: 1.8rem;
	}
}
/* 一覧配置
------------------------------------------------------------------------------- */
.aStaff01 {
	margin: 0 0 100px;
}
.aStaff01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 1366px;
	margin: 0 auto;
}
.aStaff01_item {
	position: relative;
	width: 50%;
	display: flex;
	flex-direction: column;
}
.aStaff01_wrap {
	position: relative;
	height: 100%;
}
.aStaff01_wrap-t1 {
	background-color: #D43758;
}
.aStaff01_wrap-t2 {
	background-color: #243E6F;
}
.aStaff01_wrap-t3 {
	background-color: #DA7C13;
}
.aStaff01_wrap-t4 {
	background-color: #2E703D;
}
.aStaff01_wrap-t5 {
	background-color: #F2AF0C;
}
.aStaff01_wrap-t6 {
	background-color: #01748F;
}
.aStaff01_wrap-t7 {
	background-color: #ED6C21;
}
.aStaff01_wrap-t8 {
	background-color: #0B6E5E;
}
.aStaff01_tit {
	line-height: 1.2;
	padding: 14px 30px 17px;
	color: #fff;
	font-size: 24px; /* oldIE */
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.aStaff01_img {
	display: block;
}
.aStaff01_profile {
	position: relative;
	padding: 78px 30px 80px;
	color: #fff;
}
.aStaff01_thumb {
	display: block;
	position: absolute;
	top: -60px;
	left: 50%;
	width: 120px;
	height: 120px;
	margin: 0 0 0 -60px;
}
.aStaff01_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 40px;
	margin: 0 0 0 -75px;
	padding: 0 20px 2px 80px;
	background-color: #fff;
	color: #000;
	font-size: 14px; /* oldIE */
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	transition: all .3s;
}
.aStaff01_btn-t1 {
	color: #D43758;
}
.aStaff01_btn-t2 {
	color: #243E6F;
}
.aStaff01_btn-t3 {
	color: #DA7C13;
}
.aStaff01_btn-t4 {
	color: #2E703D;
}
.aStaff01_btn-t5 {
	color: #F2AF0C;
}
.aStaff01_btn-t6 {
	color: #01748F;
}
.aStaff01_btn-t7 {
	color: #ED6C21;
}
.aStaff01_btn-t8 {
	color: #0B6E5E;
}
.aStaff01_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 68px;
	height: 1px;
}
.aStaff01_btn-t1::before {
	background-color: #D43758;
}
.aStaff01_btn-t2::before {
	background-color: #243E6F;
}
.aStaff01_btn-t3::before {
	background-color: #DA7C13;
}
.aStaff01_btn-t4::before {
	background-color: #2E703D;
}
.aStaff01_btn-t5::before {
	background-color: #F2AF0C;
}
.aStaff01_btn-t6::before {
	background-color: #01748F;
}
.aStaff01_btn-t7::before {
	background-color: #ED6C21;
}
.aStaff01_btn-t8::before {
	background-color: #0B6E5E;
}
.aStaff01_btn:hover::before {
	animation: lineMove .3s ease-in forwards;
	background-color: #fff;
}
.aStaff01_btn-t1:hover {
	background-color: #D43758;
	color: #fff;
}
.aStaff01_btn-t2:hover {
	background-color: #243E6F;
	color: #fff;
}
.aStaff01_btn-t3:hover {
	background-color: #DA7C13;
	color: #fff;
}
.aStaff01_btn-t4:hover {
	background-color: #2E703D;
	color: #fff;
}
.aStaff01_btn-t5:hover {
	background-color: #F2AF0C;
	color: #fff;
}
.aStaff01_btn-t6:hover {
	background-color: #01748F;
	color: #fff;
}
.aStaff01_btn-t7:hover {
	background-color: #ED6C21;
	color: #fff;
}
.aStaff01_btn-t8:hover {
	background-color: #0B6E5E;
	color: #fff;
}
.aStaff01_name {
	margin: 0 0 25px;
	color: #fff;
	font-size: 16px; /* oldIE */
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
}
.aStaff01_name span {
	display: inline-block;
	margin: 0 0 0 20px;
	font-size: 20px; /* oldIE */
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.aStaff01_txt {
	max-width: 480px;
	line-height: 1.5;
	margin: 0 auto;
	font-size: 16px; /* oldIE */
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.aStaff02 {
	margin: 0 0 80px;
	padding: 0 20px;
}
.aStaff02_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.aStaff02_item {
	position: relative;
	width: 31.666%;
	max-width: 380px;
	background-color: #eee;
}
.aStaff02_item-t1 {
	background-color: #D43758;
}
.aStaff02_item-t2 {
	background-color: #243E6F;
}
.aStaff02_item-t3 {
	background-color: #DA7C13;
}
.aStaff02_item-t4 {
	background-color: #2E703D;
}
.aStaff02_item-t5 {
	background-color: #F2AF0C;
}
.aStaff02_item-t6 {
	background-color: #01748F;
}
.aStaff02_item-t7 {
	background-color: #ED6C21;
}
.aStaff02_item-t8 {
	background-color: #0B6E5E;
}
.aStaff02_tit {
	line-height: 1.2;
	padding: 14px 30px 15px;
	color: #fff;
	font-size: 18px; /* oldIE */
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.06em;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.aStaff02_img {
	display: block;
}
.aStaff02_profile {
	position: relative;
	padding: 64px 40px 60px;
}
.aStaff02_thumb {
	display: block;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: 0 0 0 -50px;
}
.aStaff02_name {
	color: #fff;
	font-size: 14px; /* oldIE */
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
	display: flex;
	flex-wrap: wrap;
	gap: 2px 15px;
	justify-content: center;
	align-items: baseline;
	line-height: 26px;
}
.aStaff02_name span {
	font-size: 18px; /* oldIE */
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 26px;
}
.aStaff02_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 40px;
	margin: 0 0 0 -75px;
	padding: 0 20px 2px 80px;
	background-color: #fff;
	font-size: 14px; /* oldIE */
	font-size: 1.4rem;
	font-weight: 400;
	text-decoration: none;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	transition: all .3s;
}
.aStaff02_btn-t1 {
	color: #D43758;
}
.aStaff02_btn-t2 {
	color: #243E6F;
}
.aStaff02_btn-t3 {
	color: #DA7C13;
}
.aStaff02_btn-t4 {
	color: #2E703D;
}
.aStaff02_btn-t5 {
	color: #F2AF0C;
}
.aStaff02_btn-t6 {
	color: #01748F;
}
.aStaff02_btn-t7 {
	color: #ED6C21;
}
.aStaff02_btn-t8 {
	color: #0B6E5E;
}
.aStaff02_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 68px;
	height: 1px;
	transition: all .3s;
}
.aStaff02_btn-t1::before {
	background-color: #D43758;
}
.aStaff02_btn-t2::before {
	background-color: #243E6F;
}
.aStaff02_btn-t3::before {
	background-color: #DA7C13;
}
.aStaff02_btn-t4::before {
	background-color: #2E703D;
}
.aStaff02_btn-t5::before {
	background-color: #F2AF0C;
}
.aStaff02_btn-t6::before {
	background-color: #01748F;
}
.aStaff02_btn-t7::before {
	background-color: #ED6C21;
}
.aStaff02_btn-t8::before {
	background-color: #0B6E5E;
}
.aStaff02_btn:hover::before {
	animation: lineMove .3s ease-in forwards;
	background-color: #fff;
}
.aStaff02_btn-t1:hover {
	background-color: #D43758;
	color: #fff;
}
.aStaff02_btn-t2:hover {
	background-color: #243E6F;
	color: #fff;
}
.aStaff02_btn-t3:hover {
	background-color: #DA7C13;
	color: #fff;
}
.aStaff02_btn-t4:hover {
	background-color: #2E703D;
	color: #fff;
}
.aStaff02_btn-t5:hover {
	background-color: #F2AF0C;
	color: #fff;
}
.aStaff02_btn-t6:hover {
	background-color: #01748F;
	color: #fff;
}
.aStaff02_btn-t7:hover {
	background-color: #ED6C21;
	color: #fff;
}
.aStaff02_btn-t8:hover {
	background-color: #0B6E5E;
	color: #fff;
}
@keyframes lineMove {
	0% {
		width: 68px;
		left: 0;
	}
	100% {
		left: 68px;
		width: 0;
	}
}
/* 追加改修分
------------------------------------------------------------------------------- */
.aHeading05 {
	max-width: 1366px;
	margin: 0 auto 90px;
}
.aHeading05_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	/* align-items: flex-end; */
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 169px;
	padding: 8px 15px 0;
	text-align: center;
	box-sizing: border-box;
}
.aHeading05_tit {
	line-height: 1.296;
	color: #333;
	font-size: 54px; /* oldIE */
	font-size: 5.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
.aHeading05_tit span {
	color: #BA9C44
}
.aHeading05_img {
	display: block;
}
.aHeading05_img img {
	width: 100%;
}
.aHeading05_note {
	margin: 15px auto 0;
	padding: 0 20px;
	color: #000;
	font-size: 16px; /* oldIE */
	font-size: 1.6rem;
	font-weight: 400;
	text-align: right;
	max-width: 1200px;
	letter-spacing: 0.05em;
}
/* .aVisual01 {
	margin: 0 0 10px;
}
.aVisual01 img {
	width: 100%;
} */
/* .aLead02 {
	padding: 36px 20px 65px;
	color: #000;
}
.aLead02_in {
	max-width: 1200px;
	margin: 0 auto;
}
.aLead02_txt {
	line-height: 1.8;
	margin: 0 0 24px;
	font-size: 18px; /* oldIE /
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.aLead02_txt:last-child {
	margin-bottom: 	0;
} */
/* .aNav01 {
}
.aNav01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: -30px auto 100px;	
}
.aNav01_item {
	width: 48.4%;
	max-width: 580px;
	margin: 30px 0 0;
}
.aNav01_item a {
	display: block;
	text-decoration: none;
}
.aNav01_img {
	display: block;
}
.aNav01_head {
	position: relative;
	padding: 15px 50px 20px;
	color: #fff;
}
.aNav01_head-t1 {
	background-color: #D43758;
}
.aNav01_head-t2 {
	background-color: #DA7C13;
}
.aNav01_head-t3 {
	background-color: #F2AF0C;
}
.aNav01_head::before {
 	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 24px;
	height: 41px;
	margin: -21px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
 }
.aNav01_head-t1::before {
	background-image: url(../images/top_ico01.svg);
}
.aNav01_head-t2::before {
	background-image: url(../images/top_ico02.svg);
}
.aNav01_head-t3::before {
	background-image: url(../images/top_ico03.svg);
}
.aNav01_tit {
	line-height: 1.1;
	font-size: 24px; /* oldIE /
	font-size: 2.4rem;
	font-weight: 700;
}
.aNav01_txt {
	line-height: 1.2;
	margin: 3px 140px 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px; /* oldIE /
	font-size: 1.4rem;
	font-weight: 400;
}
.aNav01_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 40px;
	margin: 0 0 0 -75px;
	padding: 0 20px 2px 80px;
	background-color: #fff;
	font-size: 14px; /* oldIE /
	font-size: 1.4rem;
	font-weight: 400;
	text-decoration: none;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	transition: all .3s;
}
.aNav01_btn-t1 {
	color: #D43758;
}
.aNav01_btn-t2 {
	color: #DA7C13;
}
.aNav01_btn-t3 {
	color: #F2AF0C;
}
.aNav01_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 68px;
	height: 1px;
	transition: all .3s;
}
.aNav01_btn-t1::before {
	background-color: #D43758;
}
.aNav01_btn-t2::before {
	background-color: #DA7C13;
}
.aNav01_btn-t3::before {
	background-color: #F2AF0C;
}
.aNav01_btn:hover::before {
	animation: lineMoveNav .3s ease-in forwards;
	background-color: #fff;
}
.aNav01_btn-t1:hover {
	background-color: #D43758;
	color: #fff;
}
.aNav01_btn-t2:hover {
	background-color: #DA7C13;
	color: #fff;
}
.aNav01_btn-t3:hover {
	background-color: #F2AF0C;
	color: #fff;
} */
/* @keyframes lineMoveNav {
	0% {
		width: 68px;
		left: 0;
	}
	100% {
		left: 68px;
		width: 0;
	}
} */
.aYear01 {
	margin: 100px 0 0;
	padding: 0 20px 30px;
}
.aYear01_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.aYear01_item {
	position: relative;
	width: 31.666%;
	max-width: 380px;
}
.aYear01_item a {
	display: block;
	position: relative;
	line-height: 76px;
	padding: 0 6px 2px 0;
	border: 1px solid #505C68;
	background-color: #fff;
	color: #505C68;
	font-size: 16px; /* oldIE */
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.aYear01_item a:hover {
	background-color: #505C68;
	color: #fff;
}
.aYear01_item a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100px;
	height: 1px;
	margin: -1px 0 0;
	background-color: #505C68;
	transition: all .3s;
}
.aYear01_item a:hover::before {
	background-color: #fff;
}
@media only screen and (max-width: 1200px) {
	.aYear01_item a::before {
		width: 60px;
	}
}
@media only screen and (max-width: 950px) {
	.aYear01_item a::before {
		width: 38px;
	}
}




.aHeadingwrap {
	overflow: hidden;
}








@media only screen and (max-width: 750px) {

#main {
	padding-bottom: 0;
}
.breadcrumbs ul {
	flex-wrap: wrap;
}
/* 見出し
------------------------------------------------------------------------------- */
.aHeading01 {
	margin: 12px 0;
	padding: 0 20px;
}
.aHeading01_tit span:last-child::before {
	width: 60px;
	margin-right: 10px;
}
.aHeading01_tit {
	color: #000;
	font-size: 1.4rem;
}
.aHeading01_tit span {
	font-size: 1.8rem;
}
.aHeading02 {
	min-height: 43px;
	margin: 77px 0 14px;
}
.aHeading02_in::before {
	top: 1px;
}
.aHeading02_tit {
	line-height: 1;
	font-size: 2.2rem;
}
.aHeading02_en {
	line-height: 1.333;
	margin-top: 9px;
	font-size: 1.2rem;
}
/* .aHeading03 {
	margin: 0 0 90px;
}
.aHeading03_in {
	display: block;
}
.aHeading03_info {
	width: auto;
	padding: 28px 20px 25px;
}
.aHeading03_img {
	width: auto;
}
.aHeading03_tit {
	line-height: 1.482;
	margin: 0 0 25px;
	font-size: 2.7rem;
}
.aHeading03_txt {
	line-height: 1.75;
	margin: 0 0 25px;
	font-size: 1.6rem;
}
.aHeading03_note {
	position: static;
	font-size: 1.2rem;
} */
.aHeading04 {
	margin-bottom: 26px;
}
.aHeading04::before {
	width: 28px;
	height: 50px;
	margin-bottom: 11px;
}
.aHeading04_tit {
	font-size: 2.4rem;
}
.aHeading04_en {
	margin-top: 13px;
	font-size: 1.2rem;
}
/* リード
------------------------------------------------------------------------------- */
.aLead01 {
	margin-top: 25px;
	padding: 0 20px;
}
.aLead01_txt {
	line-height: 2;
	font-size: 1.6rem;
}
/* レイアウト
------------------------------------------------------------------------------- */
.aBlock01 {
	padding: 20px 20px 0;
}
.aBlock01::before {
	right: 20px;
	left: 0;
	bottom: 56px;
}
.aBlock01_in {
	height: auto;
}
.aBlock01_img {
	position: relative;
	right: auto;
	left: auto;
	min-width: 0;
	width: auto;
	margin: 0 -20px 20px 0;
}
.aBlock01_head {
	position: relative;
	top: auto;
	left: auto;
	margin: 0 0 13px;
}
.aBlock01_en {
	font-size: 4.2rem;
}
.aBlock01_tit {
	margin-top: 2px;
	font-size: 1rem;
}
.aBlock01_front {
	position: relative;
	bottom: auto;
	left: auto;
	width: auto;
	height: auto;
	margin: 20px 0 0;
	padding: 12px 20px 17px;
}
.aBlock01_stit {
	position: relative;
	top: auto;
	line-height: 24px;
	padding: 5px 15px 8px 0;
	font-size: 1.6rem;
}
.aBlock01_shop1 {
	font-size: 3.5rem;
}
.aBlock01_shop2 {
	margin-bottom: 8px;
	font-size: 1.4rem;
}
.aBlock01_name1 {
	font-size: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 12px 0;
}
.aBlock01_name1 span {
	font-size: 2.0rem;
	margin-top: 0;
}
.aBlock01_name2 {
	margin-bottom: 20px;
	font-size: 3.5rem;
}
.aBlock02 {
	margin: 66px 0 45px;
	padding: 20px 20px 0;
}
.aBlock02_in {
	display: block;
}
.aBlock02_img {
	width: auto;
	max-width: none;
	margin: 0 20px 0 0;
}
.aBlock02_img::before {
	top: -20px;
	right: -20px;
	bottom: 20px;
	left: 20px;
}
.aBlock02_info {
	width: auto;
	max-width: none;
	padding-top: 25px;
}
.aBlock02_tit {
	line-height: 1.636;
	margin-bottom: 10px;
	font-size: 2.2rem;
}
.aBlock02_txt {
	line-height: 2;
	font-size: 1.6rem;
}
.aBlock03 {
	margin: 68px 0;
	padding: 0 20px 35px;
}
.aBlock03_in {
	display: block;
}
.aBlock03_img {
	width: auto;
	max-width: none;
	margin: 0 -20px 0 0;
}
.aBlock03_info {
	display: block;
	position: static;
	width: auto;
	max-width: none;
	padding: 20px 20px 20px 0;
}
.aBlock03_info::before {
	top: 0;
	right: 20px;
	bottom: -40px;
	left: 0;
}
.aBlock03_tit {
	line-height: 1.636;
	margin-bottom: 15px;
	font-size: 2.2rem;
}
.aBlock03_txt {
	line-height: 2;
	font-size: 1.6rem;
}
.aBlock04 {
	margin: 45px 0 30px;
	padding: 0 12px 12px;
	color: #454545;
}
.aBlock04_img::before {
	top: 12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
}
.aBlock04_info {
	margin: 0 auto 15px;
	padding: 0 8px;
}
.aBlock04_tit {
	position: relative;
	line-height: 1.636;
	margin-bottom: 15px;
	font-size: 2.2rem;
}
.aBlock04_txt {
	line-height: 2;
	font-size: 1.6rem;
}
/* ボタン
------------------------------------------------------------------------------- */
.aBtn01 {
	width: 258px;
	line-height: 42px;
	margin: 30px auto 40px;
	padding: 0 6px 0 0;
	font-size: 1.4rem;
}
.aBtn01::before {
	width: 55px;
}
/* 声
------------------------------------------------------------------------------- */
.aVoice01 {
	max-width: none;
	margin: 50px auto;
	padding: 0 20px;
}
.aVoice01_item {
	margin-top: 60px;
	padding: 50px 20px 23px 20px;
}
.aVoice01_thumb {
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	width: auto;
	height: 80px;
}
.aVoice01_thumb img {
	height: 100%;
}
/* .aVoice01_thumb-t1 {
	width: 170px;
	margin: 0 0 0 -85px;
}
.aVoice01_thumb-t1 img {
	width: 170px;
}
.aVoice01_thumb-t2 {
	width: 230px;
	margin: 0 0 0 -115px;
}
.aVoice01_thumb-t2 img {
	width: 230px;
} */
.aVoice01_txt {
	line-height: 1.75;
	font-size: 1.6rem;
	letter-spacing: normal;
}
/* 一覧配置
------------------------------------------------------------------------------- */
.aStaff01 {
	margin-bottom: 76px;
}
.aStaff01_in {
	display: block;
}
.aStaff01_item {
	width: auto;
	margin: 69px 0 0;
}
.aStaff01_item:first-child {
	margin-top: 0;
}
.aStaff01_tit {
	padding: 15px 20px;
	font-size: 1.6rem;
	letter-spacing: 0;
}
.aStaff01_img img {
	width: 100%;
}
.aStaff01_profile {
	padding: 65px 20px 62px;
}
.aStaff01_thumb {
	top: -50px;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}
.aStaff01_name {
	margin-bottom: 18px;
}
.aStaff02 {
	margin-bottom: 50px;
	padding: 0;
}
.aStaff02_in {
	display: block;
}
.aStaff02_item {
	width: auto;
	max-width: none;
	margin: 30px 0 0;
}
.aStaff02_item:first-child {
	margin-top: 0;
}
.aStaff02_tit {
	padding: 14px 0 15px;
}
.aStaff02_img img {
	width: 100%;
}
.aStaff02_profile {
	position: relative;
	padding: 61px 40px 61px;
}
.aStaff02_name {
	gap: 2px 10px;
}

/* 追加改修分
------------------------------------------------------------------------------- */
.aHeading05 {
	margin: 0 0 36px;
}
.aHeading05_info {
	display: block;
	min-height: 0;
	padding: 15px 20px 20px;
}
.aHeading05_tit {
	line-height: 1.481;
	font-size: 2.7rem;
}
.aHeading05_note {
	margin: 10px 0 0;
	font-size: 1.2rem;
	text-align: center;
}
/* .aVisual01 {
	margin: 0 0 10px;
} */
/* .aLead02 {
	padding: 20px 20px 30px;
}
.aLead02_in {
	max-width: 1200px;
	margin: 0 auto;
}
.aLead02_txt {
	line-height: 1.75;
	margin: 0 0 24px;
	font-size: 1.6rem;
	text-align: left;
} */
/* .aNav01_in {
	display: block;
	max-width: none;
	margin: 0 auto 40px;	
}
.aNav01_item {
	width: auto;
	max-width: none;
	margin: 40px 0 0;
}
.aNav01_item:first-child {
	margin-top: 0;
}
.aNav01_img img {
	width: 100%;
}
.aNav01_head {
	padding: 14px 50px 60px;
}
.aNav01_head::before {
	top: 18px;
	margin: 0;
 }
.aNav01_tit {
	line-height: 1.1;
}
.aNav01_txt {
	line-height: 1.2;
	margin: 3px 0 0 0;
}
.aNav01_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 40px;
	margin: 0 0 0 -75px;
	padding: 0 20px 2px 80px;
	background-color: #fff;
	font-size: 14px; /* oldIE /
	font-size: 1.4rem;
	font-weight: 400;
	text-decoration: none;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	transition: all .3s;
}
.aNav01_btn-t1 {
	color: #D43758;
}
.aNav01_btn-t2 {
	color: #DA7C13;
}
.aNav01_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 68px;
	height: 1px;
	transition: all .3s;
}
.aNav01_btn-t1::before {
	background-color: #D43758;
}
.aNav01_btn-t2::before {
	background-color: #DA7C13;
}
.aNav01_btn:hover::before {
	animation: lineMoveNav .3s ease-in forwards;
	background-color: #fff;
}
.aNav01_btn-t1:hover {
	background-color: #D43758;
	color: #fff;
}
.aNav01_btn-t2:hover {
	background-color: #DA7C13;
	color: #fff;
} */
/* @keyframes lineMoveNav {
	0% {
		width: 68px;
		left: 0;
	}
	100% {
		left: 68px;
		width: 0;
	}
} */
.aYear01 {
	margin-top: 50px;
	padding-bottom: 40px;
}
.aYear01_in {
	display: block;
	max-width: 260px;
}
.aYear01_item {
	width: auto;
	margin: 20px 0 0;
}
.aYear01_item:first-child {
	margin-top: 0;
}
.aYear01_item a {
	line-height: 42px;
	padding-bottom: 0;
	font-size: 1.4rem;
}
.aYear01_item a::before {
	width: 55px;
}
}



.devPcTbl { display: block; }
.devSmp { display: none; }
img.devPcTbl { display: inline; }
img.devSmp { display: none; }
.ttl_area01 .ttl_box .ttl_award {
    font-size: 28px;
    line-height: 50px;
    font-weight: normal;
}
.ttl_area01 .ttl_box .ttl_award span {
    font-size: 16px;
    line-height: 60px;
    font-weight: normal;
}
@media only screen and (max-width: 750px) {
.devPcTbl { display: none; }
.devSmp { display: block; }
img.devPcTbl { display: none; }
img.devSmp { display: inline; }
.ttl_area01 .ttl_box .ttl_award {
font-size: 20px;
line-height: 1;
}
.ttl_area01 .ttl_box .ttl_award span {
font-size: 12px;
line-height: 20px;
display: inline-block;
margin-bottom: 10px;
}
}