<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=============================================================
#about
=============================================================*/
#about .onayami {
  position: relative;
  height: 100%;
}
#about .onayami::before {
  content: '';
  background-image: url("../image/triangle02.png");
  background-size: 30%;
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  top: -50px;
}
#about .onayami::after {
  content: '';
  background-image: url("../image/triangle03.png");
  background-size: 30%;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -50px;
}
#about .onayami .body {
  padding: 30px 0;
  position: relative;
  z-index: 10;
}
#about .onayami ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#about .onayami ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#about .onayami li {
  background-image: url("../image/onayami_box.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 130px;
  height: 127px;
  margin: 5px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "FOT-繧ｻ繧ｶ繝ｳ繝� Pro DB";
  font-size: 13px;
}
#about .kaiketu {
  width: 100%;
  padding: 0;
  background-color: rgba(22,26,36,0.85);
  position: relative;
  padding: 80px 0px 50px;
  color: #fff;
  margin-bottom: 100px;
}
#about .kaiketu .border01::after {
  position: absolute;
  content: '';
  background: url("../image/border01.png");
  background-size: 80%;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  bottom: -100px;
  right: 0;
}
#about .kaiketu .kaiketu_arrow::before {
  position: absolute;
  content: '';
  background: url("../image/kaiketu_bg.svg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
}
#about .yorisou {
  position: relative;
  margin-bottom: 100px;
  box-sizing: border-box;
  color: #FFF;;
  height: 100%;
  width: 100%;
}
#about .yorisou_img {
  background: url("../image/yorisou_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 70px;
}
#about .yorisou_img::before {
  position: absolute;
  content: '';
  background-color: rgba(158,179,186,1);
  background-size: auto;
  background-position: right top;
  background-repeat: no-repeat;
  width: 95%;
  height: 30px;
  top: -30px;
  left: 5%;
}
#about .yorisou h3 {
  margin-bottom: 60px;
}
#about .yorisou h3 img {
  width: 80%;
}
#about .yorisou .yorisou_box {
  margin: 0 0 0 auto;
  background-color: rgba(22,26,36,0.85);
  width: 80%;
  padding: 5%;
}
#about .yorisou .yorisou_box p {
  text-align: left;
  color: #fff;
}
#about .yorisou .border02::after {
  position: absolute;
  content: '';
  background: url("../image/border02.png");
  background-size: 80%;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  bottom: -50px;
  left: 0;
}
#about .reform {
  position: relative;
  margin-bottom: 100px;
}
#about .reform .triangle04::before {
  content: '';
  background-image: url("../image/triangle04.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -50px;
}
#about .reform .body {
  position: relative;
}
#about .reform p {
  margin: 40px 0;
}
#about .reform .reform_bg {
  position: relative;
}
#about .reform .reform_bg::before {
  position: absolute;
  content: '';
  background-color: rgba(158,179,186,1);
  background-position: center top;
  width: 100%;
  height: 80px;
  bottom: -10px;
  left: 0;
}
#about .reform ul {
  padding-bottom: 20px;
}
#about .reform ul li {
  position: relative;
}

#about .reform ul li p.before {
  position: absolute;
  top: -40px;
  left: 0;
  background: #999;
  padding: 3px 10px;
  color: #fff;
}
#about .reform ul li p.after {
  position: absolute;
  top: -40px;
  left: 0;
  background: #9eb3ba;
  padding: 3px 10px;
  color: #fff;
}
#about .reform  ul li dl{
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}
#about .reform  ul li dl dt {
}
#about .reform  ul li dl dd{
	height: 50%;
	width: 50%;
	display: flex;
	flex-wrap:wrap;
  align-items: stretch;

}

/*=============================================================
#company
=============================================================*/
#company {
  position: relative;
}
#company .company_img::before {
  position: absolute;
  content: '';
  background: url("../image/company_img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 95%;
  height: 100%;
  top: -30px;
  right: 5%;
}
#company .company_img::after {
  position: absolute;
  content: '';
  background-color: rgba(22,26,36,0.85);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 95%;
  height: 100%;
  top: 0;
  left: 5%;
}
#company .company_bg {
  position: relative;
  z-index: 100;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 0;
}
#company .company_bg::after {
  content: '';
  background-image: url("../image/triangle05.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 30%;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: -50px;
}
#company .company_bg .body {
  position: relative;
  z-index: 100;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
}
#company .outline {
	text-align: left;
	width: 100%;
	margin: 20px auto;
	letter-spacing: 0em;
}
#company .outline a {
	color: #fff;
}
#company .outline dl {
  width: 100%;
  font-size: 14px;
}
#company .outline dl div {
  border-bottom: solid 1px #999;
  padding: 10px 0;
}
#company .outline dl div dt {
  padding-left: 1em;
  font-weight: bold;
}
#company .outline dl div dd {
  padding-left: 2em;
}
#company .map {
  margin: 30px 0;
}
#company .map iframe {
   width: 100%;
   height: 200px;
}
#company .border03::after {
  position: absolute;
  content: '';
  background: url("../image/border03.png");
  background-size: 80%;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  bottom: -40px;
  right: 0;
}
/*=============================================================
#contact
=============================================================*/
#contact {
  position: relative;
  margin: 100px 0;
}
#contact .contact_img::before {
  position: absolute;
  content: '';
  background-color: rgba(22,26,36,0.85);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 95%;
  height: 100%;
  top: -30px;
  left: 5%;
}
#contact .contact_img::after {
  position: absolute;
  content: '';
  background: url("../image/contact_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 95%;
  height: 100%;
  top: 0;
  right: 5%;
}
#contact .contact_bg {
  position: relative;
  z-index: 100;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
#contact .contact_bg::before {
  content: '';
  background-image: url("../image/triangle06.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 20%;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: -30px;
}
#contact .contact_bg::after {
  content: '';
  background-image: url("../image/triangle07.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 20%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -50px;
}
#contact .contact_bg .body {
  position: relative;
  z-index: 100;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
#contact .contact_btn {
  padding-top: 40px;
}
#contact .contact_btn a {
  width: 90%;
  margin: 0 auto;
  display: block;
  border: solid 1px #000;
  padding: 1em 0;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}</pre></body></html>