@charset "UTF-8";
/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */
/* Typography
------------------------------------------*/
html {
  font-size: 16px;
}

body {
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  /*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  color: #000;
}

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

a:hover,
a:focus {
  color: inherit;
  text-decoration: underline;
}

/* use hover animation */
/*
a, a:hover {
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
}
*/
/* Layout
------------------------------------------*/
body {
  min-width: 1200px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

body.home {
  word-break: break-all;
}

body.home #content-inner,
body.home #main {
  float: none;
  width: 100%;
}

body.home #header {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#container {
  overflow: hidden;
}

/* header
------------------------------------------*/
#header {
  color: #fff;
  background: #001a56;
}

#header a {
  color: #fff;
}

#header-inner {
  position: relative;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  z-index: 20;
}

.site-description {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 11px;
  color: #aaa;
}

.header-address {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 11px;
  color: #aaa;
}

.header-logo {
  position: absolute;
  top: 16px;
  left: 19px;
}

.header-info {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  gap: 22px;
  position: absolute;
  top: 0;
  right: 0;
}

.header-info > * {
  margin: 0;
  line-height: 1.2;
}

.header-info .tel {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
}

.header-info .tel .link-tel {
  text-decoration: none;
  font-size: 36px;
}

.gnav {
  position: absolute;
  top: 85px;
  right: 5px;
}

/* droppy */
.gnav-list {
  position: relative;
  text-align: left;
  zoom: 1;
}

.gnav-list > li {
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 1.7em;
}

.gnav-list > li:not(:last-child):after {
  content: '';
  display: block;
  background: #fff;
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.gnav-list li {
  float: left;
  display: block;
  position: relative;
  z-index: 20;
}

.gnav-list ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.gnav-list ul li {
  float: none;
}

.gnav-list ul li a {
  display: block;
  padding: 5px 10px;
  color: inherit;
  font-size: 11px;
  zoom: 1;
}

.gnav-list ul li a:hover {
  text-decoration: none;
  background: #fff;
}

.gnav-list ul ul {
  top: 0;
  left: 100%;
  width: 100%;
}

.gnav-list a,
.gnav-ul img {
  display: block;
}

/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/
#mainimage {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#mainimage:before {
  content: '';
  display: block;
  background: url(/images/default/main_copy001.png) no-repeat center/contain;
  width: 828px;
  height: 354px;
  position: absolute;
  top: 35%;
  left: 12vw;
  z-index: 1;
}

#mainimage-inner {
  margin: 0 auto;
  width: 980px;
}

/* slideshow */
.slideshow {
  margin: 0 calc((-1920px + 980px) / 2);
}

.slideshow .slick-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slideshow .slick-slide img {
  width: 100%;
}

/* content main
------------------------------------------*/
#content-inner {
  width: 1200px;
  margin: 0 auto;
}

#main {
  float: none;
  width: 100%;
  text-align: left;
}

/*--- NEWS ---*/
.main-news {
  background: #000;
  padding: 100px 0;
  position: relative;
}

.main-news-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.main-news-title {
  margin-left: 2%;
}

.main-news-list {
  width: 980px;
  padding: 2%;
  position: relative;
  z-index: 0;
  overflow: visible !important;
}

