@charset "UTF-8";
.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

.inner1 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

.inner2 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto; }

.inner3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.title-area, .title-area-news {
  background-image: url("../images/page-title.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
  text-align: center;
  height: 160px;
  display: grid;
  place-items: center;
  /* 縦横中央をまとめて指定 */
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .title-area, .title-area-news {
      background-image: url("../images/page-title-sp.webp");
      height: 120px; } }
  @media screen and (max-width: 480px) {
    .title-area, .title-area-news {
      height: 70px; } }
  .title-area h2, .title-area-news h2 {
    font-weight: 400;
    font-size: 3.0rem;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    background-image: none; }
    @media screen and (max-width: 768px) {
      .title-area h2, .title-area-news h2 {
        font-size: 2.6rem; } }
    @media screen and (max-width: 480px) {
      .title-area h2, .title-area-news h2 {
        font-size: 2.4rem; } }

.title-area-news {
  background-image: url("../images/page-title-news.webp"); }

.title-area-sub {
  margin: 1em auto; }
  @media screen and (max-width: 1200px) {
    .title-area-sub {
      text-align: center; } }
  .title-area-sub h2 {
    font-size: 3.0rem;
    line-height: 1.5em; }

.pan {
  width: 1200px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  font-size: 1.4rem; }
  @media screen and (max-width: 1200px) {
    .pan {
      width: 94%; } }
  @media screen and (max-width: 768px) {
    .pan {
      margin: 0 auto 30px; } }
  .pan img {
    width: 12px; }
  .pan .current-page {
    margin-left: 5px;
    color: #444; }
    .pan .current-page:before {
      content: "／"; }

h2, h3 {
  font-weight: 700; }

h3 {
  font-weight: normal;
  font-size: 2.0rem;
  margin-bottom: 0.5em;
  color: #008db7;
  font-weight: 700; }
  h3.des {
    font-size: 2.4rem;
    margin-top: 50px;
    position: relative;
    border-bottom: 1px solid #008db7; }
    @media screen and (max-width: 768px) {
      h3.des {
        font-size: 2.2rem; } }
    @media screen and (max-width: 480px) {
      h3.des {
        font-size: 2.0rem; } }
    h3.des:before {
      position: absolute;
      content: '';
      width: 70%;
      border-bottom: 1px solid #CCC;
      bottom: -1px;
      right: 0; }

.text-center {
  text-align: center; }

.mg-top {
  margin-top: 1em; }

#movie {
  margin-bottom: 8px; }
  #movie .fv {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #movie .fv {
        height: auto; } }
    #movie .fv video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* トリミングしても中央を表示 */ }
      @media screen and (max-width: 768px) {
        #movie .fv video {
          height: auto; } }
    #movie .fv .text-overlay {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: left;
      color: #fff;
      font-weight: 600;
      font-size: 6.0rem;
      line-height: 1.4em;
      text-shadow: 0 2px 6px #002B31; }
      @media screen and (max-width: 768px) {
        #movie .fv .text-overlay {
          font-size: 5.0rem;
          width: 90%;
          text-align: center; } }
      @media screen and (max-width: 480px) {
        #movie .fv .text-overlay {
          font-size: 4.0rem; } }

