@charset "utf-8";
/* CSS Document */



@import "../../../common/css/common.css";
@import "../../../common/css/common_footer_euc.css";
/* reset
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6,th,input,textarea,select {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
	outline: none;
}
input, select {
	line-height: 1;
}
input::-webkit-input-placeholder {
	color: #cdcdcd;
}
input:-ms-input-placeholder {
	color: #cdcdcd;
}
input::-moz-placeholder {
	color: #cdcdcd;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: inherit;
	text-decoration: none;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

sub {
	vertical-align: 0;
	line-height: 1.0em;
}
sup {
	vertical-align: 0.3em !important;
	line-height: 1.0em !important;
}

/* set
------------------------------------------------------------ */

body{
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #333;
	line-height: 1.428;
	/*font-size: 87.5%;*/
	font-size: 83%;
	min-width: 320px;
}
/* clearfix */
.c_clearfix::after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	overflow: hidden;
	line-height: 0;
}


/* display pc sp ----- */
.c_onlyPc {
	display: block;
}
img.c_onlyPc {
	display: inline-block;
}
.c_onlySp {
	display: none;
}
img.c_onlySp {
	display: none;
}
.c_SpW100per {
	width: auto;
	max-width: none;
}

@media all and (min-width: 0px) and (max-width: 768px) {
	.c_onlyPc {
		display: none;
	}
	img.c_onlyPc {
		display: none;
	}
	.c_onlySp {
		display: block;
	}
	img.c_onlySp {
		display: inline-block;
	}
}

/* 汎用クラス */
.c_iBlock {
	display: inline-block;
}
.m_fadeover {
	-webkit-transition: 0.3s opacity;
			transition: 0.3s opacity;
	backface-visibility: hidden;
}
.m_fadeover:hover {
	opacity: 0.7;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	.m_fadeover:hover {
		opacity: 1;
	}
}

/* style
------------------------------------------------------------ */
div#wrapper {
	background-color: #f2f2ea;
}

.mainContents_b {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*width: 100%;*/
	width: 990px;
	margin: 0 auto;
	padding: 0 20px 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
}
.mainWrap {
	/* box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.16); */
	/* background-color: #fff; */
}
@media all and (min-width: 0px) and (max-width: 768px) {
	.mainContents_b {
		width: 100%;
		padding: 0;
	}
}


/* mvArea
----------------------------------------- */
.mvArea {
	width: 100%;
}
.mvArea img {
	width: 100%;
}

@media all and (min-width: 0px) and (max-width: 768px) {
	
}

/* leadArea
----------------------------------------- */
.leadArea {
	padding: 30px 40px;
	position: relative;
	z-index: 1;
	font-size: 16px;
	background-color: #fff;
}
.leadArea_imgText {
	display: flex;
	gap: 40px;
	align-items: center;
}
.leadArea_imgText__img {
	flex: 0 0 194px;
}
.leadArea_imgText__txt {
	flex: 1 1 auto;
}
.leadArea_text {
	margin-top: 0;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	.leadArea {
		padding: 20px;
	}
	.leadArea_imgText {
		flex-direction: column;
		gap: 20px;
	}
	.leadArea_imgText__img {
		width: 41.8%;
		flex: 1 1 auto;
	}
}

