<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* HERO */
.comHeroBlock {
    display: block;
    position: relative;
    background: url(https://www.ashita-team.com/wp3/wp-content/uploads/2022/04/paperbg-1.jpg) no-repeat;
    background-size: cover;
}
.comHeroInner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
	height: 620px;
}
.comHeroLeft {
    width: 46%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.comHeroLeft h1 {
    margin-bottom: 40px;
}	
.comHeroLeft h1 img {
    width: 100%;
    max-width: 440px;
}
p.comHeroDesc {
    font-size: 1.4rem;
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: solid 4px #313131;
    font-weight: 500;
}
p.comHeroDescription {
    line-height: 2;
}
p.comHeroCopy {
    font-weight: 600;
    font-size: 1.9rem;
    margin-bottom: 35px;
    color: #313131;
    letter-spacing: 0.18rem;
}
p.comHeroCopy br {
	display:none;
	}
.comHeroLeft a {
    display: inline-block;
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
	transition: 0.2s ease-in-out;
}
.comHeroLeft a:hover {
    margin-top: -4px;
}
.comHeroRight {
    width: 53%;
}
.comHeroRight img {
    width: 100%;
    height: 100%;
    transform: scale(1.18) translateX(20px);
}

/* 2nd */
.comSecondBlock {
    background: #F8FCFF;
	position: relative;
}
.comSecondInner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.comSecondHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 40px;
}
.comSecondHeader h2 {
    font-size: 2.2rem;
    color: #1565C0;
    font-weight: 500;
    margin-bottom: 25px;
}
.comSecondHeader h2 br {
    display: none;
}
.comSecondHeader p {
    text-align: center;
    line-height: 1.8;
    color: #707070;
}
ul.comSecondNayami {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
ul.comSecondNayami li {
    width: 26%;
    position: relative;
}
ul.comSecondNayami li:after {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 6px 0 rgb(0 0 0 / 16%);
}
ul.comSecondNayami li img {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    display: block;
	margin-bottom: 22px;
}
ul.comSecondNayami li h3 {
    color: #478ad7;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 22px;
}
ul.comSecondNayami li p {
    color: #313131;
    z-index: 1;
    position: relative;
    line-height: 1.6;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}
/* ラインマーカー */
.lineMarker.scroll-in{
background-position: -100% 0.7rem;
}

.lineMarker {
background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
background-image: linear-gradient(left, transparent 50%, rgb(255,250,90) 10%);
background-repeat: repeat-x;
background-size: 200% .7em;
background-position: 0 .8em;
transition: all 1.2s ease;
font-weight: bold;
}

/* 3rd */
.comThirdBlock {
    display: block;
    background: url(https://www.ashita-team.com/wp3/wp-content/uploads/2022/03/third_bg.jpg) no-repeat;
    background-size: cover;
}
.comThirdInner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 60px;
}
.comThirdLeft {
    width: 40%;
    margin-right: 4%;
}
.comThirdRight {
    width: 56%;
    color: #FFF;
}
p.comThirdRightTop, p.comThirdRightMiddle {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
    line-height: 1.5;
}
p.comThirdRightTop {
    margin-bottom: 15px;
}
.comThirdRight img {
    margin-bottom: 15px;
}
p.comThirdRightMiddle {
    text-align: right;
    margin-bottom: 30px;
}
p.comThirdRightBottom {
    line-height: 1.7;
}
/* form */
.comFormInner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.comFormHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.comFormHeader h2 {
    font-size: 2.2rem;
    color: #1565C0;
    font-weight: 500;
    margin-bottom: 25px;
}
.comFormHeader p {
    text-align: center;
    line-height: 1.8;
    color: #707070;
}
.comFormFlexInner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.comFormFlexLeft {
    width: 73%;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 6px 0 rgb(0 0 0 / 16%);
	padding: 30px 35px;
	margin-right: 3%;
}
.comFormFlexLeft iframe {
    height: 800px;
}
.comFormFlexRight {
    width: 24%;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 6px 0 rgb(0 0 0 / 16%);
}
.comFormFlexRight dl dt {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #1565C0;
	padding: 15px 20px 0;
}
.comFormFlexRight dl dd {
    border-bottom: solid 1px #eee;
    padding: 0 20px 15px;
    line-height: 1.5;
    color: #313131;
}

/* お客様の声 */
ul.usersvoice {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
ul.usersvoice li {
    width: 26%;
    position: relative;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 6px 0 rgb(0 0 0 / 16%);
    padding: 25px 25px 0;
    display: flex;
    flex-direction: column;
}
p.usersvoiceJobs {
    position: absolute;
    top: 5px;
    right: 25px;
    color: #707070;
	font-size: 0.8rem;
}
ul.usersvoice li h3 {
    background: #FFF7D8;
    padding: 15px 20px;
    line-height: 1.7;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 3px;
    position: relative;
	margin-bottom: 10px;
}
ul.usersvoice li h3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fef7d8;
}
ul.usersvoice li img {
    width: 100%;
    margin: 0 auto;
    display: block;
	max-width: 200px;
}

@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
	.comHeroBlock {
    padding-top: 100px;
	}
	.comHeroInner {
    padding-left: 4%;
    padding-right: 4%;
	height: auto;
	overflow: hidden;
	}
	.comHeroLeft {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
	}
	p.comHeroCopy {
    line-height: 1.5;
	font-size: 1.5rem;
	}
	p.comHeroCopy br {
    display: block;
	}
	p.comHeroDesc {
    font-size: 1.2rem;
	}
	.comHeroRight {
    width: 100%;
    position: relative;
	margin-bottom: 40px;
	}
	.comHeroRight img {
    transform: translateX(-15px) scale(1.1);
	}
	/* 2nd */
	.comSecondHeader {
    align-items: flex-start;
	}
	.comSecondInner {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 40px;
    padding-bottom: 40px;
	}
	.comSecondHeader {
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 20px;
	}
	.comSecondHeader h2 {
    line-height: 1.4;
	}
	.comSecondHeader h2 br {
    display: block;
	}
	.comSecondHeader p {
    text-align: left;
	}
	.comSecondHeader br {
    display: none;
	}
	ul.comSecondNayami {
    flex-direction: column;
	}
	ul.comSecondNayami {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
	}
	ul.comSecondNayami li {
    width: 100%;
    margin-bottom: 15px;
	}
	/* 3rd */
	.comThirdInner {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 50px;
    padding-bottom: 50px;
	}
	.comThirdLeft, .comThirdRight {
    width: 100%;
    margin: 0;
	}
	.comThirdLeft {
    padding-left: 10px;
    padding-right: 10px;
	}
	.comThirdLeft img, .comThirdRight img {
    width: 100%;
	}
	/* form */
	.comFormHeader p {
    text-align: left;
	}
	.comFormInner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.comFormHeader p br {
    display: none;
	}
	.comFormFlexInner {
    flex-direction: column-reverse;
	}
	.comFormFlexLeft, .comFormFlexRight {
    width: 100%;
	}
	.comFormFlexRight {
    margin-bottom: 40px;
	}
	.comFormFlexLeft iframe {
    height: 800px;
	padding: 15px 20px;
	}
	/* 追加 */
		ul.usersvoice {
    padding-left: 4%;
    padding-right: 4%;
    gap: 30px;
	}
	ul.usersvoice li {
    width: 100%;
	}
	ul.usersvoice li img {
    max-width: 230px;
	}
}

</pre></body></html>