/* ===================================

  2026/01 修正

====================================== */
/* ===================================

  ヘッダー

====================================== */

#header .c-header-mail a {
  display: block;
  background: url(../images/ico/ico-ig-btn.svg) no-repeat center center/auto 80%;
}
.slicknav_menu > .slicknav_nav > .c-gnav-level > ul > li:nth-child(3) {
  top: 260px !important;
}
.slicknav_menu > .slicknav_nav > .c-gnav-level > ul > li:nth-child(4) {
  top: 463px !important;
}
.slicknav_menu > .slicknav_nav > .c-gnav-level > ul > li:nth-child(5) {
  top: 515px !important;
}


/* ===================================

  フッター

====================================== */
#footer .l-container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

#footer .c-cell > p {
  font-size: 16px;
  font-weight: 800;
}
#footer .c-cell li {
  font-size: 16px;
}
#footer .l-container:nth-of-type(2) {
  padding: 0;
  margin: 100px auto 0;
  height: auto;
}
#footer .l-container:nth-of-type(2) > p {
  font-size: 16px;
  font-weight: 800;
}
#footer .l-container:nth-of-type(2) .c-flwrap {
  justify-content: flex-start;
}
#footer .l-container:nth-of-type(2) .c-flwrap .c-col2 {
  margin-left: 38px;
}
#footer .l-container:nth-of-type(2) .c-flwrap .c-col3,
#footer .l-container:nth-of-type(2) .c-flwrap .c-col4 {
  display: none !important;
}
#footer .c-footer-copy {
  margin-top: 50px;
}

@media screen and (max-width: 1199px) {
  #footer .l-container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }

  #footer .c-cell > p {
    font-size: 14px;
  }
  #footer .c-cell li {
    font-size: 14px;
  }
  #footer .l-container:nth-of-type(2) {
    padding: 0 30px;
    margin: 80px auto 0;
  }
  #footer .l-container:nth-of-type(2) > p {
    font-size: 14px;
  }
  #footer .l-container:nth-of-type(2) .c-flwrap .c-col2 {
    margin-left: 20px;
  }
  #footer .c-footer-copy {
    margin-top: 40px;
  }
}

@media screen and (max-width: 758px) {
  #footer .l-container:nth-of-type(2) {
    padding: 30px 15px 10px;
    margin: 0 auto;
  }
  #footer .l-container:nth-of-type(2) .c-flwrap .c-col2 {
    margin-left: 0;
    margin-top: 20px;
  }
  #footer .c-footer-copy {
    margin-top: 40px;
  }
}

/* ===================================

  トップページ：メインビジュアル

====================================== */
.main .c-hero .c-hero-ttl-sub {
  margin-top: -1.2em;
}
#home .c-hero {
  padding: 0;
}
#home .c-hero .u-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#home .c-hero .u-en.u-txt-yellow {
  line-height: 1;
  margin: 0;
  font-size: 70px;
  letter-spacing: 0.04em;
}
#home .c-hero .u-en.u-txt-yellow br {
  display: none;
}
#home .c-hero .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 230px;
}
#home .c-hero .btn {
  width: 360px;
}
#home .c-hero .btn + .btn {
  margin-left: 120px;
}
#home .c-hero .btn__link {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #ffe000;
  background-image: url(../images/ico/ico-arrow-right-br.svg);
  background-repeat: no-repeat;
  background-size: 13px 23px;
  background-position: center left 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.08em;
  border: 6px solid #463d1d;
  transition: all 0.5s;
}
#home .c-hero .btn + .btn .btn__link {
  background-color: #fff;
}
#home .c-hero .btn__link:hover {
  color: #463d1d;
  opacity: 0.75;
}

@media screen and (max-width: 1199px) {
  #home .c-hero {
    padding: 0 60px;
  }
  #home .c-hero .u-en.u-txt-yellow {
    line-height: 1.4;
    font-size: 56px;
  }
  #home .c-hero .btns {
    width: 100%;
    margin-top: 160px;
  }
  #home .c-hero .btn {
    width: calc((100% - 60px) / 2);
    max-width: 300px;
  }
  #home .c-hero .btn + .btn {
    margin-left: 60px;
  }
  #home .c-hero .btn__link {
    height: 65px;
    background-size: 11px 21px;
    background-position: center left 30px;
    font-size: 18px;
    border: 5px solid #463d1d;
  }
}