.index-text-area {
  width: 100%;
  margin: 0 auto 0;
  bottom: 0;
  background-image: url("../images/page-title.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding: 20px 0 20px; }
  @media screen and (max-width: 768px) {
    .index-text-area {
      background-image: url("../images/page-title-sp.webp"); } }
  .index-text-area h2 {
    font-size: 2.6rem;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .index-text-area h2 {
        font-size: 2.2rem; } }
    @media screen and (max-width: 480px) {
      .index-text-area h2 {
        font-size: 2.0rem; } }

.bg-white {
  background-color: #FFF;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .bg-white {
      padding-bottom: 70px; } }
  @media screen and (max-width: 480px) {
    .bg-white {
      padding-bottom: 40px; } }

#index-news, #index-menu, #news-list {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    #index-news, #index-menu, #news-list {
      padding: 70px 0; } }
  @media screen and (max-width: 480px) {
    #index-news, #index-menu, #news-list {
      padding: 40px 0; } }
  #index-news .news-title, #index-menu .news-title, #news-list .news-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 3.2rem;
    color: #008db7;
    display: flex;
    align-items: baseline;
    gap: 0.5em;
    /* News と お知らせの間隔 */ }
    #index-news .news-title span, #index-menu .news-title span, #news-list .news-title span {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-size: 0.5em;
      /* フォントを小さくする */
      color: #000; }
  #index-news .index-news-list, #index-menu .index-news-list, #news-list .index-news-list {
    padding: 15px;
    border-top: 1px solid #AAA;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.0em; }
    #index-news .index-news-list:last-child, #index-menu .index-news-list:last-child, #news-list .index-news-list:last-child {
      border-bottom: 1px solid #AAA; }
    #index-news .index-news-list .date, #index-menu .index-news-list .date, #news-list .index-news-list .date {
      font-size: 1.8rem;
      width: 90px; }
    #index-news .index-news-list .cate, #index-menu .index-news-list .cate, #news-list .index-news-list .cate {
      font-size: 1.4rem;
      width: 130px;
      text-align: center;
      color: #FFF; }
      #index-news .index-news-list .cate .bg-or, #index-menu .index-news-list .cate .bg-or, #news-list .index-news-list .cate .bg-or {
        display: inline-block;
        width: 100%;
        background-color: #ff9300;
        border-radius: 30px; }
      #index-news .index-news-list .cate .bg-gr, #index-menu .index-news-list .cate .bg-gr, #news-list .index-news-list .cate .bg-gr {
        display: inline-block;
        width: 100%;
        background-color: #008db7;
        border-radius: 30px; }
    #index-news .index-news-list .text, #index-menu .index-news-list .text, #news-list .index-news-list .text {
      font-size: 1.6rem;
      width: calc(100% - 260px); }
      #index-news .index-news-list .text a, #index-menu .index-news-list .text a, #news-list .index-news-list .text a {
        /*
                display: flex;
                flex-wrap: wrap;
        */ }
        #index-news .index-news-list .text a:hover, #index-menu .index-news-list .text a:hover, #news-list .index-news-list .text a:hover {
          color: #008db7;
          border-bottom: 1px solid #008db7; }
      @media screen and (max-width: 768px) {
        #index-news .index-news-list .text, #index-menu .index-news-list .text, #news-list .index-news-list .text {
          width: 100%;
          display: block; } }
    #index-news .index-news-list img, #index-menu .index-news-list img, #news-list .index-news-list img {
      width: 15px;
      margin-left: 5px;
      padding-bottom: 5px;
      display: inline-block; }
  #index-news .news-btn, #index-menu .news-btn, #news-list .news-btn {
    text-align: right;
    margin-top: 10px;
    border-top: 1px solid #AAA;
    padding-top: 10px; }
    #index-news .news-btn p, #index-menu .news-btn p, #news-list .news-btn p {
      display: inline-block; }
      #index-news .news-btn p a, #index-menu .news-btn p a, #news-list .news-btn p a {
        display: flex;
        align-items: center;
        color: #111;
        text-decoration: none;
        position: relative;
        padding-right: 1.2em;
        transition: all 0.3s ease; }
        #index-news .news-btn p a img, #index-menu .news-btn p a img, #news-list .news-btn p a img {
          width: 24px;
          margin-left: 6px; }

#news-list {
  padding-top: 0; }
  #news-list .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 30px 0 0;
    border-top: 8px solid #EBEBEB; }
    #news-list .pagination a {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 2em;
      height: 2em;
      border-bottom: 2px solid #f2f2f2;
      color: #333;
      text-decoration: none; }
    #news-list .pagination .current a {
      border-bottom: 2px solid #008db7;
      pointer-events: none; }
  #news-list .index-news-list {
    /*&:last-child{
      border-bottom: 8px solid #EBEBEB;
    }*/ }
    #news-list .index-news-list:first-child {
      border-top: 8px solid #EBEBEB; }

#index-menu {
  background-color: rgba(0, 141, 183, 0.1); }
  #index-menu .index-menu-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #index-menu .index-menu-box .index-menu-box-info {
      font-size: 2.0rem;
      width: 30%;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 768px) {
        #index-menu .index-menu-box .index-menu-box-info {
          width: 100%;
          margin-bottom: 60px;
          font-size: 1.6rem; }
          #index-menu .index-menu-box .index-menu-box-info:last-child {
            margin-bottom: 30px; } }
      #index-menu .index-menu-box .index-menu-box-info figure {
        margin-bottom: -20px; }
      #index-menu .index-menu-box .index-menu-box-info p {
        position: absolute;
        z-index: 1;
        width: 100%; }

