﻿@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("../css-1");

/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*body以下
=======================================================*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4vw;
  line-height: 2;
  letter-spacing: .1rem;
  color: #333;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-c {
  text-align: center;
}

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

/*更新画像
=================================================*/
/*更新イメージの調整
----------------------------------------------- */
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

/*共通テキスト
----------------------------------------------- */
.com-txt p {
  margin-bottom: 5%;
}

.com-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .com-txt p br {
    display: none;
  }
}

/*display flexキッド
=================================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx-strt {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx-btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx-ard {
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx-end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx-center {
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx-alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx-alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx-alitem-c {
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx-alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx-alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx-alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx-alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx-alcont-end {
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx-alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-ard {
  align-content: space-around;
}

.com-tel {
  font-size: 6vw;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.com-tel span {
  color: #333;
}

.com-tel small {
  font-size: 4vw;
}

/*=========================================================
	header
=========================================================*/
#header {
  height: 70px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 100;
  color: #fff;
  background: #004097;
  padding: 0 5%;
  box-sizing: border-box;
}

#header .hd-wrp {
  height: 100%;
}

#header .hd-l {
  width: 40%;
}

#header .hd-r .hd-tel span {
  display: none;
}

#header .hd-r .hd-workstime {
  display: none;
}

#header .hd-r .hd-link {
  display: none;
}

#header #nav {
  display: none;
}

/*Mainvisual
=========================================================*/
#mv {
  z-index: 0;
  /* height: 100vw; */
  /* position: relative; */
}

#mv .com-img {
  height: 100%;
}

#mv .com-img img {
  position: inherit !important;
  top: inherit !important;
  left: inherit !important;
  transform: none !important;
}

#mv .bx-wrapper,
#mv ul {
  height: 100%;
}

#mv .catch {
  text-align: center;
}

#mv .catch img {
  /* position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  margin: auto; */
}

#mv li {
  height: 90vw;
}

#mv li:nth-child(1) {
  background: url(../img/mv/slider01-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(2) {
  background: url(../img/mv/slider02-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(3) {
  background: url(../img/mv/slider03-bg.jpg) no-repeat center/cover;
}

#mv .catch img {
  width: 90%;
  margin: auto;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  z-index: 100;
}

/*=========================================================
	トップページ
=========================================================*/
/*下層ボックス
=========================================================*/
#contents-u {
  padding: 15% 0 10%;
  background: url(../img/common/com-contents-u-bg.png) no-repeat center bottom/100%;
}

/*共通ボタン
=========================================================*/
.more-btn01 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn01:before,
.more-btn01:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn01 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn01 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn01 {
    font-size: 3.5vw;
  }
}

.more-btn01:hover {
  background: #fff;
  border: solid #000 1px;
}

.more-btn01:hover span {
  color: #000;
}

.more-btn02 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn02:before,
.more-btn02:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn02 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn02 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn02 {
    font-size: 3.5vw;
  }
}

.more-btn02:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1, 0.1);
}

.more-btn02:after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.more-btn02:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn02:hover:after {
  opacity: 0;
  transform: scale(1, 0.1);
}

.more-btn03 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn03:before,
.more-btn03:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn03 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn03 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn03 {
    font-size: 3.5vw;
  }
}

.more-btn03:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0.1, 0.1);
}

.more-btn03:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn03:hover:after {
  transform: scale(0, 0);
  opacity: 0;
}

.more-btn04 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn04:before,
.more-btn04:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn04 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn04 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn04 {
    font-size: 3.5vw;
  }
}

.more-btn05 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn05:before,
.more-btn05:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn05 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn05 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn05 {
    font-size: 3.5vw;
  }
}

.more-btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5% 0;
  border: solid 2px #004097;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.more-btn:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 5vw;
  height: 5vw;
  background: url(../img/common/org-tri.png) no-repeat right bottom/contain;
}

.more-btn span {
  font-weight: 700;
  position: relative;
  z-index: 10;
  color: #004097;
}

.more-btn.wht-btn {
  border: solid 2px #fff;
}

.more-btn.wht-btn:hover span {
  color: #003567;
}

.more-btn.wht-btn span {
  color: #fff;
}

.more-btn.org-btn {
  border: solid 2px #fccf00;
}

.more-btn.org-btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 100px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 500px;
  height: 500px;
}

.more-btn.org-btn span {
  color: #fff;
}

.mail-btn {
  display: block;
  background: transparent;
  border: solid 1px #fff;
  text-align: center;
  width: 180px;
  padding: 10px 0;
  transition: 0.3s all ease;
}

.mail-btn span {
  position: relative;
  padding-left: 35px;
  color: #fff;
}

.mail-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 14px;
  background: url("../img/common/mail-icon.png')?>") no-repeat center/contain;
  margin-top: -7px;
}

.mail-btn:hover {
  background: #004097;
}

.mail-btn:hover span {
  color: #fff;
}

.com-ttl {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

.com-ttl .eng {
  font-weight: 500;
  font-size: 6vw;
  display: inline-block;
  color: #888;
}

.com-ttl .eng::first-letter {
  font-size: 8vw;
  color: #004097;
}

.com-ttl .ja {
  font-size: 5.5vw;
  color: #555;
}

.com-ttl-org .eng::first-letter {
  font-size: 8vw;
  color: #fccf00;
}

.com-ttl.com-ttl-u {
  text-align: center;
  margin-bottom: 10%;
}

.com-ttl.com-ttl-u span {
  display: block;
}

.com-ttl.com-ttl-u .eng {
  margin-bottom: 10px;
}

.com-ttl.com-ttl-u .eng::first-letter {
  font-size: 6vw;
}

.com-ttl.com-ttl-u .ja {
  font-size: 4.5vw;
}

.coution-txt {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10%;
  font-size: 3.8vw;
}

.coution-txt .strong {
  color: #004097;
  margin-bottom: 4%;
  font-size: 4.5vw;
  font-weight: 700;
}

/*top-news
=========================================================*/
#top-news {
  display: block;
}

#top-news .top-news-ttl-bx {
  background: #004097;
  padding: 10% 0;
}

#top-news .top-news-ttl-bx .top-news-ttl-inbx {
  padding: 3% 5%;
  box-sizing: border-box;
}

#top-news .top-news-ttl-bx .top-news-ttl-inbx .top-news-ttl {
  font-family: "Noto Serif JP", serif;
  position: relative;
  line-height: 1;
}

#top-news .top-news-ttl-bx .top-news-ttl-inbx .eng {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 15vw;
  color: rgba(255, 255, 255, 0.1);
}

#top-news .top-news-ttl-bx .top-news-ttl-inbx .ja {
  font-size: 6vw;
  color: #fff;
}