@media screen and (max-width: 758px) {
  #home .c-hero {
    padding: 0 20px;
  }
  #home .c-hero .u-en.u-txt-yellow {
    font-size: 48px;
  }
  #home .c-hero .u-en.u-txt-yellow br {
    display: block;
  }
  #home .c-hero .btns {
    flex-direction: column;
    margin-top: 120px;
  }
  #home .c-hero .btn {
    width: 100%;
    max-width: 300px;
  }
  #home .c-hero .btn + .btn {
    margin-left: 0;
    margin-top: 20px;
  }
  #home .c-hero .btn__link {
    height: 60px;
    background-size: 10px 20px;
    background-position: center left 25px;
    font-size: 16px;
    border: 4px solid #463d1d;
  }
}

/* ===================================

  トップページ：MV下テキスト

====================================== */
#home .main .msg {
  padding: 84px 0 75px;
}
#home .main .msg__txt {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.22;
  text-align: center;
}
#home .main .msg__txt .sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  #home .main .msg {
    padding: 50px 0;
  }
  #home .main .msg__inner {
    padding: 0 30px;
  }
  #home .main .msg__txt {
    font-size: 16px;
  }
  #home .main .msg__txt .sp {
    display: block;
  }
}

@media screen and (max-width: 758px) {
  #home .main .msg {
    padding: 40px 0;
  }
  #home .main .msg__inner {
    padding: 0 15px;
  }
  #home .main .msg__txt {
    font-size: 14px;
  }
  #home .main .msg__txt .sp {
    display: none;
  }
}

/* ===================================

  トップページ：バナー

====================================== */
#home #campaign {
  padding: 120px 0;
}
#home #campaign .container {
  width: 1000px;
  margin: 0 auto;
}
#home #campaign .banner {
  margin-top: 40px;
}
#home #campaign .banner:first-child {
  margin-top: 0;
}
#home #campaign .banners {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
#home #campaign .banners .banner {
  width: calc((100% - 40px) / 2);
  margin-top: 0;
}
#home #campaign .banner__link {
  display: block;
  transition: all 0.5s;
}
#home #campaign .banner__img {
  display: block;
  width: 100%;
}
#home #campaign .banner {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  #home #campaign {
    padding: 60px 0;
  }
  #home #campaign .container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
  #home #campaign .banner {
    margin-top: 30px;
  }
  #home #campaign .banners {
    margin-top: 30px;
  }
  #home #campaign .banners .banner {
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 758px) {
  #home #campaign {
    padding: 30px 0;
  }
  #home #campaign .container {
    max-width: 100%;
    padding: 0 15px;
  }
  #home #campaign .banner {
    margin-top: 15px;
  }
  #home #campaign .banners {
    margin-top: 15px;
  }
  #home #campaign .banners .banner {
    width: calc((100% - 15px) / 2);
  }
}

/* ===================================

  サービス案内

====================================== */
#home #top-service .c-sc-h-photo .c-cell {
  flex: 0 0 50%;
  width: 50%;
}
#home #top-service .c-sc-h-photo,
#home #top-service .c-sc-h-photo .c-cell,
#home #top-service .c-sc-h-photo .c-cell-photo,
#home #top-service .c-sc-h-photo .c-cell-caption {
  height: 460px;
}

#home #top-service .c-sc-h-photo .c-cell-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#home #top-service .c-sc-h-photo .c-cell-caption p {
  font-family:
    "Highway Gothic Narrow",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    HelveticaNeue,
    "Segoe UI",
    "游ゴシック体",
    YuGothic,
    "Yu Gothic M",
    "游ゴシック Medium",
    "Yu Gothic Medium",
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN W3",
    HiraKakuProN-W3,
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#home #top-service .c-sc-h-photo .c-cell-caption h3 {
  margin-top: 12px;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
