@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
body.hand_blasting #contents {
  padding-top: 0; }

body.hand_blasting .bg_blue {
  background-color: #035688;
  margin-left: -20px;
  margin-right: -20px; }
  @media screen and (max-width: 1280px) {
    body.hand_blasting .bg_blue {
      margin-left: -10px;
      margin-right: -10px; } }

#service.hand_blasting .lowerCaption {
  background-image: url(/inc/image/service/item/hand_blasting/bg_hand_blasting.jpg);
  background-color: #002640; }

.lowerCaption-badge {
  display: block;
  font-size: 0.5em;
  font-weight: 500;
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #FCBA04;
  margin-top: 8px; }
  @media screen and (max-width: 568px) {
    .lowerCaption-badge {
      font-size: 0.45em;
      margin-top: 5px; } }

#news-announce {
  background-color: #EEF4FF;
  margin: 0 -20px 50px !important;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px)); }
  @media screen and (max-width: 1280px) {
    #news-announce {
      margin: 0 -10px; } }
  @media screen and (max-width: 568px) {
    #news-announce {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
              clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px)); } }
  #news-announce > .section {
    position: relative;
    padding: 70px 20px calc(40px + 60px); }
    @media screen and (max-width: 568px) {
      #news-announce > .section {
        padding: 50px 20px calc(50px + 40px); } }

.announce-wrap {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.announce-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px; }

.announce-label {
  display: inline-block;
  color: #035688;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 4px 18px;
  border-radius: 2px;
  margin-bottom: 10px; }

.announce-title {
  color: #002640;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0; }
  .announce-title:before, .announce-title:after {
    content: none; }
  @media screen and (max-width: 568px) {
    .announce-title {
      font-size: 24px; } }

.announce-signboard {
  text-align: center;
  border-top: 3px solid #1a44cc;
  border-bottom: 3px solid #1a44cc;
  margin-bottom: 20px;
  padding: 12px 0; }
  @media screen and (max-width: 568px) {
    .announce-signboard {
      margin-bottom: 12px;
      padding: 8px 0; } }

.announce-badge-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 28px; }
  @media screen and (max-width: 568px) {
    .announce-badge-row {
      margin-bottom: 20px; } }

.announce-signboard_chara {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 16px; }
  .announce-signboard_chara img {
    width: 140px;
    display: block; }
    @media screen and (max-width: 1024px) {
      .announce-signboard_chara img {
        width: 110px; } }
    @media screen and (max-width: 568px) {
      .announce-signboard_chara img {
        width: 80px; } }

.announce-equipment {
  font-family: "kozuka-gothic-pr6n", "kozuka-gothic-pro", sans-serif;
  color: #1a44cc;
  font-size: 72px !important;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  -webkit-text-stroke: 4px #FFFFFF;
  paint-order: stroke fill; }
  .announce-equipment .char-kern {
    margin-left: -0.05em; }
  @media screen and (max-width: 1024px) {
    .announce-equipment {
      font-size: 56px !important;
      -webkit-text-stroke: 3px #FFFFFF; } }
  @media screen and (max-width: 568px) {
    .announce-equipment {
      font-size: 38px !important;
      -webkit-text-stroke: 2px #FFFFFF; } }

.announce-schedule-text {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #1435a8;
  -webkit-clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
          clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
  padding: 12px 44px;
  margin: 0;
  letter-spacing: 0.04em;
  font-size: inherit; }
  .announce-schedule-text .schedule-num {
    font-size: 44px;
    font-weight: 900;
    color: #FCBA04;
    line-height: 1; }
  .announce-schedule-text .schedule-unit {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-right: 4px;
    line-height: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 3px; }
  .announce-schedule-text .schedule-note {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    margin-left: 6px;
    line-height: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 3px; }
  @media screen and (max-width: 768px) {
    .announce-schedule-text {
      padding: 10px 36px;
      -webkit-clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
              clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%); }
      .announce-schedule-text .schedule-num {
        font-size: 34px; }
      .announce-schedule-text .schedule-unit {
        font-size: 16px; }
      .announce-schedule-text .schedule-note {
        font-size: 17px; } }
  @media screen and (max-width: 568px) {
    .announce-schedule-text {
      padding: 8px 28px;
      -webkit-clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
              clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%); }
      .announce-schedule-text .schedule-num {
        font-size: 28px; }
      .announce-schedule-text .schedule-unit {
        font-size: 14px; }
      .announce-schedule-text .schedule-note {
        font-size: 15px; } }

.announce-body {
  color: #333;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 40px; }
  @media screen and (max-width: 568px) {
    .announce-body {
      font-size: 14px;
      text-align: left; } }

.announce-consult {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 5px; }

#news-announce .btn {
  margin-bottom: 0; }

#strengths .title_brackets {
  color: #FFFFFF; }
  #strengths .title_brackets::before, #strengths .title_brackets::after {
    border-color: #FFFFFF; }

@media screen and (max-width: 1280px) {
  #strengths {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 568px) {
  #strengths {
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 60px; } }

@media screen and (max-width: 568px) {
  #specs {
    margin: 0 -10px; } }

