@charset "utf-8";

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


/* ============================================================
toppage
============================================================ */

/* aside.ttl
-------------------------------------------------------------*/

body.toppage aside.ttl {
	display: flex;
	flex-direction: column;
	padding: 100px 0 0;
	background: var(--green);
	text-align: center;
}
body.toppage aside.ttl img {
	max-width: 600px;
}
body.toppage aside.ttl p.copy {
	order: 1;
	margin: 0 12vw 30px;
}
body.toppage aside.ttl p.img {
	order: 3;
	margin: 0 2vw 10px;
}
body.toppage aside.ttl h1 {
	order: 2;
	margin: 0 9vw 20px;
}
body.toppage aside.ttl > dl {
	order: 4;
	width: 100%;
	padding: 30px 0 60px;
	background: #0099B1 url(../images/common/bg_1_down_rev.png) repeat-x left bottom;
	background-size: 16px;
	border-top: solid 4px #fff;
}
body.toppage aside.ttl > dl a {
	font-weight: bold;
	font-size: min(3.4vw,2rem);

}
body.toppage aside.ttl > dl > dt {
	margin: 0 auto 28px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #fff;
}
body.toppage aside.ttl > dl > dt strong {
	font-size: 2.4rem;
}
body.toppage aside.ttl > dl > dd > ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
body.toppage aside.ttl > dl > dd > ul > li {
	background: #fff;
	border-radius: 47px;
}
body.toppage aside.ttl > dl > dd > ul > li:nth-child(2) {
	margin: 0 4px;
}
body.toppage aside.ttl > dl > dd > ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3em;
	padding: 0 2em 0 1em;
	background: url(../images/common/arrow_right.svg) no-repeat center right 9%;
	background-size: 8px 14px;
}
body.toppage aside.ttl dd dl {
	position: relative;
}
body.toppage aside.ttl dd dl dt {
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 47px;
}
body.toppage aside.ttl dd dl dt a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3em;
	padding: 0 2em 0 1em;
	background: url(../images/common/arrow_down.svg) no-repeat center right 9%;
	background-size: 14px 8px;
	transition: opacity .1s ease-in;
}
body.toppage aside.ttl dd dl dt a.on {
	background: url(../images/common/arrow_up.svg) no-repeat center right 9%;
	background-size: 17px 11px;
}
body.toppage aside.ttl dd dl dd {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 3.8vw 5px 5px;
	background: rgba(158,212,222,0.76);
	border-radius: 0 0 16px 16px;
}
body.toppage aside.ttl dd dl dd li {
	margin-top: 4px;
	border-radius: 19px;
	background: #fff;
}
body.toppage aside.ttl dd dl dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.2em;
	border-radius: 19px;
	border: 1px solid #707070;
	transition: opacity .1s ease-in;
}



body.toppage article {

}

/* article.news
-------------------------------------------------------------*/

body.toppage article.news {
	padding: 40px 6vw 50px;
}

body.toppage article.news h2 {
	padding: 0 0 14px 0;
	font-weight: bold;
	font-size: 2.2rem;
	border-bottom: 2px solid #707070;
}
body.toppage article.news h2 span.sub {
	display: block;
	font-size: 1.4rem;
}
body.toppage article.news ul.news {
	margin-bottom: 40px;
	border-rop: 1px solid #707070;
}
body.toppage article.news ul.news li {
	position: relative;
	padding: 9px 0 7px;
	border-bottom: 1px solid #707070;
}
body.toppage article.news ul.news dl {
	padding-left: 5em;
}
body.toppage article.news ul.news dt {
	position: absolute;
	top: 14px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6em;
	height: 32px;
	border-radius: 5px;
	background: #82a256;
	color: #fff;
	font-size: 1.3rem;
}
body.toppage article.news ul.news dd:nth-of-type(1) {
	margin-bottom: 3px;
	font-size: 1.4rem;
}
body.toppage article.news ul.news dd:nth-of-type(2) {
	line-height: 1.7;
	font-weight: bold;
	font-size: 1.4rem;
}

body.toppage article.news dl.event {
	margin-bottom: 60px;
	font-size: 1.4rem;
}
body.toppage article.news dl.event ul {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #707070;
}
body.toppage article.news dl.event dt ul {
	padding: 6px 0;
}
body.toppage article.news dl.event dd ul {
	padding: 14px 0;
}
body.toppage article.news dl.event li:nth-child(1) {display: none;}
body.toppage article.news dl.event li:nth-child(2) {width: 16%;}
body.toppage article.news dl.event li:nth-child(3) {width: 22%;}
body.toppage article.news dl.event li:nth-child(4) {width: 22%;}
body.toppage article.news dl.event li:nth-child(5) {width: 28%;}