#top-news .top-news-ttl-bx .more-btn {
  width: 40%;
  height: 12vw;
  margin: -10vw 0 0 auto;
}

#top-news .top-news-ttl-bx .more-btn:before {
  top: 6vw;
}

#top-news .top-news-ttl-bx .more-btn span {
  font-size: 3vw;
}

#top-news .top-news-post-container {
  background: #f2f2f2;
  padding: 6% 5%;
  box-sizing: border-box;
}

#top-news .top-news-post-container .top-news-post article {
  border-bottom: 1px solid #ccc;
}

#top-news .top-news-post-container .top-news-post article:last-child {
  border-bottom: none;
}

#top-news .top-news-post-container .top-news-post article a {
  display: block;
  padding: 5% 4%;
  box-sizing: border-box;
}

#top-news .top-news-post-container .top-news-post article .tag-time-list {
  color: #004097;
  font-size: 3.5vw;
  display: block;
}

#top-news .top-news-post-container .top-news-post article .tag-time-list time {
  position: relative;
}

#top-news .top-news-post-container .top-news-post article .tag-time-list .tag-list {
  margin-bottom: 3%;
}

#top-news .top-news-post-container .top-news-post article .tag-time-list .tag-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 3vw;
}

#top-news .top-news-post-container .top-news-post article .top-news-post-ttl {
  font-size: 3.5vw;
}

/*top-movie
=========================================================*/
#top-movie {
  padding: 10% 0 5%;
}

.top-movie-ttl {
  text-align: center;
  margin-bottom: 10%;
}

.top-movie-ttl span {
  display: block;
  text-align: center;
}

.top-movie-ttl .ja {
  font-size: 4.5vw;
}

.youtube-iframe {
  padding-top: 52.65%;
  position: relative;
}

.youtube-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*top-case
=========================================================*/
#top-case {
  padding: 10% 0;
  font-family: "Noto Serif JP", serif;
}

#top-case .top-case-ttl {
  text-align: center;
  margin-bottom: 12%;
}

#top-case .top-case-ttl span {
  line-height: 1.5;
  display: block;
}

#top-case .top-case-ttl .logo {
  width: 50%;
  margin: 0 auto 5%;
}

#top-case .top-case-ttl .main {
  font-size: 4.5vw;
}

#top-case .top-case-info article {
  width: 48%;
  margin: 4% 4% 0 0;
}

#top-case .top-case-info article:nth-child(2n) {
  margin-right: 0;
}

#top-case .top-case-info article:nth-child(-n + 2) {
  margin-top: 0;
}

#top-case .top-case-info article:last-child {
  margin-right: 0;
}

#top-case .top-case-info .top-case-info-ttl {
  background: #004097;
  color: #fff;
  padding: 2% 5%;
  box-sizing: border-box;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  border-bottom: 1px solid #fccf00;
}

/*top-about
=========================================================*/
#top-about {
  overflow: hidden;
  padding: 15% 0 20%;
  background:
    url(../img/top/top-about-bg-l.png) no-repeat left bottom/50%,
    url(../img/top/top-about-bg-r.png) no-repeat right bottom/50%;
  position: relative;
}

.top-about-img {
  width: 43%;
  position: absolute;
  right: 5%;
  top: 5vw;
  z-index: -1;
}

#top-about .top-about-container {
  display: block;
  margin-bottom: 10%;
}

#top-about .top-about-ttl {
  margin-bottom: 0;
  margin-bottom: 10%;
  line-height: 1;
}

#top-about .top-about-ttl .eng {
  margin-right: 5vw;
  position: relative;
}

#top-about .top-about-ttl .eng:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -4vw;
  bottom: auto;
  left: auto;
  width: 1px;
  height: 8vw;
  background: #8aa8d0;
  transform: rotate(15deg);
  margin-top: 0;
  margin-top: -2vw;
}

#top-about .top-about-ttl .ja {
  font-size: 4vw;
}

#top-about .top-about-txt {
  font-family: "Noto Serif JP", serif;
  background: rgba(299, 299, 299, .5);
  padding: 3%;
  box-sizing: border-box;
}

#top-about .top-about-link {
  background: rgba(242, 242, 242, 0.7);
  position: relative;
  box-sizing: border-box;
}

#top-about .top-about-link li {
  margin: 4% 4% 0 0;
  width: 48%;
}

#top-about .top-about-link li:nth-child(2n) {
  margin-right: 0;
}

#top-about .top-about-link li:nth-child(-n + 2) {
  margin-top: 0;
}

#top-about .top-about-link li:last-child {
  margin-right: 0;
}

#top-about .top-about-link li a {
  box-sizing: border-box;
  width: 100%;
  padding: 4% 0;
  background: #fff;
}

#top-about .top-about-link li a span {
  color: #004097;
  font-family: "Noto Serif JP", serif;
}

#top-about .top-qa-topic {
  margin: 10% 0 0;
}

#top-about .top-qa-topic .more-btn {
  width: 70%;
  margin: 10% auto 0;
  background: #fff;
}

/*top-charm
=========================================================*/
#top-charm {
  display: block;
  margin-bottom: 20vw;
}

#top-charm .top-charm-l {
  /* background: #004097 url(../img/top/top-charm-img.png)no-repeat right 5% top 5vw/33%; */
  background: #004097;

  color: #fff;
  padding: 10% 6%;
  display: block;
  box-sizing: border-box;
}

#top-charm .top-charm-l .top-charm-l-bx {
  padding-top: 10%;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

#top-charm .top-charm-l .top-charm-l-bx .top-charm-ttl {
  margin-bottom: 10%;
}

#top-charm .top-charm-l .top-charm-l-bx .top-charm-ttl .eng {
  color: #fff;
}

#top-charm .top-charm-l .top-charm-l-bx .top-charm-ttl .ja {
  color: #fff;
}

#top-charm .top-charm-l .top-charm-l-bx .top-charm-txt {
  margin-bottom: 8%;
  letter-spacing: .2rem;
}

#top-charm .top-charm-l .top-charm-ttl span {
  display: block;
}

#top-charm .top-charm-r {
  padding: 8% 6%;
  box-sizing: border-box;
}

#top-charm .top-charm-r article {
  box-sizing: border-box;
  margin-bottom: 8%;
  padding-bottom: 8%;
  color: #fff;
  background: #004097;
}

#top-charm .top-charm-r article:last-child {
  margin-bottom: 0;
}

#top-charm .top-charm-r article .top-charm-img {
  margin-bottom: 5%;
}

#top-charm .top-charm-r article .top-charm-ttl {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 5%;
  text-align: center;
}

#top-charm .top-charm-r article .num {
  display: block;
  font-size: 4vw;
  line-height: 1.5;
  margin-bottom: 3%;
}

#top-charm .top-charm-r article .ja {
  line-height: 1.2;
  font-size: 6vw;
}