@media screen and (max-width: 568px) {
  #specs > .section {
    padding: 60px 10px 50px; } }

#specs .title_wrap + p {
  margin-bottom: 20px;
  font-size: 16px; }
  @media screen and (max-width: 568px) {
    #specs .title_wrap + p {
      font-size: 14px; } }

.specs-heading {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #002640;
  padding: 8px 0 8px 15px;
  margin-bottom: 15px;
  margin-top: 45px;
  line-height: 1.4; }
  .specs-heading:first-of-type {
    margin-top: 0; }
  .specs-heading:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #002640;
    border-radius: 2px 0 0 2px; }
  .specs-heading:after {
    content: none; }
  @media screen and (max-width: 568px) {
    .specs-heading {
      font-size: 17px;
      margin-top: 35px; } }

.specs-subheading {
  font-size: 18px;
  font-weight: 600;
  color: #002640;
  margin: 0 0 8px;
  line-height: 1.4; }
  @media screen and (max-width: 568px) {
    .specs-subheading {
      font-size: 14px; } }

.specs-layout {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 45px; }
  .specs-layout_img img {
    width: 75%;
    display: block;
    margin: 0 auto;
    border-radius: 3px; }
    @media screen and (max-width: 768px) {
      .specs-layout_img img {
        width: 60%; } }
    @media screen and (max-width: 568px) {
      .specs-layout_img img {
        width: 80%; } }

.specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0; }
  .specs-table th,
  .specs-table td {
    padding: 14px 20px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    vertical-align: middle; }
    @media screen and (max-width: 568px) {
      .specs-table th,
      .specs-table td {
        padding: 10px 12px;
        font-size: 14px; } }
  .specs-table th {
    background-color: #002640;
    color: #FFFFFF;
    font-weight: 600;
    width: 38%; }
    @media screen and (max-width: 568px) {
      .specs-table th {
        width: 44%; } }
  .specs-table td {
    background-color: #FFFFFF; }
  .specs-table tr:nth-child(even) td {
    background-color: white; }

@media screen and (max-width: 768px) {
  .equipment-images [class*="col-"] {
    padding-bottom: 20px; } }

.equipment-images img {
  width: 100%;
  display: block; }

.equipment-images .image-caption {
  text-align: center;
  font-size: 14px;
  color: #4d4d4d;
  margin-top: 8px; }

.can-do-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px; }
  @media screen and (max-width: 1280px) {
    .can-do-list {
      padding: 0 10px; } }

.can-do-item_num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-item-align: center;
      align-self: center;
  width: 56px;
  height: 56px;
  background-color: #002640;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
  border-radius: 50%; }
  @media screen and (max-width: 568px) {
    .can-do-item_num {
      width: 44px;
      height: 44px;
      font-size: 20px; } }

.can-do-item_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
  background-color: #FFFFFF;
  border: 3px solid #eee;
  border-radius: 3px;
  padding: 30px 40px; }
  @media screen and (max-width: 768px) {
    .can-do-item_inner {
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 20px;
      padding: 24px 20px; } }

