.myTitle01 {
	display: table;
	width: 315px;
	height: 152px;
	background: url(../img/index/img_title01_bg.png) center no-repeat;
	background-size: contain;
	color: #FFF;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.myTitle01 > span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

.myVisual {
	position: relative;
	background: url(../img/index/img_mv_bg.png) top center no-repeat;
	background-size: cover;
}

.myVisual .inner {
	display: table;
	width: 100%;
	height: 875px;
}

.myVisual .inner img {
	position: relative;
	z-index: 1;
	width: 448px;
}

.myVisualTitle {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.myNews {
	margin-top: -140px;
	background: #FABE00;
	-webkit-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	transform: skewY(5deg);
	padding-top: 16px;
	padding-bottom: 150px;
}

.myNews .wrapper {
	position: relative;
	-webkit-transform: skewY(1deg);
	-ms-transform: skewY(1deg);
	transform: skewY(1deg);
	overflow: hidden;
}

.myNews .wrapper::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 101%;
	height: 140%;
	background: url(../img/index/img_news_bg.jpg) center;
	background-size: cover;
	-webkit-transform: translate(-50%, -50%) skewY(-5deg);
	-ms-transform: translate(-50%, -50%) skewY(-5deg);
	transform: translate(-50%, -50%) skewY(-5deg);
}

.myNews .inner {
	position: relative;
	z-index: 1;
	margin-top: -50px;
	padding-bottom: 120px;
	-webkit-transform: skewY(-6deg);
	-ms-transform: skewY(-6deg);
	transform: skewY(-6deg);
}

.myNews .myNewsCategory {
	position: absolute;
	top: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.myTopics {
	position: relative;
	background: url(../img/index/img_topices_bg@2x.png) center no-repeat;
	background-size: cover;
	-webkit-transform: skewY(-5deg) translate3d(0, 0, 0);
	transform: skewY(-5deg) translate3d(0, 0, 0);
	margin-top: -200px;
	margin-bottom: -120px;
	color: #FFF;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.myTopics .myTitle01 {
	font-size: 20px;
	font-size: 2rem;
	margin-top: 10px;
	margin-bottom: 65px;
}

.myTopics .myTitle01 .is_strong {
	font-size: 25px;
	font-size: 2.5rem;
}

.myTopicsInner {
	-webkit-transform: skewY(5deg) translate3d(0, 0, 0);
	transform: skewY(5deg) translate3d(0, 0, 0);
	padding-top: 20px;
	padding-bottom: 200px;
}

.myTopicsPickupPhoto {
	width: 357px;
}

.myTopicsPickupPhoto a {
	display: block;
	text-decoration: none;
}

.myTopicsPickupPhotoInner {
	background: #FFF;
}

.myTopicsPickupPhoto img {
	width: 100%;
}

.myTopicsPickupPhoto ul {
	padding: 10px 15px;
}

.myTopicsPickupPhoto li {
	display: inline-block;
	color: #187FC4;
}

.myTopicsPickupPhoto li:not(:last-child)::after {
	content: "/";
	display: inline-block;
	margin: 0 5px 0 10px;
}

.myTopicsPickupText {
	width: calc(100% - 357px);
	padding-left: 30px;
}

.myTopicsPickupTextHeader {
	line-height: 1;
	margin-bottom: 20px;
}

.myTopicsPickupTextHeader .title {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #fabe00;
	margin-bottom: 13px;
	line-height: 1.2;
}

.myTopicsPickupTextHeader .name {
	font-size: 23px;
	font-size: 2.3rem;
}

.myTopicsPickupTextContent .comment {
	font-size: 16px;
	font-size: 1.6rem;
}

.myTopicsPickupTextContent .link {
	text-align: right;
}

.myTopicsList {
	background: rgba(255, 255, 255, 0.3);
	padding: 40px 40px 10px;
}

@media only screen and (min-width: 993px) {

.myTopicsInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-left: -30px;
}

.myTopicsItem {
	padding-right: 30px;
	padding-left: 30px;
}

.myTopicsItemLeft {
	width: 57%;
}

.myTopicsItemRight {
	width: 43%;
}

.myTopicsPickup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.myTopicsPickupPhotoSp {
	display: none;
}

}

@media only screen and (max-width: 1200px) {

.myTopicsPickupPhoto {
	width: 230px;
}

.myTopicsPickupText {
	width: calc(100% - 230px);
}

}

@media only screen and (max-width: 992px) {

.myTitle01 {
	width: 203.5px;
	height: 100px;
	font-size: 18px;
	font-size: 1.8rem;
}

.myTitle01 > span {
	padding-left: 15px;
}

.myVisual .inner {
	height: 350px;
}

.myVisual .inner img {
	width: 224px;
}

.myNews {
	-webkit-transform: skewY(7deg);
	-ms-transform: skewY(7deg);
	transform: skewY(7deg);
	margin-top: -70px;
	padding-top: 7px;
}

.myNews .wrapper {
	-webkit-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
	transform: skewY(2deg);
}

.myNews .wrapper::after {
	background: url(../img/index/img_news_bg_sp.png) center;
	background-size: conatin;
}

.myNews .inner {
	-webkit-transform: skewY(-9deg);
	-ms-transform: skewY(-9deg);
	transform: skewY(-9deg);
	margin-top: -6vw;
	padding-bottom: 40px;
}

.myNews .myNewsCategory {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	top: 60px;
	left: 0;
	right: 0;
}

.myTopics {
	margin-top: -150px;
	-webkit-transform: skewY(-7deg) translate3d(0, 0, 0);
	transform: skewY(-7deg) translate3d(0, 0, 0);
}

.myTopics .myTitle01 {
	margin-top: -30px;
	margin-bottom: -10px;
	font-size: 18px;
	font-size: 1.8rem;
}

.myTopics .myTitle01 .is_strong {
	font-size: 18px;
	font-size: 1.8rem;
}

.myTopicsInner {
	-webkit-transform: skewY(7deg) translate3d(0, 0, 0);
	transform: skewY(7deg) translate3d(0, 0, 0);
	padding-bottom: 180px;
}

.myTopicsPickupPhoto {
	max-width: 225px;
	width: 100%;
	margin: 0 auto 30px;
}

.myTopicsPickupPhotoPc {
	display: none;
}

.myTopicsPickupPhoto ul {
	padding: 7.5px 10px;
	text-align: right;
	font-size: 11px;
	font-size: 1.1rem;
}

.myTopicsPickupPhoto li {
	font-weight: bold;
}

.myTopicsPickupText {
	width: 100%;
	padding-left: 0;
	margin-bottom: 40px;
}

.myTopicsPickupTextHeader {
	text-align: center;
}

.myTopicsPickupTextHeader .title {
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 10px;
}

.myTopicsPickupTextHeader .name {
	font-size: 14px;
	font-size: 1.4rem;
}

.myTopicsPickupTextContent .comment {
	font-size: 12px;
	font-size: 1.2rem;
}

.myTopicsPickupTextContent .link {
	font-size: 12px;
	font-size: 1.2rem;
}

.myTopicsList {
	padding: 25px 25px 10px;
}

}

@media only screen and (max-width: 600px) {

.myVisual {
	background-position: center  -50px;
	background-size: 350%;
	background-position: center;
}

.myNews .myNewsCategory {
	text-align: right;
}

}


/*# sourceMappingURL=maps/index.css.map */
