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

/* CSS Document */
/*-----------　色設定　------------------------------------------------*/
:root {
  --main_c: #bfbfbf;
  --sub_c: #e6e6e6;
  --point_c: #bfbfbf;
  --txt_c: #1c1c1c;
  --link_c: #bfbfbf;
}

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

/*--------------------------------------------------------------------/
body
/--------------------------------------------------------------------*/
body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #1c1c1c;
}
html {
    scroll-padding-top: 80px;
}

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

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

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

a:hover {
  color: #3f96cf;
}

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

.btn--main:hover {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  color: #1c1c1c;
}

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

.btn--arrow:hover {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  color: #1c1c1c;
}
.top-cont02 .btn--main, 
.top-cont02 .btn--main:hover {
  border-radius: 10px;
}
.works-list .btn--arrow {
  border-color: #fff;
  background-color: #fff;
  color: #1c1c1c;
  border-radius: 10px;
}

.works-list a:hover .btn--arrow {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  color: #1c1c1c;
}
.gallery-img {
  background: #333;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆　メニューの形を変える　◆◆◆◆◆◆◆◆◆◆◆◆◆*/


.top-cont01 .btn--main {
  border-color: #bfbfbf;
  background-color: #bfbfbf;
  color: #fff;
  border-radius: 10px;
}
.top-cont01 .btn--main:hover {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  color: #1c1c1c;
}



/* 共通タイトル
----------------------------------------------------------------*/
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 #ccc;
}

h3.blog__tit:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 96px;
  width: 6rem;
  height: 1px;
  background: #bfbfbf;
  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 {
  padding: 12px 2%;
  padding: 0.75rem 2%;
  background: #eee;
  font-size: calc(1.6rem + 4 * (100vw - 320px) / 680);
  text-align: center;
}

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

.header__logo img {
  width: 160px;
  transition: 0.3s ease all;
}
header.fixed .header__logo img {
  width: 140px;
  transition: 0.3s ease all;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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.42em;
  text-decoration: none !important;
  text-decoration: none;
  transition: 0.3s ease all;
}

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

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

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

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

/* コンテンツタイトル */
.cont__tit span {
  font-family: "Oswald", sans-serif !important;
  font-weight: 300;
}
.top-company .cont__tit span {
  margin: 5px auto 0;
  padding: 5px 0 0;
  width: 80%;
  font-family: var(--font-serif) !important;
  font-weight: 600;
  border-top: 1px solid #1c1c1c;
}
#page-works .cont__tit {
  color: #1c1c1c;
}
.top-cont02 {
  background: #fff;
  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;
}

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

/* feed */
.top-cont04__half,
.top-cont04__news {
  background-color: #bfbfbf;
}

.feed-box--news {
  background: #bfbfbf;
}

.feed-box--blog {
  background: #3f96cf;
}

/* 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;
}

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

/* footer */
.footer__copy {
  color: #1c1c1c;
  background: #bfbfbf;
}


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

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



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

.works:before, 
#page-works:before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

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

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

.works-list a:hover {
  background: rgba(106, 90, 205, 0.8);
}

.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;
}





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

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

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

input[class="back-btn"]:hover {
  border: 1px solid #3f96cf;
  background: #3f96cf;
  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-prev .icon-left_arrow2,
.swiper-button-next .icon-right_arrow2 {
  color: #eee;
  font-size: 48px;
  font-size: 3rem;
  transition: 0.3s ease all;
}

.swiper-button-prev:hover .icon-left_arrow2,
.swiper-button-next:hover .icon-right_arrow2 {
  color: #3f96cf;
}

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

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

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

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

.widget-blog-aside__tit {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background: #eee;
  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: #ccc;
  font-size: 0.7em;
  content: "●";
}

.widget-blog-aside li a:hover {
  color: #3f96cf;
}

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

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

#wp-calendar td a:hover {
  color: #3f96cf;
}

/* 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 #ccc;
  background: #eee;
  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: 8px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

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

@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%;
  }
  .global__items > li:not(:last-of-type) {
    margin-right: 3rem;
  }
  .global__items > li a {
    padding: 0.8rem 0;
    color: #1c1c1c;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .global__items > li a:before {
    height: 1px;
    background: #bfbfbf;
  }
  .global__items > li a:hover {
    color: #bfbfbf;
  }
  .top-cont04__half {
    background: linear-gradient(90deg, #bfbfbf 49.99%, #3f96cf 49.99%);
  }
  .top-cont04__news {
    background: #bfbfbf;
  }
}

@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: "";
  }
  .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%;
  }
  .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: 28%;
    max-width: 28%;
  }
  .header__logo img {
  }
  .global__items > li a {
    color: #1c1c1c;
  }
  .global__items > li a:hover {
    color: #bfbfbf;
  }
  .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;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .footer__logo {
    width: 80%;
  }
  .top-cont05 {
    padding: 100px 0;
    background: url(../img/bg_03_sp.jpg) no-repeat bottom center;
    background-size: cover;
  }
}

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



/*========= 映像用 ===============*/