#top-charm .txt {
  line-height: 1.8;
  font-size: 4.2vw;
  padding: 0 12vw;
  font-family: "Noto Serif JP", serif;
  box-sizing: border-box;
}

/*top-feature
=========================================================*/
#top-feature {
  background: #f2f2f2;
  position: relative;
  padding: 10% 0;
}

#top-feature:before {
  content: "";
  position: absolute;
  display: block;
  top: -6vw;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 6vw;
  background: url("../img/top/top-feature-tp.png')?>") no-repeat center/contain;
  background-size: cover;
  background-position: right top;
}

#top-feature:after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -6vw;
  left: auto;
  width: 100%;
  height: 6vw;
  background: url("../img/top/top-feature-btm.png')?>") no-repeat center/contain;
  background-position: left bottom;
  background-size: cover;
}

#top-feature .top-feature-ttl {
  text-align: center;
  margin-bottom: 10%;
}

#top-feature .top-feature-ttl span {
  display: block;
}

#top-feature .top-feature-ttl .eng {
  margin-bottom: 3%;
}

#top-feature .top-feature-ttl .ja {
  font-size: 4.5vw;
}

#top-feature .top-feature-table {
  width: 100%;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  overflow-x: scroll;
  white-space: nowrap;
  display: block;
}

#top-feature .top-feature-table tbody {
  width: 1000px;
  display: block;
}

#top-feature .top-feature-table th,
#top-feature .top-feature-table td {
  text-align: center;
  width: 200px;
  line-height: 1.5;
  padding: 2% 0;
}

#top-feature .top-feature-table tr {
  border-bottom: 1px solid #e5e5e5;
}

#top-feature .top-feature-table tr:last-of-type {
  border-bottom: none;
}

#top-feature .top-feature-table tr:nth-of-type(1) {
  font-size: 15px;
  background: #dadada;
}

#top-feature .top-feature-table tr:nth-of-type(1) th:nth-of-type(2) {
  background: #004097;
  color: #fccf00;
}

#top-feature .top-feature-table tr th,
#top-feature .top-feature-table tr td {
  border-right: 1px solid #e5e5e5;
}

#top-feature .top-feature-table tr th:nth-of-type(1),
#top-feature .top-feature-table tr td:nth-of-type(1) {
  font-size: 15px;
  background: #555;
  color: #fff;
}

#top-feature .top-feature-table tr th:nth-of-type(2),
#top-feature .top-feature-table tr td:nth-of-type(2) {
  font-size: 15px;
  color: #004097;
}

#top-feature .top-feature-table tr th:last-of-type,
#top-feature .top-feature-table tr td:last-of-type {
  border-right: none;
}

#top-feature .top-feature-info .com-top-feature-info {
  margin-bottom: 10%;
  font-family: "Noto Serif JP", serif;
}

#top-feature .top-feature-info .com-top-feature-info:last-child {
  margin-bottom: 0;
}

#top-feature .top-feature-info .com-top-feature-info .top-feature-info-ttl {
  color: #004097;
  font-size: 5.5vw;
  margin-bottom: 5%;
}

#top-feature .top-feature-info .com-top-feature-info .top-feature-info-dl .in-dl {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

#top-feature .top-feature-info .com-top-feature-info .top-feature-info-dl .in-dl:nth-of-type(1) {
  font-weight: 700;
}

#top-feature .top-feature-info .com-top-feature-info .top-feature-info-dl .in-dl:nth-of-type(1) dt {
  background: #004097;
  color: #fccf00;
}

#top-feature .top-feature-info .com-top-feature-info .top-feature-info-dl .in-dl:nth-of-type(1) dd {
  color: #004097;
}

#top-feature .top-feature-info .com-top-feature-info .top-feature-info-dl .in-dl:last-of-type {
  border-bottom: none;
}

#top-feature .top-feature-info .com-top-feature-info .top-feature-info-dl dt,
#top-feature .top-feature-info .com-top-feature-info .top-feature-info-dl dd {
  padding: 3% 0;
  width: 50%;
}

#top-feature .top-feature-info .com-top-feature-info .top-feature-info-dl dt {
  background: #dadada;
}

/*top-examples
=========================================================*/
#top-examples {
  padding: 15% 0 10%;
  background: url(../img/top/top-examples-bg.jpg) repeat-x bottom 10% left/200%;
}

#top-examples .top-examples-ttl-bx {
  margin-bottom: 10%;
}

#top-examples .top-examples-ttl-bx .top-examples-ttl .eng {
  display: block;
  margin-bottom: 20px;
}

#top-examples .top-examples-ttl-bx .more-btn {
  width: 160px;
  padding: 3% 0;
  border: transparent;
  border-bottom: 1px solid #004097;
}

#top-examples .top-examples-ttl-bx .more-btn span {
  font-size: 3vw;
}

#top-examples .top-examples-post article {
  width: 49%;
  position: relative;
  margin: 2% 2% 0 0;
  background: #004097;
}

#top-examples .top-examples-post article:nth-child(2n) {
  margin-right: 0;
}

#top-examples .top-examples-post article:nth-child(-n + 2) {
  margin-top: 0;
}

#top-examples .top-examples-post article:last-child {
  margin-right: 0;
}

#top-examples .top-examples-post article .com-img {
  padding-top: 80%;
  background: url(../img/common/no-img.jpg) no-repeat center/cover;
}

#top-examples .top-examples-post article .top-examples-post-ttl {
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  color: #fff;
  font-size: 3.2vw;
  padding: 5%;
  font-family: "Noto Serif JP", serif;
}

/*top-voice
=========================================================*/
#top-voice {
  background: url(../img/top/top-voice-bg.png) no-repeat center bottom/100%;
  padding: 10% 0;
}

#top-voice .top-voice-ttl {
  text-align: center;
  margin-bottom: 10%;
}

#top-voice .top-voice-ttl span {
  display: block;
}

#top-voice .voice-post {
  margin-bottom: 10%;
  overflow-x: scroll;
  justify-content: start;
}

#top-voice .voice-post article {
  flex: 0 0 45%;
  margin-right: 5%;
}

#top-voice .voice-post article .com-img {
  background: url(../img/common/no-img.jpg) no-repeat center/cover;
  padding-top: 80%;
}

#top-voice .voice-post article .voice-post-txtbx {
  background: #004097 url(../img/common/org-tri.png) no-repeat right bottom;
  color: #fff;
  padding: 5%;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
}

#top-voice .voice-post article .voice-post-txtbx .voice-post-ttl {
  font-size: 3vw;
}

#top-voice .voice-post article .voice-post-txtbx .txt {
  line-height: 1.5;
  font-size: 3.5vw;
}

