@charset "utf-8";




/* ========================================================================================== */
.is-kegazero {
	color: #414141;
	position: relative;
}

.is-kegazero * {
	font-feature-settings : 'palt';
	box-sizing: border-box;
}

.is-kegazero em {
	font-style: normal;
}

.is-kegazero img {
	width: 100%;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	transition: .2s ease;
}

.is-kegazero a,
.is-kegazero a:before,
.is-kegazero a:after {
	transition: .2s ease;
}

.is-kegazero a:hover,
.is-kegazero a:hover img {
	opacity: .8;
}

.u-kegazero__title {
	text-align: center;
	padding: 12.5% 0 2.5%;
}

.u-kegazero__title em {
	color: #ff2b04;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .1em;
	padding: 0 0 .75%;
	display: block;
}

.u-kegazero__title span {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .25em;
	padding: 0 0 .75%;
	display: block;
}

.u-kegazero__read {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	padding: 0 0 5%;
}

.u-kegazero__read mark {
	color: #ff2b04;
	font-weight: 700;
	background: transparent;
}

.u-kegazero__read a {
	text-decoration: underline;
}

.u-kegazero__read a:hover {
	text-decoration: none;
}

.u-show-pc {
	display: inline-block !important;
}

.u-show-tablet {
	display: none !important;
}

.u-show-mobile {
	display: none !important;
}




/* ========================================================================================== */
.l-main {
	position: relative;
	margin-bottom: 100px;
}

.l-main img {
	width: 100%;
	max-width: none;
}




/* ========================================================================================== */
.l-voice__inner {
	padding: 56.25% 0 0;
	position: relative;
}

.l-voice__inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}




/* ========================================================================================== */


.l-mission figure img {
	max-width: 57.5%;
	margin: 0 auto;
	display: block;
}

.l-mission__image {
	position: relative;
}

.l-mission__image a {
	display: block;
	position: absolute;
}

.l-mission__image .link-1 {
	width: 25%;
	padding: 15% 0 0;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
}

.l-mission__image .link-2 {
	width: 20%;
	padding: 16% 0 0;
	top: 50%;
	right: 20%;
	transform: translateY(-50%);
}

.l-mission__image .link-3 {
	width: 20%;
	padding: 16% 0 0;
	top: 50%;
	left: 20%;
	transform: translateY(-50%);
}

.l-mission__image .link-4 {
	width: 25%;
	padding: 15% 0 0;
	bottom: 2.5%;
	left: 50%;
	transform: translateX(-50%);
}




/* ========================================================================================== */
.l-research {
	padding: 0 0 6.75%;
}

.l-research__comparison {
	text-align: center;
	word-break: break-all;
	margin: 0 0 5%;
	padding: 3% 0;
	background: #fff;
}

.l-research__comparison.is-first {
	border: 1px solid #a1a1a1;
}

.l-research__comparison h4 {
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 0 2%;
}

.l-research__comparison p {
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: left;
	max-width: 87.5%;
	margin: 0 auto 4%;
}

.l-research__comparison figure {
	padding: 0 0 2.5%;
}

.l-research__comparison:nth-of-type(1) img {
	max-width: 72.5%;
}

.l-research__comparison:nth-of-type(2) img {
	max-width: 48.5%;
}

.l-research__comparison figcaption {
	font-size: 1rem;
	text-align: left;
	max-width: 87.5%;
	margin: 0 auto;
	padding: 2% 0 0;
	display: block;
}

.l-research__comparison span {
	font-size: 1rem;
	display: block;
}




/* ========================================================================================== */
.l-manufacture {
	padding: 0 0 6.25%;
	background: #f1eff2;
}

.l-manufacture__catch {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: .15em;
	text-align: center;
	padding: 5% 0 2.5%;
}

.l-manufacture__catch span {
	font-size: 1.6rem;
	padding: .5% 0 0;
	display: block;
}

.l-manufacture__history {
	max-width: 80%;
	margin: 0 auto;
}

.l-manufacture__history-inner {
	padding: 12.5% 0 0;
	position: relative;
}

.l-manufacture__history-inner:after {
	content: '';
	width: 6.25%;
	padding: 4% 0 0;
	display: block;
	background: url("../img/arrow-orange-01.png") no-repeat center / 100% auto;
	position: absolute;
	bottom: -30%;
	left: 50%;
	transform: translateX(-50%);
}

.l-manufacture__history-year {
	text-align: center;
	position: relative;
}

.l-manufacture__history-year img {
	max-width: 13.5%;
	margin: 0 0 20px;
}

.l-manufacture__history-year p {
	font-size: 1.6rem;
}

.l-manufacture__history-inner figure {
	max-width: 29.5%;
	padding: 12.5% 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.l-manufacture__history-inner figure:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 40px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 62.5%;
	right: 0;
	transform: translate(100%,-50%);
}

.l-manufacture__history-inner:nth-of-type(even) figure {
	left: auto;
	right: 0;
}

