@charset "utf-8";

@media screen and (min-width:1001px),print {

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

/* inview
-------------------------------------------------------------*/

body.toppage article.news,
body.toppage article.news > *,
body.toppage article.about,
body.toppage article.about > * {
	opacity: 0;
	transform: translateY(50px);
	transition: transform .3s ease-in, opacity .6s ease-in;
}
body.toppage article.news.show,
body.toppage article.news > *.show,
body.toppage article.about.show,
body.toppage article.about > *.show {
	opacity: 1;
	transform: translateY(0);
}

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

body.toppage aside.ttl {
	padding: 118px 0 0;
	background: var(--green);
}
body.toppage aside.ttl p.copy,
body.toppage aside.ttl h1 {
	width: 1100px;
	max-width: 96%;
	text-align: center;
}
body.toppage aside.ttl p.copy {
	margin: -18px auto 385px;
}
body.toppage aside.ttl p.copy img {
	width: 763px;
	height: 115px;
}
body.toppage aside.ttl p.img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 770px;
	padding: 118px 0 0;
	background: url(../images/toppage/ttl_img_pc.svg) no-repeat top 254px center;
	background-size: 1146px;
}
body.toppage aside.ttl p.img img {
	display: none;
}
body.toppage aside.ttl h1 {
	margin: 0 auto 30px;
}
body.toppage aside.ttl h1 img {
	width: 600px;
	height: 129px;
}
body.toppage aside.ttl > dl {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 100px;
	padding: 30px 0 64px;
	border-top: solid 4px #fff;
	background: #0099B1 url(../images/common/bg_1_down_rev.png) repeat-x left bottom;
}
body.toppage aside.ttl > dl > dt {
	margin: 0 auto 28px;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
}
body.toppage aside.ttl > dl > dt strong {
	font-size: 3rem;
}
body.toppage aside.ttl > dl > dd > ul {
	width: 810px;
	max-width: 96%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
body.toppage aside.ttl > dl > dd > ul > li {
	width: calc((100% - 26px)/3);
	background: #fff;
	border-radius: 47px;
}
body.toppage aside.ttl > dl > dd > ul > li:nth-child(2) {
	margin: 0 13px;
}
body.toppage aside.ttl > dl > dd > ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background: url(../images/common/arrow_right.svg) no-repeat center right 9%;
	background-size: 11px 17px;
	font-weight: bold;
	font-size: 1.4rem;
	transition: opacity .1s ease-in;
}
body.toppage aside.ttl dd ul a:hover {
	opacity: 0.8;
}
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;
	width: 100%;
	height: 60px;
	background: url(../images/common/arrow_down.svg) no-repeat center right 9%;
	background-size: 17px 11px;
	font-weight: bold;
	font-size: 1.5rem;
	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: 32px 20px 13px;
	background: rgba(158,212,222,0.76);
	border-radius: 0 0 36px 36px;
}
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: 38px;
	border-radius: 19px;
	background: url(../images/common/arrow_right.svg) no-repeat center right 9%;
	background-size: 11px 17px;
	border: 1px solid #707070;
	font-weight: bold;
	font-size: 1.2rem;
	transition: opacity .1s ease-in;
}

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

body.toppage article.news {
	width: 990px;
	max-width: 96%;
	margin: 0 auto;
	padding: 92px 0 0;
}
body.toppage article.news h2 {
	padding: 0 0 14px 30px;
	font-weight: bold;
	font-size: 2.5rem;
	border-bottom: 2px solid #707070;
}
body.toppage article.news h2 span.sub {
	margin-left: 1em;
	font-size: 1.6rem;
}
body.toppage article.news ul.news {
	margin-bottom: 90px;
	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: 215px;
}
body.toppage article.news ul.news dt {
	position: absolute;
	top: 14px;
	left: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 105px;
	height: 32px;
	border-radius: 5px;
	background: #82a256;
	color: #fff;
	font-size: 1.4rem;
}
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.6rem;
}
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 30px;
}
body.toppage article.news dl.event dd ul {
	padding: 14px 30px;
}
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: 93px;
}
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;
	transition: opacity .1s ease-in;
}
body.toppage article.news p.btn a:hover {
	opacity: 0.8;
}

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