#top-voice .more-btn {
  margin: 0 auto;
  background: #fff;
  padding: 4% 0;
  font-size: 4.2vw;
  font-family: "Noto Serif JP", serif;
}

#top-voice .more-btn span {
  color: #004097;
}

/*top-others-link
=========================================================*/
.top-others-link {
  overflow: hidden;
}

.top-others-link #top-staff {
  /* background: url(../img/top/top-staff-bg.jpg) no-repeat center left 18%/cover; */
  background-color: #B7C9E1;
}

.top-others-link #top-menu {
  background: url(../img/top/top-menu-bg.jpg) no-repeat center/cover;
}

.top-others-link #top-staff,
.top-others-link #top-menu {
  width: 50%;
  transition: .1s all ease-in;
}

.top-others-link #top-staff:hover,
.top-others-link #top-menu:hover {
  opacity: .8;
}

.top-others-link #top-staff:hover a,
.top-others-link #top-menu:hover a {
  transform: scale(1.1);
}

.top-others-link #top-staff a,
.top-others-link #top-menu a {
  height: 50vw;
  text-align: center;
  transition: .1s all ease-in;
}

.top-others-link #top-staff .top-others-link-ttl,
.top-others-link #top-menu .top-others-link-ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
}

.top-others-link #top-staff .top-others-link-ttl .eng,
.top-others-link #top-menu .top-others-link-ttl .eng {
  display: block;
  width: 90%;
  background: url(../img/top/top-others-link-ttl-arw.png) no-repeat center bottom/80%;
  font-size: 6vw;
  margin-bottom: 5%;
}

.top-others-link #top-staff .top-others-link-ttl .ja,
.top-others-link #top-menu .top-others-link-ttl .ja {
  display: block;
}

/*top-access
=========================================================*/
#top-access {
  padding: 15% 0;
  background: url(../img/top/top-access-lt.png) no-repeat left top/30%, url(../img/top/top-access-rb.png) no-repeat right bottom/30%;
}

#top-access .top-access-ttl {
  text-align: center;
  margin-bottom: 10%;
}

#top-access .top-access-ttl span {
  display: block;
}

#top-access .top-access-wrp {
  display: block;
}

#top-access .top-access-dl {
  margin-bottom: 5%;
}

#top-access .top-access-dl .in-dl {
  font-family: "Noto Serif JP", serif;
  padding: 3%;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}

#top-access .top-access-dl .in-dl:last-child {
  border-bottom: none;
}

#top-access .top-access-dl .in-dl dt,
#top-access .top-access-dl .in-dl dd {
  font-size: 3.2vw;
}

#top-access .top-access-dl .in-dl dt {
  width: 30%;
}

#top-access .top-access-dl .in-dl dd {
  width: 70%;
}

#top-access .map-iframe {
  padding-top: 300px;
  position: relative;
}

#top-access .map-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*=========================================================
	footer
=========================================================*/
#pagetop {
  width: 8%;
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

#fixed-contact {
  position: fixed;
  right: 0;
  bottom: 13%;
  width: 15%;
  z-index: 100;
}

#footer {
  background: #f2f2f2;
  padding: 15% 0 5%;
}

#footer .ft-wrp {
  display: block;
  margin-bottom: 4%;
}

#footer .ft-logo {
  width: 50%;
  margin: 0 auto 10%;
  display: block;
}

#footer .ft-r {
  display: block;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

#footer .ft-r .ft-workstime {
  width: 155px;
  margin: 0 auto;
  font-size: 13px;
  margin-bottom: 10%;
}

#footer .ft-r .ft-workstime:last-child {
  margin-bottom: 0;
}

#footer .ft-r .more-btn {
  width: 80%;
  margin: 0 auto 10%;
}

#footer .sns-list {
  margin-bottom: 10%;
  justify-content: center;
}

#footer .ft-sitemap {
  padding: 5% 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#footer .ft-sitemap li {
  width: 48%;
  margin: 2% 4% 0 0;
}

#footer .ft-sitemap li:nth-child(2n) {
  margin-right: 0;
}

#footer .ft-sitemap li:nth-child(-n + 2) {
  margin-top: 0;
}

#footer .ft-sitemap li:last-child {
  margin-right: 0;
}

#footer .ft-sitemap li a {
  font-size: 3vw;
  letter-spacing: 0;
  color: #888;
}

#footer #copyright {
  text-align: center;
  padding: 5px 0;
}

#footer #copyright small {
  color: #333;
  font-size: 2.5vw;
}

#footer #copyright small a {
  color: #333;
}

/*=========================================================
	下層ページ
=========================================================*/
/*下層サブビジュアル
=========================================================*/
#sv {
  height: 35vw;
  background: url(../img/common/ma-bg.jpg) no-repeat center/cover;
}

#sv {
  box-sizing: border-box;
  align-items: center;
}

#sv .sv-ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 5vw;
  letter-spacing: .2rem;
}

#sv.sv-news-bg {
  background: url(../img/news/sv-news-bg.jpg) no-repeat center/cover;
}

#sv.sv-contact-bg {
  background: url(../img/contact/sv-contact-bg.jpg) no-repeat center/cover;
}

#sv.sv-complete-bg {
  background: url(../img/complete/sv-complete-bg.jpg) no-repeat center/cover;
}

#sv.sv-site-bg {
  background: url(../img/site/sv-site-bg.jpg) no-repeat center/cover;
}

#sv.sv-privacy-bg {
  background: url(../img/privacy/sv-privacy-bg.jpg) no-repeat center/cover;
}

#sv.sv-notfound-bg {
  background: url(../img/notfound/sv-notfound-bg.jpg) no-repeat center/cover;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2vw;
  margin-bottom: 10%;
  line-height: 1.5;
  color: #004097;
}

.ttl02 {
  background: #333;
  color: #fff;
  padding: 3% 4%;
  box-sizing: border-box;
  margin-bottom: 5%;
  font-size: 4.2vw;
  list-style: 1.5;
  font-family: "Noto Serif JP", serif;
}

/*下層共通パーツ
=========================================================*/
/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}

#bread-clumb li {
  position: relative;
  color: #333;
  font-size: 3.5vw;
  float: left;
  margin-right: 20px;
}

#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}

#bread-clumb li:last-child {
  margin-right: 0;
}

#bread-clumb li:last-child:after {
  display: none;
}

#bread-clumb li a {
  color: #333;
}

/*共通テーブル
=========================================================*/
.com-dl>.in-dl {
  border-bottom: 1px solid #ccc;
}

.com-dl>.in-dl:nth-child(1) {
  border-top: 1px solid #ccc;
}

.com-dl>.in-dl dt,
.com-dl>.in-dl dd {
  padding: 3% 4%;
}

.com-dl>.in-dl>dt {
  background: #004097;
  color: #fff;
}

.com-dl>.in-dl>dd {
  vertical-align: top;
}