.l-manufacture__history-inner:nth-of-type(even) figure:after {
	right: auto;
	left: 0;
	transform: translate(-100%,-50%) scale(-1,1);
}

.l-manufacture__history-image {
	text-align: center;
	padding: 12.5% 0 9.5%;
}

.l-manufacture__history-image img {
	max-width: 56.75%;
	transform: translateX(-20%);
}

.l-manufacture__history-image a {
	color: #414141;
}

.l-manufacture__history-image a em {
	font-size: 2rem;
	letter-spacing: .15em;
	padding: 4% 0 0 0;
	display: block;
}

.l-manufacture__history-image a span {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: .15em;
	padding: 1% 0 0 0;
	display: block;
}


.l-manufacture__sale {
	padding: 5.25% 7.25%;
	background: #fff;
}

.l-manufacture__sale h3 {
	text-align: center;
	padding: 0 0 4.25%;
}

.l-manufacture__sale h3 img {
	max-width: 25%;
}

.l-manufacture__sale h4 {
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: .25em;
	padding: 0 0 2%;
}

.l-manufacture__sale-wrap {
	display: flex;
	flex-flow: row-reverse;
}

.l-manufacture__sale figure {
	width: 55%;
	padding: 0 0 0 4.5%;
}

.l-manufacture__sale p {
	font-size: 1.6rem;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	width: 50%;
}




/* ========================================================================================== */
.l-evidence {
	padding: 0 0 6.25%;
}

.l-evidence__catch {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: .15em;
	text-align: center;
	padding: 5% 0 2.5%;
}

.l-evidence__wrap {
	padding: 0 0 5%;
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
}

.l-evidence__wrap figure {
	width: 50%;
}

.l-evidence__wrap p {
	font-size: 1.8rem;
	line-height: 1.75;
	width: 50%;
	padding: 0 3.125% 0 0;
}

.l-evidence__wrap p em {
	color: #ff2b04;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	padding: 0 0 3.5%;
	display: block;
}




/* ========================================================================================== */
.l-send {
	margin: 0 0 60px;
	padding: 0 0 6.25%;
	background: #f1eff2;
}

.l-send__inner {
	background: #fff;
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
}

.l-send__inner figure {
	width: 41.5%;
}

.l-send__inner-description {
	width: calc(100% - 41.5%);
	padding: 0 5.5%;
}

.l-send__inner-description h4 {
	color: #ff2b04;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	padding: 0 0 3.5%;
	display: block;
}

.l-send__inner-description p {
	font-size: 1.6rem;
	line-height: 1.75;
}

.l-send__oyako-logo {
	text-align: center;
	padding: 7% 0 0;
}

.l-send__oyako-logo img {
	max-width: 22%;
}











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

	スマホ（ブラウザの横幅が指定したpx以下の時に適用されます）

--------------------------------------------------------------------------- */
@media screen and (max-width : 959px) {


.conceptTitle {
font-size: 24px;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
letter-spacing: 2px;
font-weight: 600;
color: #414141;
margin-bottom: 10%;
}

.l-main {
margin-bottom: 10%;
}

.conceptSub {
text-align: center;
line-height: 160%;
margin-bottom: 10%;
}

.missionTitle {
font-weight: bold;
font-size: 20px;
color: #FF2B04;
text-align: center;
margin-bottom: 4%;
}

.missionSub {
text-align: center;
line-height: 160%;
}




.spNone {
display: none;
}











}




















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

	パソコン（ブラウザの横幅が指定したpx以上の時に適用されます）

