@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}


/*************************************************

 indexPage

*************************************************/
.indexPage {
	margin-bottom: 150px;
}
@media only screen and (max-width:767px) {
	.indexPage {
		margin-bottom: 110px;
	}
}


/* pageTitle
-------------------------------------------*/
.indexPage .pageTitle {
	margin-bottom: 30px;
}
.indexPage .pageTitle .commonTitle01 small {
	/*padding-bottom: 10px;*/
}
.indexPage .lead {
	margin-bottom: 75px;
}
@media only screen and (max-width:767px) {
	.indexPage .pageTitle {
		margin-bottom: 35px;
	}
	.indexPage .pageTitle .commonTitle01 small {
		/*padding-bottom: 7px;*/
	}
	.indexPage .pageTitle .commonTitle01 img {
		height: 37px;
	}
	.indexPage .lead {
		margin-bottom: 45px;
	}
}
@media only screen and (max-width:374px) {
	.indexPage .pageTitle .commonTitle01 img {
		height: 30px;
	}
	.indexPage .pageTitle .commonTitle01 small {
		/*padding-bottom: 5px;*/
		font-size: 8px;
	}
}


/* categorys
-------------------------------------------*/
.indexPage .categorys {
	margin-bottom: 50px;
}
.indexPage .categorys .table {
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding: 40px;
	background-color: #F7F7F7;
}
.indexPage .categorys a {
	display: block;
	text-decoration: none;
}
.indexPage .categorys .table > * {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
}
.indexPage .categorys .ttl {
	width: 200px;
	color: #0F65AF;
	font-weight: 500;
}
.indexPage .categorys .all {
	width: 115px;
}
.indexPage .categorys .all a {
	display: inline-block;
	color: #0F65AF;
	border-bottom: #0F65AF solid 2px;
}
.indexPage .categorys .all.off a {
	color: #868686;
	border-bottom-color: #F7F7F7;
}
.noT .indexPage .categorys .all a:hover {
	color: #0F65AF;
	border-bottom-color: #0F65AF;
}
.indexPage .categorys .lists,
.indexPage .categorys .lists ul {
	overflow: hidden;
}
.indexPage .categorys .lists ul {
	margin: -0.5em 0 0 -2em;
}
.indexPage .categorys .lists li {
	float: left;
	padding: 0.5em 0 0 2em;
}
.indexPage .categorys .lists a {
	color: #868686;
}
.indexPage .categorys .lists .on a,
.noT .indexPage .categorys .lists a:hover {
	color: #0F65AF;
}
@media only screen and (max-width:767px) {
	.indexPage .categorys {
		position: relative;
		margin: 0 -20px 70px 0;
	}
	.indexPage .categorys .table {
		display: block;
		padding: 30px 25px;
	}
	.indexPage .categorys .table > * {
		display: block;
	}
	.indexPage .categorys .ttl {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		transform: translateY(-100%);
	}
	.indexPage .categorys .all {
		width: auto;
		margin-bottom: 20px;
	}
}



/* developmentList
-------------------------------------------*/
.indexPage .developmentList {
	overflow: hidden;
	margin-bottom: ;
}
.indexPage .developmentList .list {
	display: flex;
	flex-wrap: wrap;
	margin: -80px 0 0 -30px;
}
.indexPage .developmentList .list li {
	position: relative;
	box-sizing: border-box;
	width: 33.3333%;
	padding: 80px 0 75px 30px;

    .btn {
        width: 185px;
        margin: 20px auto 0;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -92.5px;

        a {
            background-color: #ffffff;

            &:hover {
                color: #ffffff;
                background-color: #05569B;
                opacity: 1;
            }
        }
    }
}
.indexPage .developmentList .list li a.link-post {
	box-sizing: border-box;
	height: 100%;
	display: block;
	color: #333;
	padding-bottom: 20px;
/* 	border-bottom: #E0E0E0 solid 1px; */
	text-decoration: none;
}
.indexPage .developmentList .list figure {
	margin-bottom: 15px;
}
.indexPage .developmentList .list .cat {
	margin-bottom: 5px;
	line-height: 1.5;
}
.indexPage .developmentList .list .cat span {
	display: inline-block;
	padding: 0 15px;
	margin: 0 5px 5px 0;
	color: #05569B;
	font-size: 11px;
	border: #05569B solid 1px;
	border-radius: 20px;
}
.indexPage .developmentList .list .inTtl {
	font-weight: 700;
	line-height: 1.5;
}
@media only screen and (max-width:767px) {
	.indexPage .developmentList {
		margin: 0 -20px;
	}
	.indexPage .developmentList .list {
		position: relative;
		margin: 0;
	}
	.indexPage .developmentList .list:before,
	.indexPage .developmentList .list:after {
		position: absolute;
		display: block;
		content: '';
		background-color: #E0E0E0;
		z-index: 5;
	}
	.indexPage .developmentList .list:before {
		left: 50%;
		width: 1px;
		height: 100%;
	}
	.indexPage .developmentList .list:after {
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
	}
	.indexPage .developmentList .list li {
		box-sizing: border-box;
		width: 50%;
		padding: 0;

        padding: 0 0 60px;
        border-bottom: #E0E0E0 solid 1px;


        .btn {
            max-width: 140px;
            bottom: 20px;
            margin-left: -70px;
        }
	}
	.indexPage .developmentList .list li a.link-post {
		padding-bottom: 30px;
        border-bottom: none;
	}
	.indexPage .developmentList .list .cat {
		margin: 0 15px 2px;
	}
	.indexPage .developmentList .list .cat span {
		padding: 0 10px;
		font-size: 10px;
	}
	.indexPage .developmentList .list .inTtl {
		padding: 0 15px;
		font-size: 12px;
	}
}

