<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 */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	/*font-family: "Yu Mincho", "游明朝", "游明朝体", "	Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS Mincho", "ＭＳ 明朝", "	MS PMincho", "ＭＳ Ｐ明朝", "Sawarabi Mincho";*/
/*font-family: 'Roboto', sans-serif;*/
	background-color:#fff;
	color:#433f3e;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}


.fixedcontainer{
	width:1200px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}


.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}

header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.header_in{
	padding: 20px 0;
}
.logo{
	width: 18vw;
}
#main{
	padding-top: 10vw;
	padding-bottom: 5vw;
}
.main-ttl{
	font-size: 2.7vw;
	margin-bottom: 2vw;
	line-height: 1.4;
	text-shadow: 0 0 5px #fff;
}
.main-txt{
	font-size: 1.2vw;
	font-weight: 500;
	margin-bottom: 3vw;
	text-shadow: 0 0 5px #fff;
}
.main-group{
	margin-bottom: 3vw;
}
.main-group img{
	width: 38vw;
	max-width: 642px;
}
.btn-wrap{
	text-align: center;
}
#main{
	background: url(../img/main-illust.jpg) no-repeat;
	/*background: url(../img/main-photo.jpg) no-repeat;*/
	background-size: cover;
	background-position: center;
}
.sec-ttl{
	position: relative;
	font-weight: 500;
	color: #fff;
	font-size: 23px;
	text-align: center;
	background: #013a8c;
	padding: 30px 0;
	margin-bottom: 66px;
}
.sec-ttl:after{
	position: absolute;
	content: '';
	width: 60px;
	height: 35px;
	left: 50%;
	margin-left: -30px;
	bottom: -35px;
	background: url(../img/title-arrow.png) no-repeat;
}
.logos{
	height: 312px;
	text-align: center;
}
.logos img{
	height: 100%;
	object-fit: cover;
}
#work{
	background: #f6f7f9;
	padding-bottom: 50px;
}
.works{
	display: flex;
	flex-wrap: wrap;
}
.work-one{
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	padding: 30px;
	position: relative;
	box-shadow: 3px 3px 0 #dde1e8;
}
.work-one:nth-child(3n){
	margin-right: 0;
}
.work-ttl{
	font-size: 24px;
	color: #013a8c;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #ababab;
}
.work-info{
	line-height: 2.4;
}
.work-info li{
	padding-left: 36px;
	position: relative;
}
.work-info li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 38px;
}
.work-info li:nth-child(1):before{
	background: url(../img/icon-price.png) no-repeat;
	
	background-position: left center;
}
.work-info li:nth-child(2):before{
	background: url(../img/icon-type.png) no-repeat;
	
	background-position: left center;
}
.work-info li:nth-child(3):before{
	background: url(../img/icon-date.png) no-repeat;
	
	background-position: left center;
}
.intro{
	background: #d3d9e4;
	text-align: center;
	padding: 50px 0;
}
.ttl2{
	font-size: 32px;
	margin-bottom: 20px;
}
.sec{
	padding: 80px 0;
}
.ttl{
	text-align: center;
	margin-bottom: 80px;
}
.ttl .en{
	display: block;
	color: #013a8c;
	font-size: 40px;
	font-weight: 700;
}
.ttl .jp{
	padding-bottom: 5px;
	background: url(../img/title-pattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.ttl .jp img{
	margin-top: -8px;
	vertical-align: middle;
}
.problem-list{
	display: flex;
	justify-content: space-between;
}
.problem-one{
	text-align: center;
}
.problem-img{
	margin-bottom: 20px;
}
.problem-txt{
	line-height: 2;
}
#solution{
	background: #f6f7f9;
}
.solution-one{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.solution-one&gt;div{
	width: 48%;
}
.solution-ttl{
	font-size: 32px;
	margin-bottom: 20px;
}
.solution-one.reverse{
	flex-direction: row-reverse;
}
.solution-txt{
	line-height: 2;
}
.advantages-list{
	display: flex;
	justify-content: center;
}
.advantages-one{
	width: 36%;
	text-align: center;
}
.advantages-txt{
	line-height: 2;
	margin-top: 20px;
	font-size: 20px;
}
.flow-txt{
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	color: #013a8c;
	margin-top: 30px;
}
.flow-img{
	text-align: center;
}
#comment{
	background: #f6f7f9;
}
.comment-one{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.comment-img{
	width: 208px;
	margin-right: 30px;
}
.comment-content{
	line-height: 2;
	width: calc(100% - 238px);
}
.comment-ttl{
	font-size: 20px;
	color: #013a8c;
	margin-bottom: 10px;
}
.comment-name{
	color: #828282;
	margin-top: 10px;
}
.form{
	max-width: 1000px;
	margin: 0 auto;
}
.alert{
	text-align: right;
	color: #ff0000;
}
.form table{
	width: 100%;
}
.form table th{
	width: 230px;
	font-weight: 500;
	text-align: left;
}
.form table td{
	padding: 15px 0;
}
.form .input{
	width: 100%;
	height: 80px;
	padding: 10px;
	border: 1px solid #bcbcbc;
}
.submit-wrap{
	margin-top: 60px;
}
.btn{
	border: none;
	background: #bf0000;
	color: #fff;
	font-size: 32px;
	padding: 20px 80px;
	border-radius: 46px;
	text-align: center;
}
#form{
	padding-bottom: 80px;
}
footer{
	border-top: 2px solid #bcbcbc;
	text-align: center;
	padding: 30px 0;
}</pre></body></html>