.com-dl>.in-dl>dd a {
  color: #333;
}

/*初めての方へ
=========================================================*/
#sv.sv-service-bg {
  background: url(../img/service/sv-service-bg.jpg) no-repeat center/cover;
}

#contents-u.service-u {
  padding: 0;
}

#about-message {
  padding: 15% 0;
  background: url(../img/common/com-contents-u-bg.png) no-repeat center bottom;
}

#about-message .about-message-wrp {
  display: block;
}

#about-message .about-message-wrp .ceo-img {
  text-align: center;
  margin-bottom: 8%;
}

#about-message .about-message-wrp .about-message-txt {
  font-family: "Noto Serif JP", serif;
}

#about-message .about-message-wrp .ceo-name {
  text-align: right;
  font-size: 5vw;
}

#about-message .about-message-wrp .ceo-name small {
  font-size: 3.8vw;
}

#about-message .about-message-wrp .ceo-name span {
  display: inline-block;
  vertical-align: middle;
}

#about-message .about-message-wrp .ceo-name span::first-letter {
  color: #004097;
}

#about-charm {
  padding: 15% 0;
  background: #004097 url(../img/service/about-charm-r.png) no-repeat right top/5vw;
}

#about-charm .com-ttl {
  margin-bottom: 10%;
}

#about-charm .com-ttl span {
  display: block;
  color: #fff;
}

#about-charm .about-charm-info article {
  position: relative;
  padding: 8% 0 10%;
  display: block;
  box-sizing: border-box;
  border-top: 1px solid #fff;
}

#about-charm .about-charm-info article:last-child {
  border-bottom: 1px solid #fff;
}

#about-charm .about-charm-info article .about-charm-img {
  text-align: center;
  margin-bottom: 8%;
}

#about-charm .about-charm-info article .about-charm-txtbx {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

#about-charm .about-charm-info article .about-charm-txtbx .num {
  font-size: 4.2vw;
  line-height: 1;
  margin-bottom: 2%;
}

#about-charm .about-charm-info article .about-charm-txtbx .about-charm-ttl {
  font-size: 7vw;
  line-height: 1.5;
  margin-bottom: 5%;
}

#others-charm {
  padding: 15% 0 0;
  overflow: hidden;
}

#others-charm .others-charm-ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10%;
}

#others-charm .others-charm-ttl span {
  display: block;
}

#others-charm .others-charm-ttl .logo {
  width: 60%;
  margin: 0 auto 5%;
}

#others-charm .others-charm-ttl .ja {
  font-size: 4.5vw;
  line-height: 1.5;
}

#others-charm .others-charm-list {
  margin-bottom: 10%;
  border: solid 2px #b3b3b3;
  box-sizing: border-box;
  padding: 8% 5%;
}

#others-charm .others-charm-list li {
  margin-bottom: 5%;
  font-size: 4.2vw;
  font-family: "Noto Serif JP", serif;
  padding: 0 0 5% 8vw;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
  box-sizing: border-box;
}

#others-charm .others-charm-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 2vw;
  right: auto;
  bottom: auto;
  left: 0;
  width: 5vw;
  height: 4vw;
  background: url("../img/common/com-check-icon.png')?>") no-repeat center/contain;
}

#others-charm .others-charm-list li:last-child {
  margin-bottom: 0;
}

.others-charm-link {
  padding: 15% 0;
  text-align: center;
  background: url(../img/service/others-charm-bg.jpg) no-repeat center/cover;
  font-family: "Noto Serif JP", serif;
}

.others-charm-link .others-charm-links-ttl {
  font-size: 4.5vw;
  margin-bottom: 10%;
}

.others-charm-link-list {
  padding: 10% 8%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}

.others-charm-link-list li {
  width: 48%;
  margin: 5% 4% 0 0;
}

.others-charm-link-list li:nth-child(2n) {
  margin-right: 0;
}

.others-charm-link-list li:nth-child(-n + 2) {
  margin-top: 0;
}

.others-charm-link-list li:last-child {
  margin-right: 0;
}

.others-charm-link-list li:last-child {
  margin-bottom: 0;
}

.others-charm-link-list li a {
  padding: 8% 0;
  font-size: 4vw;
  width: 100%;
  background: #fff;
}

#service-flow {
  padding: 15% 0;
  background: url(../img/service/service-flow-bg.jpg) no-repeat center/cover;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

#service-flow .service-flow-ttl {
  text-align: center;
  margin-bottom: 10%;
}

#service-flow .service-flow-ttl span {
  display: block;
  color: #fff;
}

#service-flow .service-flow-txt {
  font-size: 4.2vw;
  margin-bottom: 10%;
  text-align: center;
}

#service-flow .service-flow-list-bx {
  display: block;
}

#service-flow .service-flow-list-bx .service-flow-list li {
  border: solid 1px #fff;
  box-sizing: border-box;
  padding: 5%;
  margin-bottom: 3%;
}

#service-flow .service-flow-list-bx .service-flow-list li:last-child {
  margin-bottom: 0;
}

#service-flow .service-flow-list-bx .service-flow-list li .service-flow-num {
  width: 25%;
  line-height: 1;
  font-size: 10vw;
  font-weight: 500;
  position: relative;
}

#service-flow .service-flow-list-bx .service-flow-list li .service-flow-num:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10%;
  bottom: auto;
  left: auto;
  width: 1px;
  height: 16vw;
  background: #fff;
  margin-top: -8vw;
  transform: rotate(15deg);
}

#service-flow .service-flow-list-bx .service-flow-list li .service-flow-num .step {
  font-size: 4.2vw;
}

#service-flow .service-flow-list-bx .service-flow-list li .txt {
  width: 75%;
  font-size: 5vw;
}

/*サービス共通
=========================================================*/
.com-business {
  padding: 0 0 10%;
}

.com-business .more-btn {
  width: 80%;
  margin: 10% auto 15%;
}

.com-business .com-business-wrp {
  display: block;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 15%;
}

.com-business .com-business-wrp .com-business-img {
  width: 100%;
  padding-top: 40%;
  margin-bottom: 8%;
}

.com-business .com-business-wrp .inbox,
.com-business .com-business-wrp .com-business-l,
.com-business .com-business-wrp .com-business-l-bx {
  height: 100%;
}

.com-business .com-business-ttl {
  font-size: 7vw;
  line-height: 1.5;
  margin-bottom: 5%;
}

.com-business .com-business-txt {
  line-height: 2.2;
}

.com-business #about-others-service {
  margin-top: 10%;
}

.com-business #about-others-service .about-others-service-ttl {
  font-size: 4.8vw;
  margin-bottom: 4%;
}

.com-feature {
  padding: 10% 0;
  background: url(../img/common/com-contents-u-bg.png) no-repeat center bottom/100%;
}