/* wp-pagenavi
-------------------------------------------*/
.wp-pagenavi {
	position: relative;
	margin-top: 80px;
	padding: 0 210px;
	text-align: center;
}
.wp-pagenavi > * {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 50px;
	margin: 8px;
	color: #05569B;
	font-size: 15px;
	line-height: 50px;
	border: #05569B solid 1px;
	text-decoration: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: absolute;
	top: 0;
	width: 190px;
	margin-left: 0;
	margin-right: 0;
}
.wp-pagenavi .previouspostslink span,
.wp-pagenavi .nextpostslink span {
	position: relative;
	display: inline-block;
}
.wp-pagenavi .previouspostslink span:before,
.wp-pagenavi .nextpostslink span:before {
	position: absolute;
	top: 50%;
	display: block;
	content: '';
	width: 14px;
	height: 1px;
	background-color: #05569B;
	transition: 0.3s;
}
.wp-pagenavi .previouspostslink {
	left: 0;
}
.wp-pagenavi .previouspostslink span:before {
	right: 100%;
	margin-right: 10px;
}
.wp-pagenavi .nextpostslink {
	right: 0;
}
.wp-pagenavi .nextpostslink span:before {
	left: 100%;
	margin-left: 10px;
}
.wp-pagenavi .extend {
	overflow: hidden;
	position: relative;
	border: none;
	text-indent: -9999px;
}
.wp-pagenavi .extend:before {
	position: absolute;
	top: 50%;
	left: 15%;
	display: block;
	content: '';
	width: 70%;
	height: 1px;
	background-color: #05569B;
}

.noT .wp-pagenavi > *:hover,
.wp-pagenavi .current {
	color: #fff;
	background-color: #05569B;
}
.noT .wp-pagenavi .previouspostslink:hover span:before,
.noT .wp-pagenavi .nextpostslink:hover span:before {
	background-color: #fff;
}

@media only screen and (max-width:991px) {
	.wp-pagenavi {
		margin-top: 60px;
		padding: 0 90px;
	}
	.wp-pagenavi > * {
		width: 35px;
		margin: 5px;
		font-size: 13px;
		line-height: 35px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		width: 90px;
	}
	.wp-pagenavi .previouspostslink span:before,
	.wp-pagenavi .nextpostslink span:before {
		width: 10px;
	}
	.wp-pagenavi .previouspostslink span:before {
		margin-right: 5px;
	}
	.wp-pagenavi .nextpostslink span:before {
		margin-left: 5px;
	}
}
@media only screen and (max-width:767px) {
	.wp-pagenavi {
		margin-top: 60px;
		padding: 0 75px;
	}
	.wp-pagenavi .first,
	.wp-pagenavi .last,
	.wp-pagenavi .extend {
		display: none;
	}
	.wp-pagenavi > * {
		width: 32px;
		margin: 4px;
		line-height: 32px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		width: 75px;
	}
	.wp-pagenavi .previouspostslink {
		padding-left: 10px;
	}
	.wp-pagenavi .nextpostslink {
		padding-right: 10px;
	}
}





/*************************************************

 detailPage

*************************************************/

