@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: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inner3 {
      width: 100%; } }

.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: none; }
  .title-area-news h2 {
    color: #111;
    text-shadow: none; }

.title-area-sub {
  margin: 1em auto; }
  .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: #11A9ED; }
  h3.des {
    font-size: 2.4rem;
    margin-top: 50px;
    position: relative;
    border-bottom: 1px solid #11A9ED; }
    @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: 2em; }

#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 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-size: 6.0rem;
      line-height: 1.4em;
      text-shadow: 0 2px 4px #002B31; }
      @media screen and (max-width: 768px) {
        #movie .fv .text-overlay {
          font-size: 5.0rem;
          width: 100%; } }
      @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/top-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/top-title-sp.webp"); } }
  .index-text-area h2 {
    font-weight: 400;
    font-size: 2.8rem; }
    @media screen and (max-width: 768px) {
      .index-text-area h2 {
        font-size: 2.4rem; } }
    @media screen and (max-width: 480px) {
      .index-text-area h2 {
        font-size: 2.2rem; } }

#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: #11A9ED;
    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: #11A9ED;
        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: #11A9ED;
          border-bottom: 1px solid #11A9ED; }
      @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 #228b22;
      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: #EAFCFF; }
  #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%; }

.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: #11A9ED;
  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: 480px) {
    .menu-nav {
      font-size: 1.0em; } }
  .menu-nav img {
    width: 32px; }

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

#greetings {
  background-color: #EAFCFF;
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    #greetings {
      padding: 80px 0; } }
  @media screen and (max-width: 480px) {
    #greetings {
      padding: 60px 0; } }
  #greetings .inner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #greetings h3 {
    width: 100%;
    color: #11A9ED;
    border-bottom: 1px solid #11A9ED;
    margin-bottom: 1em; }
  #greetings .text-r {
    text-align: right;
    margin-top: 1em; }
  #greetings .message {
    width: calc(100% - 240px); }
    @media screen and (max-width: 768px) {
      #greetings .message {
        width: 100%; } }
    #greetings .message figure {
      display: none; }
      @media screen and (max-width: 768px) {
        #greetings .message figure {
          display: block;
          width: 300px;
          margin: 0 auto 20px; } }
      @media screen and (max-width: 768px) {
        #greetings .message figure {
          width: 240px;
          margin: 0 auto 20px; } }
  #greetings .photo {
    width: 200px; }
    @media screen and (max-width: 768px) {
      #greetings .photo {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      #greetings .photo figure {
        display: none; } }

/*事業内容*/
#service h3 {
  font-family: "Poppins", sans-serif;
  color: #11A9ED;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 1em; }
  #service h3::before {
    content: "▷";
    /* 三角矢印 */
    margin-right: 0.5em;
    /* テキストとの余白 */
    font-size: 0.9em;
    /* 矢印のサイズ調整 */
    color: #11A9ED;
    /* テキストと同じ色 */ }
  @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; } }
  #service .service-box1 figure {
    width: 50%; }
    @media screen and (max-width: 768px) {
      #service .service-box1 figure {
        width: 90%;
        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 #EAFCFF); }
      @media screen and (max-width: 768px) {
        #service .service-box1 figure img {
          filter: drop-shadow(-5% -5% 0px #EAFCFF); } }
#service .btnArea, #service .btnArea1 {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    #service .btnArea, #service .btnArea1 {
      margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    #service .btnArea, #service .btnArea1 {
      margin-bottom: 30px; } }
  #service .btnArea .btn, #service .btnArea1 .btn {
    width: 48%;
    margin-bottom: 2%;
    text-align: left; }
    @media screen and (max-width: 480px) {
      #service .btnArea .btn, #service .btnArea1 .btn {
        width: 49%; } }
    #service .btnArea .btn a, #service .btnArea1 .btn a {
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      padding: 5px 30px;
      background: #FFF;
      text-decoration: none;
      border-radius: 30px;
      transition: background 0.3s ease;
      box-sizing: border-box;
      border: 1px solid #11A9ED; }
      @media screen and (max-width: 480px) {
        #service .btnArea .btn a, #service .btnArea1 .btn a {
          padding: 5px 15px; } }
      #service .btnArea .btn a:hover, #service .btnArea1 .btn a:hover {
        background: #EAFCFF; }
      #service .btnArea .btn a::before, #service .btnArea1 .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 #11A9ED;
        /* ← 矢印の色（白） */ }
@media screen and (max-width: 768px) {
  #service .btnArea1 {
    text-align: left; } }
