@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");

/*--------------------------------------------------------------
レスポンシブ02 ブルー 1カラム
---------------------------------------------------------------*/

body {
  font-size:18px;
  color: #222;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}

/*--------------------------------------------------------------
変数・カラー定義
---------------------------------------------------------------*/
:root {
  --color-main: #017bc8;
  --color-dark: #0f6793;
  --color-light: #bae2f8;
  --color-pale: #ebf9ff;
  --color-link: #e60027;
  --color-hover: #f96c0d;
  --color-accent: #fdc800;
  --btn-color: #0f6793;
  --btn-hover: #777;
  --color-sub: #e60027;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: var(--color-link);
  font-weight: 500;
}
a:hover {
  color: var(--color-hover);
}
a.btn {
  background: var(--btn-color);
}
a.btn:hover {
  background: var(--btn-hover);
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 600;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
ヘッダー調整
---------------------------------------------------------------*/
#wrap_body #title {
  background: rgba(255, 255, 255, 1.0);
}
#wrap_body #topMenu {
  background: #EEE;
  /*  background: rgba(255, 255, 255, 1.0);
  z-index: 999;*/
}
/*#wrap_body #mainImage {
  margin-top: -40px;
}*/
#mainContents {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
画像余白
---------------------------------------------------------------*/
.article .article_right .image {
  margin-left: 4%;
}
.article .article_left .image {
  margin-right: 4%;
}

/*--------------------------------------------------------------
normalTbl
---------------------------------------------------------------*/
.article table.normalTbl {
  font-size: 1em;
  background: rgb(255 255 255 / 0.66);
}
.article table.normalTbl th {
  background: none;
  font-weight: 500;
}
.article table.normalTbl td {
  border-top: none;
  border-left: 1px dotted #ccc;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: var(--color-link);
  font-weight: 500;
}
a:hover {
  color: var(--color-hover);
}
a.btn {
  background: var(--btn-color);
}
a.btn:hover {
  background: var(--btn-hover);
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 600;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
段落
---------------------------------------------------------------*/
.article p {
  line-height: 2.0;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  background: var(--color-main);
}
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  font-size: 1.6em;
  font-weight: 700;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  background: var(--color-main);
}
.article h4 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5;
  background: none;
  border: none;
  border-bottom: 1px dotted #999;
  padding: 0 0 0.35em 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.article h4::before {
  content: "";
  position: static;
  display: block;
  flex: 0 0 auto;
  width: 0.6em;
  height: 0.6em;
  border-radius: 999px;
  background: var(--color-main);
  margin: 0.45em 0 0;
  top: auto;
  bottom: auto;
  left: auto;
}
.article h5 {
  border-left: 4px solid var(--color-main);
}

/*--------------------------------------------------------------
汎用文字装飾
---------------------------------------------------------------*/
p.leadCopy, .leadCopy {
  font-size: 120%;
  font-weight: 700;
  line-height: 1.6;
}
p.conclusion {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--color-main);
  line-height: 1.4;
  text-align: center;
  padding: 0.2em 0.6em;
  border:2px solid var(--color-main);
}
p.signature {
  display: flex;
  justify-content: flex-end;
  text-align: left;
  font-weight:500;
  line-height: 1.5;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
#title #title_outer {
  width: 96%;
  height: 60px;
  background: url("/materials/177940298881301.png") right center no-repeat;
  background-size: 300px;
}
#title_outer h1 {
  width: 200px;
  height: 45px;
  margin: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/177936197939801.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu_outer .topMenu li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
}
#topMenu_outer .topMenu li a:after {
  top: 10px;
  height: 20px;
  background: #017bc8;
}
#topMenu_outer .topMenu li a:hover {
  background: var(--color-light);
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
ul.topics li p.date {
  background: var(--color-accent);
}
ul.topics li p.more a {
  background: var(--btn-color);
}
ul.topics li p.more a:hover {
  background: var(--btn-hover);
}
#mainTopics .listview a {
  background: #777;
}
ul.topics li h3 a {
  color: var(--color-link);
}
ul.topics li h3 a:hover {
  color: var(--color-hover);
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: var(--color-main);
}
#footer_body .copyright {
  background: var(--color-main);
}

/*--------------------------------------------------------------
footer menu
---------------------------------------------------------------*/
#footer_body .topMenu li a, #footer_body .services li a {
  background: transparent;
  border-bottom: 1px solid transparent;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  background: transparent;
  border-bottom: 1px dashed #fff;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
.sideContents ul li a:hover, .sideContents dt a:hover {
  background: var(--color-dark);
}