/* bgArea
-------------------------------------------*/
.detailPage .bgArea {
	padding-bottom: 50px;
	background-color: #F7F7F7;
}
@media only screen and (max-width:767px) {
	.detailPage .bgArea {
		padding-bottom: 0;
	}
}


/* breadcrumb
-------------------------------------------*/
.detailPage .breadcrumb {
	margin: 0;
	padding: 10px 25px;
}
@media only screen and (max-width:767px) {
	.detailPage .breadcrumb {
		padding: 10px 20px;
	}
}


/* pageTitles
-------------------------------------------*/
.detailPage .pageTitles {
	position: relative;
	margin: 0 25px;
	background: no-repeat center center;
	background-size: cover;
	z-index: 1;
}
.detailPage .pageTitles * {
	color: #fff;
	text-decoration: none;
}
.detailPage .pageTitles .table {
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 480px;
	padding: 30px;
	background: -moz-linear-gradient(left,  rgba(30,45,138,0.34) 0%, rgba(0,80,149,0.45) 100%);
	background: -webkit-linear-gradient(left,  rgba(30,45,138,0.34) 0%,rgba(0,80,149,0.45) 100%);
	background: linear-gradient(to right,  rgba(30,45,138,0.34) 0%,rgba(0,80,149,0.45) 100%);
}
.detailPage .pageTitles .cell {
	display: table-cell;
	vertical-align: middle;
}
.detailPage .pageTitles .inner {
	max-width: 970px;
	margin: 0 auto;
}
.detailPage .pageTitles .cats {
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 14px;
}
.detailPage .pageTitles .cats > * {
	float: left;
	display: block;
	margin: 0 5px 5px 0;
	padding: 2px 18px;
	border: #fff solid 1px;
	border-radius: 20px;
	vertical-align: top;
}
.noT .detailPage .pageTitles .cats > *:hover {
	color: #05569B;
	background-color: #fff;
}
.detailPage .pageTitles .title {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.4;
}
.detailPage .pageTitles .info {
	margin-top: 20px;
	font-weight: 500;
}
@media only screen and (max-width:767px) {
	.detailPage .pageTitles {
		margin: 0;
	}
	.detailPage .pageTitles .table {
		height: 380px;
		padding: 40px 20px;
	}
	.detailPage .pageTitles .cell {
		vertical-align: bottom;
	}
	.detailPage .pageTitles .cats {
		font-size: 11px;
	}
	.detailPage .pageTitles .cats > * {
		padding: 1px 12px;
	}
	.detailPage .pageTitles .title {
		font-size: 23px;
	}
}


/* tech
-------------------------------------------*/
.detailPage .tech {
	position: relative;
	box-sizing: border-box;
	max-width: 1100px;
	margin: -30px auto 0;
	padding: 50px;
	background-color: #fff;
	z-index: 2;
}
.detailPage .tech .ttl {
	position: relative;
	margin-bottom: 20px;
	color: #05569B;
	font-size: 18px;
	font-weight: 700;
	border-bottom: #E0E0E0 solid 1px;
}
.detailPage .tech .ttl span {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
.detailPage .tech .ttl span:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #05569B;
	transform: translateY(80%);
}
.detailPage .tech .txt {
	color: #05569B;
	line-height: 2;
}
@media only screen and (max-width:767px) {
	.detailPage .tech {
		margin: 0;
		padding: 45px 20px 50px;
	}
}




/* story
-------------------------------------------*/
.detailPage .story {
	padding: 100px 20px;
	background-color: #05569B;
}
.detailPage .story * {
	color: #fff;
	line-height: 2;
}
.detailPage .story .inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 45px 0 50px;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
.detailPage .story .inner:before,
.detailPage .story .inner:after {
	position: absolute;
	display: block;
	content: '';
	width: 33px;
	height: 29px;
	background: #05569B no-repeat;
	background-size: auto 100%;
	z-index: 2;
}
.detailPage .story .inner:before {
	left: 0;
	top: 0;
	padding-right: 10px;
	background-position: left top;
	background-image: url(../images/common/ico_w_quotation01.svg);
	transform: translateY(-90%);
}
.detailPage .story .inner:after {
	right: 0;
	bottom: 0;
	padding-left: 10px;
	background-position: right top;
	background-image: url(../images/common/ico_w_quotation02.svg);
	transform: translateY(90%);
}
.detailPage .story .title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
@media only screen and (max-width:767px) {
	.detailPage .story {
		padding: 70px 20px;
	}
	.detailPage .story .inner {
		padding: 35px 0 40px;
	}
	.detailPage .story .inner:before,
	.detailPage .story .inner:after {
		width: 22px;
		height: 19px;
	}
	.detailPage .story .title {
		margin-bottom: 10px;
		font-size: 20px;
	}
}



