@charset "utf-8";

.home .g-header {
	border-bottom: none;
}

/* section title */

.section__ttl.size--s {
	margin-bottom: 15px;
}

/*.section__ttl .ja {
	font-size: 2.0rem;
}

.section__ttl .en {
	font-size: 1.3rem;
}*/

/* Appeal */

.appeal-sec {
	padding-top: 40px;
}

.appeal-sec .child-section-inner {
	background-image: url(../images/home/img-appeal_bg.gif);
	background-repeat: repeat;
	background-position: left center;
	border-radius: 6px;
	padding: 30px 0;
	text-align: center;
	font-weight: 700;
	position: relative;
}

.request-wrap {
	display: flex;
}

/*.request-pc {
	display: none;
}*/

.request-wrap .request__cmt {
	width: 100%;
	margin-top: -50px;
	bottom: auto;
}

.request-wrap .request__cmt .req__fig {
	width: 100%;
}

/*
.appeal-sec .child-section-inner:before,
.appeal-sec .child-section-inner:after {
	position: absolute;
	content: "";
	top: -100%;
	width: 50%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.appeal-sec .child-section-inner:before {
	background-image: url(../images/home/img-appeal_cmt-left.png);
	background-position: left top;
}

.appeal-sec .child-section-inner:after {
	background-image: url(../images/home/img-appeal_cmt-right.png);
	background-position: right top;
}
*/

.appeal-inner {
	margin: 0 auto;
	width: calc(100% - 40px);
}

.appeal__ttl-wrap {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(28,41,105,0.5);
}

.appeal__ttl {
	margin: 0 auto;
}

.appeal__ttl .ja {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 5px;
	letter-spacing: 0.1rem;
}

.appeal__ttl .en {
	letter-spacing: 0.05rem;
}

.appeal-sec .txt--big.charcoal {
	font-size: 2.4rem;
}

.appeal-sec .txt--big {
	font-size: 1.2em;
}

.appeal__txt {
	padding-top: 15px;
	color: rgba(51,51,51,0.9);
	margin: 0 auto;
}

/* Products */

.products-sec .ja.child-section__txt {
	text-align: center;
	margin-bottom: 30px;
}

.industry__list {
	margin: 0 auto;
}

.products_industry-sec {
	background-color: transparent;
}

/* products or industry list */

.products__list-wrap .pos--negative {
	padding-top: 45px;
}

/* Business */

.business-sec {
	position: relative;
}

