@charset "UTF-8";
/* aspect */
/* ofi */
/*	flex
---------------------------------------------------*/

/* CSS Document */
/*-----------　色設定　------------------------------------------------*/
:root {
  --main_c: #143761;
  --sub_c: #506e81;
  --point_c: #eddc42;
  --txt_c: #1c1c1c;
  --link_c: #143761;
  --link_sub_bg: #f3efe7;
}

/*--------------------------------------------------------------------/
loader 色変更
/-------------------------------------------------------------------*/
@-webkit-keyframes f_fadeG {
  0% {
    background-color: #143761;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes f_fadeG {
  0% {
    background-color: #143761;
  }
  100% {
    background-color: #fff;
  }
}

/*--------------------------------------------------------------------/
body
/--------------------------------------------------------------------*/
body {
  color: #1c1c1c;
}

/*　ドラッグした際の色を変える設定
/* selection
----------------------------------------------------------------*/
body *::-moz-selection {
  background: #143761;
  color: #fff;
}
body *::selection {
  background: #143761;
  color: #fff;
}

/*Firefoxに対応*/
body *::-moz-selection {
  background: #143761;
  color: #fff;
}

/*　リンクの色設定
/* a
----------------------------------------------------------------*/
a {
  color: #143761;
}

a:hover {
  color: #506e81;
}

/* 共通ボタンの色変更
----------------------------------------------------------------*/
.btn--main {
  border-color: #143761;
  background-color: #143761;
  color: #fff;
}

.btn--main:hover {
  border-color: #506e81;
  background-color: #506e81;
  color: #fff;
}

.btn--arrow {
  border-color: #fff;
  color: #fff;
}

.btn--arrow:hover {
  border-color: #506e81;
  background-color: #fff;
  color: #fff;
}

.works-list .btn--arrow {
  padding: 0;
  background-color: #143761;
}

.works-list .btn--arrow a {
  padding: 6.4px 32px;
  padding: 0.4rem 2rem;
  color: #fff;
  text-decoration: none;
}

.gallery-img {
  background: #333;
}

/* 共通タイトル
----------------------------------------------------------------*/
h3.normal,
h3.blog__tit,
h3.privacy__tit {
  font-size: calc(1.6rem + 4 * (100vw - 320px) / 680);
}

h3.blog__tit {
  position: relative;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #bbb;
}

h3.blog__tit:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 96px;
  width: 6rem;
  height: 1px;
  background: #143761;
  content: "";
}

h3.privacy__tit {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

h3.company__tit {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  font-size: calc(1.6rem + 4 * (100vw - 320px) / 680);
}

h3.table__tit {
  position: relative;
  padding: 19.2px 2%;
  padding: 1.2rem 2%;
  font-size: calc(1.6rem + 4 * (100vw - 320px) / 680);
  text-align: center;
}

h3.table__tit:before, h3.table__tit:after {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
}

h3.table__tit:after {
  bottom: 0;
  border-top: 1px solid #143761;
  border-bottom: 2px solid #143761;
}

h3.table__tit:before {
  top: 0;
  border-top: 2px solid #143761;
  border-bottom: 1px solid #143761;
}

/*　ヘッダーとメニューの背景とロゴの大きさを設定
/* header
----------------------------------------------------------------*/
.js-fixed {
  background: rgba(255, 255, 255, 0.8);
}

.header__logo img {
  width: 100%;
  transition: 0.3s ease all;
}

.header__logo a {
  display: block;
  position: relative;
}

/* global_nav
----------------------------------------------------------------*/
/* グローバルのテキストの色を変更 */
/* ドロワーメニューの色を変更 */
.drawer-menu li a:hover {
  background-color: transparent;
  color: #143761;
}

/* sp tel  */
.global__phone {
  border: none;
  background: #143761;
  color: #fff;
  transition: 0.3s ease all;
}

.global__phone:hover {
  border: solid 1px #143761;
  background: #fff;
  color: #143761;
}

.global__phone:hover a {
  color: #143761;
}

.global__phone a {
  display: block;
  color: #fff;
}

.color-header .global__items > li a {
  color: #fff;
}

.color-header .global__items > li a:hover {
  color: #fff;
}

.color-header .global__items > li a:hover:before {
  background-color: #fff;
}

.fixed .global__items > li a {
  color: #1c1c1c;
}

.fixed .global__items > li a:hover {
  color: #143761;
}

.fixed .global__items > li a:hover:before {
  background-color: #143761;
}

/* breadcrumb
/--------------------------------------------------------------------*/
.breadcrumb__list a:hover {
  color: #143761;
}

/* main
/--------------------------------------------------------------------*/
/* 背景画像
----------------------------------------------------------------*/
.first {
  position: relative;
  overflow: hidden;
}

.first-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
}