/* eachArea
-------------------------------------------*/
.detailPage .eachArea {
	max-width: 1000px;
	margin: 50px auto 100px;
	padding: 0 10px;
}
.detailPage .eachArea > section {
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	padding: 55px 0;
}
.detailPage .eachArea > section:nth-child(even) {
	background-color: #F7F7F7;
}
.detailPage .eachArea > section > * {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
.detailPage .eachArea .icos {
	width: 180px;
	text-align: center;
}
.detailPage .eachArea .title {
	margin-bottom: 15px;
	color: #05569B;
	font-weight: 700;
}
.detailPage .eachArea figure {
	line-height: 0;
}
.detailPage .eachArea > section:before {
	position: absolute;
	top: 0;
	left: 76px;
	display: block;
	content: '';
	border-style: solid;
	border-width: 16px 14px 0 14px;
	border-color: #F7F7F7 transparent transparent transparent;
}
.detailPage .eachArea > section:nth-child(even):before {
	border-top-color: #fff;
}
.detailPage .eachArea > section:first-child:before {
	display: none;
}
.detailPage .eachArea .texts {
	padding: 0 30px 0 20px;
	color: #767676;
	line-height: 2;
}

@media only screen and (max-width:767px) {
	.detailPage .eachArea {
		margin: 0;
		padding: 10px;
	}
	.detailPage .eachArea > section {
		display: block;
		padding: 50px 20px;
	}
	.detailPage .eachArea > section > * {
		display: block;
	}
	.detailPage .eachArea .icos {
		width: auto;
		margin-bottom: 20px;
	}
	.detailPage .eachArea .title {
		margin-bottom: 8px;
		font-size: 18px;
	}
	.detailPage .eachArea figure {
		line-height: 0;
	}
	.detailPage .eachArea > section:before {
		left: 50%;
		transform: translateX(-50%);
	}
	.detailPage .eachArea .texts {
		padding: 0;
	}
}




/* voice
-------------------------------------------*/
.detailPage .voice {
	max-width: 1366px;
	margin: 0 auto;
}
.detailPage .voice .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1183px;
	margin-left: auto;
	padding-left: 20px;
}
.detailPage .voice .texts {
	width: 37.02%;
}
.detailPage .voice .commonTitle01 {
	position: relative;
	margin-bottom: 55px;
	padding-bottom: 25px;
}
.detailPage .voice .commonTitle01:before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #05569B;
}
.detailPage .voice .txt {
	color: #05569B;
	line-height: 2;
}
.detailPage .voice .photo {
	width: 57.73%;
}
@media only screen and (max-width:767px) {
	.detailPage .voice .inner {
		padding-left: 0;
	}
	.detailPage .voice .texts {
		box-sizing: border-box;
		width: 100%;
		padding: 50px 20px 0;
		order: 2;
	}
	.detailPage .voice .commonTitle01 {
		margin-bottom: 35px;
	}
	.detailPage .voice .commonTitle01 img {
		height: 30px;
	}
	.detailPage .voice .photo,
	.detailPage .voice .photo img {
		width: 100%;
	}
}



/* detailPager
-------------------------------------------*/
.detailPager {
	display: flex;
	margin: 160px 60px 10px;
	background-color: #F7F7F7;
}
.detailPager > * {
	position: relative;
}
.detailPager a {
	box-sizing: border-box;
	position: relative;
	height: 100%;
	color: #333;
	text-decoration: none;
	background-color: #F7F7F7;
}
.detailPager .meta {
	margin-bottom: 5px;
}
.detailPager .meta > * {
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: middle;
}
.detailPager .date {
	margin-right: 12px;
	color: #868686;
	font-size: 14px;
}
.detailPager .cat {
	width: 130px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #05569B;
}
.detailPager .ttl {
	font-size: 14px;
	font-weight: 500;
}
.detailPager .ico {
	position: absolute;
	bottom: 50px;
	padding-right: 30px;
	color: #05569B;
	line-height: 1;
}
.detailPager .ico:before {
	position: absolute;
	right: 0;
	top: 55%;
	display: block;
	content: '';
	width: 14px;
	height: 1px;
	background-color: #05569B;
}