.main-news-list:before {
  content: '';
  display: block;
  background: #181818;
  width: calc(100% + 400px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-news-list-item {
  padding: 6px 0;
  font-size: 14px;
}

.main-news-list-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-news-list-title > a {
  color: #fff;
}

.main-news-list-date {
  color: #fff;
  margin-right: 10px;
}

.main-news-more {
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-news .scroll-area {
  max-height: 200px;
}

/*--- ABOUT US ---*/
.main-aboutus {
  color: #fff;
  background: linear-gradient(to right, #001a56 68%, #fff 68%);
  padding: 115px 0 145px;
}

.main-aboutus-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.main-aboutus-inner > * {
  width: 50%;
}

.main-aboutus-img img {
  max-width: 960px;
  margin-top: -115px;
}

.main-aboutus-text {
  padding: 0 7% 0 2%;
}

.main-aboutus-text h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.main-aboutus-text p {
  font-size: 20px;
  line-height: 44px;
  font-feature-settings: 'palt';
}

.main-aboutus-title {
  margin-bottom: 60px;
}

.main-aboutus-more {
  margin-top: 100px;
}

/*--- CONCEPT ---*/
.main-concept {
  background: #fff;
  padding: 130px 0;
}

.main-concept-title {
  text-align: center;
  margin-bottom: 50px;
}

.main-concept-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.main-concept-row {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2%;
}

.main-concept-col {
  max-width: 380px;
  width: 100%;
}

.main-concept-img {
  margin-bottom: 20px;
}

.main-concept-text h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.main-concept-text p {
  font-size: 18px;
  line-height: 34px;
  font-feature-settings: 'palt';
}

.main-concept-more {
  text-align: center;
  margin-top: 70px;
}

/*--- SERVICE ---*/
.main-service {
  background: #001a56;
  padding: 150px 0 160px;
}

.main-service-title {
  text-align: center;
  margin-bottom: 60px;
}

.main-service-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.main-service-row {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 3%;
}

.main-service-row:first-child {
  margin-bottom: 50px;
}

.main-service-row:not(:first-child) {
  margin-bottom: 34px;
}

.main-parallax {
  height: 740px;
  background: url(/images/default/bg_img001.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

/*--- CONSTRUCTION ---*/
.main-construction {
  background: #fff;
  padding: 140px 0 120px;
}

.main-construction-title {
  text-align: center;
  margin-bottom: 50px;
}

.main-construction-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.main-construction-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}

.main-construction-col {
  max-width: 380px;
  width: 100%;
}

.main-construction-img {
  margin-bottom: 40px;
}

.main-construction-post-title {
  font-size: 18px;
  text-align: left;
}

.main-construction-date {
  display: block;
}

.main-construction-more {
  text-align: center;
  margin-top: 80px;
}

/*--- RECRUIT ---*/
.main-recruit {
  background: url(/images/default/bg_img002.jpg) no-repeat center/cover;
  padding: 160px 0 100px;
}

.main-recruit-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.main-recruit-title {
  margin-bottom: 40px;
}

.main-recruit-text {
  width: 50%;
  padding: 0 7% 0 2%;
}

.main-recruit-text p {
  font-size: 20px;
  line-height: 44px;
  font-feature-settings: 'palt';
}

.main-recruit-more {
  text-align: left;
  margin-top: 40px;
}

/*--- CONTACT ---*/
.main-contact {
  background: #e1e1e1;
  padding: 130px 0;
}

.main-contact-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.main-contact-row:not(:last-child) {
  margin-bottom: 90px;
}

/*--- Google map ---*/
.main-googlemap .googlemap {
  height: 500px;
}

.main-googlemap .googlemap iframe {
  height: 500px;
}

/* content sidebar
------------------------------------------*/
#sidebar {
  float: left;
  width: 220px;
  text-align: left;
}

.side-search {
  margin-bottom: 20px;
}

.side-nav {
  margin-bottom: 20px;
}

.side-nav-title {
  margin-bottom: 10px;
}

.side-nav-list > li > a {
  display: block;
  padding: 5px;
  border-bottom: 1px dashed rgba(185, 185, 185, 0.5);
  font-size: 13px;
}

.side-nav-list > li > a::before {
  content: "\f105";
  padding-right: 5px;
  transform: scale(0.8);
  transform-origin: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.side-nav-list > li > ul {
  padding: 10px;
}

.side-nav-list > li > ul > li > a {
  display: block;
  padding: 2px;
  font-size: 12px;
}

.side-about {
  margin-bottom: 20px;
  padding: 10px;
  background: #222;
  font-size: 12px;
  color: #fff;
}

.side-banner-list > li {
  margin-bottom: 10px;
}

/* footer
------------------------------------------*/
#footer {
  color: #fff;
  background: #000;
  padding: 100px 10px 70px;
}

#footer a {
  color: #fff;
}

#footer-inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.footer-inner-row {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.footer-inner-col {
  width: 50%;
}

.footer-logo {
  text-align: left;
  margin-bottom: 50px;
}

.footer-logo img {
  margin-bottom: 10px;
}

.footer-area {
  text-align: left;
}

.footer-area .badge {
  font-size: 16px;
  color: #000;
  background: #fff;
  border-radius: 0;
  padding: 7px 10px;
}

.footer-area-inner {
  padding: 2% 1%;
}

.footer-area-inner p {
  line-height: 30px;
}

.footer-nav {
  font-size: 14px;
  text-align: left;
  margin-left: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 2%;
}

.footer-nav-list {
  width: 32%;
}

.footer-nav-list li {
  padding: 5px 0;
}

.footer-nav-list li ul {
  margin-left: 14px;
}

.footer-copyright {
  font-size: 12px;
  text-align: right;
}

.pagetop-btn-wrap {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 20;
}

/* Lower
------------------------------------------*/
.entry {
  margin: 0 0 20px;
}

/* heading */
.page-title {
  display: none;
  margin: 0 0 30px 0;
  padding: 66px 15px;
  background-color: #000;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}

.entry-title,
.entry-content h2 {
  text-align: center;
  margin: 0 0 25px;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

.entry-title:after,
.entry-content h2:after {
  content: '';
  display: block;
  background: #001a56;
  width: 70px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) skewX(-40deg);
}

.entry-title a,
.entry-content h2 a {
  color: inherit;
}

.entry-content h3,
.h3 {
  border-bottom: 1px dotted #000;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: normal;
}

.entry-content h4,
.h4 {
  font-size: 14px;
  font-weight: normal;
  padding-left: 15px;
  position: relative;
}

.entry-content h4:before,
.h4:before {
  content: '';
  display: block;
  background: #001a56;
  width: 7px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.entry-content h5,
.h5 {
  padding: 5px;
  border-bottom: 1px dashed #ccc;
  font-weight: bold;
}

/* Breadcrumb
------------------------------------------*/
.breadcrumb {
  justify-content: flex-start;
  margin: 10px 0 10px;
  padding: 0;
  background: none;
  font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  color: inherit;
}

.breadcrumb-item.home:before {
  content: "\f015";
  padding: 0 5px 0 0;
  font-size: 11px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* common-nav
------------------------------------------*/
.common-nav-list li {
  display: block;
  padding: 5px;
  border-bottom: 1px dashed rgba(186, 186, 186, 0.5);
}

.common-nav-list li a {
  padding: 5px;
  font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム */
.blog-nav-group {
  display: flex;
  justify-content: space-between;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}

.blog-nav {
  margin: 0 0 20px 0;
  text-align: left;
}

.blog-nav-title {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(186, 186, 186, 0.5);
  font-size: 15px;
  font-weight: bold;
}

.blog-nav-list li a {
  position: relative;
  display: block;
  padding: 0.8rem 0.8rem 0.8rem 2.5rem;
  border-bottom: 1px solid rgba(186, 186, 186, 0.5);
  font-size: 0.8rem;
  color: inherit;
}

.blog-nav-list li a::after {
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  content: "\f105";
  font-size: 12px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-nav-list li li a {
  padding-left: 3.5rem;
}

.blog-nav-list li li a::after {
  left: 2.25rem;
}

.blog-nav-list li li li a {
  padding-left: 4rem;
}

.blog-nav .scroll-area {
  max-height: 200px;
}

/* Gallery
------------------------------------------*/
/* archive */
.gallery-list-item {
  padding: 0 15px 15px;
}

.gallery-list-img {
  margin-bottom: 3px;
}

.gallery-list-title {
  font-size: 13px;
}

.gallery-list-more {
  text-align: right;
}

/* single */
.gallery-detail {
  margin-bottom: 20px;
  text-align: center;
}

.gallery-detail-sub li {
  padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
  padding: 0 0px 20px;
}

.ba-detail-once {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.ba-detail-before,
.ba-detail-after {
  position: relative;
  width: 45%;
}

.ba-detail-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
}

.ba-detail-arrow i {
  font-size: 30px;
}

.ba-detail-sub li {
  padding: 0 15px 15px;
}

/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
  color: #fff;
}

/* dots */
.slick-dots li button::before {
  color: #ccc;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
  color: #666;
}

/* SimpleBar */
.scroll-area {
  overflow: auto;
}

.simplebar-track.simplebar-vertical {
  width: 11px;
}

.simplebar-track.simplebar-horizontal {
  height: 11px;
}

.scroll-area .simplebar-scrollbar::before {
  background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
  border-color: #001a56;
  background-color: #001a56;
  color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
  border-color: #001a56;
  background-color: #fff;
  color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
  border-color: #202020;
  background-color: #fff;
  color: #202020;
}

/* pagination */
.page-link {
  border-color: #9e9e9e;
  color: #333;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
  border-color: #999999;
  background-color: #001a56;
  color: #fff;
}

/*# sourceMappingURL=theme.css.map */
