@charset "utf-8";

@media screen and (min-width:781px) {
  .h_pc_height {
    height: 81px;
  }
}

#fixedBox {
  margin-bottom: -102px;
  transition: .3s;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

#servicemenu {
  width: 100%;
  height: 81px;
  line-height: 81px;
  background-color: rgba(7, 26, 39, 0.8);
}
#servicemenubox {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  padding: 0;
}
#servicemenubox ul {
  margin: 0;
}
/*li.s_menu {
  position: relative;
  float: left;
  height: 80px;
  box-sizing: border-box;
  display: block;
}
li.s_menu:last-child {}
li.s_menu a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
li.s_menu a:hover {
  color: #fff;
  display: block;
  text-decoration: none;
}
li.s_menu:hover {
  z-index: 10;
  color: #fff;
  border-bottom: 1px solid #00a79b;
}
li.s_menu:hover img {
  position: relative;
  z-index: 100;
}


li.line_h60 {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 13px;
}
li.line_h60 a:hover {
  height: 80px;
  line-height: 80px;
}
li.line_h30 {
  height: 50px;
  padding: 15px 0;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
}
*/


.menu {
    position: relative;
    width: 100%;
    height: 80px;
    max-width: 1200px;
    margin: 0 auto;
}
.menu > li {
    float: left;
    width: 12.5%;
	font-size: 13px;
    height: 80px;
    line-height: 80px;
	text-align: center;

}
.menu > li:hover {
  z-index: 10;
  color: #fff;
  border-bottom: 1px solid #00a79b;
}

.menu > li a {
    display: block;
    color: #fff;
	  text-decoration: none;
}


.menu > li a:hover {
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 60px;
    width: 100%;
    background: #616D77;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 60px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #616D77;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}


/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 3px 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*
.fixlink {
  margin-top: -200px;
  padding-top: 200px !important;
}
.fixlink_01 {
  margin-top: -200px;
  padding-top: 200px;
}
*/
.contents {
  background: #fff;
}
.contentsInner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 20px;
  overflow: hidden;
  transition: .8s;
}
.contentsInner h1, .contentsInner h2 {
  line-height: 1.4;
  font-size: 28px;
  background: none;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
  /*color: #333;*/
  background: none;
}
.contentsInner h3 {
  line-height: 1.6;
  font-size: 20px;
  font-size: 2.0rem;
  background: none;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
}
.contentsInner h4 {
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem;
  background: none;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
}
.contentsInner p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
  margin: 0px;
  padding: 5px;
  letter-spacing: 0;
}
.bg_1920_coating_black {
  background: url(../img/kagayaku/top/bg_02.jpg) no-repeat center;
  background-size: cover;
}
.bg_top_column {
  background: url(../img/back/bg_column.jpg) no-repeat center center;
}
/*newサイト 2022
トップメインビジュアル
*/
.mainVisual {
  width: 100%;
  position: relative;
}
.mainVisual #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9000;
}
.mainVisual #main_mov {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  /*スクロールダウン全体の場所*/
  /*Scrollテキストの描写*/
  /* 線の描写 */
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
.mainVisual #main_mov video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100vw;
  min-height: 100vh;
}
.mainVisual #main_mov #scroll_icon {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.mainVisual #main_mov #scroll_icon:before {
  content: "";
  width: 1px;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.mainVisual #main_mov #scroll_icon img {
  width: 20px !important;
  margin-top: 12px;
}
.mainVisual #main_mov #scroll_icon p {
  color: #fff;
  font-size: 11px;
  font-family: "Meiryo", "メイリオ", "Hiragino San", "ヒラギノ角ゴシック", serif;
  margin: 23px 0 0;
}
.mainVisual #main_mov .scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 60px;
  /*全体の高さ*/
  width: 1px;
  height: 70px;
  background: #fff;
}
.mainVisual #main_mov .scrolldown1 span {
  /*描画位置*/
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*テキストの形状*/
  color: #eee;
  font-size: 10px;
  letter-spacing: 0.08em;
}
.mainVisual #main_mov .scrolldown1::after {
  content: "";
  display: inline-block;
  /*描画位置*/
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*線の形状*/
  width: 20px;
  height: 30px;
  background: url(../images/scroll_icon.svg) no-repeat;
  background-size: contain;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