/* hover */
.noT .detailPager a:hover {
	background-color: #F2F2F2;
}

@media only screen and (max-width:991px) {
	.detailPager {
		margin: 100px 20px 10px;
	}
}

@media only screen and (max-width:767px) {
	.detailPager {
		flex-wrap: wrap;
		margin: 100px 0 60px;
		border-top: #E0E0E0 solid 1px;
	}
	.detailPager > * {
		position: relative;
	}
	.detailPager a {
		height: auto;
		border-bottom: #E0E0E0 solid 1px;
	}
	.detailPager .meta {
		margin-bottom: 2px;
	}
	.detailPager .meta > * {
		margin-bottom: 3px;
	}
	.detailPager .date {
		margin-right: 10px;
		font-size: 12px;
	}
	.detailPager .cat {
		width: 80px;
		font-size: 10px;
	}
	.detailPager .ttl {
		font-size: 13px;
	}
	.detailPager .ico {
		padding-right: 20px;
		font-size: 12px;
	}
	.detailPager .ico:before {
		width: 12px;
	}
}


/* prev next */
.detailPager .prev,
.detailPager .next {
	width: calc(50% - 113px);
}
.detailPager .prev a,
.detailPager .next a {
	display: block;
	padding: 55px 55px 80px;
}
.detailPager .next .ico {
	left: 55px;
}
.detailPager .prev .ico {
	right: 55px;
}

@media only screen and (max-width:767px) {
	.detailPager .next ,
	.detailPager .prev {
		width: 100%;
	}
	.detailPager .next a,
	.detailPager .prev a {
		width: 100%;
		padding: 25px 45px;
	}
	.detailPager .next  a:before,
	.detailPager .prev a:before {
		position: absolute;
		top: 50%;
		display: block;
		content: '';
		border-style: solid;
		border-color: transparent transparent transparent transparent;
		border-width: 6px 7px;
		transform: translateY(-50%);
	}
	.detailPager .next  a:before {
		left: 8px;
		border-right-color: #05569B;
	}
	.detailPager .prev a:before {
		right: 8px;
		border-left-color: #05569B;
	}
	.detailPager .next {
		order: 1;
	}
	.detailPager .prev {
		order: 2;
	}
	.detailPager .next .ico,
	.detailPager .prev .ico {
		display: none;
	}
}


/* index */
.detailPager .index {
	width: 226px;
}
.detailPager .index:before,
.detailPager .index:after {
	position: absolute;
	top: 20px;
	display: block;
	content: '';
	width: 1px;
	height: calc(100% - 40px);
	background-color: #E0E0E0;
	z-index: 2;
}
.detailPager .index:before {
	left: 0;
}
.detailPager .index:after {
	right: 0;
}
.detailPager .index a {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 100px 0;
	/*min-height: 226px;*/
}
.detailPager .index .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.detailPager .index .ico {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
}
@media only screen and (max-width:767px) {
	.detailPager .index {
		width: 100%;
		order: 3;
	}
	.detailPager .index:before,
	.detailPager .index:after {
		display: none;
	}
	.detailPager .index a {
		height: 70px;
		padding: 0 45px;
		min-height: 0;
	}
	.detailPager .index .cell {
		text-align: left;
	}
	.detailPager .index .spPos {
		position: relative;
		display: inline-block;
	}
	.detailPager .index .ico {
		bottom: auto;
		top: 50%;
		left: 100%;
		margin-left: 15px;
		transform: translateY(-50%);
	}
}