#registration {
  margin: 100px auto 100px;
  width: 90%;
  max-width: 1200px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #registration {
      margin: 80px auto 80px;
      text-align: left; } }
  @media screen and (max-width: 480px) {
    #registration {
      margin: 60px auto 60px; } }
  #registration figure {
    width: 90%;
    max-width: 420px;
    margin: 0 auto 10px; }

.menu-nav {
  position: static;
  width: 80%;
  margin: 0 auto 10px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 1.0em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #008DB7;
  padding: 0.2em 1.0em;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  text-shadow: none; }
  @media screen and (max-width: 768px) {
    .menu-nav {
      width: 260px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 480px) {
    .menu-nav {
      width: 220px; } }
  .menu-nav img {
    width: 32px; }

#company, #privacy, #error, #service, #service2, #service3, #works, #works2, #news-detail, #re-mant, #greetings, #re-mant-sp {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #company, #privacy, #error, #service, #service2, #service3, #works, #works2, #news-detail, #re-mant, #greetings, #re-mant-sp {
      margin-bottom: 80px; } }
  @media screen and (max-width: 480px) {
    #company, #privacy, #error, #service, #service2, #service3, #works, #works2, #news-detail, #re-mant, #greetings, #re-mant-sp {
      margin-bottom: 60px; } }

#greetings {
  background-color: #e5f3f8;
  padding: 100px 0;
  /*
    .inner2{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  */
  /*
    .message{
      width: calc(100% - 240px);
    }
    .photo{
      width: 200px;
      @include tbt {
        width: 100%;
      }
    }
  */ }
  @media screen and (max-width: 768px) {
    #greetings {
      padding: 80px 0; } }
  @media screen and (max-width: 480px) {
    #greetings {
      padding: 60px 0; } }
  #greetings h3 {
    width: 100%;
    color: #008DB7;
    border-bottom: 1px solid #008DB7;
    margin-bottom: 1em; }
  #greetings .text-r {
    text-align: right;
    margin-top: 1em; }

