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

body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.6;
  font-size: 14px;
  color: #222222;
}

/*a{ text-decoration: none; color: inherit;}
a.no-ef:hover img { opacity: 1;}*/

a {
  color: #222222;
  cursor: pointer;
  -moz-transition: cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  -o-transition: cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  -moz-transition: cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  -o-transition: cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

.sp_view {
  display: none !important;
}

.pc_view {
  display: inherit !important;
}

.wrap {
  width: 1045px;
  margin: 0 auto;
}

.c-wrap {
  width: 1200px;
  margin: 0 auto;
}


/*FONT*/
.fnt-mnc {
  font-family: 'Noto Serif', serif;
}

/*LINK*/
#pagetop {
  position: fixed;
  right: 1em;
  z-index: 5;
  background: #181f4e;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#pagetop i {
  margin-top: -.2em;
}

.foot-jump {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: .25em;
}

.foot-jump::before {
  content: "\f102";
  font-family: FontAwesome;
  padding-right: .5em;
}

/*================================
 KEYVISUAL
==================================*/

.main_fix {
  width: 100%;
  overflow: hidden;
}

.home-block {
  /* background: url(../imgs/home-key.png) no-repeat center/cover;*/
  overflow: hidden;
}

.home-block img {
  display: none;
}

.key-box {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}


#mainfix-bk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/index/main_wp.png);
  z-index: 5;
}

#sp-g-nav {
  display: none;
}

#container {
  overflow: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

/*================================
 HEADER
==================================*/
header {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 880;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 0 0 20px;
  -webkit-transition: background ease-in-out 0.5s, height ease-in-out 0.5s;
  transition: background ease-in-out 0.5s, height ease-in-out 0.5s;
}

header h1 {
  width: auto;
  height: 40px;
  z-index: 9991;
}

header h1 a {
  display: block;
}

header h1 svg {
  height: 35px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.header-btn {
  display: none;
  position: absolute;
  right: 50px;
  top: 40px;
  text-align: left;
  -webkit-transition: top ease-in-out 0.3s;
  transition: top ease-in-out 0.3s;
  z-index: 201;
}

.header-btn a {
  display: block;
  color: #000;
  background: #fff;
  font-size: 14px;
  padding: .5em 2.5em;
  border-radius: 50px;
}

#g-nav {
  display: none;
  z-index: 201;
  -webkit-transition: top ease-in-out 0.15s;
  transition: top ease-in-out 0.15s;
  margin-left: auto;
}

header.fade-in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}


/*header-fixed*/
header.fixed h1 svg {
  height: 30px;
}

header.fixed h1 svg .cls-1 {
  fill: #000;
}

/*nav-fixed*/
header.fixed #g-nav li a:hover {
  color: #2e65c6;
}

header.fixed {
  background: rgba(255, 255, 255, .80);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

/* header.fixed h1 { bottom: 0;} */

#home #g-nav li.g-nav01 a,
#profile #g-nav li.g-nav04 a,
#mosff #g-nav li.g-nav02 a,
#mosff #g-nav li.g-nav02 a,
#about_cps #g-nav li.g-nav02 a,
#works_cps #g-nav li.g-nav06 a {
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #8382BC 0%, #7BE1F4 100%);
  border-image-slice: 1;
  padding-bottom: 15px;
}

header.is-ab {
  position: absolute;
}


/*================================
 CONTACT 
==================================*/
#sec_cont.sec-contact {
  font-weight: bold;
  padding-bottom: 0;
}

#sec_cont .svc_title {
  margin-bottom: -58px;
  z-index: 10;
  text-align: center;
}

#sec_cont .svc_title .grad_f {
  font-size: 70px;
  background: linear-gradient(to right, #8D8CE6, #50E4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width:700px) {
  #sec_cont .svc_title {
    margin-bottom: -45px;
  }

  #sec_cont .svc_title .grad_f {
    font-size: 44px;
  }
}

/* ==========max-width:900px========= */

#sec_cont .svc_title .sub_g_f span {
  background: linear-gradient(to right, #8D8CE6, #50E4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact_area {
  background: #f3f4fb;
  padding: 111px 5% 100px;
  text-align: center;
}

.contact_area .inner {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 5% 4vw;
  border-radius: 10px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width:700px) {
  .contact_area .inner {
    display: block;
  }
}

/* ==========max-width:700px========= */


.contact_area .c-cmnt {
  padding: 0;
  font-size: 16px;
  padding: 25px 0;
}

.contact_area .c-cmnt .txt-tel {
  margin-top: 37px;
}

.contact_area .c-cmnt .txt-tel span {
  font-size: 35px;
  line-height: 1.4;
  color: #3C64C0;
}

.contact_area .center_line {
  width: 2px;
  height: 200px;
  background: #8D8CE6;
}

@media screen and (max-width:700px) {
  .contact_area .center_line {
    width: 90%;
    height: 2px;
    background: #8D8CE6;
    margin: 30px auto;
  }
}

/* ==========max-width:700px========= */


#sec_cont .g_btn_center {
  font-weight: 400;
  margin-top: 35px;
}


/*================================
 GLOBAL NAVIGATION PC
==================================*/
#g-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

#g-nav li {
  -webkit-transition: background ease-in-out 0.3s;
  transition: background ease-in-out 0.3s;
}

#g-nav li a {
  display: block;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 19px 15px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

#g-nav li a:hover {
  color: #2e65c6;
}

#g-nav li a span {
  z-index: 2;
}