/* テクノロジーマップ追加 */
.tech-check {
    text-align: center;
}
.tech-check .pin-img {
    display: -webkit-box;
    display: flex;
    /* -webkit-box-pack: justify; */
    /* justify-content: space-between; */
    justify-content: center;
    /* -webkit-box-align: start; */
    align-items: flex-start;
    /* width: 364px; */
    margin: 0 auto 24px;
    gap: 0 20px;
}
.tech-check .pin-img .elem {
    width: 30%;
}
.tech-check .pin-img .elem img {
    width: 65px;
    margin-bottom: 20px;
}
.tech-check .pin-img .elem .ttl-pin {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tech-check .pin-img .elem .list-pin {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin: 0 auto;
}
.tech-check .pin-img .elem .list-pin li {
    line-height: 1;
    border: 1px solid #085393;
    border-radius: 50px;
    font-size: 12px;
    padding: 3px 10px;
    color: #085393;
}
.pin_b .list-pin {
    width: 14em;
}
.pin_y .list-pin {
    width: 16em;
}
.pin_r .list-pin {
    width: 14em;
}
/* .tech-check .pin-img > img {
    width: 24%;
} */
.tech-check > p {
font-size: 1.8rem;
line-height: 1.72;
margin: 20px 0 0;
}
.tech-check .tech-map {
width: 1180px;
margin: -20px auto 90px;
}
.tech-check .tech-map-area {
position: relative;
width: 100%;
margin-left: -20px;
}
.tech-check .tech-map .pin {
position: absolute;
height: 87px;
width: auto;
}
.tech-check .tech-map .pin-area {
position: relative;
height: 100%;
display: block;
}



@media screen and (min-width: 600px) {
    .tech-check .sp {
        display: none;
    }
    .tech-check .tech-map .pin-area img {
        height: 100%;
        width: auto;
    }
    .tech-check .tech-map .pin-area img:first-child {
        opacity: 1;
        bottom: 0;
        position: relative;
        transition: .5s;
    }
    .tech-check .tech-map .pin-area img:last-child {
        opacity: 0;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        transition: .3s;
    }
    .tech-check .tech-map .pin._serio .pin-area img:first-child {
        opacity: 1;
        bottom: 0;
        position: relative;
        transition: .5s;
    }
    .tech-check .tech-map .pin._serio .pin-area img:last-child {
        opacity: 0;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        transition: .3s;
    }
}

@media screen and (min-width: 600px) {
    .tech-check .tech-map .pin:hover img:first-child {
        opacity: 1;
        bottom: 0;
    }
    .tech-check .tech-map .pin:hover img:last-child {
        /* opacity: 1;
        top: 8px; */
    }
    .tech-check .tech-map .pin._serio:hover img:first-child {
        opacity: 1;
        bottom: 0;
    }
    .tech-check .tech-map .pin._serio:hover img:last-child {
        /* opacity: 0;
        top: 8px; */
    }
}


@keyframes pin_anim {
    0% {
        transform: translate(0, 0px);
    }
    30% {
        transform: translate(0, -6px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}
.pin-anim {
    -webkit-animation: pin_anim 1.5s ease-in-out infinite;
    animation: pin_anim 1.5s ease-in-out infinite;
}
.tech-check .tech-map .pin._r1 {
    right: 12.8%;
    top: 12.5%;
}
.tech-check .tech-map .pin._r2 {
    left: 24.1%;
    top: 20.6%;
}
.tech-check .tech-map .pin._r3 {
    left: 13.2%;
    top: 26%;
}
.tech-check .tech-map .pin._r3 .pin-r3 {
width: 126px;
height: auto;
}
.tech-check .tech-map .pin._r4 {
    left: 9.4%;
    top: 37.8%;
}
.tech-check .tech-map .pin._r4 .pin-r4 {
width: 170px;
height: auto;
}
.tech-check .tech-map .pin._b1 {
    right: 17.3%;
    top: 36.4%;
}
.tech-check .tech-map .pin._b2 {
    right: 24.5%;
    top: 45.5%;
}
.tech-check .tech-map .pin._b3 {
right: 19.8%;
top: 6.4%;
}
.tech-check .tech-map .pin._b3 .pin-b3 {
width: 206px;
height: auto;
}
.tech-check .tech-map .pin._b4 {
    right: 8.1%;
    top: 36.4%;
}
.tech-check .tech-map .pin._b4 .pin-b4 {
width: 145px;
height: auto;
}
.tech-check .tech-map .pin._b5 {
    right: 12.3%;
    top: 51.6%;
}
.tech-check .tech-map .pin._b5 .pin-b5 {
width: 145px;
height: auto;
}
.tech-check .tech-map .pin._y1 {
    right: 31.8%;
    top: 16.5%;
}
.tech-check .tech-map .pin._y2 {
    right: 11.1%;
    top: 30.4%;
}
.tech-check .tech-map .pin._y3 {
    left: 7.5%;
    top: 51%;
}
/* .tech-check .tech-map .pin._y4 {
right: 10.6%;
top: 51.2%;
}
*/
.tech-check .tech-map .pin._y5 {
    right: 38.3%;
    top: 56.8%;
}
.tech-check .tech-map .pin._y6 {
    left: 31%;
    top: 66%;
}
.tech-check .tech-map .pin._y7 {
    right: 17.3%;
    top: 67%;
}
.tech-check .tech-map .pin._y8 {
    left: 20.1%;
    top: 79.5%;
}
.tech-check .tech-map .pin._serio {
    right: 38.8%;
    top: 26.4%;
    height: 105px;
}
.tech-check .tech-map .pin._serio a:hover {
opacity: 1;
}
#wrapper .modal-tech {
width: 800px;
height: 500px;
overflow-y: visible;
}
#wrapper .modal-tech-tx {
padding: 62px 0 0 64px;
position: relative;
z-index: 1;
color: #fff;
}
#wrapper .modal-tech-tx .sub-ttl {
font-size: 1.8rem;
background-color: #fff;
display: inline-block;
line-height: 1;
padding: 6px 14px 8px;
margin: 0 0 16px;
}
#wrapper .modal-tech-tx h3 {
font-size: 3.4rem;
line-height: 1.38;
margin: 0 0 18px;
width: 133%;
}
#wrapper .modal-tech-bg {
display: block;
position: absolute;
height: 100%;
width: 58.38%;
top: 0;
}
#wrapper .modal-tech > img {
position: absolute;
top: 0;
height: 100%;
width: auto;
right: 0;
}
#wrapper .modal-tech .close-sec {
position: absolute;
width: 30px;
right: 20px;
top: 20px;
}
#wrapper .modal-tech#modal-r .modal-tech-tx {
width: 43.38%;
}
#wrapper .modal-tech#modal-r .modal-tech-tx .sub-ttl {
color: #EC1C24;
}
#wrapper .modal-tech#modal-r .modal-tech-bg {
background-color: #EC1C24;
}
#wrapper .modal-tech#modal-b .modal-tech-tx {
width: 43.38%;
}
#wrapper .modal-tech#modal-b .modal-tech-tx .sub-ttl {
color: #009EE7;
}
#wrapper .modal-tech#modal-b .modal-tech-bg {
background-color: #009EE7;
}
#wrapper .modal-tech#modal-y .modal-tech-tx {
width: 51%;
}
#wrapper .modal-tech#modal-y .modal-tech-tx .sub-ttl {
color: #FAAF3B;
}
#wrapper .modal-tech#modal-y .modal-tech-bg {
background-color: #FAAF3B;
}
#wrapper .modal-tech#modal-rd .modal-tech-tx {
width: 92%;
}
#wrapper .modal-tech#modal-rd .modal-tech-tx .sub-ttl {
color: #C2C9CE;
}
#wrapper .modal-tech#modal-rd .modal-tech-tx h3 {
letter-spacing: .16rem;
font-size: 4.8rem;
}
#wrapper .modal-tech#modal-rd .modal-tech-tx-area {
margin: 0 38% 60px 0;
}
#wrapper .modal-tech#modal-rd .modal-tech-tx .rd-btn {
display: inline-block;
border: 3px solid #fff;
background-color: #C2C9CE;
padding: 10px 17.2% 12px 8%;
position: relative;
box-shadow: 0 7px 12px -5px rgba(0, 0, 0, 0.25), 0 0 6px rgba(0, 0, 0, 0.1);
}
#wrapper .modal-tech#modal-rd .modal-tech-tx .rd-btn p {
font-size: 2rem;
color: #fff;
margin: 0;
}
#wrapper .modal-tech#modal-rd .modal-tech-tx .rd-btn p::after {
content: "";
background-image: url(../img/common/link_icon.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
width: 17px;
height: 17px;
position: relative;
top: 1px;
margin: 0 0 0 10px;
}
#wrapper .modal-tech#modal-rd .modal-tech-tx .rd-btn::after {
content: "";
background-image: url(../img/tech/modal_rd_arw.svg);
background-repeat: no-repeat;
background-size: contain;
display: block;
width: 30px;
height: 19px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
right: 9.2%;
}
#wrapper .modal-tech#modal-rd .modal-tech-bg {
background-color: #C2C9CE;
width: 100%;
}
#wrapper .modal-tech#modal-rd > img {
height: auto;
width: 40%;
bottom: 0;
top: auto;
}
#wrapper .tech-parallax-area {
height: 225px;
overflow: hidden;
position: relative;
}
#wrapper .tech-parallax-area__img {
height: 320px;
width: 100%;
position: absolute;
top: 0;
}