/*事業内容*/
#service {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    #service {
      width: 100%; } }
  #service h3 {
    font-family: "Poppins", sans-serif;
    color: #008db7;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    font-weight: normal; }
    #service h3::before {
      content: "▷";
      /* 三角矢印 */
      margin-right: 0.5em;
      /* テキストとの余白 */
      font-size: 0.9em;
      /* 矢印のサイズ調整 */
      color: #008db7;
      /* テキストと同じ色 */ }
    @media screen and (max-width: 480px) {
      #service h3 {
        font-size: 2.0rem; } }
  #service .service-box1 {
    margin-bottom: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      #service .service-box1 {
        margin-bottom: 40px; } }
    @media screen and (max-width: 480px) {
      #service .service-box1 {
        margin-bottom: 30px; } }
    #service .service-box1 .box1-left {
      width: 45%;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        #service .service-box1 .box1-left {
          width: 100%; } }
      #service .service-box1 .box1-left .subTitle {
        font-weight: 500;
        font-size: 2.0rem;
        margin-bottom: 1em; }
        @media screen and (max-width: 768px) {
          #service .service-box1 .box1-left .subTitle {
            font-size: 2.2rem;
            line-height: 1.3em; } }
    #service .service-box1 figure {
      width: 50%; }
      @media screen and (max-width: 768px) {
        #service .service-box1 figure {
          width: 95%;
          padding-top: 40px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 480px) {
        #service .service-box1 figure {
          padding-top: 30px; } }
      #service .service-box1 figure img {
        filter: drop-shadow(-100px -50px 0px #e5f3f8); }
        @media screen and (max-width: 768px) {
          #service .service-box1 figure img {
            filter: drop-shadow(-5% -5% 0px #e5f3f8); } }
  #service .btnArea {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 50px;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #service .btnArea {
        margin-bottom: 40px; } }
    @media screen and (max-width: 480px) {
      #service .btnArea {
        margin-bottom: 30px; } }
    #service .btnArea .btn {
      width: 48%;
      margin-bottom: 2%;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #service .btnArea .btn {
          width: 100%;
          text-align: left; } }
      #service .btnArea .btn a {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        padding: 5px 20px;
        background: #FFF;
        text-decoration: none;
        border-radius: 30px;
        transition: background 0.3s ease;
        box-sizing: border-box;
        border: 1px solid #008db7; }
        #service .btnArea .btn a:hover {
          background: rgba(0, 141, 183, 0.2); }
        #service .btnArea .btn a::before {
          content: "";
          display: inline-block;
          margin-right: 8px;
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 8px solid #008db7;
          /* ← 矢印の色（白） */ }
        @media screen and (max-width: 768px) {
          #service .btnArea .btn a {
            justify-content: flex-start; } }
  #service .service-box2 .box2-container {
    counter-reset: box2-counter;
    /* カウンター初期化 */ }
    #service .service-box2 .box2-container .box2-in {
      margin: 50px auto; }
      #service .service-box2 .box2-container .box2-in:first-of-type {
        margin-top: 0; }
      #service .service-box2 .box2-container .box2-in:last-of-type {
        margin-bottom: 0; }
      #service .service-box2 .box2-container .box2-in .box2-in-left {
        position: relative;
        width: 360px;
        height: 280px;
        background: linear-gradient(to bottom, #008DB7, #18BBEB);
        background-repeat: no-repeat;
        background-size: 100% 280px;
        background-position: top left;
        box-sizing: border-box;
        padding: 30px 0 0 30px;
        overflow: hidden;
        margin-bottom: 20px;
        font-size: 2.2rem;
        line-height: 1.4em;
        counter-increment: box2-counter;
        /* カウンターをインクリメント */ }
        @media screen and (max-width: 768px) {
          #service .service-box2 .box2-container .box2-in .box2-in-left {
            width: 70%;
            height: 180px;
            font-size: 2.5rem;
            line-height: 1.3em;
            background-size: 100% 100%;
            padding: 50px 0 0 30px; } }
        @media screen and (max-width: 480px) {
          #service .service-box2 .box2-container .box2-in .box2-in-left {
            width: 75%;
            height: 130px;
            font-size: 2.2rem;
            line-height: 1.3em;
            background-size: 100% 100%;
            padding: 8vw 0 0 5%; } }
        #service .service-box2 .box2-container .box2-in .box2-in-left::before {
          font-family: "Poppins", sans-serif;
          content: counter(box2-counter);
          /* 自動で番号を表示 */
          position: absolute;
          top: 0;
          left: 5px;
          font-weight: 500;
          font-size: 14rem;
          line-height: 0.9em;
          color: rgba(255, 255, 255, 0.15);
          z-index: 0;
          pointer-events: none;
          font-style: italic; }
          @media screen and (max-width: 768px) {
            #service .service-box2 .box2-container .box2-in .box2-in-left::before {
              font-size: 15rem; } }
          @media screen and (max-width: 768px) {
            #service .service-box2 .box2-container .box2-in .box2-in-left::before {
              font-size: 13rem; } }
        #service .service-box2 .box2-container .box2-in .box2-in-left .textArea {
          width: 13em;
          color: #fff;
          position: relative;
          z-index: 1; }
          @media screen and (max-width: 768px) {
            #service .service-box2 .box2-container .box2-in .box2-in-left .textArea {
              width: 95%; } }
        #service .service-box2 .box2-container .box2-in .box2-in-left figure {
          position: absolute;
          bottom: 0;
          right: 0;
          box-sizing: border-box;
          margin-top: 10px; }
          @media screen and (max-width: 768px) {
            #service .service-box2 .box2-container .box2-in .box2-in-left figure {
              width: 50%; } }
          #service .service-box2 .box2-container .box2-in .box2-in-left figure.img-1 {
            width: 60%; }
            @media screen and (max-width: 768px) {
              #service .service-box2 .box2-container .box2-in .box2-in-left figure.img-1 {
                width: 30vw;
                right: 20px;
                bottom: -7vw; } }
          #service .service-box2 .box2-container .box2-in .box2-in-left figure.img-2 {
            width: 70%; }
            @media screen and (max-width: 768px) {
              #service .service-box2 .box2-container .box2-in .box2-in-left figure.img-2 {
                width: 34vw;
                right: 20px;
                bottom: -6vw; } }
          #service .service-box2 .box2-container .box2-in .box2-in-left figure.img-3 {
            width: 40%; }
            @media screen and (max-width: 768px) {
              #service .service-box2 .box2-container .box2-in .box2-in-left figure.img-3 {
                width: 20vw;
                right: 20px;
                bottom: -6vw; } }
          #service .service-box2 .box2-container .box2-in .box2-in-left figure.img-4 {
            width: 60%; }
            @media screen and (max-width: 768px) {
              #service .service-box2 .box2-container .box2-in .box2-in-left figure.img-4 {
                width: 32vw;
                right: 20px;
                bottom: -6vw; } }
      #service .service-box2 .box2-container .box2-in .box2-in-right {
        width: calc(100% - 420px);
        line-height: 1.5em; }
        @media screen and (max-width: 768px) {
          #service .service-box2 .box2-container .box2-in .box2-in-right {
            width: 100%; } }
        #service .service-box2 .box2-container .box2-in .box2-in-right .title {
          color: #008db7;
          display: flex;
          align-items: center;
          font-weight: 700;
          font-size: 1.8rem;
          margin-bottom: 5px; }
          #service .service-box2 .box2-container .box2-in .box2-in-right .title::before {
            content: "▷";
            /* 三角矢印 */
            margin-right: 0.5em;
            /* テキストとの余白 */
            font-size: 0.9em;
            /* 矢印のサイズ調整 */
            color: #008db7;
            /* テキストと同じ色 */ }
        #service .service-box2 .box2-container .box2-in .box2-in-right .text {
          margin-bottom: 15px;
          padding-bottom: 15px;
          border-bottom: 1px dotted #999; }
        #service .service-box2 .box2-container .box2-in .box2-in-right ul li {
          list-style: disc;
          margin-left: 2em; }