.business-sec:after {
	background-image: url(../images/home/img-worldmap.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	content: "";
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -10;
	width: 100%;
	height: 200%;
	pointer-events: none;
	opacity: 0.4;
}


.section--flex .section--flex-inner {
	flex-direction: row-reverse;
	margin: auto;
}

.business-sec .section--flex .child-section__txt-wrap {
	margin-bottom: 30px;
}

.business-sec .child-section__txt-wrap {
	text-align: center;
}

.business-sec .btn {
	max-width: 130px;
	width: 100%;
}

.business-sec .btn svg.icon__arrownext {
	right: 10px;
}

/* ----- */

.child-section .child-section__lede {
	font-weight: 700;
}

/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {

	/* Appeal */

	.appeal__ttl {
		max-width: none;
	}

	.appeal__ttl .ja {
		font-size: 1.8rem;
	}

	.appeal__ttl .en {
		font-size: 1.6rem;
	}

	.appeal-sec .txt--big.charcoal {
		font-size: 1.6em;
	}

	.appeal-sec .txt--big {
		letter-spacing: 0.18rem;
		font-size: 1.3em;
	}

	/* products or industry list */

	.products__list-wrap .pos--negative {
		padding-top: 50px;
	}

}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {

	/* Appeal */

	.appeal-inner {
		width: calc(100% - 50px);
	}

	.appeal__ttl .ja {
		font-size: 2.2rem;
	}

	.appeal-sec .txt--big.charcoal {
	}

	.appeal-sec .txt--big {
		font-size: 1.5em;
	}

	.appeal__txt {
		width: calc(100% - 10%);
	}

	.request-wrap .request__cmt .req__fig {
		width: 90%;
		margin: 0 auto;
	}

	/* Business */

	.business-sec .child-section__txt.ja {
		text-align: center;
	}

}

@media screen and (min-width: 768px) {

	/* section title */

	.section__ttl.size--s {
		margin-bottom: 20px;
	}

	.section__ttl .ja {
		font-size: 2.5rem;
	}

	.section__ttl .en {
		font-size: 1.5rem;
	}

	/* Appeal */

	/*.appeal-inner {
		max-width: 350px;
	}

	.request-pc {
		display: block;
	}

	.request-sp {
		display: none;
	}*/

	.appeal-inner {
		width: calc(100% - 10%);
	}

	.request-wrap .request__cmt {
		width: 32%;
		top: -10px;
		bottom: 0;
		margin: auto;
		position: absolute;
	}

	.request-wrap .request__cmt .req__fig {
		position: absolute;
		width: 100%;
	}

	.request-wrap .request--left,
	.request-wrap .request--right {
		opacity: 0;
	}

	.scrollin .request-wrap .request--left,
	.scrollin .request-wrap .request--right {
		opacity: 1;
	}

	.request-wrap .request--left {
		left: -40px;
		transition: opacity .5s ease .3s;
	}

	.request-wrap .request--right {
		right: -40px;
		transition: opacity .5s ease .5s;
	}

	.appeal__ttl .ja {
		font-size: 2.1rem;
	}

	.appeal-sec .child-section-inner {
		padding-top: 30px;
	}

	.appeal__txt {
		max-width: 480px;
	}

	/*.appeal-sec .child-section-inner:before,
	.appeal-sec .child-section-inner:after {
		top: -20px;
		width: 200px;
		height: 224px;
		max-width: 425px;
		max-height: 475px;
	}

	.appeal-sec .child-section-inner:before {
		left: -15px;
		background-position: left center;
	}

	.appeal-sec .child-section-inner:after {
		right: -15px;
		background-image: url(../images/home/img-appeal_cmt-right.png);
		background-position: right center;
	}*/

	/* Products */

	.products_industry-sec {
		padding: 50px 30px 30px;
	}

	/* Business */

	.business-sec .section__ttl {
		text-align: left;
	}

	.business-sec .child-section__txt-wrap {
		text-align: left;
	}

	.business-sec .child-section__txt.ja {
		text-align: justify;
		margin-bottom: 25px;
	}

	.business-sec .section--flex .child-section__txt-wrap {
		margin-bottom: 0;
	}

}

/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (min-width: 1024px) {

	/* Background Charcoal */

	.all-wrap:before {
		top: 280px;
	}

	.all-wrap:after {
		top: 960px;
	}

	/* ----- */

	.home .section__ttl {
		font-size: 3.4rem;
	}

	.pos--negative .section__ttl {
		top: -30px;
	}

	/* section flex */

	.section--flex div {
		width: calc(50% - 32px);
	}

	/* section title */

	.section__ttl .ja {
		font-size: 3.4rem;
	}

	/*.appeal-sec .child-section-inner:before,
	.appeal-sec .child-section-inner:after {
		width: 350px;
		height: 390px;
	}*/

	/* Appeal */

	.appeal-sec {
	}

	.appeal-sec .child-section-inner {
		padding: 45px 0;
	}

	.appeal-inner {
		max-width: 480px;
	}

	.appeal__ttl {
		max-width: none;
	}

	.appeal__ttl .ja {
		font-size: 2.4rem;
	}

	.appeal__ttl .en {
		font-size: 1.6rem;
	}

	.appeal-sec .txt--big.charcoal {
		font-size: 3.8rem;
	}

	.appeal-sec .txt--big {
		font-size: 3.6rem;
	}

	.appeal__ttl-wrap {
		padding-bottom: 10px;
	}

	.appeal__txt {
		padding-top: 25px;
		max-width: none;
		width: 100%;
	}

	.request-wrap .request__cmt {
		top: 0;
	}

	/* Products */

	.products-sec .ja.child-section__txt {
		margin-bottom: 40px;
	}

	.products-sec .section__ttl {
		margin-bottom: 50px;
	}

	/* industry list */

	.products_industry-sec {
		padding: 40px;
	}

	/* Business */

	.business-sec:after {
		background-position: top center;
		top: -140px;
	}

	.section--flex .section--flex-inner {
		width: calc(100% - 80px);
	}

	.business-sec .child-section__txt.ja {
		margin-bottom: 35px;
	}

	/* Negative position Title */

	.pos--negative {
		padding-top: 60px;
		background-color: transparent;
	}

}

/* ----------------------------------------------------------------------- */
/* Desktop */

@media screen and (min-width: 1281px) {

	/* Appeal */

	/*.appeal-sec .child-section-inner:before,
	.appeal-sec .child-section-inner:after {
		width: 425px;
		height: 475px;
	}*/

	.request-wrap .request__cmt {
		width: 400px;
	}

	.request-wrap .request__cmt .req__fig {
		width: 100%;
	}

}

@media screen and (min-width: 1440px) {

	/* Appeal */

	.request-wrap .request__cmt {
		width: 35%;
	}

}