body.toppage article.about {
	position: relative;
	margin-bottom: 100px;
	padding: 150px 0 70px;
	background-color: var(--green);
	background-image: url(../images/common/bg_1_up.png),url(../images/common/bg_1_down_alt.png);
	background-repeat: repeat-x;
	background-position: left top,left bottom;
	text-align: center;
	color: #fff;
	overflow-x: hidden;
}
body.toppage article.about div.about_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 96%;
}
body.toppage article.about div.about_bg div.inner {
	position: relative;
	width: 990px;
	max-width: 96%;
	margin: 0 auto 60px;
}
body.toppage article.about div.about_bg img {
	position: absolute;
}
body.toppage article.about div.about_bg img.bg_1 {
	top: 70px;
	left: -280px;
}
body.toppage article.about div.about_bg img.bg_2 {
	top: 362px;
	right: -44px;
}
body.toppage article.about div.about_bg img.bg_3 {
	top: 1360px;
	left: 20px;
}

body.toppage article.about div.bg_bottom.sp {
	display: none;
}

body.toppage article.about h2 {
	margin-bottom: 38px;
	font-size: 6rem;
	letter-spacing: 0.2em;
	text-indent: -0.2em;
	line-height: 1.22;
}
body.toppage article.about h2:nth-of-type(2) {
	margin-bottom: 5px;
}
body.toppage article.about p.copy {
	margin-bottom: 43px;
	font-size: 2.5rem;
	line-height: 1.2;
}
body.toppage article.about h3 {
	width: 638px;
	margin: 0 auto 39px;
	padding-top: 39px;
	border-top: solid 2px #fff;
	font-size: 4.5rem;
	line-height: 1;
}
body.toppage article.about p.text {
	margin-bottom: 74px;
	font-size: 1.6rem;
	line-height: 1.85;
}
body.toppage article.about dl {
	text-align: left;
	width: 990px;
	max-width: 96%;
	margin: 0 auto 60px;
	padding-bottom: 50px;
	background: url(../images/toppage/about_img_3.svg) no-repeat center center;
	border-bottom: solid 2px #fff;
}
body.toppage article.about dl div:nth-child(1) {
	position: relative;
	margin-bottom: 130px;
	padding-left: 570px;
}
body.toppage article.about dl div:nth-child(1) dt {
	position: absolute;
	top: 0;
	left: 0;
}
body.toppage article.about dl div:nth-child(2) {
	position: relative;
	padding-right: 570px;
}
body.toppage article.about dl div:nth-child(2) dt {
	position: absolute;
	bottom: 0;
	right: 0;
}
body.toppage article.about dl dd {
	font-size: 1.6rem;
	line-height: 1.375;
}
body.toppage article.about ul {
	margin-top: 30px;
}
body.toppage article.about li {
	margin-bottom: 5px;
}
body.toppage article.about ul.history {
	display: flex;
	justify-content: space-between;
	width: 890px;
	max-width: 96%;
	margin: 0 auto 120px;
	padding-bottom: 70px;
}
body.toppage article.about ul.history li {
	position: relative;
	width: 261px;
	height: 261px;
}
body.toppage article.about ul.history li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 262px;
	height: 60px;
	margin-top: 20px;
	border-radius: 30px;
	background: #fff;
	font-weight: 700;
	font-size: 2rem;
	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;
	left: 138px;
	z-index: -1;
	width: 100vw;
	height: 25px;
	background: #78C7C1;
}
body.toppage article.about ul.history li:nth-child(1)::after {
	top: 85px;
	background: #78C7C1;
}
body.toppage article.about ul.history li:nth-child(2)::after {
	top: 123px;
	background: #5D9BBC;
}
body.toppage article.about ul.history li:nth-child(3)::after {
	top: 157px;
	background: #367F8D;
}

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

aside.ttl_search {
	width: 100%;
	margin-bottom: 66px;
	padding: 90px 0 60px;
	background: var(--green);
	color: #fff;
}
aside.ttl_search h1 {
	display: none;
}
aside.ttl_search dl {
	width: 990px;
	max-width: 96%;
	margin: 0 auto;
	padding: 0 7%;
	background-color: var(--green);
	background-image: url(../images/common/ttl_search_bg_1.svg),url(../images/common/ttl_search_bg_2.svg);
	background-repeat: no-repeat;
	background-size: 73px 75px,59px 168px;
	background-position: left bottom,right top;
}
aside.ttl_search dt {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.23;
	font-weight: 700;
	font-size: 3.5rem;
}
aside.ttl_search dd {
	line-height: 1.4;
	font-size: 1.8rem;
}

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