#g-nav ul li .svc_nav_list {
  position: fixed;
  background: rgba(255, 255, 255, 1);
  border-top: 1px solid #D5E0FA;
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out .3s;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16)
}

#g-nav ul li .svc_nav_list.open {
  opacity: 1;
  visibility: visible;
}

#g-nav ul li .svc_nav_list ul {
  display: flex;
  justify-content: space-between;
  margin-right: 12%;
  margin-left: 12%;
}

#g-nav ul li .svc_nav_list ul li::before {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: block;
  background: linear-gradient(to bottom, #50E4FF, #8D8CE6);
  position: absolute;
  bottom: 38%;
  left: -3%;
}

#g-nav .svc_nav_list ul li:nth-child(2) a {
  font-weight: 300;
}

/* gradation button */
.grad_btn {
  position: relative;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.4;
  padding: 12px 0 11px;
  display: inline-block;
  width: 191px;
  text-align: center;
  transform: all .5s;
  background: linear-gradient(to right, #B68CE6, #829CEA 65%, #50E4FF);
}

.grad_btn::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 39%;
  z-index: 2;
}

.g_more_btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all .5s;
  background: linear-gradient(to right, #8D8CE6, #50E4FF);
}

.g_more_btn span {
  z-index: 1;
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
  
}

.g_more_btn:hover::after {
  opacity: 0;
}

#g-nav .g-nav05 .grad_btn {
  padding: 21.5px 15px;
}

.g-nav05 .grad_btn::before {
  display: none;
}

.g_btn_center_wide,
.g_btn_center {
  text-align: center;
  margin-top: 50px;
}

.g_btn_center_wide .grad_btn {
  width: 260px;
}

.g_btn_left {
  margin-top: 55px;
}

/*================================
 LOWER
==================================*/

#mosff.lower h2,
#cps.lower h2,
#profile.lower h2,
#business.lower h2,
#works_cps.lower h2,
#about_cps.lower h2,
#contact.lower h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 40px;
  border-bottom: 1px solid #f3f4fb;
}

#mosff.lower h2.jp {
  font-family: "Noto Sans Japanese";
}

.lower #content {
  padding-top: 60px;
}

.lower .top-sec {
  box-sizing: border-box;
  padding: 100px;
}

.lower .top-sec p.txt {
  padding: 1.5em 0;
}

.low-head {
  line-height: 1.6;
}

/*================================
 FOOTER
==================================*/

.foot-area {
  background: #181f4e;
  padding: 5% 10vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #fff;
  line-height: 1.8;
  width: 100%;
  box-sizing: border-box;
}

.foot-area a {
  color: #fff;
}

.foot-contact {
  font-family: serif;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.foot-contact h3 {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  border-top: 1px solid #000;
  border-bottom: solid 1px #000;
  box-sizing: border-box;
  padding: .35em 3em;
}

.foot-tel::after {
  content: "";
  display: block;
  clear: both;
}

.foot-tel p {
  font-weight: bold;
}

.foot-tel span.tel {
  padding: 0 .5em;
  font-size: 1.5em;
}

.foot-logo svg {
  height: 37px;
  margin: 0 auto;
  display: block;
}

.foot-logo svg .cls-1,
.foot-logo svg .cls-2,
.foot-logo svg .cls-3 {
  fill: #fff;
}

.foot-menu {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 0 5% 5% 0;
}

.foot-menu&gt;div {
  box-sizing: border-box;
}

.foot-menu&gt;div p {
  padding: 0 6em .5em 0;
  font-weight: bold;
}

.foot-menu&gt;div p:not(:nth-child(1)) {
  font-size: 12px;
  font-weight: 200;
}

.foot-menu&gt;div p:not(:nth-child(1))::before {
  content: "－";
  display: inline-block;
  padding-right: .5em;
}

footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding: 5% 0 2.5%;
}

footer p {
  font-size: 10px;
}

/*Mail*/
.foot-contact .more-btn {
  width: 160px;
  height: 30px;
  margin: 1em 0 0 0;
  float: right;
}

.foot-contact .more-btn a {
  font-size: 12px;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
  overflow: hidden;
  border: 1px solid #000;
  box-sizing: border-box;
}

.foot-contact .more-btn a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0);
}

.foot-contact .more-btn a:hover {
  font-weight: bold;
}

.foot-contact .more-btn a:hover:before {
  left: 0;
  background: #000;
}


.foot-contact .more-btn a:hover {
  font-weight: bold;
  color: #fff;
}

/*FOOTER*/

.footnav {
  padding: 145px 0 150px;
}

.footnav-block .row {
  margin: -20px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  ;
  align-items: center;
}

.footnav-block article {
  padding: 20px 0;
  box-sizing: border-box;
}

.footnav-block article:nth-child(2) {
  margin: 0 10px;
}

.footnav-block article a {
  display: block;
}

.footnav-block article a:hover .img-block img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  display: block;
}

.footnav-block article .img-block {
  overflow: hidden;
  display: block;
}

.footnav-block article .img-block img {
  -webkit-transition: -webkit-transform 1s linear 0s;
  transition: -webkit-transform 1s linear 0s;
  transition: transform 1s linear 0s;
  transition: transform 1s linear 0s, -webkit-transform 1s linear 0s;
}


.footnav-block article p {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  min-width: 40%;
  padding: 0 2em;
  box-sizing: border-box;
  display: block;
  text-align: center;
  background: #fff;
  font-weight: 500;
}

article img {
  max-width: 100%;
  height: auto;
  display: block;
}</pre></body></html>