.top-cont05 .tel-link a {
  color: #fff;
}

/* first */
/* scroll */
.scroll__wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.scrolldown {
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
}

.scrolldown a {
  display: inline-block;
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.33em;
  text-decoration: none !important;
  text-decoration: none;
  transition: 0.3s ease all;
}

.scrolldown a:hover {
  color: #143761;
}

.scrolldown a:hover span {
  border-color: #143761;
  transition: 0.3s ease all;
}

.scrolldown a:hover span:before {
  background-color: #143761;
}

/* コンテンツのボタン使用時 */
.top-cont01 .btnselect .c-box__txt-01,
.top-cont02 .btnselect .mCSB_container {
  position: relative;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

/* コンテンツタイトル */
.cont__tit {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  color: rgba(11, 31, 55, 0.1);
  font-family: 'Raleway', sans-serif !important;
  font-size: calc(5rem + 70 * (100vw - 320px) / 680);
  font-weight: 900;
  text-align: center;
}

.cont__tit span {
  margin-top: -96px;
  margin-top: -6rem;
  color: #1c1c1c;
  font-size: .2em;
  font-weight: 600;
}

#page-error .cont__tit, #page-confirm .cont__tit, #page-sending .cont__tit {
  color: #fff;
  font-size: calc(2rem + 12 * (100vw - 320px) / 680);
}

/* フォント白く */
.f_w {
  color: rgba(255, 255, 255, 0.2);
}

.f_w span {
  color: #fff;
}

.top-cont02 {
  overflow: hidden;
}

.c-box__txt-01 .c-btn,
.c-box__txt-02 .c-btn {
  position: absolute;
  bottom: 24px;
  bottom: 1.5rem;
  left: 24px;
  left: 1.5rem;
  width: calc(100% - 3rem);
}

/* c-box */
.c-box h4 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.c-box:not(:last-child) {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.c-box figure {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.c-box figcaption {
  padding: 7px 0 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
}

.c-box p {
  padding-bottom: 10px;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  line-height: 1.5;
  text-align: left;
}

/* コンテンツのボタン使用時 */
.top-cont01 .btnselect .c-box__txt-01,
.top-cont02 .btnselect .mCSB_container {
  position: relative;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

.greeting_block {
  padding: 48px 16px;
  padding: 3rem 1rem;
  border: 1px solid #eaeaea;
  background: #fcf9f4;
}

.company-cont {
  padding: 32px 4%;
  padding: 2rem 4%;
}

/* feed */
.top-cont04__info {
  background: #f3efe7;
}

.top-cont04__news {
  background: #506e81;
}

/* blog-category back-color */
[class*="feed__icon"] {
  background-color: #666;
}

/* works-category back-color */
[class*="tax__icon"] {
  background-color: #666;
}

/* お問い合わせコンテンツ */
.top-cont05 .btn__wrap {
  max-width: 420px;
}

.top-cont05 .cont__tit {
  text-align: center;
}

.contact__tel {
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
}

/* footer */
.footer__copy {
  background: #143761;
}

.footer__copy {
  background: #143761;
}

/* トップへ戻るボタンの色を変更
--------------------------------------------------------------------*/
#pagetop a {
  border-bottom-color: #143761;
}

#pagetop a:hover {
  border-bottom-color: #506e81;
}

/* 実績紹介ページの背景画像
--------------------------------------------------------------------*/
.works {
  position: relative;
  width: 100%;
  background: transparent;
}

.works:before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_02_pc.jpg) 50% top no-repeat;
  background-size: cover;
  content: "";
}

