<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 */

@import (
  "https://fonts.googleapis.com/css2?family=Montserrat:wght@300&amp;display=swap"
);

body{
font-family: Futura,'Century Gothic','CenturyGothic','Noto Sans Japanese','sans-serif';
font-weight: 400;
  font-size: 16px;
  background-color: #ED3737;
  color: #333333;
}
a, a:link, a:visited, a:hover, a:active {
color: #FFFFFF;
text-decoration:none;
}

/* ヘッダー*/
header {
    height: 100vh;
}
header .mv {
    width: 68vw;
    position: absolute;
    right: 1%;
}
header h2 {
    position: absolute;
    left: 6%;
    font-size: 60px;
    color: #FFFFFF;
	z-index: 1;
	top:30%;
}
header h1 img {
    height: 25px;
}
div#main-content {
    background-color: #FFFFFF;
    border-top-right-radius: 150px;
	z-index: 3;
	position: relative;
}
/*ヘッダーメニューテスト*/

/*.headerwrap{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
}*/
.headerwrap .header_inner {
  position: relative;
  padding: 15px;
}
.headerwrap .logo{
  position: absolute;
  top: 0;
  left: 0;
}
.headerwrap .title{
  font-size: 2rem;
  font-weight: 600;
}

/* header固定のため余白をつける。メニューのCSSには関係ない */
.main{  
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
 .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #ED3737;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	color: #FFF;
  }
 .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
 .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
 .nav_item {
    text-align: center;
    padding: 0 14px;
  }
 .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #ffffff;
  }
 .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    transition: all .6s;
  }
 .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
 .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
.headerwrap{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
	background-color: #ED3737;
}
  /* 表示された時用のCSS */
 .nav-open .nav {
    right: 0;
  }
 .nav-open .black_bg {
    opacity: 0.4;
    visibility: visible;
  }
 .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
    .headerwrap h1 {
padding: 0;
margin: 0;
  }
  header h1 img {
    height: 20px;
}
.headerwrap .logo {
    top: 20px;
    left: 21px;
}
}
/* sp */

@media only screen and (min-width: 769px) {
 .header_inner{
    width: 80%;
    padding: 15px 0px;
    margin-left: auto;
    margin-right: auto;
  }
 .nav_list{
    text-align: right;
  }
 .nav_list li{
    display: inline-block;
    text-align: right;
    padding-left: 20px;
  }
 .nav_list li a{
    color: #fff;
  }
}/* pc */

/*メインコンテンツ 共通*/
.sub-label {
color: #ED3737;
}
h3 {
    font-size: 30px;
    border-bottom: #ED3737 solid 5px;
    padding: 20px 0;
    width: fit-content;
    margin: 0;
}

/*セクション NEWS*/
#news {
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}
#news .news-wrap {
    display: flex;
    flex-wrap: wrap;
}
#news .news-wrap .topic-wrap {
    width: 80%;
}
#news .news-wrap .topic {
    display: flex;
    padding: 20px 0;
    border-bottom: #cecece solid 1px;
}
#news .news-wrap .label {
    width: 20%;
}
#news .news-wrap .topic .date {
    color: #999999;
	padding: 0 20px 0 0;
}

/*セクション COMPANY*/
#company {
    padding-top: 80px;
}
#company .label {
    width: 80%;
    margin: 0 auto;
	}
#company .message {
    background-color: #ED3737;
    width: 50%;
    padding: 4% 11% 4% 4%;
    margin-top: 40px;
    color: #FFFFFF;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
	position: relative;
}
#company .message .ttl {
    border-bottom: #FFFFFF solid 1px;
    padding: 0 0 10px 0;
    width: fit-content;
}
#company .message .sub-ttl {
    font-size: 26px;
}
#company .message span{
display: block;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.5;
}
#company .message .president {
position: absolute;
    top: -50px;
    width: 140px;
    left: 85%;
}

#company .carton-2 {
	position: absolute;
    top: -50px;
	left: 85%;
    width: 240px;
}
#company .carton-1 {
	position: absolute;
    top: 150px;
    left: 70%;
    width: 140px;
}
#company .carton-3 {
	position: absolute;
    top: 320px;
	left: 80%;
    width: 150px;
}
#company .luxy-el {
width: 100%;
}

