/* common
-------------------------------------------*/
.section {
    padding: var(--space-lvl8) 0;
}

/* header
-------------------------------------------*/
/* TOPだけドロップダウン背景を透過させない */
#header .menu-lists .fix-wrap .dropdown .dropdown-item {
    background-color: #FFF;
}

@media screen and (max-width:924px) {
    #header .menu-lists .fix-wrap .dropdown .dropdown-item {
        background-color: #F5F5F5;
    }
}

/* mv
-------------------------------------------*/
.mv-wrap {
    background: #e9e8e0;
    margin-top: 79px;

    @media screen and (max-width:924px) {
        margin-top: 50px;
    }
}

.mv {
    background: url(../img/img_mv.png) no-repeat;
    background-size: cover;
    background-position: right top;

    .mv-inner {
        padding: 90px 0 107px;

        h1 {
            display: grid;
            row-gap: var(--space-lvl2);
            letter-spacing: 0.2rem;
            line-height: 1.1;
            font-weight: bold;
            text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;

            .text-em {
                color: #0591b2;
            }
        }
    }
}

@media screen and (max-width: 39.9375em) {
    .mv {
        background: url(../img/img_mv_sp.png) no-repeat;
        background-position: center -180px;
        background-size: cover;
        margin-top: 50px;

        .mv-inner {
            height: 600px;
            padding: 80px 0 30px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;

            h1 {
                place-content: center;
                place-items: center;

                .mv-copy {
                    text-align: center;
                }
            }
        }
    }
}

@media screen and (max-width:560px) {
    .mv {
        background-position: center -120px;

        .mv-inner {
            padding: 60px 0 30px;
            height: 500px;
        }
    }
}

.mv-button-wrap {
    margin-top: var(--space-lvl7);
    display: flex;
    gap: var(--space-lvl3);

    .mv-button {
        width: 260px;
        line-height: 1.4;

        span {
            display: block;
            width: 180px;
        }
    }

    @media screen and (max-width: 39.9375em) {
        margin-top: 0;
        justify-content: center;
        flex-wrap: wrap;

        .mv-button {
            width: 100%;
            max-width: 260px;
        }
    }
}

/* cv
-------------------------------------------*/

.cv-trial {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-lvl4);
    flex-wrap: wrap;

    h2+p {
        margin-top: var(--space-lvl2);
    }

    .cv-button {
        width: 400px;
    }
}

/* meter
------------------------------------------- */
.meter {
	padding: 60px 0 80px;
	background-image: -moz-linear-gradient(32deg, rgb(41, 131, 151) 0%, rgb(24, 166, 166) 32%, rgb(71, 185, 185) 70%);
	background-image: -webkit-linear-gradient(32deg, rgb(41, 131, 151) 0%, rgb(24, 166, 166) 32%, rgb(71, 185, 185) 70%);
	background-image: -ms-linear-gradient(32deg, rgb(41, 131, 151) 0%, rgb(24, 166, 166) 32%, rgb(71, 185, 185) 70%);
}

.meter .meter-ttl {
	font-weight: bold;
	font-style: italic;
}

.meter .meter-ttl span {
	position: relative;
}

.meter .meter-ttl span ruby {
	font-size: 0.7rem;
	font-weight: lighter;
	width: 90px;
	position: absolute;
	top: -0.3rem;
	left: 25%;
}

.meter .meter-ttl span.buttonwrap {
	display: block;
}

.meter .meter-ttl span.buttonwrap .button.order {
	width: 280px;
	height: 60px;
	font-size: 16px;
	margin: 20px auto 0;
}

.service-cardwrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.meter .button-groupe .button {
	border: 2px solid #fff;
	color: #fff;
	width: 280px;
	height: 60px;
	padding-top: 16px;
}

.meter .button-groupe .button:hover {
	background: #fff;
	color: #53afc4;
	text-decoration: none;
}