--------------------------------------------------------------------------- */
@media screen and (min-width : 960px) {

p {
letter-spacing: 1.5px;
}

/* textImgBox09
----------------------------------------------------------*/
.textImgBox09 {
	overflow:hidden;
	margin: 0 30px 60px;
}
.textImgBox09 .photo {
	float:left;
	width:167px;
}
.textImgBox09 .photo img {
	width:100%;
}
.textImgBox09 .box {
	float:right;
	width:593px;
}
.textImgBox09 .box p {
	line-height: 180%;
}
.textImgBox09 .box p.title {
	font-size:20px;
	background:url(/images/grandia/mission_year_title_bg01.png) no-repeat;
	color: #fff;
	line-height: 42px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 20px;
}
.textImgBox09 .box p.sub {
	padding-bottom:10px;
	font-size:24px;
}
.textImgBox09 .name {
	padding-top:20px;
	text-align:right;
	font-family: "游明朝", serif;
	font-size:24px;
}
.textImgBox09 .name span {
	font-size:18px;
}

/* textImgBox10
----------------------------------------------------------*/
.textImgBox10 {
	overflow:hidden;
}
.textImgBox10 .photo {
	float:left;
	width:36%;
}
.textImgBox10 .photo img {
	width:100%;
}
.textImgBox10 .box {
	float:right;
	width:60%;
	box-sizing:border-box;
}
.textImgBox10 .box p.title {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
}
.textImgBox10 .box p {
font-size: 14px;
}

.conveyBox {
width: 100%;
background: #f0f0f2;
/*border-radius: 10px;*/
padding: 25px 50px;
margin-bottom: 50px;
}

/* textImgBox11
----------------------------------------------------------*/
.textImgBox11 {
	overflow:hidden;
	margin-bottom: 50px;
}
.textImgBox11 .photo {
	float:right;
	width:350px;
}
.textImgBox11 .photo img {
	width:100%;
}
.textImgBox11 .box {
	float:left;
	width:470px;
	box-sizing:border-box;
}

.textImgBox11 .box p.title {
	font-size:16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.textImgBox11 .box p {
	font-size:14px;
	line-height:180%;
	margin-bottom: 10px;

}


/* textImgBox13
----------------------------------------*/
.textImgBox13 {
	overflow:hidden;
}
.textImgBox13 li {
	padding:0 1.5% 6%;
	float:left;
	width:33.3%;
	box-sizing: border-box;
}
.textImgBox13 li:nth-child(3n) {

}
.textImgBox13 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox13 li .photo {
	margin-bottom:10px;
}
.textImgBox13 li .photo img {
	width:100%;
}
.textImgBox13 p.title {
	margin-bottom:5px;
	/*color:#FF2B04;*/
	font-weight:bold;
	font-size:16px;
}
.textImgBox13 p.sub {
	padding-bottom:5px;
	display:block;
	font-weight:normal;
	font-size:12px;
}
.textImgBox13 .body {
}
.textImgBox13 .body p {
	padding-bottom:20px;
	line-height:180%;
	font-size: 14px;
}







.l-concept {
margin-bottom: 100px;
}


.conceptTitle {
font-size: 50px;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
letter-spacing: 10px;
font-weight: 600;
color: #414141;
margin-bottom: 40px;
}

.conceptSub {
font-size: 20px;
text-align: center;
line-height: 180%;
}

.l-video {
margin-bottom: 100px;
}

.l-mission {
margin-bottom: 100px;
border-bottom: 2px solid #f0f0f2;
padding-bottom: 100px;
}


.missionTitle {
font-size: 40px;
color: #ff2b04;
font-weight: bold;
text-align: center;
margin-bottom: 30px;
}

.missionSub {
font-size: 20px;
margin-bottom: 60px;
line-height: 180%;
text-align: center;
}

.missionWrapper {
background:url(/images/grandia/mission_wrapper_bg.png) no-repeat -10px 0px;
font-size: 16px;
border-bottom: 1px solid #4C4948;
margin-bottom: 40px;
}

.missionUnder {
text-align: center;
font-size: 20px;
font-weight: bold;
line-height: 180%;
color: #ff2b04;
}

.fourmission {
display:flex;	
justify-content: space-between;
width: 865px;
margin: 0 auto;
}

.fourmissionTitle {
font-size: 35px;
color: #FF2B04;
border-radius: 30px;
/*border: 1px solid #FF2B04;*/
text-align: center;
font-weight: bold;
line-height: 55px;
margin-bottom: 100px;
}

.c-grid--860 {
width: 100%;
max-width: 860px;
margin: auto;
}


.l-fourmission {
margin-bottom: 100px;
}

p.small {
font-size: 13px !important;
}

.graphbox {
margin-bottom: 10px;
}

.pcgraphtext {
margin-bottom: 40px;
}

.l-missionknow {
margin-bottom: 60px;
overflow: hidden;
border-bottom: 1px solid #ccc;
padding-bottom: 60px;
}

.l-missionmonodukuri {
/*background: #f0f0f2;*/
padding: 125px 0;
margin-bottom: 100px;
border-bottom: 1px solid #ccc;
padding-bottom: 60px;
}

.evidenceTitle {
font-size: 30px;
font-weight: bold;
margin-bottom: 50px;
}

.l-missionevidence {
font-size: 18px;
overflow: hidden;
margin-bottom: 60px;
border-bottom: 1px solid #ccc;
padding-bottom: 60px;
}

.l-missionconvey{
/*background: #f0f0f2;*/
padding: 125px 0 60px;
margin-bottom: 100px;
border-bottom: 1px solid #ccc;: 

}

.footerbannerBox {
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
overflow: hidden;
}

.footerbannerLeft {width: 480px;float: left;padding: 30px 50px;box-sizing: border-box;text-align: center;}

.footerbannerLeft .title {
font-size: 24px;
margin: 5px 0;
}
.footerbannerLeft img{
	width:165px;
	height:auto;
}


.footerbannerRight {
width: 380px;
float: right;
box-sizing: border-box;
}

.footerbannertext {
font-size: 13px;
text-align: left;
line-height: 140%;
}

.l-footerbanner {
margin-bottom: 80px;
}

.l-mission .c-grid--960 {
	padding: 100px 70px;
	background: #f5f4f6;
}




.pcmb30 {
margin-bottom: 30px;
}

.pcmb60 {
margin-bottom: 60px;
}

.pcNone {
display: none;
}

.lh180 {
line-height: 180%;
}


}