#works .btn__wrap {
  max-width: 400px;
  margin-top: 48px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.works-list .btn--arrow a {
  transition: 0.3s ease all;
}

.works-list .btn--arrow a:hover {
  border-color: #506e81;
  background: #506e81;
}

.category-list a {
  transition: 0.3s ease all;
}

.category-list a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}

.category-list__black {
  background: #000;
}

/* コンタクトページの背景画像
--------------------------------------------------------------------*/
.contact {
  position: relative;
  width: 100%;
  background: transparent;
}

.contact:before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_03_pc.jpg) 50% top no-repeat;
  background-size: cover;
  content: "";
}

[class="sub-btn"] {
  border-color: #143761;
  background: #143761;
  color: #fff;
}

[class="sub-btn"]:hover {
  border: 1px solid #506e81;
  background: #506e81;
  color: #fff;
}

input[class="back-btn"] {
  border-color: #143761;
  background: #fff;
  color: #143761;
}

input[class="back-btn"]:hover {
  border: 1px solid #506e81;
  background: #506e81;
  color: #fff;
}

/* Not Foundページの背景画像
--------------------------------------------------------------------*/
.not-found {
  position: relative;
  width: 100%;
  background: transparent;
}

.not-found:before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_01_pc.jpg) 50% top no-repeat;
  background-size: cover;
  content: "";
}

.not-found h3 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: calc(1.6rem + 2 * (100vw - 320px) / 680);
}

/* スライダーの矢印の色
--------------------------------------------------------------------*/
.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(187, 187, 187, 0.8);
  transition: 0.3s ease all;
}

.swiper-button-next .icon-left_arrow,
.swiper-button-next .icon-right_arrow,
.swiper-button-prev .icon-left_arrow,
.swiper-button-prev .icon-right_arrow {
  color: #f3f3f3;
  font-size: 36px;
  transition: 0.3s ease all;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(20, 55, 97, 0.8);
}

.swiper-button-next:hover .icon-left_arrow,
.swiper-button-next:hover .icon-right_arrow,
.swiper-button-prev:hover .icon-left_arrow,
.swiper-button-prev:hover .icon-right_arrow {
  color: #fff;
}

/* ブログ　色変更
--------------------------------------------------------------------*/
.c-page_next_prev a:hover {
  color: #506e81;
}

.widget-blog-aside h2 {
  padding: 16px;
  padding: 1rem;
  background: #506e81;
  color: #fff;
}

.widget-blog-aside .wp-block-separator {
  border-bottom: none;
}

.widget-blog-aside:not(:last-of-type) {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.widget-blog-aside a {
  color: #143761;
  text-decoration: underline;
}

.widget-blog-aside a:hover {
  color: #506e81;
  text-decoration: none;
}

.widget-blog-aside__tit {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 16px;
  padding: 1rem;
  background: #f3f3f3;
  color: #1c1c1c;
}

.widget-blog-aside li a {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
}

.widget-blog-aside li a:before {
  position: absolute;
  top: 2px;
  left: 0;
  color: #bbb;
  font-size: 0.7em;
  content: "●";
}

.widget-blog-aside li a:hover {
  color: #506e81;
}

#wp-calendar caption {
  color: #1c1c1c;
}

#wp-calendar td a {
  color: #143761;
}

#wp-calendar td a:hover {
  color: #506e81;
}

/* pdf ボタン　*/
.blog-pdf {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.blog-pdf a {
  display: block;
  position: relative;
  padding: 12.8px;
  padding: 0.8rem;
  padding-left: 76.8px;
  padding-left: 4.8rem;
  border: 1px solid #bbb;
  background: #f3f3f3;
  color: #1c1c1c;
  text-decoration: none !important;
  transition: 0.3s ease all;
}

.blog-pdf a:after {
  position: absolute;
  top: 50%;
  left: 24px;
  left: 1.5rem;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/pdf.svg) no-repeat;
  content: "";
}

.blog-pdf a:hover {
  border-color: #425c93;
  background: #425c93;
  color: #fff;
}

.pdf-link {
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1;
}