.mainVisual .main_catch {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.mainVisual .main_catch p {
  font-size: 72px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  line-height: 1.81;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mainVisual .main_catch h2 {
  font-size: 72px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  line-height: 1.81;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mainVisual .main_catch h2 span {
  display: block;
  font-size: 23px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-align: center;
}
.mainVisual_SP {
  display: none;
}
.mainContent {
  width: 100%;
  background: #fff;
  position: relative;
  padding-top: 60px;
}
.mainVisual_fade {
  margin-top: 0;
  padding-bottom: 140px;
}
.mainVisual_fade_txt {
  font-size: 21px;
  color: #fff;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0.9em 0;
}
.mainVisual_fade_ttl {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 1.8em 0;
}
.mainVisual_fade_ttl.mt {
  margin-top: 3em;
}
.mainVisual_fade_txtSm {
  width: 100%;
  max-width: 600px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 auto;
  line-height: 2.41;
}
.mainVisual_fade_btn {
  text-align: center;
  margin-top: 60px;
}
.mainVisual_fade_btn a {
  font-size: 21px;
  text-decoration: none;
  padding: 8px 26px;
  border: 1px solid #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.mainVisual_fade_btn a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.mainVisual_fade_btn a:before {
  content: "";
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  position: absolute;
  top: -120px;
  left: -120px;
  -webkit-animation-name: shine-run;
  animation-name: shine-run;
  /* アニメーション名の指定 */
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  /* アニメーション動作時間の指定 */
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  /* アニメーションの動き指定（徐々に早く）*/
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /* アニメーションの無限繰り返しの指定 */
}
.fastidiousness_top {
  width: 21%;
  height: 150px;
  background: #f8f8f8;
  border: 1px solid #d4d3d3;
  border-radius: 8px;
  overflow: hidden;
  padding: 1%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .fastidiousness_top {
    width: 98%;
    height: 100px;
    margin-top: 10px;
  }
}
.fastidiousness_top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #dedede;
}
.fastidiousness_top .number {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background: #fff;
  padding: 4px 20px;
  color: #333;
  -webkit-box-shadow: 1px 1px #8e8e8e;
  box-shadow: 1px 1px #8e8e8e;
  display: inline-block;
  border: 1px solid #8e8e8e;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .fastidiousness_top .number {
    font-size: 12px;
    padding: 4px 10px;
    left: 10px;
    top: 10px;
    -webkit-transform: none;
    transform: none;
  }
}
.fastidiousness_top p {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.21;
  font-weight: 600;
  z-index: 100;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .fastidiousness_top p {
    padding: 0 5px 0 130px;
    text-align: left;
  }
}
.fastidiousness_top p .small {
  font-size: 15px;
}
.fastidiousness_top .click_btn {
  background: #a58b54;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 23px;
  height: 20px;
  width: 50px;
  text-align: center;
}
.fastidiousness_top .click_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  border-top: 20px solid transparent;
  border-right: 10px solid #a58b54;
}
/*
TOP メインビジュアル　ここまで
*/
/*
TOP ここから
*/
.bg_footer_about {
  background: url(../img/index/bg_footer_about_02.jpg) no-repeat center center;
  background-color: #fff;
}
.contentsInner li.top_news {
  font-size: 16px;
  line-height: 2.4;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
.contentsInner li.top_news a {
  display: block;
}
.contentsInner li.top_news hover {
  background-color: #eee;
}
/*
TOP ここまで
*/
/* Q&A コーティングトップに追加　アコーディオンメニュー全体のサイズ・位置 */
.ac {
  width: 90%;
  margin: 0 auto;
}
/* クリックしたら表示される領域 */
.ac-child {
  display: none;
  padding: 1em 2em;
}
#faq p, #careerup p {
  margin: 0 0 20px; /*上、右、下、左*/
}
/* クリック領域 */
.ac-parent {
  position: relative; /* 追加 */
  border-bottom: 5px solid #fff;
  background-color: #564592;
  color: #fff;
  text-align: left;
  line-height: 50px;
  cursor: pointer;
  padding: 10px 0 10px 21px; /*上、右、下、左*/
}
.ac-parent p {
  padding: 10px 50px 10px 0 !important; /*上、右、下、左*/
}
/* ①プラスの横線 */
.ac-parent:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  margin: 0px 21px 0px 21px; /*上、右、下、左*/
}
/* ②プラスの縦線 */
.ac-parent:after {
  content: "";
  position: absolute;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 19px;
  width: 2px;
  height: 24px;
  background: #fff;
  transform: translateY(-50%);
  transition: .3s;
  margin: 0px 21px 0px 21px; /*上、右、下、左*/
}
/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.ac-parent.open:after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}
/* アクセスマップ画像 */
.access_flow_img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.access_flow_img iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.access_flow_num {
  background: #60528d;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin-top: 10px;
}
/*newサイト 2022
PC フッター
PC フッター追従
*/
#footer {
  clear: both;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ddd;
}
.footermenubox {
  height: auto;
  margin: 0;
  padding: 20px 0;
  float: left;
}
.footermenubox li {
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
  line-height: 1.8;
}
.footermenubox li a {
  font-size: 14px;
}
.footermenubox li.top {
  color: #fff;
  font-size: 16px;
  text-indent: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
}
.footermenubox li.top a {
  font-size: 16px;
}
.footer_submenu {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.footer_submenu li {
  float: left;
  margin-right: 15px;
  line-height: 2.0;
  font-size: 14px;
}
.footer_submenu li a {
  text-decoration: none;
}
#topup {
  width: 50px;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 20px;
  height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #666;
  z-index: 999;
}
/*
フッター追従
*/
.footer-cv {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 5px 0;
  background-color: #d9d4e8;
  z-index: 500;
}
.footer-cv-inner {
  position: relative;
  margin: 0 auto;
  width: 1080px;
}
.footer-cv ul li {
  float: left;
  margin: 0 2%;
  width: 21%;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  border-radius: 5px;
  overflow: hidden;
}
.footer-cv ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-color: #0a4465;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
.footer-cv ul li.fcv01 a {
  background-image: url(../img/icon/footer_pc_mail.png);
}
.footer-cv ul li.fcv02 a {
  background-image: url(../img/icon/footer_pc_tour.png);
}
.footer-cv ul li.fcv03 a {
  background-image: url(../img/icon/footer_pc_tel.png);
}
.footer-cv ul li.fcv04 a {
  background-image: url(../img/icon/footer_pc_online.png);
}
.footer-cv ul li.fcv05 a {
  background-image: url(../img/icon/footer_pc_home.png);
}
.footer-cv ul li.btn_pctel {
  font-size: 11px;
  line-height: 11px;
}
.footer-cv ul li.btn_pctel a {
  font-size: 11px;
  line-height: 11px;
  padding-top: 6px;
}
.footer-cv ul li.btn_pctel em {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  font-style: normal;
}