#home #top-service .c-sc-h-photo .c-cell-caption .service-btn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
  width: 360px;
  height: 60px;
  background-color: #ffe000;
  background-image: url(../images/ico/ico-arrow-right-br.svg);
  background-repeat: no-repeat;
  background-size: 13px 23px;
  background-position: center left 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #463d1d;
  letter-spacing: 0.08em;
  border: 6px solid #463d1d;
  transition: all 0.5s;
}
#home #top-service .c-sc-h-photo .c-cell-caption .service-btn.general {
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  #home #top-service .c-sc-h-photo,
  #home #top-service .c-sc-h-photo .c-cell,
  #home #top-service .c-sc-h-photo .c-cell-photo,
  #home #top-service .c-sc-h-photo .c-cell-caption {
    height: 400px;
  }
  #home #top-service .c-sc-h-photo .c-cell-caption p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  #home #top-service .c-sc-h-photo .c-cell-caption h3 {
    margin-top: 10px;
    font-size: 32px;
  }
  #home #top-service .c-sc-h-photo .c-cell-caption .service-btn {
    width: 80%;
    height: 55px;
    background-size: 11px 21px;
    background-position: center left 20px;
    font-size: 17px;
    border: 5px solid #463d1d;
  }
}

@media screen and (max-width: 758px) {
  #home #top-service .c-sc-h-photo {
    display: block;
  }
  #home #top-service .c-sc-h-photo {
    height: auto;
  }

  #home #top-service .c-sc-h-photo .c-cell,
  #home #top-service .c-sc-h-photo .c-cell-photo,
  #home #top-service .c-sc-h-photo .c-cell-caption {
    width: 100%;
    height: 250px;
  }
  #home #top-service .c-sc-h-photo .c-cell-caption p {
    font-size: 15px;
  }
  #home #top-service .c-sc-h-photo .c-cell-caption h3 {
    font-size: 26px;
  }
  #home #top-service .c-sc-h-photo .c-cell-caption .service-btn {
    width: 80%;
    max-width: 280px;
    height: 50px;
    margin-top: 30px;
    background-size: 10px 20px;
    background-position: center left 15px;
    font-size: 16px;
    border: 4px solid #463d1d;
  }
}

/* ===================================

  TABATAについて

====================================== */
#home #top-about .c-sc-h-photo {
  flex-wrap: wrap;
}

#home #top-about .c-sc-h-photo .c-cell {
  flex: 0 0 50%;
  width: 50%;
}
#home #top-about .c-sc-h-photo {
  height: auto;
}
#home #top-about .c-sc-h-photo .c-cell,
#home #top-about .c-sc-h-photo .c-cell-photo,
#home #top-about .c-sc-h-photo .c-cell-caption {
  height: 460px;
}
#home #top-about .c-sc-h-photo .c-cell-photo img {
  height: auto;
}
#home #top-about .c-sc-h-photo .c-cell-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#home #top-about .c-sc-h-photo .c-cell-caption p {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#home #top-about .c-sc-h-photo .c-cell-caption h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
#home #top-about .c-sc-h-photo .c-btn-more,
#home #top-about .c-sc-h-photo a:hover .c-btn-more {
  width: 30px;
  height: 30px;
  background: #463d1d url(../images/common/icon-arrow-right-narrow-white.svg) no-repeat center center/12px 18px;
}

@media screen and (max-width: 1300px) {
  #home #top-about .c-sc-h-photo .c-cell-photo img {
    height: 100%;
  }
}

@media screen and (max-width: 1199px) {
  #home #top-about .c-sc-h-photo {
    height: 600px;
  }
  #home #top-about .c-sc-header {
    height: auto;
  }
  #home #top-about .c-sc-header .l-container {
    padding: 25px 0 10px;
  }
  #home #top-about .c-sc-h-photo .c-cell-photo img {
    height: 100%;
  }
  #home #top-about .c-sc-h-photo .c-cell,
  #home #top-about .c-sc-h-photo .c-cell-photo,
  #home #top-about .c-sc-h-photo .c-cell-caption {
    height: 300px;
  }
  #home #top-about .c-sc-h-photo .c-cell-caption p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  #home #top-about .c-sc-h-photo .c-cell-caption h3 {
    font-size: 32px;
  }
  #home #top-about .c-sc-h-photo .c-btn-more,
  #home #top-about .c-sc-h-photo a:hover .c-btn-more {
    width: 20px;
    height: 20px;
    background: #463d1d url(../images/common/icon-arrow-right-narrow-white.svg) no-repeat center center/8px 12px;
  }
}

