* {
	box-sizing: border-box;
}

html { /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	background-color: transparent;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

a:active,
a:hover {
	outline: 0;
}

img,
svg {
	border: 0;
	max-width: 100%;
	max-height: 100%;
}

@font-face {
	font-family: 'icomoon';
	src: url("/ja/brand/font/icomoon.eot?z2i7u3");
	src: url("/ja/brand/font/icomoon.eot?z2i7u3#iefix") format('embedded-opentype'), url("/ja/brand/font/icomoon.ttf?z2i7u3") format('truetype'), url("/ja/brand/font/icomoon.woff?z2i7u3") format('woff');
	font-weight: normal;
	font-style: normal;
}

::-moz-selection {
	color: #fff;
	background: #c00;
}

::selection {
	color: #fff;
	background: #c00;
}

.inlineSP {
	display: none;
}

[class^="icon--"],
[class*=" icon--"] { /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.icon--service:before {
	content: "\e900";
}

.icon--support:before {
	content: "\e901";
}

.icon--innovation:before {
	content: "\e902";
}

.icon--arrow:before {
	content: "\e903";
}

.icon--plane:before {
	content: "\e904";
}

html,
body {
	min-width: 750px;
}

.du1000 {
	display: none;
}

.mainVisual {
	background: url("/ja/brand/challenge/img/pic_main.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 580px;
	position: relative;
}

.mainVisual__title {
	font-size: 0;
	margin: 82px 0 35px 88px;
	background-image: url("/ja/brand/challenge/img/logo_title.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 573px;
	height: 60px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.mainVisual__subtitle {
	font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	margin: 0 0 13px 89px;
	letter-spacing: 11.5px;
}

.mainVisual__text {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1.4px;
	margin: 0 0 0 94px;
}

.mainVisual__logo {
	background-image: url("/ja/brand/challenge/img/logo_challenge.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 334px;
	height: 83px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	right: 98px;
	top: 111px;
}

.mainVisual__btns {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.mainVisual__btns__inner {
	margin: 0 auto;
	max-width: 1024px;
	min-height: 165px;
	font-size: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.mainVisual__btns__inner:after {
	content: "";
	display: inline-block;
	width: 100%;
	line-height: 0;
	height: 0;
}

.mainVisual__btns__inner:before,
.mainVisual__btns__inner:after {
	content: '';
	width: 1000px;
	height: 165px;
	background-color: rgba(243,246,246,0.85);
	position: absolute;
}

.mainVisual__btns__inner:before {
	top: 0;
	margin-left: -1000px;
}

html.is-ie10 .mainVisual__btns__inner:before,
html.is-ie9 .mainVisual__btns__inner:before,
html.is-ie8 .mainVisual__btns__inner:before {
	display: none;
}

.mainVisual__btns__inner:after {
	top: 0;
}

html.is-ie10 .mainVisual__btns__inner:after,
html.is-ie9 .mainVisual__btns__inner:after,
html.is-ie8 .mainVisual__btns__inner:after {
	display: none;
}

.mainVisual__btns__btn {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

html.is-ie8 .mainVisual__btns__btn {
	display: block;
	height: 180px;
	float: left;
}

.mainVisual__btns__btn__link {
	text-decoration: none;
	display: block;
	padding: 18px 20px 14px;
	background-color: rgba(243,246,246,0.85);
}

html.is-ie8 .mainVisual__btns__btn__link {
	background-color: #fff;
}

.mainVisual__btns__btn__link.is-hover {
	background-color: rgba(204,0,0,0.85);
}

html.is-ie8 .mainVisual__btns__btn__link.is-hover {
	background-color: #fff;
}

.mainVisual__btns__btn__label {
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
	display: block;
	color: #c00;
	line-height: 1;
	padding: 21px 0 21px 9%;
	margin-bottom: 14px;
	text-decoration: none;
	position: relative;
}

.mainVisual__btns__btn__label:before {
	position: absolute;
	font-size: 40px;
	left: 0;
	top: 11px;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.mainVisual__btns__btn__label--service:before {
	content: "\e900";
}

.mainVisual__btns__btn__label--support:before {
	content: "\e901";
}

.mainVisual__btns__btn__label--innovation:before {
	content: "\e902";
}

.is-hover .mainVisual__btns__btn__label {
	color: #fff;
	border-color: #fff;
}

.mainVisual__btns__btnFirst .mainVisual__btns__btn__label {
	padding-left: 0;
	margin-bottom: 0;
}

.mainVisual__btns__btn .mainVisual__btns__btn__firstwrap {
	position: relative;
}

.mainVisual__btns__btn .mainVisual__btns__btn__firstwrap:after {
	content: '';
	width: 100%;
	height: 165px;
	background-color: rgba(243,246,246,0.85);
	position: absolute;
	z-index: 5;
}

html.is-ie8 .mainVisual__btns__btn .mainVisual__btns__btn__firstwrap:after {
	background-color: #fff;
}

.mainVisual__btns__btn .mainVisual__btns__btnFirst {
	padding-bottom: 18px;
}

.mainVisual__btns__btn .mainVisual__btns__btnAbout {
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 15px;
	position: relative;
	text-align: left;
	text-decoration: none;
	padding-left: 28px;
	margin-top: 14px;
	margin-bottom: 18px;
	margin-left: 18px;
	line-height: 1.3;
	color: #c00;
	display: block;
	z-index: 6;
}

.mainVisual__btns__btn .mainVisual__btns__btnAbout.is-hover {
	color: #900;
}

.mainVisual__btns__btn .mainVisual__btns__btnAbout:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: "\e903";
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.mainVisual__btns__btn__text {
	font-size: 12px;
	color: #213940;
	line-height: 19px;
}

.is-hover .mainVisual__btns__btn__text {
	color: #fff;
}

.challengeBoxWrap {
	background-color: #eaeeef;
	overflow: hidden;
}

.challengeBoxInner {
	position: relative;
}

.challengeBox {
	width: 25%;
	height: 300px;
	font-size: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	display: none;
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.is-noTransition .challengeBox {
	-webkit-transition: none;
	transition: none;
}

.challengeBox.is-large {
	width: 50%;
}

.challengeBox.is-large .challengeBox__img {
	height: 100%;
}

.challengeBox.is-visible {
	display: block;
}

.challengeBox.is-last:after {
	content: '';
	width: 2000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #fff;
}

.challengeBox.is-top {
	position: static;
}

.challengeBox__decoration,
.challengeBox__decoration2 {
	position: absolute;
	top: 0;
	background-color: rgba(204,0,0,0.15);
	content: '';
	display: block;
	width: 200%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease-out;
	transition: opacity 0.5s linear, transform 0.5s ease-out;
	-webkit-transform-origin: top;
	transform-origin: top;
}

html.is-ie9 .challengeBox__decoration,
html.is-ie9 .challengeBox__decoration2,
html.is-ie8 .challengeBox__decoration,
html.is-ie8 .challengeBox__decoration2 {
	display: none;
}

.is-hover .challengeBox__decoration,
.is-hover .challengeBox__decoration2 {
	opacity: 1;
}

.is-open .challengeBox__decoration,
.is-open .challengeBox__decoration2 {
	display: none;
}

.challengeBox__decoration {
	-webkit-transform: translate(120%, 0) skew(-60deg);
	transform: translate(120%, 0) skew(-60deg);
}

.is-hover .challengeBox__decoration {
	-webkit-transform: translate(-120%, 0) skew(-60deg);
	transform: translate(-120%, 0) skew(-60deg);
}

.challengeBox__decoration2 {
	-webkit-transform: translate(-120%, 0) skew(-60deg);
	transform: translate(-120%, 0) skew(-60deg);
}

.is-hover .challengeBox__decoration2 {
	-webkit-transform: translate(120%, 0) skew(-60deg);
	transform: translate(120%, 0) skew(-60deg);
}

.challengeBox__inner {
	position: relative;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	background-color: #fff;
	-webkit-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}

.challengeBox__inner.is-hover {
	background-color: #f6f8f8;
}

.is-open .challengeBox__inner.is-hover {
	background-color: #fff;
}

.challengeBox__inner:before {
	position: absolute;
	bottom: -22px;
	display: block;
	content: url("/ja/brand/challenge/img/parts_triangle.png");
	left: 50%;
	margin-left: -22px;
	width: 45px;
	height: 22px;
	-webkit-transition: bottom 0.15s linear;
	transition: bottom 0.15s linear;
	z-index: 4;
}

.challengeBox.is-open .challengeBox__inner:before {
	bottom: 0;
}

.challengeBox__inner:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	left: 10px;
	top: 197px;
	font-size: 40px;
	color: #c00;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

[data-category="service"] .challengeBox__inner:after {
	content: "\e900";
}

[data-category="support"] .challengeBox__inner:after {
	content: "\e901";
}

[data-category="innovation"] .challengeBox__inner:after {
	content: "\e902";
}

.is-ready .challengeBox__inner:after {
	opacity: 1;
}

.is-large .challengeBox__inner:after {
	color: #fff;
	font-size: 60px;
	top: 88px;
	left: 32px;
}

.challengeBox__img {
	height: 180px;
	position: relative;
	overflow: hidden;
}

.challengeBox__img__inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.is-hover .challengeBox__img__inner {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.is-open .challengeBox__img__inner {
	-webkit-transform: none;
	transform: none;
}

.challengeBox__img:after {
	position: absolute;
	z-index: 1;
	top: 0;
	background-color: #d3d6d8;
	content: '';
	display: block;
	width: 226%;
	height: 100%;
	-webkit-transform: skew(-60deg) translate(0%, 0%);
	transform: skew(-60deg) translate(0%, 0%);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 0.15s linear;
	transition: transform 0.15s linear;
}

html.is-ie9 .challengeBox__img:after,
html.is-ie8 .challengeBox__img:after {
	display: none;
}

.challengeBox.is-large .challengeBox__img:after {
	background-color: #cdd1d3;
}

.challengeBox.is-ready .challengeBox__img:after {
	-webkit-transform: skew(-60deg) translate(120%, 0%);
	transform: skew(-60deg) translate(120%, 0%);
}

.challengeBox__img:before {
	z-index: 1;
	position: absolute;
	background-color: #6e787e;
	opacity: 0.3;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.challengeBox.is-large .challengeBox__img:before {
	background-color: #3d454a;
	opacity: 0.5;
}

.challengeBox__inner.is-hover .challengeBox__img:before {
	opacity: 0.1;
}

.challengeBox.is-open .challengeBox__img:before {
	opacity: 0.3;
}

.challengeBox.is-large.is-open .challengeBox__img:before {
	opacity: 0.5;
}

.challengeBox__texts {
	padding: 7px 11px 0 65px;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity: 0;
}

.challengeBox.is-ready .challengeBox__texts {
	opacity: 1;
}

.challengeBox.is-large .challengeBox__texts {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 0 31px 42px;
	max-width: 470px;
}

.challengeBox__num {
	color: #c00;
	font-size: 25px;
	line-height: 1;
	padding-top: 2px;
	display: table-cell;
	vertical-align: middle;
	width: 30px;
	vertical-align: top;
	font-family: HelveticaNeue-Thin, HelveticaNeue, 'Roboto', sans-serif;
	font-weight: 200;
	position: relative;
	padding-bottom: 7px;
	letter-spacing: 1px;
}

.challengeBox--3digits .challengeBox__num {
	width: 45px;
}

.challengeBox--3digits.challengeBox.is-large .challengeBox__num {
	width: 86px;
}

.challengeBox__num:after {
	width: 100%;
	height: 1px;
	background-color: #c00;
	position: absolute;
	content: '';
	margin-top: 31px;
	left: 0;
	top: 23px;
}

.challengeBox.is-large .challengeBox__num {
	color: #fff;
	font-size: 48px;
	width: 55px;
	padding-bottom: 13px;
	letter-spacing: 3px;
	vertical-align: bottom;
}

.challengeBox.is-large .challengeBox__num:after {
	height: 3px;
	margin-top: 9px;
	background-color: #fff;
	bottom: 1px;
	top: auto;
}

.challengeBox__numHead {
	color: #c00;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
}

.challengeBox.is-large .challengeBox__numHead {
	color: #fff;
	font-size: 29px;
	margin-bottom: 2px;
}

.challengeBox__text {
	color: #333;
	font-size: 13px;
	padding-left: 14px;
	display: table-cell;
	vertical-align: middle;
	vertical-align: top;
	line-height: 21px;
}

.challengeBox.is-large .challengeBox__text {
	color: #fff;
	font-size: 22px;
	line-height: 1.454545454545455;
	vertical-align: bottom;
	padding-left: 24px;
	text-shadow: 0px 0px 9px rgba(0,0,0,0.2);
}

.challengeBox.is-large .challengeBox__text__title {
	margin-bottom: -8px;
}

.challengeBox__date {
	font-size: 10px;
	color: #607085;
	line-height: 1;
	margin-top: 4px;
	letter-spacing: 0.6px;
}

.challengeBox.is-large .challengeBox__date {
	position: absolute;
	left: 32px;
	bottom: 21px;
	color: #ccc;
	margin-top: 0;
}

.challengeDescription {
	width: 400%;
	position: absolute;
	left: 0;
	background-color: #eaeeef;
	display: none;
	z-index: 7;
}

.swiper-wrapper .challengeDescription {
	width: auto;
	height: 100%;
	position: relative;
	overflow: scroll;
	display: block;
	-webkit-overflow-scrolling: touch;
}

.is-large .challengeDescription {
	width: 200%;
}

.challengeDescription.is-showTop {
	display: block;
	-webkit-animation: fadeIn 0.3s linear both;
	animation: fadeIn 0.3s linear both;
	width: 100%;
	position: static;
	height: auto;
}

.challengeBox.is-open .challengeDescription {
	z-index: 8;
	height: auto;
}

.challengeDescription__inner {
	max-width: 1085px;
	margin: 0 auto;
	padding: 56px 70px 40px;
	position: relative;
	min-height: 510px;
	height: 100%;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
}

.challengeDescription__inner__left {
	width: 50%;
	padding-right: 32px;
	padding-left: 31px;
	display: table-cell;
	vertical-align: middle;
}

.challengeDescription__inner__right {
	width: 50%;
	padding-left: 56px;
	padding-right: 24px;
	display: table-cell;
	vertical-align: middle;
	vertical-align: top;
}

.challengeDescription__num {
	font-size: 50px;
	color: #c00;
	line-height: 1;
	font-family: HelveticaNeue-Thin, HelveticaNeue, 'Roboto', sans-serif;
	font-weight: 200;
	margin-bottom: 54px;
}

.challengeDescription__num:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	-webkit-font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 40px;
	padding-right: 13px;
}

.challengeDescription__num--service:before {
	content: "\e900";
}

.challengeDescription__num--support:before {
	content: "\e901";
}

.challengeDescription__num--innovation:before {
	content: "\e902";
}

.challengeDescription__date {
	color: #999;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1.1px;
	position: absolute;
	top: 135px;
}

.challengeDescription__title {
	color: #c00;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 14px;
	letter-spacing: 4px;
}

.challengeDescription__text {
	font-size: 14px;
	color: #000;
	line-height: 1.857;
	letter-spacing: 0.2px;
	padding-bottom: 24px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.challengeDescription__text__small {
	font-size: 12px;
}

.challengeDescription__links__textLink a {
	color: #6e7c7e;
	text-decoration: none;
	position: relative;
	padding-left: 27px;
	font-size: 14px;
	display: inline-block;
	line-height: 19px;
	text-decoration: none;
	padding: 0 0 0 27px;
	margin-top: 9px;
}

.challengeDescription__links__textLink a.is-hover {
	color: #40494a;
}

.challengeDescription__links__textLink a:before {
	left: 0;
	content: '';
	position: absolute;
	background: url("/ja/brand/challenge/img/icon_link.png") no-repeat left top;
	background-size: 100% auto;
	width: 18px;
	height: 18px;
}

.challengeDescription__links__textLink a.is-hover:before {
	background-position: left bottom;
}

.challengeDescription__btnPrev,
.challengeDescription__btnNext {
	position: absolute;
	display: block;
	font-size: 0;
	top: 230px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.swiper-container .challengeDescription__btnPrev,
.swiper-container .challengeDescription__btnNext {
	z-index: 10;
	width: 40px;
	height: 40px;
	top: 173px;
	background-size: 26px 26px;
}

.challengeDescription__btnPrev {
	left: 20px;
	background-image: url("/ja/brand/challenge/img/icon_prev.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 45px;
	height: 45px;
}

.swiper-container .challengeDescription__btnPrev {
	left: 14px;
}

.challengeDescription__btnPrev.is-hover {
	background-image: url("/ja/brand/challenge/img/icon_prev_ov.png");
}

.is-first .challengeDescription__btnPrev {
	display: none;
}

.challengeDescription__btnNext {
	right: 20px;
	background-image: url("/ja/brand/challenge/img/icon_next.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 46px;
	height: 46px;
}

.swiper-container .challengeDescription__btnNext {
	right: 14px;
}

.challengeDescription__btnNext.is-hover {
	background-image: url("/ja/brand/challenge/img/icon_next_ov.png");
}

.is-last .challengeDescription__btnNext {
	display: none;
}

.twitter-share-button-rendered {
	position: absolute !important;
	bottom: 40px;
	right: 97px;
}

.fb-share-button {
	position: absolute !important;
	bottom: 40px;
	right: 183px;
}

.swiper-container {
	position: fixed !important;
	z-index: 100 !important;
	width: 100%;
	height: 100%;
	bottom: -100%;
	left: 0;
	opacity: 0.01;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

body.is-modalOpen .swiper-container {
	bottom: 0;
	opacity: 0.9999;
}

body.is-modalClosing .swiper-container {
	opacity: 0.01;
}

.modalCloser {
	position: fixed;
	display: block;
	width: 28px;
	height: 28px;
	top: -50px;
	right: 20px;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	background: url("/ja/brand/challenge/img/icon_close_sp.png") no-repeat center;
	background-size: contain;
	z-index: 110;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

body.is-modalOpen .modalCloser {
	top: 20px;
	opacity: 0.99;
}

body.is-modalClosing .modalCloser {
	opacity: 0;
}

.btMore {
	display: none;
	padding: 0 16px 50px;
}

.btMore.is-more {
	display: block;
}

.btMore__btnBody {
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
	font-size: 16px;
	line-height: 1;
	padding: 19px 0;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #c00;
	font-family: HelveticaNeue-Thin, HelveticaNeue, 'Roboto', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
}

.modal-overlay {
	z-index: 100;
}

.modal-wrap {
	z-index: 101;
}

.modal-content {
	position: relative;
	display: none;
	max-width: 880px;
	margin: 40px 72px;
	padding: 51px 80px 70px;
	background: #f3f5f6;
	left: 0;
	top: 0;
}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(47,54,65,0.55);
}

.modal-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.modal-close {
	background-image: url("/ja/brand/challenge/img/icon_modal-close.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 35px;
	height: 35px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	right: -55px;
	top: 0;
	position: absolute;
	cursor: pointer;
}

.modal__title {
	font-family: HelveticaNeue-UltraLight, HelveticaNeue, 'Roboto', sans-serif;
	font-weight: 100;
	color: #c00;
	font-size: 64px;
	line-height: 68px;
	margin-bottom: 47px;
}

.modal__contentArea {
	padding-right: 200px;
	position: relative;
}

.modal__contentArea:after {
	content: '';
	position: absolute;
	background: url("/ja/brand/challenge/img/logo_awards.png") no-repeat center;
	background-size: contain;
	width: 135px;
	height: 439px;
	top: 6px;
	right: 0;
}

.modal__text {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 6px;
}

.modal__name {
	font-size: 14px;
	line-height: 26px;
	text-align: right;
	margin-bottom: 29px;
}

.modal__link {
	color: #6e7c7e;
	text-decoration: none;
	position: relative;
	padding-left: 27px;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 36px;
}

.modal__link.is-hover {
	color: #40494a;
}

.modal__link:before {
	left: 0;
	content: '';
	position: absolute;
	background: url("/ja/brand/challenge/img/icon_link.png") no-repeat left top;
	background-size: 100% auto;
	width: 18px;
	height: 18px;
}

.modal__link.is-hover:before {
	background-position: left bottom;
}

.modal__sub__title {
	color: #c00;
	font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: normal;
	font-size: 18px;
	font-weight: normal;
	border-top: 1px solid #c00;
	line-height: 1;
	padding: 39px 0 14px;
	letter-spacing: 4px;
}

.modal__sub__subtitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.2px;
}

.modal__sub__text {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.2px;
	margin-bottom: 22px;
}

.modal__sub__text:last-of-type {
	margin-bottom: 0;
}

.challengeBox .swiper-slide {
	display: none;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

.mainVisual__title {
	background-image: url("/ja/brand/challenge/img/logo_title@2x.png");
}

.mainVisual__logo {
	background-image: url("/ja/brand/challenge/img/logo_challenge@2x.png");
}

.challengeDescription__links__textLink a:before {
	background-image: url("/ja/brand/challenge/img/icon_link@2x.png");
}

.challengeDescription__btnPrev {
	background-image: url("/ja/brand/challenge/img/icon_prev@2x.png");
}

.challengeDescription__btnPrev.is-hover {
	background-image: url("/ja/brand/challenge/img/icon_prev_ov@2x.png");
}

.challengeDescription__btnNext {
	background-image: url("/ja/brand/challenge/img/icon_next@2x.png");
}

.challengeDescription__btnNext.is-hover {
	background-image: url("/ja/brand/challenge/img/icon_next_ov@2x.png");
}

.modal-close {
	background-image: url("/ja/brand/challenge/img/icon_modal-close@2x.png");
}

.modal__contentArea:after {
	background-image: url("/ja/brand/challenge/img/logo_awards@2x.png");
}

.modal__link:before {
	background-image: url("/ja/brand/challenge/img/icon_link@2x.png");
}

}

@media screen and (max-width: 1100px) {

.mainVisual__logo {
	right: 25px;
	width: 184px;
	top: 4px;
}

}

@media screen and (max-width: 1050px) {

.mainVisual__title {
	margin-left: 24px;
}

.mainVisual__subtitle {
	margin-left: 26px;
}

.mainVisual__text {
	margin-left: 26px;
}

}

@media screen and (max-width: 1000px) {

.blocku1000 {
	display: block;
}

.du1000 {
	display: block;
}

.mainVisual__btns__btn .mainVisual__btns__btnAbout {
	margin-top: 6px;
}

}

@media screen and (max-width: 950px) {

.mainVisual__btns__btn__label {
	font-size: 16px;
	padding-left: 18%;
}

.mainVisual__btns__btn__label:before {
	font-size: 35px;
}

.challengeDescription__links__textLink {
	padding-bottom: 40px;
}

}

@media screen and (max-width: 850px) {

.mainVisual__btns__btn__label {
	font-size: 14px;
	padding-left: 20%;
}

.challengeDescription__inner {
	display: block;
	min-height: 0;
	padding: 36px 16px 36px;
}

.swiper-container .challengeDescription__inner {
	padding: 81px 16px 50px;
	position: relative;
	height: auto;
}

.challengeDescription__inner__left {
	text-align: center;
	vertical-align: middle;
	height: 227px;
	display: block;
	width: 100%;
}

.challengeDescription__inner__left img {
	margin: 0 auto;
	display: block;
}

.challengeDescription__inner__right {
	display: block;
	width: 100%;
	padding: 33px 0 0 0;
}

.swiper-container .challengeDescription__inner__right {
	padding-top: 17px;
}

.challengeDescription__num:before {
	font-size: 32px;
	vertical-align: -2px;
	padding-right: 10px;
}

.challengeDescription__num {
	position: absolute;
	font-size: 36px;
	top: 17px;
	margin-bottom: 0;
}

.challengeDescription__date {
	position: static;
	margin-bottom: 18px;
}

.challengeDescription__title {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 6px;
	letter-spacing: 3.7px;
}

.challengeDescription__text {
	font-size: 13px;
	line-height: 1.69;
	padding-bottom: 46px;
}

.challengeDescription__links__textLink {
	position: static;
	padding-bottom: 0;
}

.challengeDescription__btnPrev,
.challengeDescription__btnNext {
	top: 130px;
}

.twitter-share-button-rendered {
	right: 16px;
	bottom: 36px;
}

.swiper-container .twitter-share-button-rendered {
	bottom: 52px;
	right: 19px;
}

.fb-share-button {
	right: 100px;
	bottom: 36px;
}

.swiper-container .fb-share-button {
	bottom: 52px;
	right: 102px;
}

}

@media screen and (max-width: 820px) {

.mainVisual__logo {
	width: 184px;
	top: 309px;
}

}

@media screen and (max-width: 376px) {

.noSP {
	display: none;
}

.inlineSP {
	display: inline;
}

.inlineuSP {
	display: inline;
}

html,
body {
	min-width: 0px;
}

.dnuSP {
	display: none;
}

.mainVisual {
	height: auto;
	background-image: url("/ja/brand/challenge/img/pic_main_sp.jpg");
	background-color: #d4d4d4;
	background-size: auto 243px;
	background-position: center top;
	padding-top: 82px;
}

.mainVisual__title {
	width: 286.5px;
	height: 30px;
	background-image: url("/ja/brand/challenge/img/logo_title_sp.png");
}

.mainVisual__title {
	margin: 0 0 23px 14px;
}

.mainVisual__subtitle {
	font-size: 16px;
	margin: 0;
	padding: 0 0 14px 12px;
}

.mainVisual__text {
	font-size: 12px;
	margin: 0;
	padding: 0 0 26px 12px;
	line-height: 17px;
}

.mainVisual__logo {
	width: 108px;
	height: 27px;
	background-image: url("/ja/brand/challenge/img/logo_challenge_sp.png");
}

.mainVisual__logo {
	top: 15px;
	right: 15px;
	width: 108px;
}

.mainVisual__btns {
	position: relative;
	background-color: #d4d4d4;
	padding-bottom: 56px;
}

.mainVisual__btns__inner:before {
	display: none;
}

.mainVisual__btns__inner:after {
	width: 100%;
	background: transparent;
	position: static;
	height: 0;
	font-size: 0;
	display: inline-block;
}

.mainVisual__btns__inner {
	padding: 15px 16px 0;
	min-height: 1px;
}

.mainVisual__btns__btn {
	width: 47%;
}

.mainVisual__btns__btn:nth-of-type(1) a,
.mainVisual__btns__btn:nth-of-type(2) a {
	border-bottom: none;
}

.mainVisual__btns__btn__link {
	height: auto !important;
	padding: 0;
	background-color: transparent;
}

.mainVisual__btns__btn__label:before {
	font-size: 25px;
	top: 13px;
}

.mainVisual__btns__btn__label--support {
	border-top: none;
}

.mainVisual__btns__btn__label--innovation {
	border-top: none;
}

.mainVisual__btns__btn__label {
	font-size: 15px;
	padding: 17px 0 17px 35px;
	text-align: left;
	margin-bottom: 0;
}

.mainVisual__btns__btn .mainVisual__btns__btn__firstwrap:after {
	display: none;
}

.mainVisual__btns__btn .mainVisual__btns__btnFirst {
	padding-bottom: 0;
}

.mainVisual__btns__btn .mainVisual__btns__btnAbout {
	position: absolute;
	right: 16px;
	bottom: 10px;
	padding: 0 25px 0 0;
	margin: 0;
	bottom: 18px;
	font-family: HelveticaNeue-Thin, HelveticaNeue, 'Roboto', sans-serif;
	font-weight: 200;
}

.mainVisual__btns__btn .mainVisual__btns__btnAbout:before {
	right: 0;
	left: auto;
	margin-top: -9.5px;
}

.mainVisual__btns__btn__text {
	display: none;
}

.challengeBoxWrap {
	background-color: #fff;
	height: auto !important;
	font-size: 0;
}

.challengeBox {
	height: auto;
	position: static;
	-webkit-transition: none;
	transition: none;
	margin-bottom: 30px;
	width: 50%;
}

.challengeBox.is-large {
	height: 211px;
	width: 100%;
}

.challengeBox.is-visible {
	display: inline-block;
	vertical-align: top;
}

.challengeBox__decoration,
.challengeBox__decoration2 {
	display: none;
}

.challengeBox__inner:before {
	display: none;
}

.challengeBox__inner:after {
	color: #fff;
	font-size: 25px;
	top: 70px;
	left: 8px;
	-webkit-transition: none;
	transition: none;
	opacity: 1;
}

.is-large .challengeBox__inner:after {
	font-size: 32px;
	left: 15px;
	top: 88px;
}

.challengeBox__img:after {
	content: none;
}

.challengeBox__img {
	height: 105px;
}

.challengeBox__texts {
	padding: 7px 11px 0 8px;
	-webkit-transition: none;
	transition: none;
	opacity: 1;
}

.challengeBox.is-large .challengeBox__texts {
	padding: 0 16px 14px;
	max-width: 330px;
}

.challengeBox--3digits .challengeBox__num {
	width: 37px;
}

.challengeBox--3digits.challengeBox.is-large .challengeBox__num {
	width: 54px;
}

.challengeBox__num {
	font-size: 20px;
	padding-top: 5px;
	width: 23px;
	letter-spacing: 1.5px;
}

.challengeBox__num:after {
	margin-top: 7px;
	top: 41px;
}

.challengeBox.is-large .challengeBox__num {
	font-size: 28px;
	width: 33px;
	padding-bottom: 14px;
	vertical-align: bottom;
}

.challengeBox.is-large .challengeBox__num:after {
	height: 2px;
	bottom: 0;
	top: auto;
}

.challengeBox__numHead {
	font-size: 12px;
}

.challengeBox.is-large .challengeBox__numHead {
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

.challengeBox__text {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 16px;
}

.challengeBox.is-large .challengeBox__text__title {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 6px;
	margin-top: 25px;
}

.challengeBox.is-large .challengeBox__date {
	position: static;
}

.challengeDescription__inner__left {
	display: block;
	width: 100%;
	padding: 0;
	text-align: right;
	height: auto;
}

.challengeDescription__inner__left img {
	width: 50%;
	display: inline;
}

.swiper-container .challengeDescription__inner__left {
	text-align: center;
	vertical-align: middle;
	height: 227px;
	display: table-cell;
}

.swiper-container .challengeDescription__inner__left img {
	width: 70%;
	display: inline;
}

.challengeDescription__num {
	position: absolute;
	font-size: 36px;
	top: 106px;
	margin-bottom: 0;
}

.swiper-container .challengeDescription__num {
	top: 17px;
}

.challengeDescription__links__textLink a:before {
	background-image: url("/ja/brand/challenge/img/icon_link_sp.png");
}

.challengeDescription__btnPrev {
	width: 27px;
	height: 27px;
	background-image: url("/ja/brand/challenge/img/icon_prev_sp.png");
}

.challengeDescription__btnNext {
	width: 27px;
	height: 27px;
	background-image: url("/ja/brand/challenge/img/icon_next_sp.png");
}

.modal-content {
	margin: 0;
	padding: 16px 20px 56px;
}

.modal-close {
	width: 28.5px;
	height: 28.5px;
	background-image: url("/ja/brand/challenge/img/icon_modal-close_sp.png");
}

.modal-close {
	top: 20px;
	right: 20px;
}

.modal__title {
	font-size: 36px;
	line-height: 1;
	letter-spacing: 1.5px;
	margin-bottom: 27px;
}

.modal__contentArea {
	padding-right: 0;
}

.modal__contentArea:after {
	display: none;
}

.modal__text {
	margin-bottom: 0;
}

.modal__name {
	margin-bottom: 21px;
}

.modal__link:before {
	background-image: url("/ja/brand/challenge/img/icon_link_sp.png");
}

.modal__link {
	margin-bottom: 38px;
}

.modal__sub__title:before {
	content: '';
	background: url("/ja/brand/challenge/img/logo_awards_sp.png") no-repeat center;
	width: 335px;
	height: 301.5px;
	display: block;
	background-size: cover;
	margin-bottom: 42px;
}

.modal__sub__text {
	margin-bottom: 14px;
}

.modal__sub__text:last-of-type {
	margin-bottom: 0;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 0.99;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 0.99;
}

}


/*# sourceMappingURL=challenge.css.map */


.challenge_pagination {
	text-align: center;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
.challenge_pagination a {
	border: none!important;
	padding: 9px 8px 10px 9px;
	position: relative;
	color: #686f7a;
	font-size: 14px;
	font-size: .875rem;
}
.challenge_pagination a:hover {
	background-color: #dfe2e5;
	color: #222;
}
.challenge_pagination ul {
	margin: 0;
	padding: 0;
	letter-spacing: -0.3.4em;
}
.challenge_pagination ul li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 41px;
}
.challenge_pagination span {
	position: relative;
}
.challenge_pagination .prev span {
	padding-left: 23px;
}
.challenge_pagination .next span {
	padding-right: 23px;
}
.challenge_pagination span::before {
	font-family: jal-icon-font;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	line-height: 18px;
	margin-top: -9px;
	content: "\EA05";
	font-size: 24px;
	font-size: 1.5rem;
	color: #8d8d8d;
}
.challenge_pagination .prev span::before {
	left: -5px;
	transform: rotateY(180deg);
}
.challenge_pagination .next span::before {
	right: -5px;
}
