@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
:root {
  --color-theme: #021b45;
}

body {
  font-size: 15px;
  font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: .05em;
  color: #111;
  background-color: #fff;
}

#content,
.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
  margin-left: 0;
}

h2 {
  margin-bottom: 30px;
  font-size: 25px;
  color: var(--color-theme);
  text-align: center;
  font-weight: normal;
}

h2 span {
  display: block;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

h4 {
  padding: 7px 5px;
  background: var(--color-theme);
  color: #fff;
  text-align: center;
  font-weight: normal;
}

h4.small {
  font-size: 13px;
}

@media screen and (max-width:768px) {

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  body {
    font-size: 14px;
  }

  #content,
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  h4 {
    font-size: 13px;
  }
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-sizing: border-box;
  padding: 20px 2%;
  background: var(--color-theme);
}

/* inner-left */
header .inner-left {
  width: 30%;
  position: relative;
}

header .inner-left .summary {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 12px;
  color: #fff;
}

header .inner-left h1 {
  font-size: 23px;
  padding-top: 10px;
}

header .inner-left h1 a {
  color: #fff;
}

/* inner-right */
header .inner-right {
  width: 70%;
}

nav.gnav ul {
  text-align: right;
}

nav.gnav ul li {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}

nav.gnav ul li a {
  color: #fff;
}

@media screen and (max-width:768px) {
  header {
    padding: 15px 10px;
  }

  header .inner-left {
    width: 90%;
  }

  header .inner-left h1 {
    font-size: 20px;
  }

  header .inner-left .summary {
    font-size: 10px;
  }

  /* ハンバーガーメニュー */
  nav.global-nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 270px;
    height: 100vh;
    padding-top: 40px;
    background: var(--color-theme);
    transition: all .2s ease-out;
    z-index: 200;
    overflow-y: auto;
    padding: 70px 30px 0px 30px;
  }

  nav.gnav.global-nav ul li {
    margin-bottom: 15px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
    width: 100%;
    padding: 5px 0px 10px 20px;
    text-align: left;
    position: relative;
  }

  nav.gnav.global-nav ul li::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    top: 7px;
    left: 3px;
    color: #fff;
    font-size: 10px;
  }

  /* スマホのみTEL */
  nav .sp_tel p {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
  }

  nav .sp_tel a {
    background: #0c754d;
    color: #fff;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: .1em;
    border-radius: 3px;
  }

  /* ハンバーガーの線 */
  .hamburger {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
  }

  .global-nav__item a:hover {
    background-color: #eee;
  }

  .hamburger__line {
    position: absolute;
    left: -5px;
    width: 30px;
    height: 1px;
    background-color: #fff;
    transition: all .2s ease-out;
  }

  .hamburger__line--1 {
    top: 18px;
  }

  .hamburger__line--2 {
    top: 26px;
  }

  .hamburger__line--3 {
    top: 33px;
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }

  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }

  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
}

/*================================================
 *  共通設定
 ================================================*/
section {
  padding-bottom: 5rem;
}

.section {
  padding-top: 5rem;
}


/*================================================
 *  メイン画像
 ================================================*/
#topmain {
  height: 100vh;
  width: 100%;
  position: relative;
}

#topmain .swiper-slide.slide01 {
  background: url(../images/slide01.jpg) no-repeat center top/cover;
}

#topmain .swiper-slide.slide02 {
  background: url(../images/slide02.jpg) no-repeat center /cover;
}

#topmain .swiper-slide.slide03 {
  background: url(../images/slide03.jpg) no-repeat center /cover;
}

#topmain .catch {
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 1;
  font-size: 35px;
  width: 100%;
  font-weight: bold;
  color: #111;
  letter-spacing: .1em;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media screen and (max-width:768px) {
  #topmain .swiper-slide.slide01 {
    background-position: center right 40%;
  }

  #topmain .swiper-slide.slide03 {
    background-position: center right 30%;
  }

  #topmain .catch {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 21px;
    text-align: center;
  }
}

/*================================================
 *  新着情報
 ================================================*/
#info .info_umekomi {
  max-width: 850px;
  margin: 0 auto;
}

#info iframe {
  width: 100%;
  height: 250px;
  overflow-y: scroll;
}

@media screen and (max-width:768px) {
  #info .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  #info .info_umekomi {
    padding: 10px;
  }
}



/* ======== サンプルのお知らせ 直接打ち込み ========= */
.sample_info {
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.sample_info dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 13px;
}

.sample_info dt {
  width: 20%;
  border-bottom: none;
  margin-bottom: 0;
  padding: 7px 0 7px 15px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.sample_info dt:before {
  content: none;
}

.sample_info dd {
  width: 80%;
  margin-bottom: 0;
  padding: 7px 0 7px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.sample_info dd a {
  text-decoration: none;
  color: #003399;
}

@media screen and (max-width:768px) {
  .sample_info {
    height: 250px;
  }

  .sample_info dt {
    padding: 5px 0 5px 5px
  }
}

/* ここまで */



/*================================================
 *  主な業務
 ================================================*/
#service ul {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width:768px) {
  #service ul {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}


/*================================================
 *  営業地域
 ================================================*/
.footer_contact {
  background: url(../images/bg-contact.jpg) no-repeat center/cover;
  padding: 70px 0 130px;
  position: relative;
  z-index: 1;
}

.footer_contact::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.footer_contact p {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
  color: var(--color-theme);
}

.footer_contact .flex a {
  border: 1px solid var(--color-theme);
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  color: var(--color-theme);
}

.footer_contact .flex a strong {
  font-size: 20px;
  display: block;
}

@media screen and (max-width:768px) {
  .footer_contact {
    padding: 50px 0 80px;
  }

  .footer_contact .flex a {
    margin-bottom: 30px;
  }
}


/*================================================
 *  フッター
 ================================================*/
footer {
  background: var(--color-theme);
  text-align: center;
  color: #fff;
  padding: 50px 20px 20px;
}

footer .company_name {
  font-size: 18px;
}

footer ul li {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  padding: 0 10px;
}

footer ul li a {
  color: #fff;
}

footer .copyright {
  padding-top: 50px;
  font-size: 10px;
}

@media screen and (max-width:768px) {
  footer .company_name {
    margin-bottom: 30px;
  }

  footer ul li {
    display: block;
    text-align: left;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
    padding: 0 0 10px 20px;
    margin-bottom: 10px;
    position: relative;
  }

  footer ul li::before {
    position: absolute;
    content: "-";
    top: -1px;
    left: 8px;
    color: #fff;
  }
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 10px;
  cursor: pointer;
  overflow: visible !important;
  z-index: 1;
}

#pagetop .arrow-up {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #074cc1#074cc1 transparent transparent;
  transform: rotate(-45deg);
}