/* SP表示 */
@media screen and (max-width: 599px) {
    .tech-check .pc {
        display: none;
    }
    .tech-tx {
        margin: 0 7%;
    }
    .tech-tx h3 {
        font-size: 3.2rem;
        line-height: 1.58;
    }
    .tech-tx p {
        font-size: 1.64rem;
        line-height: 1.8;
        font-weight: 500;
    }
    .tech-region {
        padding: 64px 0;
    }
    .tech-region h3 {
        font-weight: 600;
        margin: 0 0 18px;
    }
    .tech-region > p {
        margin: 0 4%;
        line-height: 1.88;
        font-size: 1.5rem;
    }
    .tech-region .dev-area {
        width: auto;
        margin: 0 4% -40px;
        padding: 80px 0 0;
    }
    .tech-region .dev-area-box {
        height: 208px;
    }
    .tech-region .dev-area-box .icon {
        width: 68px;
        height: 68px;
        top: -34px;
    }
    .tech-region .dev-area-box p {
        padding: 30px 0 0;
        font-size: 1.32rem;
    }
    .tech-region .dev-area-box._y p {
        padding: 30px 0 0;
    }
    .tech-region .dev-area-box h4 {
        font-size: 4.2vw;
    }
    .tech-region .dev-area-box::after {
        bottom: -90px;
    }
    .tech-region .res-dev-field {
        padding: 114px 4% 88px;
    }
    .tech-region .res-dev-field__btn {
        width: auto;
        padding: 28px 6% 40px;
    }
    .tech-region .res-dev-field__btn img {
        width: auto;
    }
    .tech-check {
        margin: 0 -20px;
    }
    .tech-check .sp {
        display: none;
    }
    .tech-check .pin-img {
        width: 98.5%;
    }
    .tech-check .pin-img .elem {
        width: 30%;
    }
    .tech-check .pin-img .elem img {
        width: 45px;
        margin-bottom: 10px;
    }
    .tech-check .pin-img .elem .ttl-pin {
        font-size: 14px;
    }
    .tech-check .pin-img .elem .list-pin {
        gap: 5px;
    }
    .tech-check .pin-img .elem .list-pin li {
        font-size: 11px;
        padding: 3px 5px;
    }
    .pin_b .list-pin {
        width: 100%;
    }
    .pin_y .list-pin {
        width: 100%;
    }
    .pin_r .list-pin {
        width: 100%;
    }
    /* .tech-check .pin-img > img {
        width: 28%;
    } */
    .tech-check > p {
        font-size: 1.5rem;
        margin: 20px 7% 0;
        line-height: 1.88;
    }

    .tech-check .tech-map {
        width: 100%;
        height: 720px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        margin: 0 auto 40px;
        position: relative;
    }
    .tech-check .tech-map .map-sw {
        display: block;
        width: 44vw;
        height: 44vw;
        background-color: #0000006b;
        border-radius: 8%;
        z-index: 1;
        transition: .8s;
        opacity: 1;
        position: absolute;
        margin: auto;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
    .tech-check .tech-map .map-sw-arw {
        width: 72%;
        position: relative;
        top: 6.4vw;
        left: 1vw;
    }
    .tech-check .tech-map .map-sw-finger {
        width: 33%;
        position: relative;
        top: 8vw;
        left: 9vw;
        animation: swipeFade 2.1s ease 0s infinite;
        opacity: 1;
    }
    @keyframes swipeFade {
        0% {
            transform: translateX(0vw);
        }
        70% {
            opacity: 1;
        }
        100% {
            transform: translateX(-18vw);
            opacity: 0;
        }
    }
    .tech-check .tech-map .map-sw.none {
        opacity: 0;
    }
    .tech-check .tech-map-area {
        width: 770px;
        height: auto;
        margin-left: auto;
    }
    .tech-check .tech-map .pin {
        width: 13.6%;
        height: auto;
    }
    .tech-check .tech-map .pin._serio {
        height: auto;
        right: 37.5%;
        top: 24.4%;
    }
    .tech-check .tech-map .pin-area {
        height: auto;
    }
    .tech-check .tech-map .pin._b3 {
        right: 21.8%;
    }
    .tech-check .tech-map .pin._b3 .pin-b3 {
        width: 107px;
    }
    .tech-check .tech-map .pin._b4 .pin-b4 {
        width: 83px;
    }
    .tech-check .tech-map .pin._b5 .pin-b5 {
        width: 87px;
    }
    .tech-check .tech-map .pin._r3 .pin-r3 {
        width: 77px;
    }
    .tech-check .tech-map .pin._r4 .pin-r4 {
        width: 110px;
    }
}