/*--------------------------------------------------------------
form
---------------------------------------------------------------*/
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: var(--color-main);
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 75%;*/ /*4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.contact-block {
  width: 100vw;
  text-align: center;
  background: url("/materials/177940432303901.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0 calc(50% - 50vw) 50px;
}
.contact-block .article_body {
  width: 740px;
  background: rgba(255, 255, 255, 0.7);
  margin: 45px auto;
  padding: 20px 35px;
  border-radius: 8px;
}
.contact-block h3 {
  margin-top: 0;
  padding-bottom: 0;
}
.footer-logo {
  width: 120px;
  height: auto;
  margin: 15px auto 30px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.contact-block p {
  line-height: 1.7;
  margin-bottom: 0;
}
.contact-block p.tel-num {
  margin-bottom: 0;
}
.contact-block a.tel-link {
  font-size: 2.4em;
  font-weight: 700;
  color: var(--color-main);
}
.contact-block a.tel-link::before {
  font-size: 80%;
  display: inline-block;
  transform: rotate(-25deg)  translateY(-4px);
}
.contact-block p.address {
  font-size: 16px;
}
.contact-block a.btn-about {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--color-main);
  font-weight: 500;
  padding: 3px 8px;
  border: 1px solid var(--color-main);
  border-radius: 4px;
  margin-top: 12px;
}
.contact-block a.btn-about::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin-left: 4px;
}
.contact-block a.btn-about:hover {
  color: #fff;
  background: var(--btn-hover);
  border: 1px solid var(--btn-hover);
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: var(--btn-color);
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 100%;
  margin: 20px auto;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:#fff;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:#fff;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color: #fff;
  background: var(--btn-hover);
}

/*--------------------------------------------------------------
サイト案内
---------------------------------------------------------------*/
.gallery.guideBtn .gallery_grid3 li.galleryGrid {
  width: 32%;
  margin: 0 0.5% 15px;
  border-radius: 6px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 5px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image {
  max-width: 96%;
  margin: 12px auto 0 auto;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a {
  display: block;
  padding-bottom: 10px;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 30px;
  border-radius: 4px;
  position: absolute;
  left: 20px;
  bottom: 35px;
  font-size: 1.1em;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  padding: 0 8px;
  pointer-events: none;
}
.gallery.guideBtn ul.galleryGrids .comment::after {
  font-size:1.0em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #fff;
  font-weight: bold;
  margin-left: 6px;
}

/*-------------------------------------------------------
株式会社 琉通について
-------------------------------------------------------*/
.article.full.aboutus {
  background: url("/materials/177941194305901.png") center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.article.full.aboutus::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1.0) 0%,
    rgba(255, 255, 255, 0.9) 28%,
    rgba(255, 255, 255, 0.65) 62%,
    rgba(255, 255, 255, 0.5) 100%
    );
  pointer-events: none;
  z-index: 1;
}
/* 文字や画像を疑似要素より前面へ */
.article.full.aboutus > * {
  position: relative;
  z-index: 2;
}
.article.full.aboutus p {
  display: flow-root;
}

/*-------------------------------------------------------
お困りではありませんか？
-------------------------------------------------------*/
.article.worries .article_body {
  border: 1px solid #ddd;
  padding: 20px 24px;
  background: rgba(255,255,255,0.5);
}
.article.worries h4 {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  padding-left: 0;
  border-bottom: 1px dotted var(--color-sub);
}
.article.worries h4::before {
  display: none;
}
.article.worries h4 span.num {
  flex: 0 0 1.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  margin-top: -0.05em;
  font-size: 110%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: var(--color-main);
  border-radius: 50%;
}
.article.worries h4 span.num > span {
  position: relative;
  top: -0.05em;
}
.article.worries ul {
  margin-left: 2.8em;
}
.article.worries ul li {
  margin-left: 1.0em;
  text-indent: -1.0em;
}
.article.worries ul li::before {
  content: "●";
  font-size: 0.6em;
  text-indent: 0;
  color: var(--color-light);
  display: inline-block;
  width: 1.0rem;
  height: 1.0rem;
  margin-right: 0.2em;
}
.article.worries .image, .article.worries .image img {
  max-width: 200px;
}

/*-------------------------------------------------------
リスト ●
-------------------------------------------------------*/
.article ul.maru-plus li {
  border-bottom: 1px dashed #999;
  padding-bottom: 0.3em;
  margin-left: 1.0em;
  margin-bottom: 0.7em;
  text-indent: -1.0em;
  font-size: 1.05em;
  font-weight: 500;
}
.article ul.maru-plus li::before {
  content: "●";
  font-size: 0.6em;
  text-indent: 0;
  color: var(--color-light);
  display: inline-block;
  width: 1.0rem;
  height: 1.0rem;
  margin-right: 0.2em;
}

/*-------------------------------------------------------
物流のお悩み解決します
-------------------------------------------------------*/
.article.solutions .article_body {
  border: 1px solid #ddd;
  padding: 20px 28px;
  background: rgba(255,255,255,0.5)
}
.article.solutions .image, .article.solutions .image img {
  max-width: 200px;
}
.article.solutions h4 {
  border-bottom: 1px dotted var(--color-sub);
}
.article.solutions p {
  margin-bottom: 0.5em;
}

