<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*レスポンシブ*/
/*レスポンシブ*/
/*ホバー時のミックスイン01*/
/*//ホバー時のミックスイン01*/
/*1行表示（2行目以降省略）*/
/*//1行表示（2行目以降省略）*/
/*2行表示（3行目以降省略）*/
/*//2行表示（3行目以降省略）*/
/*3行表示（4行目以降省略）*/
/*//3行表示（4行目以降省略）*/
.secSrv01 {
  max-width: 950px;
  padding: 0 15px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 767px) {
  .secSrv01 {
    padding: 0 4vw;
    margin: 30px auto 75px;
  }
}
.secSrv01__tit01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.secSrv01__tit01 .-jpName {
  font-size: 28px;
  font-weight: bold;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .secSrv01__tit01 .-jpName {
    width: 100%;
    font-size: 24px;
  }
}
.secSrv01__tit01 .-enName {
  font-size: 21px;
  color: #0057AA;
}
@media screen and (max-width: 767px) {
  .secSrv01__tit01 .-enName {
    width: 100%;
    font-size: 14px;
  }
}
.secSrv01__stit01 {
  font-size: 1.8rem;
  color: #999;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .secSrv01__stit01 {
    font-size: 16px;
  }
}
.secSrv01__txt01 {
  font-size: 1.4rem;
  margin-bottom: 2em;
}
.secSrv01__ul01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.secSrv01__ul01 &gt; li {
  width: 48.4%;
  max-width: 445px;
  margin: 0 0 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media screen and (max-width: 767px) {
  .secSrv01__ul01 &gt; li {
    width: 100%;
  }
}
.secSrv01__ul01 &gt; li .-stit01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0.1em 0;
}
@media screen and (max-width: 767px) {
  .secSrv01__ul01 &gt; li .-stit01 {
    margin: 0;
  }
}
.secSrv01__ul01 &gt; li .-txt01 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin: 0.25em 0;
  font-size: 1.4rem;
  margin: 0.1em 0;
}
@media screen and (max-width: 767px) {
  .secSrv01__ul01 &gt; li .-txt01 {
    margin: 0;
  }
}
.secSrv01__ul01 &gt; li .-img01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.secSrv01__ul01 &gt; li.-dummyLi {
  position: relative;
  width: 48.4%;
  padding-top: 27.19%;
}
.secSrv01__ul01 &gt; li.-dummyLi img {
  width: 80%;
  max-width: 353px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .secSrv01__ul01 &gt; li:last-child:nth-child(odd) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .secSrv01__ul01 &gt; li:last-child {
    display: none;
  }
}
.secSrv01__sec01 {
  width: 100%;
  padding: 20px 30px 30px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .secSrv01__sec01 {
    padding: 4vw;
  }
}
.secSrv01__sec01__tit01 {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.secSrv01__sec01__ul01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .secSrv01__sec01__ul01 {
    display: block;
    overflow-x: auto; /* 横スクロールを表示 */
    white-space: nowrap; /* 子要素を横に並べる */
  }
}
.secSrv01__sec01__ul01 &gt; li {
  width: 31.4%;
  max-width: 270px;
  margin: 0 2.9% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.secSrv01__sec01__ul01 &gt; li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .secSrv01__sec01__ul01 &gt; li {
    display: inline-block;
    width: 250px;
    margin-right: 15px;
    white-space: normal;
  }
}
.secSrv01__sec01__ul01 &gt; li .-stit01 {
  font-size: 1.8rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .secSrv01__sec01__ul01 &gt; li .-stit01 {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.secSrv01__sec01__ul01 &gt; li .-txt01 {
  font-size: 1.4rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.secSrv01__sec01__ul01 &gt; li .-img01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 0;
  line-height: 0;
}</pre></body></html>