article.process {
	width: 990px;
	max-width: 96%;
	text-align: center;
	margin: 0 auto 100px;
}

article.process h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 91px;
	background: #dff4f8;
	font-weight: 700;
	font-size: 4.2rem;
	text-align: center;
	color: #1056a4;
}


article.process ul.anchor {
	display: flex;
	width: 100%;
}
body.p1 article.process ul.anchor {border-bottom: solid 7px #25459D;}
body.p2 article.process ul.anchor {border-bottom: solid 7px #5d9bbc;}
body.p3 article.process ul.anchor {border-bottom: solid 7px #5dbca6;}

article.process ul.anchor li {
	width: calc(100%/3);
}

article.process ul.anchor li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	font-weight: 700;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1;
}

article.process ul.anchor_product {
	display: flex;
	justify-content: stretch;
	width: 990px;
	max-width: 100%;
	margin-bottom: 70px;
	border-right: 2px solid #9ed4de;
}
article.process ul.anchor_product li {
	width: 100%;
	display: block;
	text-align: center;
	border-left: 2px solid #9ed4de;

}
article.process ul.anchor_product li a {
	display: block;
	transition: opacity .1s ease-in;
}
article.process ul.anchor_product li a:hover {
	opacity: 0.8;
}

article.process ul.anchor_product li img {
	height: min(6.5vw,90px);
}

article.process h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 91px;
	margin-bottom: 30px;
	border-top: 4px solid #6fcadb;
	border-bottom: 4px solid #6fcadb;
	background: #dff4f8;
	font-weight: 700;
	font-size: 4.2rem;
	text-align: center;
	color: #1056a4;
}
article.process h2::after {
	content: '';
	position: absolute;
	bottom: -4px;
	width: 340px;
	height: 4px;
	background: #f00;
}
article.process h2#cat4 {
	height: 100px;
}
article.process h2#cat4::after {
	content: none;
}
article.process h2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0 auto;
	line-height: 1;
}
article.process h2#cat4 a {
	position: relative;
	margin: 0 0.5em;
	font-size: 3.8rem;
	line-height: 1.06;
}
article.process h2#cat4 a::after {
	content: '';
	position: absolute;
	bottom: -4px;
	width: 100%;
	height: 4px;
	background: #f00;
}


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


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

article.process ul.main p {
	float: left;
}
article.process ul.main li > dl {
	float: right;
	width: 530px;
	text-align: left;
}
article.process ul.main li > p img {
	display: block;
}
article.process ul.main li > p img:not(:last-child) {
	margin-bottom: 20px;
}
article.process ul.main img.pic {
	width: 320px;
}
article.process ul.main img.ico {
	width: 240px;
}

article.process ul.main dt.name {
	margin-bottom: 24px;
	line-height: 1.23;
	font-weight: 700;
	font-size: 2.6rem;
	color: #707070;
}
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: 2.4rem;
	color: #25459d;
}
article.process ul.main dd.text {
	margin-bottom: 45px;
	line-height: 1.44;
	font-size: 1.6rem;
}

article.process ul.main dd.tech {
	margin-bottom: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	font-weight: 700;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1;
}
article.process ul.main dd.dept {
	margin-bottom: 27px;
	font-weight: 700;
	font-size: 1.6rem;
}

article.process ul.main dd.link a {
	font-size: 1.6rem;
	color: #0084d6;
	text-decoration: underline;
	transition: opacity .1s ease-in;
}
article.process ul.main dd.link a:hover {
	opacity: 0.8;
}
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 {
	width: 990px;
	max-width: 96%;
	text-align: center;
	margin: 0 auto 100px;
}
article.product h2 {
	margin-bottom: 20px;
	font-size: 4.2rem;
	text-align: center;
	color: #707070;
}

article.product th {
	padding: 24px 30px;
	background: var(--green);
	color: #fff;
	font-size: 2.1rem;
}
article.product th:nth-child(2) {
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}
article.product td {
	padding: 34px 30px;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 2px var(--green);
	color: #707070;
	font-size: 2rem;
}
article.product td:nth-child(1) {
	white-space: nowrap;
	text-decoration: underline;
}
article.product td:nth-child(2) {
	border-right: solid 1px var(--green);
	border-left: solid 1px var(--green);
}
article.product td:nth-child(3) {
	font-size: 1.6rem;
	white-space: nowrap;
	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;
}
article.product a:hover {
	opacity: 0.8;
}

}/* end @media */






