/*会社概要*/

#company table {
width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  margin: 0 auto;
}
#company table th {
  width: 22%;
  background: #F7F8F8;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
  padding: 30px;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
#company table td {
  background: #F7F8F8;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
  padding: 30px;
  vertical-align: top;
  text-align: left;
}
#company .row1 {
border-top: 1px solid #cecece;
}


#company .profile {
  width: 60%;
  margin: 100px auto 0;
  }
#company .profile h4,#company .access h4 {
    background-color: #B3B3B3;
    font-weight: normal;
    width: fit-content;
    padding: 10px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0;
    font-size: 14px;
    color: #FFFFFF;
	position: relative;
    z-index: 1;
}
#company .access {
    width: 70%;
    margin: 100px 0 0 auto;
	position: relative;
}
  
#company iframe {
    width: 100%;
    position: relative;
    z-index: 1;
}
#company .cloud-1 {
    position: absolute;
    top: 80px;
    left: -450px;
    width: 350px;
}
#company .cloud-2 {
    position: absolute;
    top: 400px;
    left: -180;
    width: 250px;
}

/*セクション SERVICE*/
#service {
    padding-top: 80px;
}
#service .service-wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 40px;
}
#service .service-wrap table th {
  width: 22%;
  background: #F7F8F8;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
  padding: 30px;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
#service .service-wrap table td {
  background: #F7F8F8;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
  padding: 30px;
  vertical-align: top;
  text-align: left;
}
#service .service-wrap .row1 {
border-top: 1px solid #cecece;
}
#service .service_1{
	position: absolute;
    top: 280px;
    right: -40px;
    width: 300px; 
}
#service .service-wrap {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 150px;
}
#service .service_1 img {
    width: 100%;
}

#service .ec-wrap {
    width: 70%;
    background: #F7F8F8;
    margin: 0 0 0 auto;
}
#service .ec-wrap table img {
width: 100%;
}
#service .ec-wrap table {
    width: 70%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    margin: 0 auto;
    background: #FFFFFF;
}
#service .ec-wrap table th {
  width: 40%;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
  padding: 5%;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
#service .ec-wrap table td {
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
  padding: 30px;
  vertical-align: center;
  text-align: left;
}

#service .ec-wrap .row4 {
  border-bottom: none;
}
#service .ec-wrap .row4 {
  border-bottom: none;
}

#service .ec-wrap {
    width: 70%;
    background: #F7F8F8;
    margin: 0 0 0 auto;
    border-radius: 80px 0px 0px 80px;
    padding: 60px 0 80px 0;
}

#service .ec-wrap a, a:link, a:visited, a:hover, a:active {
color: inherit;
}

#service .ec-wrap h5 {
    margin-left: 15%;
    margin-top: 40px;
}

#service .ec-wrap ul {
    width: 70%;
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 4%;
    justify-content: space-between;
    background: #FFF;
    box-sizing: border-box;
}

#service .ec-wrap ul li {
    width: 30%;
    border: 1px solid #cecece;
    background: #FFF;
}

#service .ec-wrap ul li img {
    width: 100%;
}
#service .ec-wrap ul li a {
    margin: 0;
	padding: 0;
}

#service .carton-2 {
    position: absolute;
    top: -500px;
    left: 5%;
    width: 240px;
}
#service .carton-1 {
    position: absolute;
    top: 150px;
    left: 23%;
    width: 140px;
}
#service .carton-3 {
    position: absolute;
    top: 400px;
    left: 10%;
    width: 150px;
}
#service .carton {
position: relative;
}
#service .carton img {
width: 100%;
}
@media only screen and (min-width: 769px) {

}

/*=== お問い合わせフォーム ====*/

#contact .contact-wrap {
    width: 80%;
    margin: 0 auto;
	    margin-bottom: 150px;
}
#contact {
    padding-top: 80px;
}
.formrun-embed {
    margin-top: 40px;
    height: 1250px!important;
    overflow: hidden;
}
.sf-form-cover {
    display: none;
}
.pc-slideup-cta-board {
    display: none!important;
}