.pdf-link a {
  color: #1c1c1c;
}

.pdf-link a:hover p {
  text-decoration: none !important;
}

.pdf-link figure {
  display: inline-block;
  max-width: 158px;
  margin-right: 16px;
  margin-right: 1rem;
  vertical-align: middle;
}

.pdf-link p {
  display: inline-block;
  text-decoration: underline;
}

/* about 見出し　*/
.top-cont01 .c-box__tit {
  padding: 16px 0;
  padding: 1rem 0;
  border-top: 2px solid #111;
  text-align: center;
}

/* スワイパー文字ずれ調整
--------------------------------------------------------------------*/
.swiper-container {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.top-cont03 .c-box__tit {
  margin-bottom: 0;
}

.contact-houer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media print, screen and (min-width: 376px) {
  /*====================================================================/
	/*------------------iPhone 以上----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 561px) {
  /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
	/*-------------------小さいPCスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .header__logo {
    width: 200px;
  }
  .global__items > li:not(:last-of-type) {
    margin-right: 3rem;
  }
  .global__items > li a {
    padding: 0.8rem 0;
    color: #1c1c1c;
  }
  .global__items > li a:before {
    height: 1px;
    background: #143761;
  }
  .global__items > li a:hover {
    color: #143761;
  }
}

@media print, screen and (min-width: 1257px) {
  /*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  h3.normal,
  h3.blog__tit,
  h3.privacy__tit {
    font-size: 1.8rem;
  }
  h3.company__tit {
    font-size: 2rem;
  }
  h3.table__tit {
    font-size: 2rem;
  }
  .scrolldown a {
    padding-top: 60px;
  }
  .scrolldown a span {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
  }
  .scrolldown a span:before {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation: ball 2s infinite;
    animation: ball 2s infinite;
    content: "";
  }
  .cont__tit {
    font-size: 10rem;
  }
  #page-error .cont__tit, #page-confirm .cont__tit, #page-sending .cont__tit {
    font-size: 3rem;
  }
  .not-found h3 {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
	/*-------------------full PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 1256px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .color-header .drawer-hamburger {
    color: #fff;
  }
  header.fixed .drawer-hamburger {
    color: header.fixed .drawer-hamburger txt_c;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #1c1c1c;
  }
  .color-header .drawer-hamburger-icon,
  .color-header .drawer-hamburger-icon:before,
  .color-header .drawer-hamburger-icon:after {
    background-color: #fff;
  }
  header.fixed .drawer-hamburger-icon,
  header.fixed .drawer-hamburger-icon:before,
  header.fixed .drawer-hamburger-icon:after {
    background-color: #1c1c1c;
  }
  .first-wrap.blur {
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  .first:before {
    background-image: url(../img/bg_01_tb.jpg);
  }
  .top-cont02 {
    background-image: url(../img/bg_02_pc.jpg);
  }
  .top-cont05 {
    background-image: url(../img/bg_03_pc.jpg);
  }
  .scrolldown a {
    padding-top: 60px;
  }
  .scrolldown a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-animation: arrow 1.5s infinite;
    animation: arrow 1.5s infinite;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .header__logo {
    min-width: 30%;
    max-width: 40%;
  }
  .header__logo img {
    width: 100%;
    max-width: 200px;
  }
  .global__items > li a {
    color: #1c1c1c;
  }
  .global__items > li a:hover {
    color: #143761;
  }
  .top-cont02 {
    background-image: url(../img/bg_02_sp.jpg);
  }
  .top-cont05 {
    background-image: url(../img/bg_03_sp.jpg);
  }
  .company-cont {
    text-align: left;
  }
  .footer__logo {
    width: 10%;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .first:before {
    background-image: url(../img/bg_01_sp.jpg);
  }
  .cont__tit {
    font-size: 5.5rem;
  }
  .cont__tit span {
    margin-top: -3rem;
    font-size: 1.8rem;
  }
  #page-error .cont__tit, #page-confirm .cont__tit, #page-sending .cont__tit {
    font-size: 2rem;
  }
  .footer__logo {
    width: 20%;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
	/*------------------iPhone 以下----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

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