/* ancLinkArea
----------------------------------------- */
.ancLinkArea {
	padding: 0 94px 44px 94px;
	background-image: url(/assets-before/event/japantex2025/img/ancLinkArea_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
.ancLinkArea_inner {
	max-width: 762px;
	margin: 0 auto;
}
.ancLinkArea_linksWrap {
	position: relative;
}
.ancLinkArea_linksWrap__link {
	position: absolute;
}
.ancLinkArea_linksWrap__link.s_link01 {
	width: 28%;
    height: 52%;
	top: 22%;
    right: 4%;
}
.ancLinkArea_linksWrap__link.s_link02 {
	width: 26%;
    height: 18.5%;
    top: 77%;
    right: 20%;
}
.ancLinkArea_linksWrap__link.s_link03 {
	width: 26%;
    height: 52%;
    top: 36%;
    left: 3%;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	.ancLinkArea {
		padding: 30px 0 0;
		background-image: url(/assets-before/event/japantex2025/img/ancLinkArea_bg_sp.png);
	}
	.ancLinkArea_linksWrap__link.s_link01 {
		width: 37%;
		height: 45%;
		top: 4%;
		right: 3%;
	}
	.ancLinkArea_linksWrap__link.s_link02 {
		width: 39%;
		height: 14%;
		top: 85%;
		right: 4%;
	}
	.ancLinkArea_linksWrap__link.s_link03 {
		width: 38%;
		height: 49%;
		top: 9%;
		left: 5%;
	}
}

/* windowStoryArea
----------------------------------------- */
.windowStoryArea {
	position: relative;
	padding-top: 12px;
	background-color: #fff;
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.16);
}
.windowStoryArea::before {
	content: '';
	width: 100%;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #87C9F0 0%, #7FA2D6 100%);
}
.windowStoryArea_ttlWrap {
	margin-top: 30px;
	padding: 0 40px 0 23px;
	display: flex;
	gap: 30px;
}
.windowStoryArea_ttlWrap__img {
	flex: 0 0 248px;
}
.windowStoryArea_ttlWrap__text {
	flex: 1 1 auto;
}
.windowStoryArea_ttlWrap__text p {
	margin-top: 5px;
}
.windowStoryArea_1colImg {
	margin-top: 15px;
}
.windowStoryArea_1colImg img {
	margin: 0 auto;
	display: block;
}
.windowStoryArea_ttl02 {
	min-width: 62%;
	padding: 13px 90px 2px 40px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6;
	color: #fff;
	background: linear-gradient(90deg, #87C9F0 0%, #7FA2D6 100%);
	clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}
.windowStoryArea_contentWrap {
	padding: 0 40px 30px;
}
.windowStoryArea_contentWrap p {
	font-size: 14px;
}
.windowStoryArea_2col {
	margin-top: 30px;
	display: flex;
	gap: 30px;
}
.windowStoryArea_2col > div {
	width: calc((100% - 30px) / 2);
}
.windowStoryArea_2col.s_sizeS {
	margin-top: 0;
	gap: 20px;
}
.windowStoryArea_2col.s_sizeS > div {
	width: calc((100% - 20px) / 2);
}
@media all and (min-width: 0px) and (max-width: 768px) {
	.windowStoryArea {
		margin-top: 20px;
	}
	.windowStoryArea_ttlWrap {
		padding: 0 20px;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.windowStoryArea_ttlWrap__img {
		width: 60%;
		flex: 1 1 auto;
	}
	.windowStoryArea_ttlWrap__text h2{
		width: 60%;
		margin: 0 auto;
	}
	.windowStoryArea_ttlWrap__text p {
		margin-top: 10px;
	}
	.windowStoryArea_ttl02 {
		width: 95%;
		padding: 16px 55px 5px 22px;
		background: linear-gradient(90deg, #87C9F0 0%, #7FA2D6 100%);
		clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
	}
	.windowStoryArea_contentWrap {
		padding: 0 20px 30px;
	}
	.windowStoryArea_2col.s_sp1col {
		flex-direction: column;
		gap: 10px;
	}
	.windowStoryArea_2col.s_sp1col > div {
		width: 100%;
	}
	.windowStoryArea_2col.s_sizeS {
		gap: 15px;
		justify-content: space-between;
	}
}

/* panelArea
----------------------------------------- */
.panelArea {
	margin-top: 40px;
	padding: 50px 45px;
	position: relative;
	background-color: #fff;
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.16);
	background: url(/assets-before/event/japantex2025/img/panelArea_bg_01.png) left top / auto 37% no-repeat,
  	url(/assets-before/event/japantex2025/img/panelArea_bg_02.png) right bottom / auto 37% no-repeat, #fff;
	z-index: 1;
}
.panelArea::before {
	content: '';
	width: 154px;
	height: 80px;
	position: absolute;
	top: 20px;
	right: 23px;
	background-image: url(/assets-before/event/japantex2025/img/panelArea_bg_03.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	z-index: -1;
}
.panelArea_ttl {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6;
}
.panelArea_2col {
	display: flex;
	gap: 30px;
}
.panelArea_2col__img {
	flex: 0 0 auto;
}
.panelArea_2col p {
	margin-top: 0;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	.panelArea {
		padding: 40px 20px;
		background: url(/assets-before/event/japantex2025/img/panelArea_bg_01.png) left top / auto 11.3% no-repeat,
		url(/assets-before/event/japantex2025/img/panelArea_bg_02.png) right bottom / auto 11.3% no-repeat, #fff;
	}
	.panelArea::before {
		content: '';
		width: 116px;
		height: 60px;
		top: 10px;
		right: 10px;
	}
	.panelArea_2col {
		margin-top: 10px;
		flex-direction: column;
		gap: 15px;
	}
}

/* peopleStoryArea
----------------------------------------- */
.peopleStoryArea {
	margin-top: 40px;
	padding: 12px 20px;
	position: relative;
	background-color: #fff;
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.16);
}
.peopleStoryArea::before {
	content: '';
	width: 100%;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #F2A0A7 0%, #F7C2A4 35%, #94D6D0 70%, #7FB5C6 100%);
}
.peopleStoryArea_ttlWrap {
	margin-top: 25px;
	padding: 0 20px;
	display: flex;
	gap: 35px;
}
.peopleStoryArea_ttlWrap__img {
	flex: 0 0 213px;
}
.peopleStoryArea_btnList {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.peopleStoryArea_ttl02 {
	min-width: 62%;
	padding: 13px 90px 2px 40px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6;
	color: #fff;
	clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}
.peopleStoryArea_ttl02.s_pink {
	background: linear-gradient(90deg, #F2A0A7 0%, #F7C2A4 100%);
}
.peopleStoryArea_ttl02.s_blue {
	background: linear-gradient(90deg, #94D6D0 0%, #7FB5C6 100%);
}
.peopleStoryArea_contentWrap {
	margin-top: 30px;
}
.peopleStoryArea_contentWrap.s_pink {
	background: #fff9f6;
}
.peopleStoryArea_contentWrap.s_blue {
	background: #f2faf9;
}
.peopleStoryArea_leadTxt {
	margin-top: 12px;
	padding: 0 40px;
}
.peopleStoryArea_1colImg {
	margin-top: 15px;
}
.peopleStoryArea_1colImg + .peopleStoryArea_1colImg {
	margin-top: 35px;
}
.peopleStoryArea_1colImg img {
	margin: 0 auto;
	display: block;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	.peopleStoryArea_ttlWrap {
		padding: 0;
		flex-direction: column;
		align-items: center;
		gap: 18px;
	}
	.peopleStoryArea_ttlWrap__img {
		width: 52%;
		flex: 1 1 auto;
	}
	.peopleStoryArea_btnList {
		flex-direction: column;
		gap: 10px;
	}
	.peopleStoryArea_ttl02 {
		width: 95%;
		padding: 16px 55px 5px 22px;
		clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
	}
	.peopleStoryArea_leadTxt {
		padding: 0 20px;
	}
	.peopleStoryArea_contentWrap {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}

/* endSectionArea
----------------------------------------- */
.endSectionArea {
	margin-top: 40px;
	padding: 40px 0 40px 75px;
	background-color: #fff;
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.16);
}
.endSectionArea_inner {
	display: flex;
	align-items: flex-start;
}
.endSectionArea_mainImg {
	flex: 0 0 223px;
}
.endSectionArea_text {
	margin-bottom: 228px;
	padding: 25px 45px;
	margin-top: 47px;
	background-color: #ccdaef;
	position: relative;
}
.endSectionArea_text__subImg {
	position: absolute;
	bottom: -218px;
	right: 55px;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	.endSectionArea {
		padding: 30px 0;
	}
	.endSectionArea_mainImg {
		flex: 1 0 auto;
		width: 27.88%;
	}
	.endSectionArea_text {
		flex: 1 1 auto;
		margin-bottom: 100px;
		padding: 15px 20px 40px;
		margin-top: 20px;
	}
	.endSectionArea_text__subImg {
		width: 196px;
		position: absolute;
		bottom: -95px;
		right: 20px;
	}
}