#service2 {
  background-color: rgba(0, 141, 183, 0.1);
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    #service2 {
      padding: 80px 0; } }
  @media screen and (max-width: 480px) {
    #service2 {
      padding: 60px 0; } }
  #service2 .service2-box .textArea {
    width: 45%;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      #service2 .service2-box .textArea {
        width: 100%;
        margin-bottom: 30px; } }
    #service2 .service2-box .textArea h3 {
      color: #008db7;
      font-size: 2.2rem;
      display: flex;
      align-items: center;
      margin-bottom: 1em; }
      #service2 .service2-box .textArea h3::before {
        content: "▷";
        /* 三角矢印 */
        margin-right: 0.5em;
        /* テキストとの余白 */
        font-size: 0.9em;
        /* 矢印のサイズ調整 */
        color: #008db7;
        /* テキストと同じ色 */ }
      @media screen and (max-width: 480px) {
        #service2 .service2-box .textArea h3 {
          font-size: 2.0rem; } }
    #service2 .service2-box .textArea .subTitle {
      font-weight: 500;
      font-size: 2.0rem;
      margin-bottom: 1em; }
      @media screen and (max-width: 480px) {
        #service2 .service2-box .textArea .subTitle {
          font-size: 1.8rem; } }

/*スリックスライド用*/
.slick-slider-wrap {
  position: relative;
  width: 45%;
  /* 画面幅の90%に自動調整 */
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .slick-slider-wrap {
    width: 100%;
    /* 画面幅の90%に自動調整 */ } }
.slick-slider img {
  width: 100%;
  /* スライダー幅に合わせる */
  height: auto;
  /* 高さは自動 */
  display: block; }

/* デフォルト矢印をリセット */
/* slick-theme.css の矢印を強制的に上書き */
.slick-prev:before,
.slick-next:before {
  content: none !important;
  /* ← これで消える */ }

/* カスタム矢印ボタン */
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%); }

/* それぞれの矢印（自作する） */
.slick-prev::after,
.slick-next::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  /* 白矢印 */
  border-right: 2px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* 左矢印（←） */
.slick-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg); }

/* 右矢印（→） */
.slick-next::after {
  transform: translate(-50%, -50%) rotate(45deg); }

/* 配置 */
.slick-prev {
  left: -15px; }

.slick-next {
  right: -15px; }

@media (max-width: 768px) {
  .slick-prev {
    left: -10px; }

  .slick-next {
    right: -10px; }

  .slick-prev,
  .slick-next {
    width: 20px;
    height: 20px; }

  .slick-prev::after,
  .slick-next::after {
    width: 6px;
    height: 6px; } }