#service .btnArea1 .btn {
  width: 48%;
  margin-bottom: 2%; }
  @media screen and (max-width: 768px) {
    #service .btnArea1 .btn {
      width: 100%; } }
  #service .btnArea1 .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: 390px;
      background: linear-gradient(to bottom, #11A9ED, #B9F8E9);
      background-repeat: no-repeat;
      background-size: 90% 280px;
      background-position: top left;
      box-sizing: border-box;
      padding: 20px 0 0 20px;
      overflow: hidden;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        #service .service-box2 .box2-container .box2-in .box2-in-left {
          width: 95%;
          background-size: 80% 42vw; } }
      #service .service-box2 .box2-container .box2-in .box2-in-left .textArea {
        width: 12em;
        color: #fff;
        position: relative;
        z-index: 1;
        font-size: 2.2rem; }
        @media screen and (max-width: 768px) {
          #service .service-box2 .box2-container .box2-in .box2-in-left .textArea {
            width: 70%; } }
      #service .service-box2 .box2-container .box2-in .box2-in-left figure {
        width: 100%;
        padding-left: 15%;
        box-sizing: border-box;
        margin-top: 20px; }
    #service .service-box2 .box2-container .box2-in .box2-in-right {
      width: calc(100% - 430px);
      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: #11A9ED;
        display: flex;
        /*align-items: center;*/
        font-weight: 700;
        font-size: 1.8rem;
        margin-bottom: 15px; }
        #service .service-box2 .box2-container .box2-in .box2-in-right .title::before {
          content: "▷";
          /* 三角矢印 */
          margin-right: 0.5em;
          /* テキストとの余白 */
          font-size: 0.9em;
          /* 矢印のサイズ調整 */
          color: #11A9ED;
          /* テキストと同じ色 */
          margin-top: 3px; }
      #service .service-box2 .box2-container .box2-in .box2-in-right .text {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #999; }

#service2 {
  background-color: #EAFCFF;
  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: #11A9ED;
      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: #11A9ED;
        /* テキストと同じ色 */ }
      @media screen and (max-width: 480px) {
        #service2 .service2-box .textArea h3 {
          font-size: 2.0rem; } }
    #service2 .service2-box .textArea .subTitle {
      font-weight: 700;
      font-size: 2.0rem;
      margin-bottom: 1em; }
      @media screen and (max-width: 768px) {
        #service2 .service2-box .textArea .subTitle {
          font-size: 2.2rem; } }

#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: 700;
    font-size: 1.8rem;
    color: #11A9ED;
    border-bottom: 1px solid #11A9ED; }
  #service3 .service3-box p {
    border-bottom: 1px dotted #999;
    padding: 10px 0; }

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

/*事例*/
#works h3, #works2 h3 {
  font-family: "Poppins", sans-serif;
  color: #11A9ED;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 1em; }
  #works h3::before, #works2 h3::before {
    content: "▷";
    /* 三角矢印 */
    margin-right: 0.5em;
    /* テキストとの余白 */
    font-size: 0.9em;
    /* 矢印のサイズ調整 */
    color: #11A9ED;
    /* テキストと同じ色 */ }
  @media screen and (max-width: 480px) {
    #works h3, #works2 h3 {
      font-size: 2.0rem; } }
#works h4, #works2 h4 {
  background-color: #11A9ED;
  border-radius: 30px;
  text-align: center;
  margin: 0 0 30px;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8em;
  padding: 5px 0; }
  @media screen and (max-width: 768px) {
    #works h4, #works2 h4 {
      border-radius: 0; } }
  @media screen and (max-width: 480px) {
    #works h4, #works2 h4 {
      font-size: 2.2rem; } }
#works .title1, #works2 .title1 {
  font-weight: 500;
  font-size: 2.2rem;
  margin: 0.5em 0; }
#works .sub-title1, #works2 .sub-title1 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid #11A9ED;
  display: flex;
  justify-content: space-between;
  position: relative; }
  #works .sub-title1 figure.swp2, #works2 .sub-title1 figure.swp2 {
    display: none; }
    @media screen and (max-width: 768px) {
      #works .sub-title1 figure.swp2, #works2 .sub-title1 figure.swp2 {
        display: block;
        position: absolute;
        top: -10px;
        right: 5%;
        display: flex;
        align-items: center;
        font-weight: 500;
        color: #11A9ED; }
        #works .sub-title1 figure.swp2 img, #works2 .sub-title1 figure.swp2 img {
          width: 36px; } }