@media screen and (max-width: 758px) {
  #home #top-about .c-sc-h-photo .c-cell,
  #home #top-about .c-sc-h-photo .c-cell-photo,
  #home #top-about .c-sc-h-photo .c-cell-caption {
    height: 140px;
  }
  #home #top-about .c-sc-h-photo {
    height: auto;
  }
  #home #top-about .c-sc-h-photo .c-cell-caption p {
    margin-top: 10px;
    font-size: 12px;
  }
  #home #top-about .c-sc-h-photo .c-cell-caption h3 {
    font-size: 16px;
  }
  #home #top-about .c-sc-h-photo .c-btn-more,
  #home #top-about .c-sc-h-photo a:hover .c-btn-more {
    width: 15px;
    height: 15px;
    background: #463d1d url(../images/common/icon-arrow-right-narrow-white.svg) no-repeat center center/6px 9px;
  }
}
/* ---------------------------------
  豊富な知識を向上させる
----------------------------------- */
#home #top-about .c-sc-content {
  padding: 140px 0;
  height: auto;
}
#home #top-about .l-container {
  width: 100%;
  max-width: 100%;
}
#home #top-about .c-sc-content .c-flwrap {
  margin-top: 0;
}
#top-about .c-sc-content .c-flwrap .c-cell:first-child {
  padding-top: 60px;
}
#top-about .c-sc-content .c-flwrap .c-cell:last-child {
  padding-right: calc((190 / 1600) * 100vw);
}
#top-about .c-sc-content .c-flwrap .c-cell p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.13;
}

#home #top-about .c-sc-content .c-top-ttl {
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", メイリオ, Meiryo, sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
#home #top-about .c-sc-content .u-txt-130 {
  margin: 0;
  padding: 0;
  margin-top: 40px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1300px) {
  #top-about .c-sc-content .c-flwrap .c-cell:last-child {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1199px) {
  #home #top-about .c-sc-content {
    padding: 0;
  }
  #home #top-about .l-container {
    max-width: 768px;
    padding: 65px 30px;
  }
  #top-about .c-sc-content .c-flwrap .c-cell:first-child {
    padding: 0;
  }
  #top-about .c-sc-content .c-flwrap .c-cell:last-child {
    padding-right: 0;
    margin-top: 40px;
  }
  #top-about .c-sc-content .c-flwrap .c-cell p {
    font-size: 14px;
  }
  #top-about .c-sc-content .c-flwrap .c-cell p .pc {
    display: none;
  }

  #home #top-about .c-sc-content .c-top-ttl {
    font-size: 28px;
  }
  #home #top-about .c-sc-content .u-txt-130 {
    margin-top: 25px;
    font-size: 17px;
  }
  #home #top-about .c-sc-content .c-btn-more {
    margin: 0;
  }
}

@media screen and (max-width: 758px) {
  #home #top-about .l-container {
    max-width: 100%;
    padding: 70px 15px;
  }
  #top-about .c-sc-content .c-flwrap .c-cell:last-child {
    margin-top: 35px;
  }
  #top-about .c-sc-content .c-flwrap .c-cell p {
    font-size: 14px;
  }

  #home #top-about .c-sc-content .c-top-ttl {
    font-size: 22px;
  }
  #home #top-about .c-sc-content .u-txt-130 {
    margin-top: 25px;
    font-size: 17px;
  }
  #home #top-about .c-sc-content .c-btn-more {
    margin: 0;
  }
}

/* ===================================

  施工例

====================================== */

#home #top-works .c-flwrap {
  height: 350px;
  background-color: #fff;
}
#home #top-works .c-item1,
#home #top-works .c-item2 {
  height: 100%;
}
#home #top-works .c-item2 {
  background-color: #fff;
  margin: 0;
  padding-top: 65px;
  padding-right: calc((200 / 1600) * 100vw);
}
#home #top-works .c-item2 h4 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}
#home #top-works .c-item2 p {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.85;
}
#home #top-works .c-item2 p:last-child {
  margin-top: 60px;
}
#home #top-works .slick-prev {
  left: 0;
}
#home #top-works .slick-next {
  right: 0;
}

@media screen and (max-width: 1199px) {
  #home #top-works .c-flwrap {
    height: auto;
  }
  #home #top-works .c-item1,
  #home #top-works .c-item2 {
    height: auto;
  }
  #home #top-works .c-item1 {
    overflow: hidden;
    background-color: #fff;
  }
  #home #top-works .c-item2 {
    width: 100%;
    padding: 15px 30px 35px;
    background-color: #fff;
    box-sizing: border-box;
  }
  #home #top-works .c-item2 h4 {
    font-size: 18px;
  }
  #home #top-works .c-item2 p {
    margin-top: 13px;
    font-size: 14px;
  }
  #home #top-works .c-item2 p:last-child {
    margin-top: 30px;
  }
  #home #top-works .slick-prev,
  #home #top-works .slick-next {
    top: 45%;
    width: 26px;
    height: 50px;
  }
  #home #top-works .slick-prev {
    left: 5px;
  }
  #home #top-works .slick-next {
    right: 5px;
  }
}