.com-feature .com-feature-list li {
  font-family: "Noto Serif JP", serif;
  background: #fff;
  margin-bottom: 5%;
}

.com-feature .com-feature-list li:last-child {
  margin-bottom: 0;
}

.com-feature .com-feature-list li .feature-num {
  width: 30%;
  height: 25vw;
  box-sizing: border-box;
  padding: 2% 0 2% 2%;
  background: #004097;
  position: relative;
}

.com-feature .com-feature-list li .feature-num:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -21px;
  bottom: auto;
  left: auto;
  width: 21px;
  height: 100%;
  background: url("../img/common/feature-num-bg.png')?>") no-repeat center/contain;
  background-position: right top;
  background-size: cover;
}

.com-feature .com-feature-list li .feature-num .logo {
  display: block;
  border-bottom: 1px solid #3366ac;
  margin-bottom: 5%;
}

.com-feature .com-feature-list li .feature-num .num {
  line-height: 1;
  font-size: 9vw;
  font-weight: 600;
  color: #3366ac;
  position: relative;
  top: -5px;
}

.com-feature .com-feature-list li .feature-num .num small {
  font-weight: 900;
  font-size: 3vw;
}

.com-feature .com-feature-list li .txt {
  font-size: 4vw;
  height: 25vw;
  width: 70%;
  padding: 0 6% 0 8%;
  box-sizing: border-box;
}

.com-business-works {
  padding: 10% 0;
}

.com-business-works .more-btn {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2vw;
  padding: 30px 0;
  margin: 10% auto 0;
  background: #fff;
}

.com-qa {
  font-family: "Noto Serif JP", serif;
  background: #4c4c4c;
  padding: 15% 0;
}

.com-qa .com-ttl {
  margin-bottom: 10%;
}

.com-qa .com-ttl span {
  color: #fff;
}

.com-qa .qa-post article {
  background: #fff;
  padding: 8% 6%;
  box-sizing: border-box;
  margin-bottom: 6%;
}

.com-qa .qa-post .q-ttl,
.com-qa .qa-post .a-txt {
  padding-left: 7vw;
  position: relative;
  box-sizing: border-box;
}

.com-qa .qa-post .q-icon,
.com-qa .qa-post .a-icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 6vw;
  line-height: 1;
}

.com-qa .qa-post .q-icon {
  color: #004097;
}

.com-qa .qa-post .a-icon {
  color: #fccf00;
}

.com-qa .qa-post .q-ttl {
  font-size: 4.5vw;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4%;
  padding-bottom: 4%;
}

.com-qa .qa-post .a-txt {
  font-size: 3.8vw;
}

/*防水塗装・内壁塗装
=========================================================*/
#sv.sv-waterproof-bg {
  background: url(../img/waterproof/sv-waterproof-bg.jpg) no-repeat center/cover;
}

#waterproof-business .com-business-wrp {
  background: url(../img/waterproof/waterproof-business-l-bg.png) no-repeat right left/90%;
}

#waterproof-business .waterproof-business-img {
  background: url(../img/waterproof/waterproof-business-img.png) no-repeat left center;
}

/*外壁塗装
=========================================================*/
#sv.sv-wall-bg {
  background: url(../img/wall/sv-wall-bg.jpg) no-repeat center/cover;
}

#wall-business .com-business-wrp {
  background: url(../img/wall/wall-business-l-bg.png) no-repeat center right/cover;
}

#wall-business .wall-business-img {
  background: url(../img/wall/wall-business-img.png) no-repeat left center;
}

/*屋根塗装
=========================================================*/
#sv.sv-roof-bg {
  background: url(../img/roof/sv-roof-bg.jpg) no-repeat center/cover;
}

#roof-business .com-business-wrp {
  background: url(../img/roof/roof-business-l-bg.png) no-repeat center right/cover;
}

#roof-business .roof-business-img {
  background: url(../img/roof/roof-business-img.png) no-repeat left center;
}

/*足場工事
=========================================================*/
#sv.sv-scaffold-bg {
  background: url(../img/scaffold/sv-scaffold-bg.jpg) no-repeat center/cover;
}

#scaffold-business .com-business-wrp {
  background: url(../img/scaffold/scaffold-business-l-bg.png) no-repeat center right/cover;
}

#scaffold-business .scaffold-business-img {
  background: url(../img/scaffold/scaffold-business-img.png) no-repeat left center;
}

/*メニュー
=========================================================*/
#sv.sv-menu-bg {
  background: url(../img/menu/sv-menu-bg.jpg) no-repeat center/cover;
}

#all-menu .coution-txt {
  font-size: 3.5vw;
}

#all-menu .all-menu-post article {
  margin-bottom: 10%;
  background: #004097;
  color: #fff;
  padding: 8% 6%;
  box-sizing: border-box;
  display: block;
}

#all-menu .all-menu-post article:last-child {
  margin-bottom: 0;
}

#all-menu .all-menu-post article .all-menu-ttl {
  font-size: 6vw;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-bottom: 7%;
}

#all-menu .all-menu-post article .all-menu-wrp {
  display: block;
}

#all-menu .all-menu-post article .all-menu-wrp .com-img {
  padding-top: 80%;
  background: url(../img/common/no-img.jpg) no-repeat center/cover;
  margin-bottom: 8%;
}

#all-menu .all-menu-post article .all-menu-wrp .all-menu-bx .all-menu-dl .in-dl {
  border-bottom: 1px solid #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

#all-menu .all-menu-post article .all-menu-wrp .all-menu-bx .all-menu-dl .in-dl dt,
#all-menu .all-menu-post article .all-menu-wrp .all-menu-bx .all-menu-dl .in-dl dd {
  font-size: 4.2vw;
  font-family: "Noto Serif JP", serif;
  padding: 3% 4%;
  box-sizing: border-box;
}

#all-menu .all-menu-post article .all-menu-wrp .all-menu-bx .all-menu-dl .in-dl dt {
  width: 40%;
}

#all-menu .all-menu-post article .all-menu-wrp .all-menu-bx .all-menu-dl .in-dl dd {
  width: 60%;
  text-align: right;
}

/*施工事例
=========================================================*/
#sv.sv-works-bg {
  background: url(../img/works/sv-works-bg.jpg) no-repeat center/cover;
}

#all-works .all-work-container {
  display: block;
}

#all-works .all-work-container .category-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10%;
}

#all-works .all-work-container .category-list li {
  width: 48%;
  margin: 4% 4% 0 0;
}

#all-works .all-work-container .category-list li:nth-child(2n) {
  margin-right: 0;
}

#all-works .all-work-container .category-list li:nth-child(-n + 2) {
  margin-top: 0;
}

#all-works .all-work-container .category-list li:last-child {
  margin-right: 0;
}