/*=== フッター ====*/
footer {
    background: linear-gradient(0deg, rgb(214 24 23), rgb(237 55 54));
	padding-bottom: 30px;
}
nav.footer-menu {
    display: flex;
    color: #FFF;
    border-bottom: 1px solid #FFFFFF;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
	margin-top: -70px;
}
.footer-menu .ttl {
    list-style: none;
    margin-bottom: 16px;
}
.footer-menu .list {
    font-size: 12px;
    margin: 5px 0 5px 0;
    list-style: none;
}
.footer-menu .list img {
    width: 100%;
}
.footer-menu .sns {
    width: 35px;
    list-style: none;
	margin-right: 5px;
}
ul.sns-wrap {
    display: flex;
    margin: 0;
    padding: 0;
}
footer .info {
    width: 90%;
    margin: 0 auto;
}
footer .info .logo img {
    width: 100%;
}
footer .info .logo {
    width: 12%;
}
footer .info {
    list-style: none;
	color: #FFFFFF;
}
footer .info ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    padding: 30px 40px;
}
footer .info .pp{
	margin-right: 15px;
}
  
/*=== スクロールダウン ====*/

/*スクロールダウン全体の場所*/
.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:10px;
	left:50%;
	z-index: 9999;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}



@media screen and (max-width: 480px) { 
header h2 {
    font-size: 26px;
    top: -79px;
}
header .mv {
    width: 100%;
    left: 12%;
    top: -5px;
}
#main-content {
    width: 100%;
}
.scrolldown {
    display: none;
}
#news .news-wrap {
    display: block;
}
#news .news-wrap .label{
width: inherit;
}
#news .news-wrap .topic-wrap {
    width: 100%;
}
#company .message {
    background-color: #ED3737;
    width: 74%;
    padding: 14% 15% 16% 4%;
    margin-top: 40px;
    color: #FFFFFF;
    border-bottom-right-radius: 150px;
    border-top-right-radius: 150px;
    position: relative;
}
#company .message .president {
   display: none;
}
#company .carton-1 {
    position: absolute;
    top: 400px;
    left: 80%;
    width: 120px;
}
#company .carton-2 {
    position: absolute;
    top: 630px;
    left: 77%;
    width: 130px;
}
#company .carton-3 {
    position: absolute;
    top: 860px;
    left: 75%;
    width: 86px;
}
#company .profile {
    width: 85%;
}
 /*#company table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }*/
 #company table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
  #company table th, table td {
    padding: 15px;
	font-size: 13px;
}
#company .access {
    width: 90%;
    margin: 100px auto 0;
}
#service .service_1 {
    position: absolute;
    top: 50px;
    right: -40px;
    width: 200px;
}
#service .service-wrap table th, #service .service-wrap table td {
    display: block;
    width: 100%;
    border-bottom: none;
	padding: 18px;
  }
  #service .service-wrap table th {
    background-color: #ececec;
}
#service .service-wrap .row1 {
    border-top: none;
}
#service .ec-wrap {
    width: 94%;
    background: #F7F8F8;
    margin: 0 0 0 auto;
    border-radius: 80px 0px 0px 80px;
    padding: 20px 0 60px 0;
}
#service .ec-wrap table {
    width: 80%;
}
#service .ec-wrap h5 {
    margin-left: 10%;
}
#service .ec-wrap ul {
    width: 80%;
}
nav.footer-menu {
    display: flex;
    color: #FFF;
    border-bottom: 1px solid #FFFFFF;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
    margin-top: 0px;
    flex-wrap: wrap;
}
footer .info .logo {
    width: 30%;
}
#service .carton-2 {
    position: absolute!important;
    top: -100px!important;
    left: -27%!important;
    width: 166px!important;
}
#service .carton-1 {
    position: absolute;
    top: 150px;
    left: 87%;
    width: 90px;
}
#service .carton-3 {
    position: absolute;
    top: 400px;
    left: -12%;
    width: 100px;
}
div#main-content {
    overflow: hidden;
    top: 45vh;
}
header {
    height: auto;
}
footer {
    padding-bottom: 100px;
    position: relative;
    top: 425px;
}
.footer-menu ul {
width: 100%;
}
}</pre></body></html>