body.toppage article.news dl.event a {
	text-decoration: underline;
}
body.toppage article.news dl.event dd li:last-child a {
	display: inline-block;
	position: relative;
	padding-left: 1.1em;
}
body.toppage article.news dl.event dd li:last-child a::before {
	content: '▲';
	position: absolute;
	top: 0.35em;
	left: 0;
	transform: rotate(90deg);
	font-size: 1.2rem;
}
body.toppage article.news p.btn {
	margin-bottom: 40px;
}
body.toppage article.news p.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 56px;
	margin: 0 auto;
	border-radius: 47px;
	border: solid 3px var(--green);
	background: #fff url(../images/common/arrow_right.svg) no-repeat center right 9%;
	background-size: 13px 20px;
	font-weight: bold;
	font-size: 1.6rem;
}

/* article.about
-------------------------------------------------------------*/

body.toppage article.about {
	position: relative;
	margin-bottom: 100px;
	padding: 60px 6vw 0;
	background-color: var(--green);
	background-image: url(../images/common/bg_1_up.png);
	background-size: 16px;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	color: #fff;
	overflow-x: hidden;
}

body.toppage article.about div.bg_bottom.sp {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:  4;
	width: 100%;
	height: 40px;
	background-image: url(../images/common/bg_1_down_alt.png);
	background-size: 16px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

body.toppage article.about div.about_bg {
	display: none !important;
}

body.toppage article.about img {
	max-width: 100%;
}

body.toppage article.about h2 {
	margin-bottom: 24px;
	font-size: min(8vw,5rem);
	letter-spacing: 0.2em;
	text-indent: -0.2em;
	line-height: 1.3;
}
body.toppage article.about h2:nth-of-type(2) {
	margin-bottom: 5px;
}
body.toppage article.about p.copy {
	margin-bottom: 20px;
	font-size: min(5vw,3rem);
	line-height: 1.4;
}
body.toppage article.about p.img.sp {
	margin: 0 0 20px;
	padding-top: 10px;
	border-top: solid 2px #fff;
}
body.toppage article.about h3 {
	margin: 0 auto 39px;
	font-size: min(8vw,5rem);
	line-height: 1;
}
body.toppage article.about p.text {
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 1.85;
}
body.toppage article.about p.text img {
	display: block;
	float: right;
	width: 110px;
	margin: 20px 6vw 0 -20px;
}
body.toppage article.about dl {
	clear: both;
	margin: 0 auto 20px;
	border-bottom: solid 2px #fff;
}
body.toppage article.about dl p.bg_4.sp {
	width: 300px;
	margin: -20px auto -40px;
}
body.toppage article.about dt {
	width: 280px;
	margin: 0 auto 20px;
}
body.toppage article.about dl dd {
	margin: 0 0 20px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.375;
}
body.toppage article.about dl dd ul {
	margin: 0 6vw 40px;
}
body.toppage article.about dl dd ul li {
	text-align: center;
}

body.toppage article.about ul.history {
	margin: 0 auto;
	padding-bottom: 60px;
	overflow: hidden;
}
body.toppage article.about ul.history li {
	position: relative;
	margin: 0 auto 30px;
	width: 260px;
}
body.toppage article.about ul.history li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 60px;
	margin-top: 10px;
	border-radius: 30px;
	background: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	color: #707070;
}

body.toppage article.about ul.history li:nth-child(1) {z-index:1}
body.toppage article.about ul.history li:nth-child(2) {z-index:2}
body.toppage article.about ul.history li:nth-child(3) {z-index:3}

body.toppage article.about ul.history li::after {
	content: '';
	position: absolute;
	top: 130px;
	z-index: -1;
	width: 24px;
	height: 200vh;
	background: #78C7C1;
}
body.toppage article.about ul.history li:nth-child(1)::after {
	left: 80px;
	background: #78C7C1;
}
body.toppage article.about ul.history li:nth-child(2)::after {
	left: 118px;
	background: #5D9BBC;
}
body.toppage article.about ul.history li:nth-child(3)::after {
	left: 157px;
	background: #367F8D;
}

/* ============================================================
common
============================================================ */

aside.ttl_search {
	width: 100%;
	margin-bottom: 30px;
	padding: 90px 0 40px;
	background: var(--green);
	color: #fff;
}
aside.ttl_search h1 {
	display: none;
}
aside.ttl_search dl {
	margin: 0 auto;
	padding: 0 7%;
	background-color: var(--green);
}
aside.ttl_search dt {
	margin-bottom: 20px;
	background-image: url(../images/common/ttl_search_bg_1.svg),url(../images/common/ttl_search_bg_2.svg);
	background-repeat: no-repeat;
	background-size: auto 40%,auto 100%;
	background-position: left bottom,right top;
	text-align: center;
	line-height: 1.23;
	font-weight: 700;
	font-size: min(6.4vw,4rem);
}
aside.ttl_search dd {
	line-height: 1.4;
	font-size: min(4.4vw,1.8rem);
}


/* ============================================================
process
============================================================ */

article.process {
	text-align: center;
	margin: 0 6vw 100px;
}

article.process ul.anchor {
	margin-bottom: 10px;
}
body.p1 article.process ul.anchor li:not(.p1) {display: none;}
body.p2 article.process ul.anchor li:not(.p2) {display: none;}
body.p3 article.process ul.anchor li:not(.p3) {display: none;}