#all-works .all-work-container .category-list li:last-child {
  margin-bottom: 0;
}

#all-works .all-work-container .category-list li a {
  padding-left: 15px;
  box-sizing: border-box;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3vw;
  justify-content: start;
}

#all-works .all-work-container .category-list li a small {
  font-size: 13px;
  margin-left: 10px;
}

#all-works .works-post {
  padding: 5%;
  box-sizing: border-box;
  border: solid 1px #ccc;
}

#all-works .works-post .works-post-category {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10%;
  font-size: 5vw;
}

#all-works .works-post article {
  width: 48%;
  margin: 4% 4% 0 0;
  font-family: "Noto Serif JP", serif;
  background: #004097 url(../img/common/org-tri.png) no-repeat right bottom/6%;
}

#all-works .works-post article:nth-child(2n) {
  margin-right: 0;
}

#all-works .works-post article:nth-child(-n + 2) {
  margin-top: 0;
}

#all-works .works-post article:last-child {
  margin-right: 0;
}

#all-works .works-post article .com-img {
  padding-top: 0 !important;
  background: #ccc url(../img/common/no-img.jpg) no-repeat center/cover;
  width: 100%;
  aspect-ratio: 4 / 3;
}

#all-works .works-post article .com-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#all-works .works-post article .works-post-bx {
  padding: 3% 3% 5%;
  box-sizing: border-box;
}

#all-works .works-post article .tag-list {
  margin-bottom: 8px;
}

#all-works .works-post article .tag-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  line-height: 1;
  font-size: 2.5vw;
  background: #fccf00;
  color: #003567;
}

#all-works .works-post article .works-post-name {
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  font-size: 3.2vw;
}

/*施工事例詳細
=========================================================*/
.s-works-before-after .bf-img-list {
  display: block;
  background: #004097;
  padding: 8% 5%;
  box-sizing: border-box;
  margin-bottom: 10%;
}

.s-works-before-after .bf-img-list .in-dl {
  margin-bottom: 15vw;
  position: relative;
}

.s-works-before-after .bf-img-list .in-dl:before {
  transition: .1s all ease-in;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -15vw;
  left: 50%;
  width: 0;
  height: 0;
  border: solid 5vw transparent;
  border-top: solid 5vw #fccf00;
  margin-left: -5vw;
}

.s-works-before-after .bf-img-list .in-dl:last-child {
  margin-bottom: 0;
}

.s-works-before-after .bf-img-list .in-dl:last-child:before {
  display: none;
}

.s-works-before-after .bf-img-list .in-dl .com-img {
  padding-top: 0 !important;
  background: url(../img/common/no-img-big.jpg) no-repeat center/cover;
  margin-bottom: 5%;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.s-works-before-after .bf-img-list .in-dl .com-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-works-before-after .bf-img-list .in-dl dd {
  text-align: center;
}

.s-works-before-after .bf-img-list .in-dl dd span {
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  font-family: "Noto Serif JP", serif;
}

.s-works-before-after .bf-img-list .in-dl .before-txt span {
  background: #fff;
  color: #004097;
  padding: 3% 5%;
  font-size: 5vw;
}

.s-works-before-after .bf-img-list .in-dl .after-txt span {
  background: #fccf00;
  color: #004097;
  padding: 10px 35px;
  font-size: 6vw;
}

.s-works-detail {
  border: solid 1px #ccc;
  box-sizing: border-box;
  background: #fff;
  padding: 6%;
  font-family: "Noto Serif JP", serif;
}

.s-works-detail .s-works-detail-ttl {
  text-align: center;
  font-size: 4.3vw;
  margin-bottom: 10%;
  color: #003567;
}

.s-works-detail .s-works-detail-wrp {
  display: block;
}

.s-works-detail .s-works-detail-dl {
  margin-bottom: 6%;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
}

.s-works-detail .s-works-detail-dl .in-dl {
  border-bottom: 1px solid #e5e5e5;
}

.s-works-detail .s-works-detail-dl .in-dl:last-child {
  border-bottom: none;
}

.s-works-detail .s-works-detail-dl dt,
.s-works-detail .s-works-detail-dl dd {
  font-size: 3.5vw;
  padding: 3% 5%;
  line-height: 1.5;
  box-sizing: border-box;
}

.s-works-detail .s-works-detail-dl .in-dl dt {
  color: #fff;
  text-align: center;
  font-weight: 500;
  width: 35%;
  background: #555;
}

.s-works-detail .s-works-detail-dl .in-dl dd {
  width: 65%;
}

/*共通一覧(詳細ページあり)
=========================================================*/
.com-topics article {
  width: 48%;
  margin: 6% 4% 0 0;
  transition: .1s all ease-in;
}

.com-topics article:nth-child(2n) {
  margin-right: 0;
}

.com-topics article:nth-child(-n + 2) {
  margin-top: 0;
}

.com-topics article:last-child {
  margin-right: 0;
}

.com-topics article .com-img {
  padding-top: 80%;
  background: #ccc url(../img/common/no-img.jpg) no-repeat center/cover;
}

.com-topics article .topic-name {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding: 4% 5%;
  box-sizing: border-box;
  background: #004097 url(../img/common/org-tri.png) no-repeat right bottom;
  font-size: 3vw;
}

/*共通詳細
=========================================================*/
.topics-s .topics-profile {
  background: #004097;
  padding: 8% 5%;
  box-sizing: border-box;
}

.topics-s .topics-profile .topics-s-bx {
  display: block;
}

.topics-s .topics-profile .com-img {
  padding-top: 80%;
  background: url(../img/common/no-img-big.jpg) no-repeat center/cover;
  margin-bottom: 8%;
}

.topics-s .topics-profile .topics-detial {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2vw;
}

.topics-s .topics-profile .topics-detial .topics-detial-ttl {
  font-size: 5vw;
  margin-bottom: 4%;
  line-height: 1.5;
}

.topics-s .topics-profile .topics-detial .sub-txt {
  margin-bottom: 5%;
}

.topics-s .topics-profile .topics-detial .topics-dl {
  margin-bottom: 5%;
}

.topics-s .topics-profile .topics-detial .topics-dl dt {
  width: 35%;
  text-align: center;
  background: #fff;
  color: #004097;
}

.topics-s .topics-profile .topics-detial .topics-dl dd {
  padding-left: 5%;
  box-sizing: border-box;
  width: 65%;
}

.topics-s .topics-profile .topics-detial .topics-comment {
  padding: 4%;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  font-size: 3.8vw;
}

/*スタッフ紹介
=========================================================*/
#sv.sv-staff-bg {
  background: url(../img/staff/sv-staff-bg.jpg) no-repeat center left/cover;
}