.slick-prev,
.slick-next {
  background: #000 !important;
  /* 常に黒背景 */
  opacity: 1 !important;
  /* slickの半透明も無効化 */ }

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: #000 !important;
  /* hoverでも変化させない */
  opacity: 1 !important; }

#service3 .service3-box {
  width: 47%; }
  @media screen and (max-width: 768px) {
    #service3 .service3-box {
      width: 100%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    #service3 .service3-box {
      margin-bottom: 30px; } }
  #service3 .service3-box h3 {
    font-weight: 400;
    font-size: 2.2rem;
    color: #008db7;
    border-bottom: 2px solid #008db7;
    margin-bottom: 0; }
  #service3 .service3-box p {
    border-bottom: 1px dotted #999;
    padding: 6px 0; }
    @media screen and (max-width: 768px) {
      #service3 .service3-box p {
        padding: 6px 1em; } }

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/*事例*/
#works h3 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #008db7;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 1em; }
  #works h3::before {
    content: "▷";
    /* 三角矢印 */
    margin-right: 0.5em;
    /* テキストとの余白 */
    font-size: 0.9em;
    /* 矢印のサイズ調整 */
    color: #008db7;
    /* テキストと同じ色 */ }
  @media screen and (max-width: 480px) {
    #works h3 {
      font-size: 2.0rem; } }
#works .works-box1 {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  @media screen and (max-width: 768px) {
    #works .works-box1 {
      gap: 10px; } }
  @media screen and (max-width: 480px) {
    #works .works-box1 {
      gap: 5px; } }
  #works .works-box1 .box {
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
    border: 1px solid #008db7;
    padding: 25px 28px;
    display: flex;
    flex-direction: column;
    line-height: 1.5em;
    /* 説明文は単純に上から積む */ }
    @media screen and (max-width: 768px) {
      #works .works-box1 .box {
        flex: 1 1 calc(50% - 15px);
        padding: 22px 25px; } }
    @media screen and (max-width: 480px) {
      #works .works-box1 .box {
        flex: 1 1 calc(50% - 10px);
        padding: 20px 12px;
        line-height: 1.4em; } }
    #works .works-box1 .box .icon {
      width: 50px;
      margin: 0 auto 15px; }
    #works .works-box1 .box .subText {
      text-align: center;
      font-weight: 700;
      color: #008db7;
      font-size: 2.0rem;
      margin-bottom: 0.5em;
      /* 縦中央に揃える */
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 3em;
      /* 高さはお好みで調整 */ }
    #works .works-box1 .box p:not(.subText) {
      margin-top: 0; }
#works .works-box2 {
  align-items: flex-start;
  justify-content: space-between; }
  #works .works-box2 h4 {
    font-size: 2.0rem;
    width: 280px;
    padding: 5px 10px;
    text-align: center;
    background-color: #008db7;
    color: #FFF;
    box-sizing: border-box;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      #works .works-box2 h4 {
        margin-left: -6%;
        font-size: 1.8rem; } }
    @media screen and (max-width: 480px) {
      #works .works-box2 h4 {
        font-size: 1.6rem;
        width: 260px;
        margin-bottom: 10px; } }
  #works .works-box2 p {
    width: calc(100% - 310px); }
    @media screen and (max-width: 768px) {
      #works .works-box2 p {
        width: 100%; } }

#works2 {
  background-color: rgba(0, 141, 183, 0.1);
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    #works2 {
      padding: 80px 0; } }
  @media screen and (max-width: 480px) {
    #works2 {
      padding: 60px 0; } }
  #works2 h3 {
    font-weight: 700;
    font-size: 1.2em; }
  #works2 .works2-box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    /* ← 列間のスペースを等間隔で */ }
    #works2 .works2-box h4 {
      margin-top: 8px;
      color: #008db7;
      font-weight: 700;
      font-size: 1.8rem; }
      @media screen and (max-width: 480px) {
        #works2 .works2-box h4 {
          font-size: 1.6rem; } }
    #works2 .works2-box .box {
      width: calc((100% - 80px) / 3);
      /* 3列時（gap 30px × 2 を引いて割る） */
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #works2 .works2-box .box {
          width: calc((100% - 40px) / 2);
          /* タブレットは2列 */ } }
      @media screen and (max-width: 480px) {
        #works2 .works2-box .box {
          width: 100%;
          /* スマホは1列 */ } }