@media screen and (max-width: 758px) {
  #home #top-works .c-item2 {
    padding: 30px 10px 35px 30px;
  }
  #home #top-works .c-item2 h4 {
    font-size: 17px;
  }
  #home #top-works .c-item2 p {
    font-size: 13px;
  }
  #home #top-works .c-item2 p:last-child {
    margin-top: 28px;
  }
  #home #top-works .slick-prev,
  #home #top-works .slick-next {
    top: 50%;
  }
  #home #top-works .slick-prev {
    left: 3px;
  }
  #home #top-works .slick-next {
    right: 3px;
  }
}

/* ===================================

  NEWS / BLOG

====================================== */
#home #top-newsblog {
  padding: 86px 0 93px;
}
#home #top-newsblog .l-container.c-sc-content {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
#home #top-newsblog .c-cell {
  width: calc((100% - 75px) / 2);
}
#home #top-newsblog .c-sc-content {
  height: auto;
  padding: 0;
  margin-top: 30px;
}
#home #top-blog .c-sc-content-head {
  box-shadow: none !important;
}
#home #top-newsblog .c-sc-content-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #463d1d;
}
#home #top-newsblog .c-sc-content-ttl {
  margin: 0;
  font-size: 52px;
  line-height: 1;
}
#home #top-newsblog .c-sc-content-ttl span {
  font-size: 15px;
  margin-left: 10px;
}
#home #top-newsblog .c-btn-more {
  position: relative;
  margin: 0;
  padding: 0;
}

#home #top-newsblog dl.c-list {
  box-shadow: none !important;
  margin: 0;
  padding: 0;
}
#home #top-newsblog .c-list {
  display: flex;
  align-items: flex-start;
}
#home #top-newsblog .c-list + .c-list {
  margin-top: 55px;
}
#home #top-newsblog dl.c-list * {
  margin: 0;
  padding: 0;
}
#home #top-newsblog .c-list dt {
  width: 130px;
}

#home #top-newsblog .c-list dd {
  width: calc(100% - 130px);
}
/* ---------------------------------
  仮入れ
----------------------------------- */
#home #iframe-blog .box {
  margin: 0;
}
#home #iframe-blog .box + .box {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  #home #top-newsblog {
    padding: 100px 0;
  }
  #home #top-newsblog .l-container.c-sc-content {
    width: 100%;
    max-width: 768px;
    padding: 0 20px;
    margin-top: 0;
  }
  #home #top-newsblog .c-cell {
    width: calc((100% - 30px) / 2);
  }
  #home #top-newsblog .c-sc-content {
    padding: 0;
    margin-top: 25px;
  }
  #home #top-newsblog .c-sc-content-head {
    padding-bottom: 15px;
  }
  #home #top-newsblog .c-sc-content-ttl {
    font-size: 36px;
  }
  #home #top-newsblog .c-sc-content-ttl span {
    font-size: 14px;
  }
  #home #top-newsblog .c-list {
    display: block;
  }
  #home #top-newsblog .c-list + .c-list {
    margin-top: 30px;
  }
  #home #top-newsblog .c-list dt {
    width: 100%;
  }

  #home #top-newsblog .c-list dd {
    margin-top: 12px;
    width: 100%;
  }
}

@media screen and (max-width: 758px) {
  #home #top-newsblog {
    padding: 80px 0;
  }
  #home #top-newsblog .l-container.c-sc-content {
    max-width: 100%;
    padding: 0 15px;
  }
  #home #top-newsblog .c-cell {
    width: 100%;
  }
  #home #top-newsblog .c-sc-content {
    padding: 0;
  }
  #home #top-newsblog .c-sc-content-head {
    padding-bottom: 12px;
  }
  #home #top-newsblog .c-sc-content-ttl {
    font-size: 30px;
  }
  #home #top-newsblog .c-sc-content-ttl span {
    font-size: 13px;
  }
  #home #top-newsblog .c-list + .c-list {
    margin-top: 28px;
  }
  #home #top-blog {
    margin-top: 60px;
  }
}