#works .table-area, #works2 .table-area {
  /*border-top: 2px solid #11A9ED;*/
  border-bottom: 2px solid #11A9ED; }
  #works .table-area .souryou, #works2 .table-area .souryou {
    height: auto; }
    #works .table-area .souryou table, #works2 .table-area .souryou table {
      width: 100%;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #works .table-area .souryou table, #works2 .table-area .souryou table {
          width: 1024px; } }
      #works .table-area .souryou table .tb-title, #works2 .table-area .souryou table .tb-title {
        font-weight: normal;
        font-size: 1.8rem;
        line-height: 1.4em;
        color: #11A9ED; }
      #works .table-area .souryou table .title, #works2 .table-area .souryou table .title {
        font-weight: 500;
        font-size: 2.2rem;
        line-height: 1.4em;
        color: #11A9ED;
        text-align: left;
        padding-left: 0.6em; }
      #works .table-area .souryou table th, #works2 .table-area .souryou table th {
        border-bottom: 2px solid #11A9ED;
        text-align: center;
        padding: 10px 3px;
        box-sizing: border-box;
        font-weight: normal;
        font-size: 1.8rem; }
        @media screen and (max-width: 768px) {
          #works .table-area .souryou table th, #works2 .table-area .souryou table th {
            padding: 6px 3px; } }
      #works .table-area .souryou table td, #works2 .table-area .souryou table td {
        border-bottom: 1px dotted #DDD;
        text-align: center;
        padding: 10px 3px;
        box-sizing: border-box;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          #works .table-area .souryou table td, #works2 .table-area .souryou table td {
            padding: 6px 3px; } }
        #works .table-area .souryou table td.text-left, #works2 .table-area .souryou table td.text-left {
          text-align: left;
          padding-left: 1em; }
        #works .table-area .souryou table td.border-none, #works2 .table-area .souryou table td.border-none {
          border-bottom: none; }
#works .works-box2, #works2 .works-box2 {
  align-items: flex-start;
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
    #works .works-box2, #works2 .works-box2 {
      margin-bottom: 40px; } }
  #works .works-box2 h5, #works2 .works-box2 h5 {
    font-size: 2.0rem;
    width: 240px;
    padding: 5px 10px;
    text-align: center;
    background-color: #EAFCFF;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #works .works-box2 h5, #works2 .works-box2 h5 {
        font-size: 1.8rem;
        margin-bottom: 15px;
        width: 100%; } }
    @media screen and (max-width: 480px) {
      #works .works-box2 h5, #works2 .works-box2 h5 {
        font-size: 1.6rem;
        width: 100%;
        margin-bottom: 10px; } }
  #works .works-box2 p, #works2 .works-box2 p {
    width: calc(100% - 270px); }
    @media screen and (max-width: 768px) {
      #works .works-box2 p, #works2 .works-box2 p {
        width: 100%; } }

#works {
  padding-top: 20px;
  position: relative; }
  #works figure.swp1 {
    display: none; }
    @media screen and (max-width: 768px) {
      #works figure.swp1 {
        display: block;
        position: absolute;
        top: 0;
        right: 5%;
        display: flex;
        align-items: center;
        font-weight: 500;
        color: #11A9ED; }
        #works figure.swp1 img {
          width: 36px; } }

#works1 table {
  border-bottom: 2px solid #11A9ED;
  width: 40%;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    #works1 table {
      width: 100%; } }
  #works1 table th {
    border-bottom: 2px solid #11A9ED;
    text-align: center;
    padding: 10px 3px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.4em;
    color: #11A9ED; }
    @media screen and (max-width: 768px) {
      #works1 table th {
        padding: 6px 3px; } }
    #works1 table th.title {
      font-weight: 500;
      font-size: 2.2rem;
      text-align: left;
      padding-left: 0.6em; }
  #works1 table td {
    border-bottom: 1px dotted #DDD;
    text-align: center;
    padding: 10px 3px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #works1 table td {
        padding: 6px 3px; } }
    #works1 table td.text-left {
      text-align: left;
      padding-left: 1em; }

#works2 {
  background-color: #EAFCFF;
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    #works2 {
      padding: 80px 0; } }
  @media screen and (max-width: 480px) {
    #works2 {
      padding: 60px 0; } }
  #works2 .works-box2 h5 {
    background-color: #FFF; }

/*会社概要*/
#company h3 {
  font-size: 2.0rem;
  color: #11A9ED;
  font-weight: normal;
  margin-bottom: 0.3em; }
#company dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  border-top: 1px solid #11A9ED;
  border-bottom: 1px solid #11A9ED; }
  @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: #EAFCFF;
    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 {
        width: calc(100% - 10em);
        padding: 6px 0 6px 1em; } }
    @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 #11A9ED; }
#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 {
  text-decoration: underline;
  color: #111;
  font-size: 2.0rem;
  margin-bottom: 15px;
  margin-top: 2em;
  position: relative; }
#privacy ul {
  margin: 1em 0 0; }
  #privacy ul li {
    list-style: disc;
    margin-left: 2.0em; }

#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: #11A9ED; }
      #news-cate-nav p a.bg-or {
        background-color: #ff9300; }

@media screen and (max-width: 768px) {
  .space {
    padding-left: 5%;
    padding-right: 5%; } }