.main-video-wrap {
  position: relative;
  width: 100%;
  background: #000;
  text-align: center;
  overflow: hidden;
}

/* 動画を全表示（実寸・切れなし） */
.main-video {
  width: 100%;
  height: auto; /* 高さはアスペクト比に従う */
  object-fit: contain; /* 念のため */
  background: #000;
  display: block;
  margin: 0 auto;
}

/* PC/SP切り替え */
.pc-video {
  display: block;
}
.sp-video {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-video {
    display: none;
  }
  .sp-video {
    display: block;
  }
}

/* 音声ボタン */
.sound-toggle {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 30px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  transition: background 0.3s;
}
.sound-toggle:hover {
  background: rgba(0, 0, 0, 0.8);
}


/*========= PCのみSPのみ ===============*/
.pc_only {
  display: none;
}
.sp_only {
  display: inline;
}

  @media print, screen and (min-width: 561px) {
    .sp_only {
      display: none;
    }
    .pc_only {
      display: inline;
    }
  }



  @media print, screen and (min-width: 561px) {
.nowrap {
  white-space: nowrap;
}
}

h2.cont__tit span {
  display: none;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.common__table table {
  background: ;
}
.blue01 {
  color: #bfbfbf;
}
.pink01 {
  color: #cf0089;
}
.green01 {
  color: #00944e;
}

.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}