/* ===================================

  アクセス

====================================== */
#home #top-access {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
#home #top-access .l-container {
  width: 1200px;
  max-width: 100%;
  padding: 0;
}
#home #top-access .c-sc-content .c-cell {
  margin-top: 0;
  padding-top: 80px;
}
#home #top-access .c-sc-content-ttl {
  font-size: 52px;
  border-width: 2px;
}
#home #top-access .c-sc-content .c-cell ul {
  margin-bottom: 0;
}

#home #top-access .c-sc-content .c-cell ul + ul {
  margin-top: 15px;
}
#home #top-access .c-sc-content .c-cell ul li {
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  #home #top-access #map_canvas {
    top: 450px;
  }
  #home #top-access .l-container {
    width: 100%;
    padding: 0 30px;
  }
  #home #top-access .c-sc-content .c-cell {
    padding-top: 60px;
    height: auto;
  }
  #home #top-access .c-sc-content-ttl {
    font-size: 36px;
  }
}

@media screen and (max-width: 758px) {
  #home #top-access {
    padding-bottom: 240px;
  }
  #home #top-access #map_canvas {
    top: 420px;
  }
  #home #top-access .l-container {
    padding: 0 15px;
  }
  #home #top-access .c-sc-content .c-cell {
    padding-top: 50px;
  }
  #home #top-access .c-sc-content-ttl {
    font-size: 30px;
  }

  #home #top-access .c-sc-content .c-cell ul {
    margin-bottom: 0;
  }

  #home #top-access .c-sc-content .c-cell ul + ul {
    margin-top: 13px;
  }
  #home #top-access .c-sc-content .c-cell ul li {
    font-size: 13px;
  }
}

/* ===================================

  サービス：フィルム

====================================== */
#film .c-hero-overlay {
  background: url(../images/service/hero-film.jpg) no-repeat center 0;
}
#film .c-page-ttl {
  background: url(../images/service/ico_import_off.svg) no-repeat left top / 100px 73px;
  padding-left: 110px;
  padding-top: 10px;
  padding-bottom: 20px;
}
#film #cloth3 {
  background-color: #fffded;
}
#film #cloth3 .l-container {
  padding-top: 0 !important;
}

@media screen and (max-width: 1199px) {
  #film .c-page-ttl {
    background: url(../images/service/ico_import_off.svg) no-repeat left top / 80px auto;
    padding-left: 100px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 758px) {
  #film .c-page-ttl {
    background: url(../images/service/ico_import_off.svg) no-repeat left top / 60px auto;
    padding-left: 70px;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

/* ===================================

  間仕切り

====================================== */
#partition .c-hero-overlay {
  background: url(../images/service/hero-partition.jpg) no-repeat center 0;
}
#partition .c-page-ttl {
  background: url(../images/service/ico_exterior_off.svg) no-repeat left top / 100px 73px;
  padding-left: 120px;
  padding-top: 10px;
  padding-bottom: 20px;
}
#partition #cloth3 {
  background-color: #fffded;
}
#partition #cloth3 .l-container {
  padding-top: 0 !important;
}

@media screen and (max-width: 1199px) {
  #partition .c-page-ttl {
    background: url(../images/service/ico_exterior_off.svg) no-repeat left top / 80px auto;
    padding-left: 100px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 758px) {
  #partition .c-page-ttl {
    background: url(../images/service/ico_exterior_off.svg) no-repeat left top / 60px auto;
    padding-left: 70px;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

/* ===================================

  その他

====================================== */
#others .c-hero-overlay {
  background: url(../images/service/hero-others.jpg) no-repeat center 0;
}
#others .c-page-ttl {
  background: url(../images/service/ico_swarm_off.svg) no-repeat left top / 100px 73px;
  padding-left: 120px;
  padding-top: 10px;
  padding-bottom: 20px;
}
#others #cloth3 {
  background-color: #fffded;
}
#others #cloth3 .l-container {
  padding-top: 0 !important;
}

@media screen and (max-width: 1199px) {
  #others .c-page-ttl {
    background: url(../images/service/ico_swarm_off.svg) no-repeat left top / 70px auto;
    padding-left: 100px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 758px) {
  #others .c-page-ttl {
    background: url(../images/service/ico_swarm_off.svg) no-repeat left top / 50px auto;
    padding-left: 70px;
    padding-top: 0;
    padding-bottom: 10px;
  }
}