article.process ul.anchor li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.4em;
	font-weight: 700;
	font-size: min(5.2vw,2.6rem);
	color: #fff;
	pointer-events: none;
}


article.process ul.anchor_product {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
article.process ul.anchor_product li {
	width: 29vw;
	margin-bottom: 20px;
}
article.process ul.anchor_product li a {
	display: block;
}
article.process ul.anchor_product li img {
	height: min(16vw,110px);
}

article.process h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3em;
	margin-bottom: 0;
	border-top: 4px solid #6fcadb;
	border-bottom: 4px solid #6fcadb;
	background: #dff4f8;
	font-weight: 700;
	font-size: min(6vw,2.8rem);
	text-align: center;
	color: #1056a4;
}
article.process h2::after {
	content: '';
	position: absolute;
	bottom: -4px;
	width: 9em;
	height: 4px;
	background: #f00;
}
article.process h2#cat4 a:nth-child(2) {
	display: none;
}
article.process h2.sp {
	margin-top: 10px;
}

article.process ul.main.product {
	margin-bottom: 10px;
}
article.process ul.main.product li:last-child {
	border: none;
}


article.process ul.main > li {
	padding: 40px 0 40px;
	border-bottom: 4px solid #6fcadb;
}
body.process.p3 article.process ul.main > li:nth-child(10) {
	margin-top: 40px;
	border-top: 4px solid #6fcadb;
}

article.process ul.main p {
	overflow: hidden;
	margin: 0 0 -4vw;
}
article.process ul.main li.cat4 p {
	margin: 0 0 0;
}
article.process ul.main li.cat6 p {
	margin: 0 0 8vw;
}

article.process ul.main li > dl {
	text-align: left;
}
article.process ul.main li > p img {
}
article.process ul.main li > p img:not(:last-child) {
	margin-bottom: 20px;
}
article.process ul.main img.pic {
	display: block;
	width: 60vw;
	max-width: 400px;
	margin: 0 auto;
}
article.process ul.main img.pic.wide {
	width: 100%;
}
article.process ul.main img.ico {
	position: relative;
	top: -10vw;
	float: left;
	height: min(32vw,200px);
	width: auto;
}
article.process ul.main li.cat4 img.ico {
	top: 0;
	float: none;
	vertical-align: top;
}
article.process ul.main dt.name {
	margin-bottom: 24px;
	line-height: 1.23;
	font-weight: 700;
	font-size: min(5vw,2.4rem);
	color: #707070;
}
article.process ul.main dt.name img.logo {
	display: block;
	margin: 0 auto -0.5em;
}
article.process ul.main dt.name:nth-of-type(2) {
	margin-top: 40px;
}
article.process ul.main dt.feature {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: min(5vw,2.4rem);
	color: #25459d;
}
article.process ul.main dd.text {
	margin-bottom: 15px;
	line-height: 1.44;
	font-size: min(4vw,1.4rem);
}
article.process ul.main dd.tech {
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2em;
	font-weight: 700;
	font-size: min(5vw,2.4rem);
	color: #fff;
}
article.process ul.main dd.dept {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 1.6rem;
}

article.process ul.main dd.link ul {
	display: flex;
	justify-content: space-between;
}
article.process ul.main dd.link a {
	font-size: min(4vw,1.4rem);
	color: #0084d6;
	text-decoration: underline;
}
article.process ul.main dd.link a::after {
	content: '';
	position: relative;
	top: -0.1em;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.3em;
	vertical-align: middle;
	background: url(../images/common/icon_nw.svg);
	background-size: cover;
}

/* ============================================================
product
============================================================ */

article.product {
	text-align: center;
	margin: 0 2vw 100px;
}
article.product h2 {
	margin-bottom: 20px;
	font-size: 4.2rem;
	text-align: center;
	color: #707070;
}

article.product th {
	width: 33%;
	padding: 6px 6px;
	background: var(--green);
	color: #fff;
	font-size: 1.3rem;
}
article.product th:nth-child(2) {
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}
article.product td {
	width: 33%;
	padding: 6px 6px;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px var(--green);
	color: #707070;
	font-size: 1.3rem;
}
article.product td:nth-child(1) {
	font-weight: 700;
	text-decoration: underline;
}
article.product td:nth-child(2) {
	font-size: 1.3rem;
	border-right: solid 1px var(--green);
	border-left: solid 1px var(--green);
}
article.product td:nth-child(3) {
	text-decoration: underline;
}
article.product td:nth-child(3) div {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
article.product td:nth-child(3) li a {
	color: #0084d6;
	text-decoration: underline;
}
article.product td:nth-child(3) li {
	margin-top: 5px;
}
article.product td:nth-child(3) ul a::after {
	content: '';
	position: relative;
	top: -0.1em;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.3em;
	vertical-align: middle;
	background: url(../images/common/icon_nw.svg);
	background-size: cover;
}


}/* end @media */
















