/* map  */
.map iframe {
  height: 200px;
  vertical-align: bottom;
}
@media print, screen and (min-width: 977px) {
  /*====================================================================/
	/*-------------------小さいPCスタイル----------------
	/====================================================================*/

  .map iframe {
    height: 400px;
  }
}
.fs_18 {
  font-size: 18px;
  font-size: 1.8rem;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



/* TOPページ共通
--------------------------------------------------------------------*/
.top-cont00 {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
  background: #d9d9d9;
}
.top-cont02 .cont__tit {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  font-size: calc(1.8rem + 18 * (100vw - 320px) / 680);
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
  color: #1c1c1c;
}
.top-cont02 .frame {
  display: block;
  height: 100%;
  padding: 15px;
  padding: 1.5rem;
  border-radius: 20px;
  background: rgba(82, 113, 255, 0.8);
  color: #1c1c1c;
  text-align: left;
  text-decoration: none !important;
}
.top-cont02 .c-box__tit {
  padding-top: 5px;
}
.top-cont02 .btn--arrow:after {
  top: 10px;
  top: 1rem;
}

.top-company {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/

  .top-company {
    margin: 0;
    padding: 0;
  }
}
/*.top-about, top-grouphome*/
.top-about, 
.top-grouphome, 
.top-faq {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}



.top-cont03 .cont03_company, 
.top-cont05 .cont05_company {
  padding: 0 0 50px;
  text-align: center;
}
.top-cont03 .cont03_company h3.h3_cont03 {
  font-size: 20px;
  font-size: 2rem;
}


/* フッター共通
--------------------------------------------------------------------*/
p.f_tt02 {
  margin-top: 20px;
  color: #004aad;
  font-weight: bold;
  text-align: center;
}
p.f_txt_pink {
  margin: 20px 0;
  color: #cf0089;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
p.f_link_url {
  text-align: center;
}

/* TOPページ個別背景
--------------------------------------------------------------------*/
.top-cont03 {
  background: url(../img/bg_top-greeting_pc.jpg) no-repeat center top;
  background-size: 100% auto;
}
.top-company {
  background: url(../img/bg_top-company_pc.jpg) no-repeat center top;
  background-size: cover;
}
.top-about {
  background: url(../img/bg_top-about_pc.jpg) no-repeat center bottom;
  background-size: cover;
}
.top-cont04__info {
  background-image: linear-gradient(90deg, #a6a6a6, #ffffff);
}



@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/

  .top-cont03 {
    background: url(../img/bg_top-greeting_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  .top-company {
    background: url(../img/bg_top-company_sp.jpg) no-repeat left top;
    background-size: cover;
  }
  .top-about {
    background: url(../img/bg_top-about_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
}



/*-- ******************************　top-cont00　****************************** --*/
.top-cont00 .l-cont h3.h3_top-cont00 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  text-shadow: 1px 1px #999999;
}
.top-cont00 p.txt_about {
  font-size: 16px;
  font-size: 1.6rem;
}



/*-- ******************************　top-about　****************************** --*/

.top-about .h2_wrap .h2_wrap_txt {
  margin-bottom: 60px;
}
.top-about .h2_wrap .h2_wrap_txt h2.h2_gr {
  margin-bottom: 30px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
.top-about .h2_wrap .h2_wrap_txt p.txt_name {
  text-align: right;
}
.top-about .slide-about div {
  margin: 0 5px;
}
@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/

  .top-about .h2_wrap .h2_wrap_txt h2.h2_gr {
    font-size: 20px;
    font-size: 2rem;
  }
  .top-about .slide-about div {
    margin: 0 auto;
  }
}

/*-- ******************************　//top-about　****************************** --*/


.bd-line {
        border-right: 11px solid #7fc8fd;
        border-bottom: 11px solid #7fc8fd;
}

/*-- ******************************　top-company　****************************** --*/
.top-company .cont01_add01_wrap.tc .cont01_add01_right {
  background-color:rgba(191,191,191,0.6);
}


@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
.top-company .cont01_add01_right {
  padding: 20px 0;
}
  .top-company .h2_wrap_txt {
    display: none;
  }
}

/*-- ******************************　//top-company　****************************** --*/



/*-- ******************************　top-cont05　****************************** --*/
.top-cont05 .tel_wrap {
  margin: 0 auto;
  padding: 30px 10px;
  width: 100%;
  max-width: 600px;
  height: auto;
  background-color: rgba(82,113,255,0.3);
}
.top-cont05 .tel_wrap .contact__tel, 
.top-cont05 .tel_wrap .contact__tel span.tel-link, 
.top-cont05 .tel_wrap p.txt-c {
  color: #fff;
}
/*-- ******************************　//top-cont05　****************************** --*/



/* 下位ページ
--------------------------------------------------------------------*/

.cp, 
.staff, 
.rb {
  position: relative;
  top: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.cp .h2_wrap, 
.staff .h2_wrap, 
.rb .h2_wrap {
  margin: 0;
  padding: 12% 0 16%;
  width: 100%;
  height: auto;
  text-align: center;
}
.cp .h2_wrap {
  background: url(../img/bg_h2_cp_pc.jpg) no-repeat center center;
  background-size: cover;
}
.staff .h2_wrap {
  background: url(../img/bg_h2_staff_pc.jpg) no-repeat center center;
  background-size: cover;
}
.rb .h2_wrap {
  background: url(../img/bg_h2_rb_pc.jpg) no-repeat center center;
  background-size: cover;
}
.cp .h2_wrap .h2_ttl.cont01_add01_wrap, 
.staff .h2_wrap .h2_ttl.cont01_add01_wrap, 
.rb .h2_wrap .h2_ttl.cont01_add01_wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1240px;
  height: auto;
}
.cp .h2_wrap h2.page_ttl, 
.staff .h2_wrap h2.page_ttl, 
.rb .h2_wrap h2.page_ttl {
  margin: 40px 0 20px;
  padding: 40px 0 0;
  width: 239px;
  height: 127px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.cp .h2_wrap h2.page_ttl {
  background: url(../img/bg_h2_cp_ttl.png) no-repeat top center;
  background-size: cover;
}
.staff .h2_wrap h2.page_ttl {
  background: url(../img/bg_h2_staff_ttl.png) no-repeat top center;
  background-size: cover;
}
.rb .h2_wrap h2.page_ttl {
  background: url(../img/bg_h2_rb_ttl.png) no-repeat top center;
  background-size: cover;
}
.cp .h2_wrap h2.page_ttl span, 
.staff .h2_wrap h2.page_ttl span, 
.rb .h2_wrap h2.page_ttl span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
.cp .h2_wrap p.h2_txt, 
.staff .h2_wrap p.h2_txt, 
.rb .h2_wrap p.h2_txt {
  font-weight: bold;
  text-align: left;
  text-shadow: 2px 2px #ccc;
}
.cp .h2_wrap p.h2_txt {
  color: #fff;
}
.staff .h2_wrap p.h2_txt {
  color: #1c1c1c;
}
.rb .h2_wrap p.h2_txt {
  color: #5a3b34;
}
.rb .h2_wrap p.rui-logo {
  margin: 20px 0 20px 40px;
  width: 160px;
  height: auto;
  text-align: left;
}


@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  
  .cp .h2_wrap, 
  .staff .h2_wrap, 
  .rb .h2_wrap {
    margin: 0;
    padding: 28% 0 20%;
    width: 100%;
    max-width: 560px;
  }
  .cp .h2_wrap {
    background: url(../img/bg_h2_cp_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .staff .h2_wrap {
    background: url(../img/bg_h2_staff_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .rb .h2_wrap {
    background: url(../img/bg_h2_rb_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .cp .h2_wrap h2.page_ttl, 
  .staff .h2_wrap h2.page_ttl, 
  .rb .h2_wrap h2.page_ttl {
    margin: 40px auto 20px;
    padding: 32px 0 0;
  }
  .cp .h2_wrap h2.page_ttl {
    background: url(../img/bg_h2_cp_ttl.png) no-repeat top center;
    background-size: 90% auto;
  }
  .staff .h2_wrap h2.page_ttl {
    background: url(../img/bg_h2_staff_ttl.png) no-repeat top center;
    background-size: 90% auto;
  }
  .rb .h2_wrap h2.page_ttl {
    background: url(../img/bg_h2_rb_ttl.png) no-repeat top center;
    background-size: 90% auto;
  }
  .cp .h2_wrap p.h2_txt, 
  .staff .h2_wrap p.h2_txt, 
  .rb .h2_wrap p.h2_txt {
    margin-bottom: 20px;
    text-align: center;
  }
  .cp .h2_wrap .cont01_add01_right img, 
  .staff .h2_wrap .cont01_add01_right img, 
  .rb .h2_wrap .cont01_add01_right img {
    width: 60%;
    height: auto;
    text-align: center;
  }
  .rb .h2_wrap p.rui-logo {
    margin: 20px 0;
    padding: 10px 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.cp h3.h3_ttl, 
.staff h3.h3_ttl, 
.rb h3.h3_ttl {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.cp h4.h4_ttl, 
.staff h4.h4_ttl, 
.rb h4.h4_ttl {
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.contact__tel {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: calc(1.25rem + 16 * (100vw - 320px) / 680);
  text-align: center;
}

.contact__tel a {
  color: #1c1c1c !important;
  text-decoration: none !important;
}

.contact__tel .tel-link a {
  vertical-align: bottom;
}

.contact__tel {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 57.6px;
  font-size: 3.6rem;
  text-align: center;
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  .contact__tel {
    font-size: 2rem;
  }
}

/* 下位ページ共通
--------------------------------------------------------------------*/


/* 下位ページ問い合わせ */
.cont__wrap.white {
  color: #fff;
}
.top-cont05.page {
  background: url(../img/bg_03_pc.jpg) no-repeat center center;
  background-size: cover;
}
.top-cont05.page .contact__tel {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: calc(1.25rem + 16 * (100vw - 320px) / 680);
  text-align: center;
}
.top-cont05.page .contact__tel a {
  color: #1c1c1c !important;
  text-decoration: none !important;
}

.top-cont05.page .contact__tel .tel-link a {
  vertical-align: bottom;
}

.top-cont05.page .contact__tel {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 30px;
  font-size: 3.6rem;
  text-align: center;
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  .top-cont05.page .black-bg {
    display: none;
  }
  .top-cont05.page {
    padding: 100px 0;
    background: url(../img/bg_03_sp.jpg) no-repeat bottom center;
    background-size: cover;
  }
  .cont__wrap.white {
    color: #1c1c1c;
  }
  .top-cont05.page .contact__tel {
    font-size: 30px;
    font-size: 3rem;
  }
  .top-cont05 .contact__tel a {
    color: #1c1c1c;
  }
}


footer {
  position: relative;
  padding: 0;
}
.footer__copy {
  margin-top: 0;
}

.rb_btn {
  margin: 0 auto;
  padding: 0;
  width: 310px;
  height: 168px;
  text-align: center;
}
.rb_btn a {
  display: block;
  margin: 0 auto;
  padding: 55px 0;
  width: 310px;
  height: 168px;
  color: #1c1c1c;
  font-size: 18px;
  font-size:1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
  background: url(../img/bg_rb_btn.jpg) no-repeat center center;
  background-size: contain;
}
.rb_btn a:hover {
  color: #1c1c1c;
  text-decoration: underline;
  opacity: .6;
  transition: 0.3s ease all;
}