.meter .button-groupe.flex {
	justify-content: center;
}

.meter .button-groupe li {
	margin-bottom: 20px;
}

.service-card dd {
	margin-top: 10px;
}

.meter-box {
	background: rgb(216, 226, 228);
	background: -moz-linear-gradient(left, rgba(216, 226, 228, 1) 0%, rgba(239, 249, 249, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(216, 226, 228, 1) 0%, rgba(239, 249, 249, 1) 100%);
	background: linear-gradient(to right, rgba(216, 226, 228, 1) 0%, rgba(239, 249, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8e2e4', endColorstr='#eff9f9', GradientType=1);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
	padding: 30px;
}

.meter-box h3:not(:first-of-type){
	margin-top: 30px;
}

.meter-box div {
	display: flex;
	justify-content: space-between;
}

.meter-box .meter-option {
	justify-content: center;
	align-items: start;
}

.meter-box .meter-option .meter-dl{
	flex-direction: column;
}

.meter-dl {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: calc((100% / 5));
	margin-bottom: 10px;
}

.meter-dl dt {
	order: 2;
	text-align: center;
	line-height: 1.2;
	font-size: .75rem;
	letter-spacing: -1.2px;
}
.meter-dl dt span{
	font-size: .7rem;
}

.meter-option .meter-dl dt {
	margin-top: 12px;
}

.meter-dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 
.meter-option .meter-dl dd{
	align-items: start;
} */

.meter-dl dd img {
	height: auto;
}

.meter-option .meter-dl dd img {
	width: 100%;
}

.meter-box h2+p strong,
.meter-box h3+p strong {
	color: #00a2ca;
	font-weight: bold;
}

@media screen and (min-width: 40em) {
	.meter .meter-ttl {
		font-size: 1.75rem;
		text-align: center;
		line-height: 1.3;
		margin-bottom: 40px;
	}

	.service-card {
		text-align: center;
		width: calc(100% / 4);
	}

	.meter .button-groupe li {
		margin-right: 10px;
	}

	.meter .button-groupe {
		margin-bottom: 80px;
	}

	.meter-box h2,
	.meter-box h3 {
		font-size: 1.5rem;
		font-weight: bold;
		margin-bottom: 1rem;
	}

	.meter-box h3 .ttl-small {
		font-size: 1rem;
		font-weight: bold;
	}

	.meter-box h2+p,
	.meter-box h3+p {
		text-align: center;
		margin-bottom: 1rem;
	}

	.meter-dl dd {
		min-height: 85px;
	}

	.meter-dl dd img {
		width: 60%;
	}

	.meter-dl.lowmeter dd img {
		margin-top: 30px;
	}
}

@media screen and (max-width: 39.9375em) {
	.meter .meter-ttl {
		font-size: 1.12rem;
		line-height: 1.3;
		margin-bottom: 40px;
	}

	.meter .meter-ttl span ruby {
		width: 85px;
		top: -0.3rem;
		left: 9px;
	}

	.service-cardwrap {
		flex-wrap: wrap;
	}

	.service-card {
		width: calc(50% - 18px);
		margin-bottom: 30px;
	}

	.service-card dt img{
		display: block;
		margin-inline: auto;
	}

	.meter .button-groupe {
		margin: 0 auto
	}

	.meter .button-groupe .button {
		width: 100%;
	}

	.meter-box h2,
	.meter-box h3 {
		font-size: 1.3rem;
		font-weight: 500;
	}

	.meter-box h3 .ttl-small {
		font-size: 1rem;
		font-weight: bold;
	}

	.meter-box div {
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.meter-box .meter-option {
		justify-content: space-between;
	}

	.meter-dl {
		width: calc(50% - 20px);
		margin-bottom: 15px;
	}

	.meter-dl dt {
		font-size: 0.8rem;
	}

	.meter-dl dd {
		min-height: 100px;
	}

	.meter-dl.lowmeter dd img {
		height: auto;
	}

	.meter-dl.lowmeter dd img {
		margin-top: 30px;
	}
}

/* intro
-------------------------------------------*/
.intro {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 0;
	padding-top: calc(534 / 1366 * 100%);
	background-image: url(../img/bg_human_yajirushi.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.intro .text-em {
	color: #ec685e;
}

.intro .fukidashi-text {
	width: 60%;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translateY(calc(-50% - 30px));
	transition: all .3s ease-out;
}

.intro h2.ttl-aboutinspection {
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
	width: 75%;
	margin-bottom: 20px;
}

.intro .fukidashi>p {
	line-height: 70px;
	font-size: .8rem;
}

.intro .fukidashi>p .text-em {
	font-weight: bold;
}

.intro .aboutai .under-orderbutton-lists {
	text-align: center;
	margin: 20px auto 30px;
}

.intro .aboutai .under-orderbutton-lists li a {
	color: #32afda;
}

@media screen and (min-width: 48.063em) {
	.intro .ttl-aboutinspection {
		font-size: 2rem;
	}

	h2.ttl-aboutinspection>.text-large {
		font-size: 3rem;
	}

	.intro .fukidashi {
		width: 560px;
	}

	.intro .fukidashi>p {
		font-size: 1.12rem;
		background: url(../img/bg_top_fukidashi.png) no-repeat;
		background-size: 100% 70px;
		background-position: center left -10px;
		text-indent: 32px;
	}

	.intro .fukidashi p.fukidashilong {
		line-height: 62px;
		margin-left: 40px;
		background: url(../img/bg_top_fukidashi_long.png) no-repeat;
		background-position: center left -10px;
		background-size: 104% 62px;
	}

	.intro .fukidashi br {
		display: none;
	}
}

@media screen and (min-width: 81.250em) {
	.intro .ttl-aboutinspection {
		font-size: 2.3rem;
	}

	h2.ttl-aboutinspection>.text-large {
		font-size: 4rem;
	}
}

@media screen and (max-width: 67.5em) {
	.intro .fukidashi-text {
		transform: scale(0.8);
		width: 100%;
		top: 5%;
		left: 40%;
	}
}

@media screen and (max-width: 56.87em) {
	.intro .fukidashi-text {
		transform: scale(0.7);
		width: 100%;
		top: -5%;
		left: 30%;
	}
}

@media screen and (max-width: 48.03em) {
	.intro {
		position: relative;
		z-index: 2;
		width: 100%;
		height: 0;
		padding-top: calc(445 / 414 * 100%);
		background-image: url(../img/bg_human_yajirushi_sp.png);
	}

	.intro .fukidashi-text {
		width: 100%;
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		transform: translateY(calc(-50% - 30px));
		transform: scale(1);
		width: calc(100% - 2rem);
		margin: 0 auto;
	}

	.intro h2.ttl-aboutinspection {
		color: #fff;
		text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
		margin-right: 0;
		margin-left: 25%;
	}

	.intro .text {
		padding: 1rem 0 0;
	}

	.intro .fukidashi>p {
		margin-left: auto;
		margin-right: 0;
		line-height: 1rem;
		font-size: 0.87rem;
		background: url(../img/bg_top_fukidashi_sp.png) no-repeat;
		background-size: auto 60px;
		background-position: center right;
		text-indent: 0;
		padding: 15px 10px 15px 24px;
		position: relative;
		height: 2rem;
		width: 230px;
	}

	.intro .fukidashi p.fukidashilong {
		margin-left: 0;
		margin-right: auto;
		background: url(../img/bg_top_fukidashi_long_sp.png) no-repeat;
		background-position: center left 0;
		background-size: contain;
		padding: 20px 10px 20px 24px;
		width: 270px;
	}

	.intro .fukidashi>p .fukidashi-inner-text {
		position: absolute;
		left: 26px;
		top: 14px;
	}

	.intro .fukidashi>p.fukidashilong .fukidashi-inner-text {
		left: 30px;
		top: 19px;
	}
}

/* cost-img
------------------------------------------- */
.cost-img {
	background-color: #fff;
	background-image: url(../img/bg_top_cost.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.cost-img {
	padding: 2rem 0 1rem;
	text-align: center;
}

.cost-img h2 {
	font-weight: normal;
	letter-spacing: 0.1rem;
}

.cost-img h2 strong {
	color: #0094b0;
	font-weight: 700;
}

@media screen and (min-width: 40em) {
	.cost-img {
		padding: 104px 0 4rem;
	}

	.cost-img h2 small {
		font-size: 2rem;
	}

	.cost-img .costimg {
		margin-top: 40px;
	}

	.cost-img h2 {
		padding-left: 50px;
	}
}

@media screen and (max-width: 39.9375em) {
	.cost-img {
		padding: 45px 0 2rem;
	}

	.cost-img .costimg {
		margin-top: 20px;
	}

	.cost-img .fig_sp {
		margin-top: 1rem;
		margin-left: -16px;
	}

	.cost-img .fig_pc {
		display: none;
	}
}

/* cost
-------------------------------------------*/
.cost {
	padding: 2rem 0 1rem;
	background-image: url(../img/bg_cost.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
}

.cost {
	background-color: #fcfbf7;
}

.cost dl {
	margin: 1rem 0;
	padding-bottom: .5rem;
	background: #f0f7f9;
	background-color: #f6f6f6;
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgba(17, 26, 43, 0.32);
}

.cost dt:not(.user-img-dt) {
	color: #504644;
	font-size: 1.75rem;
	line-height: 1.2;
	font-weight: bold;
}

.cost dt.text-em {
	min-height: 40px;
	padding: 10px 30px 0;
}

.cost dt small {
	font-size: 1.37rem;
}

.cost dd {
	min-height: 70px;
	padding: 0 30px 10px;
}

.cost dt.user-img-dt {
	height: 235px;
	overflow: hidden;
}

.cost dt.user-img-dt img {
	width: 100%;
}

@media screen and (max-width: 39.9375em) {
	.cost {
		background-image: none;
		background-color: #fcfbf7;
	}

	.cost h2 {
		margin-bottom: 20px;
	}

	.cost dd>br {
		display: none;
	}

	.cost dt.user-img-dt {
		height: 250px;
		overflow: hidden;
	}
}

@media screen and (min-width: 40em) {
	.cost {
		padding: 4rem 0;
	}

	.cost h2 {
		margin-bottom: 40px;
	}

	.cost h2+p {
		text-align: center;
	}

	.cost dl {
		display: inline-block;
		vertical-align: text-bottom;
		width: 32%;
		max-width: 377px;
		margin-top: 2rem;
		margin-bottom: 5rem;
		line-height: 1.2;
	}

	.cost dl:not(:first-of-type) {
		margin-left: 1.8%;
	}

	.cost dt {
		font-size: 1.75rem;
	}

	.cost dt>img {
		margin-bottom: .5rem;
	}

	.cost dd {
		margin-top: .5rem;
	}

	.cost-img .fig_sp {
		display: none;
	}
}

/* 導入企業
-------------------------------------------*/
.case {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.case_logos {
	margin: 50px auto 30px;
	;
}

.case-link {
	display: block;
	position: relative;
}

.case-link:hover {
	cursor: pointer;
}

.case-link:hover:after {
	content: '';
	background-color: rgba(255, 255, 255, 0.4);
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}

.case-box {
	background: #fff;
	box-shadow: 0 0 7px 0 rgba(17, 26, 43, 0.32);
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

.case-box .company-name {
	order: 2;
	color: #504644;
	font-size: 20px;
	padding: 0 30px;
}

.case-box .company-name span {
	font-size: 14px;
	display: block;
	line-height: 1.5;
	margin-top: 12px;
	margin-bottom: 12px;
}

.case-box .logo img {
	width: 90px;
}

.case-box.noview .logo img {
	width: 128px;
}

.case-box .company-text {
	font-size: 12px;
	order: 3;
	color: #504644;
	margin-bottom: 10px;
	padding: 0 30px;
}

.case-box .company-text span {
	color: #a0a0a0;
}

.case-box .view-intro {
	order: 4;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 0 30px;
}

.case-box .view-link {
	order: 5;
	padding: 0 30px;
}

.case-box .view-link:before {
	display: inline-block;
	content: "\0bb";
	font-size: 1rem;
	padding-right: 0.5rem;
	color: #4090ac;
	text-align: center;
}

.case-box .view-img {
	order: 1;
	height: 220px;
	margin-bottom: 22px;
	overflow: hidden;
	position: relative;
}

.case-box .view-img img {
	width: 100%;
	height: auto;
}

.case-box .view-img span {
	display: block;
	background-color: #31B7C7;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 85px;
	height: 30px;
	line-height: 29px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.case .button {
	margin: 0 auto;
}

/* swiper */
.swiper-slide {
	height: auto;
}

.swiper-slide .case-box {
	height: 100%;
	margin: 0;
	padding-bottom: 0;
}

.swiper-slide .case-box dd:last-of-type{
	padding-bottom: 30px;
	margin-top: auto;
}

.swiper-button-next,
.swiper-button-prev {
	background-color: rgba(66, 179, 199, 0.8);
	padding: 16px 6px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: rgba(66, 179, 199, 1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #fff;
}

@media screen and (min-width: 40em) {
	.case {
		padding: 4rem 0 5rem;
	}

	.case h2 {
		margin-bottom: 40px;
	}

	.case-box .logo {
		margin-bottom: 0;
	}

	.case-box .company-name {
		vertical-align: middle;
	}

	.case-box .company-name strong {
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.6;
	}

	.case-orixf .case-box .company-name strong {
		font-size: 1.4rem;
	}

	.case-box .view-link {
		display: inline-block;
		border-bottom: 1px solid transparent;
	}

	a.case-link:hover .view-link span {
		border-bottom: 1px solid #4090ab;
	}

	.case-box .view-intro {
		min-height: 130px;
	}

	.case-orixf .case-box .view-intro {
		margin-bottom: 12px;
	}

	.case .swiper-container {
		width: calc(100% - 140px);
		margin-bottom: 50px;
		padding: 10px 10px 30px 10px;
		margin-bottom: 0;
	}

	.swiper-button-next {
		right: 0;
	}

	.swiper-button-prev {
		left: 0;
	}
}

@media screen and (max-width: 39.9375em) {
	.case {
		background-size: cover;
		background-position: bottom center;
		padding: 2rem 0;
	}

	.case h2 {
		margin-bottom: 20px;
	}

	.case-box.noview .logo {
		text-align: center;
	}

	.case-box {
		padding-bottom: 20px;
	}

	.case-box .company-name {
		padding: 0 20px;
	}

	.case-box .company-name {
		vertical-align: middle;
		font-size: 1.12rem;
		padding: 0 20px;
	}

	.case-box .company-name strong {
		font-weight: 500;
	}

	.case-box .company-text,
	.case-box .view-intro,
	.case-box .view-link {
		padding: 0 20px;
	}

	.case .swiper-container {
		width: calc(100% - 2rem);
		margin-bottom: 20px;
		padding: 0 10px 1px 10px;
	}

	.swiper-button-next {
		right: -6px;
		transform: scale(0.8);
	}

	.swiper-button-prev {
		left: -6px;
		transform: scale(0.8);
	}
}

/* info
-------------------------------------------*/
.info {
	padding: 2rem 0;
	background: #f6f6f6;
}

.info h3 {
	font-size: 1.31rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.info li {
	position: relative;
	margin-bottom: 5px;
	/*background: #f6f6f6;*/
	background: #fff;
}

.info li>a,
.info li>span {
	display: block;
	padding: .8rem 3rem .8rem 1rem;
}

.info li em {
	display: block;
	font-weight: bold;
}

.info li a {
	color: #4e4644;
}

.info li a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 1.875rem;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border: 2px solid;
	border-color: #7e7877 #7e7877 transparent transparent;
	transform: rotate(45deg);
	content: '';
}

.info li a:hover {
	background: #efefef;
	text-decoration: none;
}

@media screen and (min-width: 40em) {
	.info {
		/*padding: 5rem 0;*/
		background: #fff;
	}

	.info h3 {
		font-size: 1.47rem;
		margin-bottom: 10px;
	}

	.info-ttl-wrap {
		flex-basis: 20%;
		min-width: 200px;
		border-right: 1px solid #DBDBDB;
		padding-top: 20px;
	}

	.newstool-index-container {
		flex-basis: 80%;
		max-width: 800px;
	}

	.info li>a,
	.info li>span {
		text-indent: -7em;
		padding: .8rem 3rem .8rem 9rem;
	}

	.info li em {
		display: inline;
		padding-right: 2rem;
	}
}

/* award
-------------------------------------------*/
.award {
	padding: 5rem 0;
}

.award h3 {
	font-size: 1.87rem;
	margin-bottom: 20px;
}

.award-box .label-award {
	background: rgb(0, 148, 176);
	background: -moz-linear-gradient(left, rgba(0, 148, 176, 1) 0%, rgba(58, 191, 210, 1) 50%, rgba(58, 191, 210, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 148, 176, 1) 0%, rgba(58, 191, 210, 1) 50%, rgba(58, 191, 210, 1) 100%);
	background: linear-gradient(to right, rgba(0, 148, 176, 1) 0%, rgba(58, 191, 210, 1) 50%, rgba(58, 191, 210, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094b0', endColorstr='#3abfd2', GradientType=0);
}

.award-box .label-media {
	background: rgb(115, 136, 141);
	background: -moz-linear-gradient(left, rgba(115, 136, 141, 1) 0%, rgba(115, 136, 141, 1) 50%, rgba(161, 176, 181, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(115, 136, 141, 1) 0%, rgba(115, 136, 141, 1) 50%, rgba(161, 176, 181, 1) 100%);
	background: linear-gradient(to right, rgba(115, 136, 141, 1) 0%, rgba(115, 136, 141, 1) 50%, rgba(161, 176, 181, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73888d', endColorstr='#a1b0b5', GradientType=0);
}

@media screen and (min-width: 40em) {
	.award h3 {
		margin-bottom: 40px;
	}

	.award-wrap {
		max-width: 1000px;
		margin: 0 auto;
	}

	.award-box {
		padding: 20px 40px;
		display: grid;
		grid-column-gap: 24px;
		grid-row-gap: 8px;
		grid-template-columns: 100px 1fr 120px;
		grid-template-rows: 35px 1.5rem 1.5rem;
		border-top: 1px solid #dbdbdb;
	}

	.award-box.line2 {
		padding: 20px 40px 50px;
	}

	.award-box:last-of-type {
		border-bottom: 1px solid #dbdbdb;
		margin-bottom: 20px;
	}

	.award-box [class^='label-'] {
		display: inline-block;
		text-align: center;
		color: #fff;
		font-size: 0.87rem;
		line-height: 36px;
	}

	.award-box .awarddate {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.award-box dt {
		grid-column: 2/3;
		grid-row-start: 1;
		grid-row-end: 2;
		font-size: 1.25rem;
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}

	.award-box dt .awarddate {
		display: inline-block;
		margin-left: 1.5rem;
		font-size: 1.12rem;
		color: #333;
	}

	.award-box .award-cat-dd {
		grid-column: 1/2;
		/*grid-row:1/4;*/
		grid-row-start: 1;
		grid-row-end: 4;
	}

	.award-box .award-text-dd {
		grid-column: 2/3;
		grid-row: 2/3;
		margin-bottom: 0.5rem;
	}

	.award-box.line2 .award-text-dd {
		grid-template-rows: 2rem;
	}

	.award-box .award-link-dd {
		grid-column: 2/3;
		grid-row: 3/3;
	}

	.award-img-dd {
		grid-column: 3/3;
		grid-row-start: 1;
		grid-row-end: 4;
	}

	.award-img-dd img {
		width: 90%;
	}
}

@media screen and (min-width: 40em) and (max-width:61.250em) {
	.award-box {
		padding: 20px 40px 60px;
		grid-template-rows: 35px 2.5rem 1.5rem;
	}
}

@media screen and (max-width: 39.9375em) {
	.award {
		padding: 2rem 0;
	}

	.award-wrap {
		max-width: calc(100% - 2rem);
		margin: 0 auto;
	}

	.award h3 {
		font-size: 1.31rem;
		margin-bottom: 30px;
	}

	.award-box {
		width: 100%;
		/*max-width:calc(100% - 2rem);*/
		padding: 20px 0;
		border-top: 1px solid #dbdbdb;
	}

	.award-box [class^='label-'] {
		display: inline-block;
		text-align: center;
		width: 75px;
		height: 35px;
		color: #fff;
		font-size: 0.8rem;
		line-height: 35px;
	}

	.award-box .awarddate {
		display: inline-block;
		font-size: 0.87rem;
		color: #333;
		margin-left: 0.5rem;
	}

	.award-box:last-of-type {
		border-bottom: 1px solid #dbdbdb;
		margin-bottom: 20px;
	}

	/*.award-box .award-cat-dd{
		grid-column:1/1;
		grid-row-start:1;
		grid-row-end: 2;
	}*/
	.award-box dt {
		font-size: 1.12rem;
		font-weight: bold;
		line-height: 1.4;
		margin: 0.5rem 0;
	}

	.award-box dt.strong {
		font-size: 1.3rem;
	}

	.award-box .award-link-dd a {
		/*word-wrap: break-word;*/
		word-break: break-all;
	}

	.award-img-dd {
		grid-column: 1/1;
		grid-row-start: 5;
		grid-row-end: 6;
		text-align: center;
	}
}

/* sec-spbanner
-------------------------------------------*/
@media screen and (max-width: 39.9375em) {
	.sec-spbanner .banner {
		height: 100%;
		min-height: 80px;
		margin-top: 0;
	}

	.sec-spbanner .banner+.banner {
		margin-top: 12px;
	}

	.sec-spbanner .banner img {
		box-shadow: 0 2px 8px 3px rgba(0, 0, 0, 0.26);
	}
}

/* voice
-------------------------------------------*/
.voice {
	background: rgb(223, 219, 210);
	background: -moz-linear-gradient(left, rgba(223, 219, 210, 1) 0%, rgba(223, 219, 210, 1) 38%, rgba(240, 240, 237, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(223, 219, 210, 1) 0%, rgba(223, 219, 210, 1) 38%, rgba(240, 240, 237, 1) 100%);
	background: linear-gradient(to right, rgba(223, 219, 210, 1) 0%, rgba(223, 219, 210, 1) 38%, rgba(240, 240, 237, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdbd2', endColorstr='#f0f0ed', GradientType=1);
}

.voice-box {
	width: 100%;
}

.voice-li:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
}

.voicecustomer,
.voicedeveloper {
	display: flex;
}

.voicedeveloper .developericon,
.voicecustomer .customericon {
	display: block;
	margin-right: 0.8rem;
}

.voicecustomer .customericon img,
.voicedeveloper .developericon img {
	display: block;
}

.voicelabel {
	font-size: 0.85rem;
	font-weight: 500;
	display: inline-block;
	margin-right: 0.5rem;
}

.voicecustomer .voicelabel {
	color: #1f8ca6;
}

.voicedeveloper .voicelabel {
	color: #5e7c9d;
}

@media screen and (min-width: 40em) {
	.voice {
		padding: 3rem 0 6rem;
		position: relative;
	}

	.voice:after {
		display: block;
		content: '';
		width: 100%;
		clear: both;
	}

	.voice h2 {
		margin-bottom: 40px;
	}

	.voice-box {
		background-color: #fff;
		background-image: url(../img/bg_voicebox.png);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: auto 100%;
		box-shadow: 0 2px 6px 6px rgba(14, 27, 44, 0.1);
		float: left;
	}

	.voice-lists {
		width: 62%;
		float: right;
		background-color: rgba(255, 255, 255, 0.9);
	}

	.voice-li {
		padding: 30px 0 20px 40px;
	}

	.voice-li>ul {
		width: 80%;
		padding-right: 10px;
	}

	.voicecustomer {
		margin-bottom: 10px;
	}

	.voicecustomer .customericon {
		width: 50px;
	}

	.voicedeveloper .developericon {
		width: 40px;
	}

	.voicedeveloper {
		padding-left: 70px;
	}

	.voicecustomer .voice-text,
	.voicedeveloper .voice-text {
		display: block;
		width: calc(100% - (50px + 0.8rem));
	}
}

@media screen and (max-width: 39.9375em) {
	.voice {
		padding: 2rem 0;
	}

	.voice h2 {
		margin-bottom: 40px;
	}

	.voice-box {
		width: 100%;
		position: relative;
		/*padding-top: 200px;*/
		margin-top: 40px;
		min-height: 1140px;
	}

	.voice-box:before {
		display: block;
		content: '';
		width: 100%;
		height: 0;
		padding-top: calc(560 / 750 * 100%);
		background-image: url(../img/bg_voicebox_sp.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
	}

	.voice-lists {
		width: calc(100% - 2rem);
		margin: 0 auto;
		background-color: rgba(255, 255, 255, 0.9);
		position: absolute;
		top: 160px;
		left: 0;
		right: 0;
	}

	.voice-li {
		padding: 20px 15px;
	}

	.voice-li>ul {
		width: 100%;
	}

	.voicelabel {
		font-size: 1rem;
	}

	.voicecustomer {
		margin-bottom: 10px;
	}

	.voicedeveloper .developericon,
	.voicecustomer .customericon {
		width: 50px;
	}

	.voicedeveloper .developericon img {
		width: 40px;
		margin-left: 10px;
	}

	.voicecustomer .customericon img {
		width: 50px;
	}

	.voicecustomer .voicedeveloper {
		font-size: .87rem;
	}

	.voicecustomer .voice-text,
	.voicedeveloper .voice-text {
		display: block;
		width: calc(100% - (70px + 0.8rem));
	}
}

/** 連携サービス＆ソリューション
-------------------------------------------*/

.Collaborative {
	padding: 60px 0;
}

.Collaborative h2,
.Collaborative p,
.Collaborative .box-wrap,
.Collaborative .link {
	margin-bottom: 40px;
}

.Collaborative .box-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 20px;
	column-gap: 18px;
}

.Collaborative .box-wrap .box {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}


.Collaborative .box-wrap .box img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 47.938em) {
	.Collaborative .box-wrap {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 39.9375em) {


	.Collaborative {
		padding: 30px 0;
	}

	.Collaborative h2,
	.Collaborative p,
	.Collaborative .box-wrap,
	.Collaborative .link {
		margin-bottom: 20px;
	}

	.Collaborative .box-wrap {
		grid-template-columns: 1fr;
		row-gap: 10px;
	}

	.Collaborative .box-wrap .box {
		height: 60px;
	}


	.Collaborative .box-wrap .box img {
		width: 50%;
	}
}