/*-------------------------------------------------------
対応エリア
-------------------------------------------------------*/
.article.full.areamap {
  background: url("/materials/177946002702701.png") center bottom no-repeat;
  background-size: contain;
  padding-bottom: 40px;
}

/*-------------------------------------------------------
料金表テーブル
-------------------------------------------------------*/
.article table.price {
  font-size: 1.0em;
}
.article table.price th {
  background: transparent;
}

/*-------------------------------------------------------
1日の仕事の流れ
-------------------------------------------------------*/
ul.time-table {
  list-style: none;
  padding-left: 0;
  margin: 30px 0;
}
ul.time-table li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 1.5em;
}
ul.time-table li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-size: 1.5em;
  color: var(--color-main);
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
ul.time-table h5 {
  color: var(--color-main);
  border-left: none;
  padding-left: 0;
  margin: 0 0 0.4em;
}

/*-------------------------------------------------------
先輩スタッフの声
-------------------------------------------------------*/
.article.voice .image {
  max-width: 240px;
}

/*--------------------------------------------------------------
お問い合わせ方法
---------------------------------------------------------------*/
.article.contact-method h5 {
  margin-top: 0;
}
.article.contact-method p {
  font-size: 0.9em;
  display: flow-root;
}
.article.contact-method .image {
  width: 120px;
  height: 120px;
  background-color: var(--color-light);
  border-radius: 8px;
}
.article.contact-method a.tel-link{
  font-size: 1.5em;
}

/*======================================================
800px
======================================================*/
@media only screen and (max-width: 800px) {
  /*サイドコンテンツ　共通：お問い合わせ／会社概要*/
  .contact-block .article_body {
    width: 90%;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*画像余白調整*/
  .article .article_right .image {
    margin-left: auto;
  }
  .article .article_leftt .image {
    margin-right: auto;
  }
  /*title*/
  #wrap_body #title {
    background: #fff;
  }
  #title #title_outer {
    height: 56px;
    background: none;
  }
  #title h1 {
    padding-left: 0;
  }
  /*toggle*/
  #toggle, .active #toggle {
    background-color: var(--color-main);
  }
  /*topMenu*/
  #wrap_body #topMenu {
    background: var(--color-dark);
  }
  #topMenu_outer .topMenu li {
    border-top: 1px dotted #fff;
  }
  #topMenu_outer .topMenu li a {
    color: #fff;
    line-height: 1.25;
  }
  /*上部余白調整*/
  #wrap_body #mainImage {
    margin-top: 0;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    border-top: 1px solid #fff;
  }
  /*normalTbl*/
  .article table.normalTbl th {
    color: #fff;
    background: var(--color-main);
    border: none;
  }
  /*先輩スタッフの声*/
  .article.voice .image {
    margin: 0 auto 15px;
  }
  /*お問い合わせ方法*/
  .article.contact-method .image {
    margin: 0 auto 15px auto;
  }
  .article.contact-method p {
    font-size: 1.0em;
  }
  /*サイト案内*/
  .gallery.guideBtn .gallery_grid3 li.galleryGrid {
    width: 49%;
  }
  .gallery.guideBtn ul.galleryGrids .comment {
    width: calc(100% - 24px);
    font-size: 1.0em;
    left: 12px;
    bottom: 24px;
  }
  /*サイドコンテンツ　共通：お問い合わせ／会社概要*/
  .footer-logo {
    width: 90px;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #bottomLink{
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    height: 50px;
    overflow: hidden;
    border-top: 1px solid #fff;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: var(--color-dark);
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    line-height: 48px;
    height: 100%;
  }
  #bottomLink a span {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
  }
  #bottomLink a span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-size: 120%;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    display:inline-block;
    transform: rotate(-30deg);
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 50px;
  }
}

/*===================================================================
480px以下
===================================================================*/
@media only screen and (max-width: 480px) {
  /*title*/
  #title_outer h1 {
    width: 35vw;
    height: 7.9vw;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.5em;
  }
  #mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.45em;
  }
  /*お問い合わせ方法*/
  .article.contact-method .image {
    width: 90px;
    height: 90px;
  }
  /*お問い合わせセクション*/
  .contact-block .article_body {
    padding: 24px 18px;
  }
  /*お問い合わせフォームボタン*/
  a.btn-mailform {
    font-size: 0.9em;
  }
  /*サイト案内*/
  .gallery.guideBtn ul.galleryGrids .comment {
    font-size: 0.9em;
    bottom: 20px;
  }
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/*--------------------------------------------------------------
編集画面
---------------------------------------------------------------*/
.ams-build .freeHtml_body {
    min-height: 40px;
}