/*お客様様の声
=========================================================*/
#sv.sv-voice-bg {
  background: url(../img/voice/sv-voice-bg.jpg) no-repeat center/cover;
}

/*募集要項
=========================================================*/
#requirements .requirements-tag-ttl {
  margin-bottom: 10%;
}

#requirements .requirements-tag-ttl li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#requirements .requirements-tag-ttl li a {
  padding: 5px 15px;
  background: #333;
  display: block;
  color: #fff;
}

#requirements .requirements-post article {
  padding-top: 50px;
  margin: -50px 0 60px;
}

#requirements .requirements-post article .requirements-post-ttl {
  margin-bottom: 20px;
  border-left: 5px solid #333;
  padding-left: 15px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 5vw;
}

/*よくあるご質問
=========================================================*/
#sv.sv-qa-bg {
  background: url(../img/qa/sv-qa-bg.jpg) no-repeat center/cover;
}

#contents-u.qa-u {
  padding-bottom: 15%;
  background: #fff url(../img/qa/qa-bg.png) no-repeat center bottom/100%;
}

#all-qa .all-qa-container {
  display: block;
  margin-bottom: 15%;
}

#all-qa .btn-list {
  margin-bottom: 10%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

#all-qa .btn-list li {
  width: 48%;
  margin: 4% 4% 0 0;
}

#all-qa .btn-list li:nth-child(2n) {
  margin-right: 0;
}

#all-qa .btn-list li:nth-child(-n + 2) {
  margin-top: 0;
}

#all-qa .btn-list li:last-child {
  margin-right: 0;
}

#all-qa .btn-list a {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  padding-left: 15px;
  box-sizing: border-box;
  justify-content: start;
  font-size: 3.3vw;
}

#all-qa .all-qa-post-container {
  background: #fff;
  border: solid 1px #b3b3b3;
  padding: 5%;
  box-sizing: border-box;
}

#all-qa .all-qa-post article {
  font-family: "Noto Serif JP", serif;
  padding: 5%;
  box-sizing: border-box;
  margin-bottom: 8%;
  border: 1px solid #b3b3b3;
}

#all-qa .all-qa-post article:last-child {
  margin-bottom: 0;
}

#all-qa .all-qa-post article .all-qa-ttl,
#all-qa .all-qa-post article .all-qa-txt {
  padding-left: 10vw;
  box-sizing: border-box;
  position: relative;
}

#all-qa .all-qa-post article .all-qa-ttl .q-icon,
#all-qa .all-qa-post article .all-qa-ttl .a-icon,
#all-qa .all-qa-post article .all-qa-txt .q-icon,
#all-qa .all-qa-post article .all-qa-txt .a-icon {
  position: absolute;
  left: 0;
  top: 2vw;
  line-height: 1;
}

#all-qa .all-qa-post article .all-qa-ttl {
  font-size: 4.5vw;
  font-weight: 500;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 5%;
  margin-bottom: 5%;
}

#all-qa .all-qa-post article .all-qa-ttl .q-icon {
  font-size: 6vw;
  color: #004097;
}

#all-qa .all-qa-post article .all-qa-txt {
  font-size: 3.8vw;
}

#all-qa .all-qa-post article .all-qa-txt .a-icon {
  top: 0;
  font-size: 6vw;
  color: #fccf00;
  font-weight: 500;
}

/*会社概要
=========================================================*/
#company-info .company-dl {
  display: block;
  margin-bottom: 90px;
}

#map .map-icon {
  margin-bottom: 4%;
  font-weight: 700;
}

#map .map-icon span {
  font-size: 4.2vw;
}

#map .map-icon span:before {
  color: #000;
  margin-right: 10px;
}

#map .map-iframe {
  height: 400px;
  background: #ccc;
}

/*お知らせ一覧
=========================================================*/
/*タグ一覧
----------------------------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}

.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  pointer-events: none;
}

.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  appearance: none;
}

.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px #004097;
  color: #004097;
  background: #fff;
}

.post-wrp .tag-change .current a {
  background: #004097;
}

.post-wrp .tag-change .current a span {
  color: #fff;
}

.post-wrp .all-post-list article {
  border-bottom: 1px solid #004097;
}

.post-wrp .all-post-list article a {
  color: #333;
}

.post-wrp .all-post-list article a .post-ttl {
  font-family: "Noto Serif JP", serif;
}

.post-wrp .all-post-list article a .tag-name {
  margin: 3px 5px 0 0;
  border: solid 1px #004097;
}

.post-wrp .all-post-list article a .tag-name span {
  color: #004097;
}

.post-wrp .all-post-list article a time span {
  color: #004097;
}

/*お知らせ個別
=========================================================*/
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid #004097;
}

#contents-u.s-post .sb_style h2 {
  border-left: 5px solid #004097;
}

#contents-u.s-post .sb_style h3 {
  background: #004097;
  color: #fff;
}

#contents-u.s-post .sb_style h4:before {
  background: #004097;
}

#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}

#contents-u.s-post .sb_style h6 {
  color: #004097;
}

#contents-u.s-post .sb_style ul li:before {
  background: #004097;
}

#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: #004097;
}

#contents-u.s-post .sb_style a {
  color: #004097;
}

#contents-u.s-post .s-time-tag {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #004097;
}

#contents-u.s-post .s-time-tag time {
  color: #004097;
  font-weight: bold;
}

#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  box-sizing: border-box;
  border: solid 1px #004097;
  line-height: 1;
  color: #004097;
}

#contents-u.s-post .tag-name span {
  color: #004097;
}

/*お問い合わせ
=========================================================*/
.cont-dl .in-dl dt .hissu {
  background: #fccf00;
}

.cont-dl .in-dl dd a {
  color: #003567;
  border-bottom: 1px solid #003567;
}

.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"] {
  border: solid #ccc 1px;
  background: #fff;
}

.cont-dl .in-dl dd textarea {
  border: solid #ccc 1px;
  background: #fff;
}

.contact-btn ul li #form-btn {
  font-family: "Noto Serif JP", serif;
  border: solid 1px #004097;
  background-color: #004097;
}

.contact-btn ul li:hover #form-btn {
  color: #004097;
  background: #fff;
}

/*pagenation
--------------------------------------------*/
ul.pagenation li a {
  color: #38322d;
}

ul.pagenation li.current {
  color: #fff;
  background: #004097;
}

/*page-btn
--------------------------------------------*/
.page-btn .left a:before {
  border-right: solid #004097 5px;
}

.page-btn .right a:before {
  border-left: solid #004097 5px;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid #004097;
}

#site-map ul li a {
  color: #333;
}

#site-map ul li a:before {
  border-left: 8px solid #004097;
}

#site-map ul li a:hover {
  color: #004097;
}

#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: #004097;
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}

.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 4.2vw;
  margin-bottom: 30px;
}