<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.section_feature {
  padding: 150px 0 0;
}
.feature_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 130px;
  padding: 0 20px;
}
.feature_col {
  width: 340px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.feature_col_hdr {
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin-bottom: 48px;
  letter-spacing: -1px;
}
.feature_col_hdr p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.feature_col_hdr p span {
  display: inline-block;
  border-bottom: 1px solid #1b1b1b;
  padding-bottom: 5px;
}
.feature_col_hdr h4 {
  font-weight: 600;
  font-size: 52px;
  line-height: 1;
}
.feature_col_hdr h4 span {
  font-size: 50%;
  display: inline-block;
  margin: 0px -4px;
  transform: translateY(-5px)
}
.feature_col_caption p {
  line-height: 1.8;
}
@media(max-width: 1100px) {
  .feature_col_caption p br.extra {
    display: none;
  }
}
.feature_col_figure {
  max-width: 250px;
  margin: 0 auto 50px;
  position: relative;
}
.feature_col_figure::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  transform-origin: center center;
  animation: screw 20s linear infinite;
}
@keyframes screw {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
.feature_col_figure.feature1::before {
  background-image: url("../images/company_feature1_circle.png");
}
.feature_col_figure.feature2::before {
  background-image: url("../images/company_feature2_circle.png");
}
.feature_col_figure.feature3::before {
  background-image: url("../images/company_feature3_circle.png");
}
.feature_col_figure img {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  z-index: 5;
}
.feature_photo_flex {
  display: flex;
  align-items: center;
}
.feature_photo_flex p {
  line-height: 1.8;
}
.feature_photo_flex_caption {
  padding: 0 90px 0 0;
  width: 52%;
}
.feature_photo_flex_caption_inner {
  margin-left: calc(calc(100vw - 1100px) * 0.5);
  box-sizing: border-box;
  padding-left: 40px;
}
.feature_photo_flex_caption_inner p {
  margin-bottom: 2em;
}
.feature_photo_flex_bg {
  width: 48%;
  height: 390px;
  background: #0D0D0D url("../images/company_feature_photo_pc.jpg") no-repeat left top;
  background-size: 620px;
  border-radius: 30px 0 0 30px;
}

.feature_photo_flex_bg2 {
  width: 48%;
  height: 390px;
  background: url("http://sarucrew.co.jp/wp-content/uploads/2023/04/9df76897bc9c74d1829216bd7a4fb2b4.jpg") no-repeat left top;
/*   background: #0D0D0D url("../images/sanki.jpg") no-repeat left top; */
/*   background-size: 620px; */
	background-size: contain;
  border-radius: 30px 0 0 30px;
}

.overview_bg {
  height: 340px;
  background: url("../images/overview_bg_pc.jpg") no-repeat center top;
}
@media(min-width: 1600px) {
  .feature_photo_flex_bg {
    width: 48%;
    height: 500px;
    background: #0D0D0D url("../images/company_feature_photo_pc.jpg") no-repeat left top;
    background-size: cover;
  }
  .feature_photo_flex_bg2 {
    width: 48%;
    height: 500px;
/*     background: #0D0D0D url("../images/sanki.jpg") no-repeat left top; */
  background: url("http://sarucrew.co.jp/wp-content/uploads/2023/04/9df76897bc9c74d1829216bd7a4fb2b4.jpg") no-repeat left top;
    background-size: contain;
  }
	
}
.section_history {
  background: #fff;
  padding: 180px 0 120px;
}
.section_overview {
  background: #F1F1F1;
  padding: 80px 0;
}
.section_map {
  background: #fff;
  padding: 80px 0;
}
.history_inner, .overview_inner, .map_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.history_cont {
  display: flex;
  justify-content: flex-end;
}
.history_cont_inner {
  max-width: 700px;
  position: relative;
}
.history_cont_inner::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #BFBFBF;
  position: absolute;
  left: -23px;
  top: 3px;
  transform-origin: center top;
}
.history_block {
  display: flex;
}
.history_block h4, .history_cont dt p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
}
.history_block h4 {
  position: relative;
}
.history_block h4::after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: #C92B2B;
  position: absolute;
  left: -28px;
  top: 3px;
  z-index: 5;
}
.history_cont dl {
  padding-bottom: 45px;
}
.history_cont dt {
  margin: 0 0 20px;
}
.history_cont dt h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  position: relative
}
.overview_cont {
  display: flex;
  justify-content: flex-end;
}
.overview_cont table {
  border-top: 1px solid #BFBFBF;
  min-width: 680px;
}
.overview_cont th, .overview_cont td {
  text-align: left;
  line-height: 1.8;
  border-bottom: 1px solid #BFBFBF;
  vertical-align: top;
}
.overview_cont th {
  width: 1%;
  white-space: nowrap;
  font-weight: 500;
  padding: 30px 50px;
}
.overview_cont td {
  padding: 30px 50px 30px 0;
}
.map_img {
  margin-bottom: 45px;
}
.map_img iframe {
  width: 100%;
  height: 450px;
}
.section_history .readmore_center {
  margin-top: 90px;
}
.readmore_wrap {
  display: flex;
  justify-content: flex-end;
}
.readmore_wrap_flex {
  width: 700px;
}
.history_more {
  display: none;
}
@media(max-width: 1200px) {
  .section_feature {
    overflow: hidden;
  }
  .feature_col {
    width: calc(33.3% - 30px)
  }
  .feature_col_hdr h4 {
    font-size: 4.6vw;
    letter-spacing: 0;
  }
  .feature_photo_flex_caption {
    padding: 0 40px 0 0;
    width: 52%;
    box-sizing: border-box;
  }
  .feature_photo_flex_caption_inner {
    margin-left: 40px;
    box-sizing: border-box;
    padding-left: 0;
  }
  .feature_photo_flex_bg {
    background-size: cover;
    height: 30vw;
  }
}
@media(max-width: 768px) {
  .section_feature {
    padding: 80px 0 0;
  }
  .feature_flex {
    display: block;
    margin: 0 auto 130px;
  }
  .feature_col {
    width: 60%;
    margin: 0 auto 60px;
  }
  .feature_col_figure {
    max-width: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
  .feature_photo_flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .feature_photo_flex_caption_inner {
    margin-left: 0;
  }
  .feature_photo_flex_caption {
    padding: 0 20px 0 20px;
    width: 100%;
  }
  .feature_photo_flex_bg {
    width: calc(100% - 20px);
    height: 80vw;
    background: url(../images/company_feature_photo_sp.jpg) no-repeat left top;
    background-size: cover;
    border-radius: 20px 0 0 20px;
    margin-left: 20px;
    margin-bottom: 25px;
  }
  .feature_photo_flex_bg2 {
    width: calc(100% - 20px);
    height: 64vw;
/*     background: url(../images/sanki.jpg) no-repeat left top; */
	  background: url(http://sarucrew.co.jp/wp-content/uploads/2023/04/9df76897bc9c74d1829216bd7a4fb2b4.jpg) no-repeat left top;
    background-size: contain;
    border-radius: 20px 0 0 20px;
    margin-left: 20px;
    margin-bottom: 25px;
  }	
  .section_history {
    padding: 80px 0;
  }
  .history_cont dt h5 {
    font-size: 15px;
  }
  .overview_cont {
    display: block;
  }
  .overview_cont table {
    min-width: inherit;
    width: 100%;
  }
  .overview_cont th {
    padding: 15px;
  }
  .overview_cont td {
    padding: 15px 20px 15px 0;
  }
  .second_visual {
    overflow: hidden;
  }
  .section_history .readmore_center {
    margin-top: 70px;
  }
  .readmore_wrap {
    display: flex;
    justify-content: center;
  }
  .readmore_wrap_flex {
    width: auto;
  }
  .overview_bg {
    height: 60vw;
    background: url("../images/overview_bg_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}
@media(max-width: 767px) {
  .history_inner {
    padding: 0 20px 0 50px;
  }
  .overview_inner, .map_inner {
    padding: 0 20px;
  }
  .history_cont dt {
    margin-bottom: 10px;
  }
  .map_img iframe {
    height: 350px;
  }
  .history_cont_inner::after {
    left: -23px;
  }
  .history_cont dl {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}
@media(max-width: 767px) {
  .feature_col {
    width: auto;
    margin: 0 0px 60px;
  }
  .feature_col_figure {
    width: 76%;
    margin: 0 auto 40px;
  }
  .feature_col_hdr h4 {
    font-size: 24px;
  }
  .feature_col_hdr p {
    font-size: 18px;
  }
  .feature_col_hdr h4 span {
    margin: 0px -1px;
  }
}

/* .member {
	display: block;
} */</pre></body></html>