.can-do-item_illust {
  -ms-flex: 0 0 180px;
      flex: 0 0 180px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .can-do-item_illust {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 140px; } }
  .can-do-item_illust img {
    width: 100%;
    max-width: 180px; }

.can-do-item_body {
  -ms-flex: 1;
      flex: 1; }
  .can-do-item_body h3 {
    font-size: 20px;
    color: #002640;
    font-weight: 600;
    margin-bottom: 14px;
    padding-left: 0;
    line-height: 1.5;
    background-color: transparent; }
    .can-do-item_body h3:before, .can-do-item_body h3:after {
      content: none; }
    @media screen and (max-width: 568px) {
      .can-do-item_body h3 {
        font-size: 17px; } }
  .can-do-item_body h3.can-do-item_heading {
    font-size: 24px; }
    @media screen and (max-width: 568px) {
      .can-do-item_body h3.can-do-item_heading {
        font-size: 20px; } }
  .can-do-item_body p.can-do-item_desc {
    margin-bottom: 20px; }
  .can-do-item_body p.can-do-item_note {
    font-size: 14px; }
  .can-do-item_body p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0; }
    @media screen and (max-width: 568px) {
      .can-do-item_body p {
        font-size: 14px; } }

@media screen and (max-width: 1280px) {
  #tel-contact {
    margin: 0 -10px; } }

#tel-contact > .section {
  padding: 70px 20px; }
  @media screen and (max-width: 568px) {
    #tel-contact > .section {
      padding: 50px 20px; } }

.cta-box {
  background-color: #035688;
  border-radius: 12px;
  padding: 48px 56px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .cta-box {
      padding: 40px 32px; } }
  @media screen and (max-width: 568px) {
    .cta-box {
      padding: 28px 20px;
      border-radius: 8px; } }
  .cta-box .btn_area {
    margin: 0 auto; }
  .cta-box .btn {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    .cta-box .btn::before {
      background: #FFFFFF; }
    .cta-box .btn:hover {
      color: #035688; }
    .cta-box .btn.btn_arrow::after {
      background-image: url(/inc/image/top/img_btn_arrow.svg); }
    .cta-box .btn.btn_arrow:hover::after {
      background-image: url(/inc/image/top/img_btn_arrow_blue.svg); }
    .cta-box .btn[target="_blank"]::after {
      color: #FFFFFF; }
    .cta-box .btn[target="_blank"]:hover::after {
      color: #035688; }

.cta-box_title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin: 0 0 32px;
  background-color: transparent; }
  .cta-box_title::before, .cta-box_title::after {
    content: none; }
  @media screen and (max-width: 568px) {
    .cta-box_title {
      font-size: 18px;
      margin-bottom: 20px; } }

.cta-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 32px;
  max-width: 650px;
  width: 100%;
  margin: 0 auto 40px; }
  @media screen and (max-width: 768px) {
    .cta-main {
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 16px;
      margin-bottom: 28px; } }

.cta-content {
  -ms-flex: 1;
      flex: 1;
  text-align: left; }

.cta-balloon_list {
  list-style: none;
  padding: 0;
  margin-bottom: 14px; }
  .cta-balloon_list li {
    position: relative;
    padding-left: 1.2em;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.7;
    margin-bottom: 4px; }
    .cta-balloon_list li::before {
      content: '・';
      position: absolute;
      left: 0; }
    @media screen and (max-width: 568px) {
      .cta-balloon_list li {
        font-size: 14px; } }

.cta-balloon_text {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.85);
  margin: 0; }
  @media screen and (max-width: 568px) {
    .cta-balloon_text {
      font-size: 13px; } }

.cta-chara {
  -ms-flex: 0 0 180px;
      flex: 0 0 180px;
  text-align: center; }
  .cta-chara img {
    width: 180px;
    display: block;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .cta-chara {
      margin-top: 22px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px; } }

/*# sourceMappingURL=../../_map/page/service/hand_blasting.css.map */