/*リモートメンテナンス*/
#re-mant {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  #re-mant .text-area {
    width: 40%;
    font-size: 2.0rem; }
    @media screen and (max-width: 768px) {
      #re-mant .text-area {
        width: 100%; } }
    #re-mant .text-area h3 {
      font-weight: 700; }
  #re-mant figure {
    width: 55%; }
    @media screen and (max-width: 768px) {
      #re-mant figure {
        width: 100%;
        margin: 2em auto 0; } }
    @media screen and (max-width: 480px) {
      #re-mant figure {
        width: 100%; } }

#re-mant-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    #re-mant-sp {
      display: block; }
      #re-mant-sp .text-area {
        border: 1px solid #ff0004;
        width: 100%;
        max-width: 500px;
        box-sizing: border-box;
        padding: 1.5em;
        color: #ff0004;
        margin: 0 auto; } }

/*会社概要*/
#company h3 {
  font-size: 2.0rem;
  color: #008DB7;
  font-weight: normal;
  margin-bottom: 0.3em; }
#company dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  border-top: 1px solid #008db7;
  border-bottom: 1px solid #008db7; }
  @media screen and (max-width: 768px) {
    #company dl {
      margin-bottom: 60px; } }
  @media screen and (max-width: 480px) {
    #company dl {
      margin-bottom: 40px; } }
  #company dl dt {
    font-weight: normal;
    width: 12em;
    padding: 10px 0;
    border-top: 1px dotted #CCC;
    background-color: #e5f3f8;
    text-align: center; }
    #company dl dt:first-child {
      border-top: none; }
    @media screen and (max-width: 768px) {
      #company dl dt {
        width: 10em;
        padding: 6px 0; } }
    @media screen and (max-width: 480px) {
      #company dl dt {
        width: 7em; } }
  #company dl dd {
    width: calc(100% - 12em);
    padding: 10px 0 10px 1em;
    border-top: 1px dotted #CCC;
    box-sizing: border-box; }
    #company dl dd:nth-child(2) {
      border-top: none; }
    @media screen and (max-width: 768px) {
      #company dl dd {
        padding: 6px 0 6px 1em;
        width: calc(100% - 10em); } }
    @media screen and (max-width: 480px) {
      #company dl dd {
        width: calc(100% - 7em);
        padding-right: 1em; } }
#company #access h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #008db7; }
#company #access .map {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    #company #access .map {
      width: 100%; } }
  #company #access .map iframe {
    width: 100%;
    height: 500px; }
    @media screen and (max-width: 768px) {
      #company #access .map iframe {
        height: 360px; } }
    @media screen and (max-width: 480px) {
      #company #access .map iframe {
        height: 300px; } }

/*個人情報保護法*/
#privacy h3 {
  font-size: 2.0rem;
  color: #111;
  margin-bottom: 15px;
  margin-top: 2em;
  position: relative;
  text-decoration: underline; }
#privacy ul {
  margin: 1em 0 0; }
  #privacy ul li {
    list-style: disc;
    margin-left: 2.0em; }
#privacy ol {
  margin: 3em 0; }
  #privacy ol li {
    list-style: decimal;
    margin-top: 2em;
    margin-left: 2.0em; }
#privacy .remote-img {
  width: 90%;
  max-width: 300px; }

#error dl {
  margin: 2em auto 0;
  padding: 2em;
  background-color: #F4F4F4; }

/*お知らせ一覧*/
#news-cate-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px; }
  #news-cate-nav p {
    margin: 5px;
    width: 16%; }
    @media screen and (max-width: 768px) {
      #news-cate-nav p {
        width: 25%; } }
    #news-cate-nav p a {
      display: inline-block;
      width: 100%;
      box-sizing: border-box;
      padding: 5px 1em;
      font-size: 1.0em;
      border-radius: 30px;
      color: #FFF;
      text-align: center; }
      #news-cate-nav p a.bg-bk {
        background-color: #000; }
      #news-cate-nav p a.bg-pl {
        background-color: #273e7b; }
      #news-cate-nav p a.bg-bl {
        background-color: #008db7; }
      #news-cate-nav p a.bg-gr {
        background-color: #18943b; }
      #news-cate-nav p a.bg-or {
        background-color: #ff9300; }

@media screen and (max-width: 1200px) {
  .space {
    padding-left: 1em;
    padding-right: 1em; } }
