@charset "UTF-8";

.Min {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.pl15em {
	padding-left: 1.5em;
}
ul.disc {
	list-style: disc outside;
	margin-left: 1em;
}
ol.decimal {
	list-style: decimal outside!important;
	margin-left: 1em;
}
ol.circled {
    list-style: none;
    counter-reset: number;
}
ol.circled li {
    position: relative;
    padding-left: 2.5em;
}
ol.circled li::before {
    counter-increment: number;
    content: '（' counter(number) '）';
    position: absolute;
    left: 0;
}

#HeaderWrapper {
  transition: .5s; }
  #HeaderWrapper #Header {
    /*.menu-wrapper .drawer-nav.open {
      margin-top: 70px;
    }*/ }
  @media (max-width: 1180px) {
    #HeaderWrapper #Header {
      height: 70px;
    }
  }
    #HeaderWrapper #Header .Logo {
      width: clamp(120px, 19vw, 200px); }
    #HeaderWrapper #Header .Logo img {
      vertical-align: bottom;
    }
    #HeaderWrapper #Header .btn_contanct {
      width: 130px;
      height: 130px;
      margin-top: 0;
      margin-left: 2.5vw;
      transition: .5s;
    }
.is-animation #HeaderWrapper #Header .btn_contanct {
  height: 70px;
}
    #HeaderWrapper #Header .btn_contanct a.button {
      color: #fff;
      display: flex;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      padding: 0;
      background-color: #00a0dc;
      align-items: center;
      /*border: 2px solid #0e374d;*/
      /*background: #fff;*/
      /*background: #0838a1;*/
      /*background: #009284;*/ }
    #HeaderWrapper #Header .btn_contanct a.button p {
      font-size: .9em;
    }
    #HeaderWrapper #Header .btn_contanct a.button::after {
      border: #0a51a3 1px solid;
      background-color: #dfeeff; }
    #HeaderWrapper #Header .btn_contanct a.button .MailIcon {
      width: 24%;
      height: 24%; }
    #HeaderWrapper #Header .btn_contanct a.button .MailIcon {
      fill: #fff; }
    #HeaderWrapper #Header .btn_contanct a.button:hover .MailIcon {
      fill: #dfeeff; }
    #HeaderWrapper #Header .menu-wrapper .drawer-nav {
      z-index: 1000; }
      @media (max-width: 1180px) {
        #HeaderWrapper #Header .menu-wrapper .drawer-nav {
          margin-top: 70px; } }


@media (max-width: 1180px) {
  #HeaderWrapper {
    padding: 0;
    transition: .5s; }
    #HeaderWrapper #Header .menu-wrapper .btn_hum {
      /*background-color: #3abbcc;*/
      z-index: 10000; } }
@media (max-width: 1180px) {
  #HeaderWrapper #Header .Logo {
    width: 120px;
    margin-left: 0; } }
@media (max-width: 1180px) {
  #HeaderWrapper .Lang {
    right: 70px; } }
/*HeaderAnime上書き*/
#HeaderAnime {
  height: 130px;
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 1);
}
#HeaderAnime.is-animation {
  height: 70px;
}


#HeaderWrapper #Header .CorporateNameSp {
    display: none;
}
@media (min-width: 801px) and (max-width: 1180px) {
    #HeaderWrapper #Header .CorporateNameSp {
        font-size: .8em;
        font-weight: bold;
        margin-right: 20px;
        display: block;
        position: absolute;
        right: 50px;
        font-size: 1.5em;
    }
}
@media (min-width: 631px) and (max-width: 800px) {
    #HeaderWrapper #Header .CorporateNameSp {
        font-size: .8em;
        font-weight: bold;
        margin-right: 20px;
        display: block;
        position: absolute;
        right: 50px;
        font-size: .8em;
    }
}
@media (max-width: 630px) {
    #HeaderWrapper #Header .CorporateNameSp {
      display: none;
    }
}



/*サブナビ*/
#HeaderWrapper #Header .menu-wrapper .drawer-nav .NavigateBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav .NavigateBox {
    flex-direction: column-reverse;
  }
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.subnav {
  display: flex;
  justify-content:flex-end;
  padding: .8em 0;
  transition: .5s;
  font-size: .9em;
}
@media (max-width: 1180px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.subnav {
    justify-content: space-between;
    padding: 1.4em .4em;
  }
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.subnav a {
  color: #000;
}
.is-animation #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.subnav {
  display: none;
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.subnav li {
  padding: 0 1.2vw;
}
@media (max-width: 640px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.subnav li {
    font-size: 2.4vw;
  }
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.subnav li:last-of-type a {
  border: 1px solid #000;
  padding: 0 3vw;
  border-radius: 50px;
  display: block;
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.subnav li:last-of-type a:hover {
  background-color: #ddd;
}

@media (max-width: 1180px) {
  #HeaderAnime {
    height: 70px; } }
  #HeaderAnime.is-animation {
    top: 0 !important;
    position: fixed;
    z-index: 1000;
    background: rgba(255, 255, 255, 1); }


/*HeaderAnime上書き*/
/*.MainWarrper {
  padding-top: 110px;
}*/
span.MarkerY {
  background: linear-gradient(transparent 60%, #fff5cd 60%); }
span.MarkerG {
  background: linear-gradient(transparent 60%, #d3ffd6 60%); }
span.MarkerB {
  background: linear-gradient(transparent 60%, #caf0fe 60%); }





#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.subnav {
    display: flex;
    justify-content: flex-end;
    padding: 0.6em 0 0;
    transition: .5s;
    font-size: .9em;
}

@media (max-width: 1180px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.subnav  {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li {
    padding: .2em 2vw .5em 2vw;
}
.is-animation #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li {
    padding: 0 2vw .2em 2vw;
}
.is-animation #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child::before {
    top: .8em;
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav .NavigateBox .CorporateName {
    font-family: '游ゴシック','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
    text-align: right;
    font-weight: bold;
    font-size: 1.2em;
    padding-right: 1.6vw;
    display: block;
}
@media (max-width: 1180px) {
    #HeaderWrapper #Header .menu-wrapper .drawer-nav .NavigateBox .CorporateName {
        display: none;
    }
}


#HeaderWrapper #Header .menu-wrapper .drawer-nav .NavigateBox .CorporateName img {
    width: 20em;
}
@media (max-width: 1180px) {
    #HeaderWrapper #Header .CorporateNameSp img {
        width: 20em;
    }
}
@media (max-width: 800px) {
    #HeaderWrapper #Header .CorporateNameSp img {
        width: 20em;
        vertical-align: middle;
    }
}


.pcMiddle {
  display: block;
}
.spMiddle {
  display: none;
}
@media (max-width: 1180px) {
  .pcMiddle {
    display: none;
  }
  .spMiddle {
    display: block;
  }
}

#HeaderWrapper #Header .menu-wrapper .drawer-nav #search {
    position: relative;
    margin-right: 1.2vw;
    width: 14vw;
}
@media (max-width: 1180px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav #search {
    width: calc(100% - 8vw);
    margin-top: 0px;
    margin-right: 4vw;
    margin-bottom: 30px;
    margin-left: 4vw;
  }
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav #search .box-search-parts-input {
    width: 100%;
    padding: 10px 60px 10px 10px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #999;
    background-color: #fff;
}
@media (max-width: 1180px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav #search .box-search-parts-input {
    height: 55px;
    text-align: left;
  }
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav #search .box-search-parts-btn {
    position: absolute;
    top: 2.4px;
    right: 1px;
    z-index: 1;
    display: block;
    width: 33px;
    height: 33px;
    background: #0068af;
    border-radius: 0 9px 9px 0;
}
@media (max-width: 1180px) {
    #HeaderWrapper #Header .menu-wrapper .drawer-nav #search .box-search-parts-btn {
        top: 1.4px;
        width: 53px;
        height: 52.5px;
    }
}
@media (max-width: 800px) {
    #HeaderWrapper #Header .menu-wrapper .drawer-nav #search .box-search-parts-btn {
        /*top: 11px;*/
        background-color: unset;
    }
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav #search input::placeholder {
    color: #ccc;
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav #search .box-search-parts-btn .icon {
    color: #fff;
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav #search .icon-gaishi-search:before {
    font-family: "Font Awesome 5 Free";
    content: '\f002';
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: .2em;
    right: .9em;
    font-size: .8em;
}
@media (max-width: 1180px) {
    #HeaderWrapper #Header .menu-wrapper .drawer-nav #search .icon-gaishi-search:before {
      top: .6em;
      font-size: 1.2em;
    }
}
@media (max-width: 800px) {
    #HeaderWrapper #Header .menu-wrapper .drawer-nav #search .icon-gaishi-search:before {
        top: 2px;
        right: 12px;
        background-color: unset;
        color: #0068af;
    }
}

/*===================
コンテンツcommon
=====================*/
h2 {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.3; }

h3 {
  font-size: 1.6em;
  font-weight: bold; }

section {
  padding-top: 80px; }

section.Grey {
    background-color: #f5f5f4;
}
section.White {
    background-color: #fff;
}
section.Blue,
.Blue {
    background-color: #f8fbff;
}

section.WhiteGrey {
  background: #FFF!important;
	background: linear-gradient(120deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(245, 245, 244, 1) 70%, rgba(245, 245, 244, 1) 100%)!important;
}
section.GreyWhite {
  background: #FFF!important;
	background: linear-gradient(240deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(245, 245, 244, 1) 70%, rgba(245, 245, 244, 1) 100%)!important;
}

section.WhiteBlue {
  background: #FFF !important;
  background: linear-gradient(120deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(243, 248, 254, 1) 70%, rgba(243, 248, 254, 1) 100%) !important;
}
section.GreyWhite {
  background: #FFF!important;
	background: linear-gradient(240deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(243, 248, 254, 1) 70%, rgba(243, 248, 254, 1) 100%)!important;
}


.Conte {
  width: 100%; }
  .Conte .Inner {
    /*width: calc(1400px + ((100vw - 1400px) / 2));*/
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 max(20px, 0px); }
    .Conte .Inner .Inner {
      padding: 0 2.4%; }
  .Conte .AllWidthBorderBox {
    border-bottom: 1px solid #333;
    margin-bottom: 2em;
    width: 100vw; }
    .Conte .AllWidthBorderBox h2 {
      font-size: 3em;
      font-weight: bold;
      line-height: 1.8;
      margin-bottom: .2em; }

.Conte .Inner .InnerInner {
  padding: 0 4%;
}


html {
  scroll-padding-top: 100px; }


.justify {
  text-align: justify; }



.Button {
    overflow: hidden;
    width: 90%;
    max-width: 300px;
    margin: 40px auto 0;
    padding: 0;
}
.Button a {
    display: block;
    position: relative;
    z-index: 100;
    text-align:center;
    background-color: #0068af;
    color: #fff;
    text-decoration:none;
    padding: 14px 0;
    border-radius: 50px;
    transition: background-color 0.3s, transform 0.3s;
}
.Button a:hover {
    background-color: #00a0dc;        /* マウスオーバーカラー */
    opacity: 1;
}
.Button a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 8px solid transparent;        /*top right bottom を透明化 */ 
    border-left: 8px solid #fff;
    transition: border-left-color 0.3s, transform 0.3s;
}
.Button a:hover:before {
    border-left: 8px solid #0068af;
}



/*========= フッター ==========*/
#footerBg {
  background: #013d82;
  border-top: 4px solid #000;
  /*background: -webkit-gradient(linear, left top, right top, from(#f1f2fb), to(#c7d2d9));*/
  width: 100%; }
  #footerBg .footer {
    margin: 0 auto;
    /*width: calc(1400px + ((100vw - 1400px) / 2));*/
    width: 100%;
    max-width: 1500px;
  padding: 70px max(20px, 0px) 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    gap: 20px; }
    /*#footerBg .footer .Navi01 {
      width: 19%; }
    #footerBg .footer .Navi02 {
      width: 19%; }
    #footerBg .footer .Navi03 {
      width: 19%; }
    #footerBg .footer .Navi04 {
      width: 19%; }
    #footerBg .footer .Navi05 {
      width: 19%; }*/
    #footerBg .footer ul {
      margin-bottom: 1em;
    }
    #footerBg .footer li {
      padding-left: 10px;
      position: relative;
      font-size: clamp(0.5rem, calc(.8125rem + 0.625vw), 1.625rem); }
      #footerBg .footer li.Indent1::before {
        position: absolute; /* 絶対指定 */
        content: "";
        top: 50%;     /* h2の上から50%の位置 */
        width: 1em;  /* 横線の幅 */
        height: 1px;  /* 横線の高さ */
        left: -1em; /* h2要素の左から-120px左へずらす */ 
        background-color: #fff;
      }
@media screen and (max-width: 800px) {
  #footerBg .footer li.Indent1::before {
    top: calc(50% - 5px);
  }
}
    #footerBg .footer .Indent1 {
      margin-left: 1em;
      position: relative; }
    #footerBg .footer a,
    #footerBg .footer li {
      color: #fff; }
  #footerBg .SpComName {
    display: none; }

#footerBg .footer li.HeadCategory {
  padding-left: 0!important;
}
#footerBg .footer li.HeadCategory::before {
  border-style: none!important;
}



footer dl.snsBox {
    margin: 0 auto;
    /* width: calc(1400px + ((100vw - 1400px) / 2)); */
    width: 100%;
    max-width: 1500px;
    padding: 0px max(20px, 0px) 30px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
footer dl.snsBox dt {
    padding: .2em .6em;
    border: 1px solid #fff;
    width: 5em;
    text-align: center;
    margin-right: 1em;
}
footer dl.snsBox dd {
    margin-right: 1em;
    height: 2em;
}
footer dl.snsBox dd img {
    max-height: 100%;
}



@media screen and (max-width: 800px) {
  #footerBg .footer .Navi02 {
    width: 100%; } }
@media screen and (max-width: 800px) {
  #footerBg .footer .Navi03 {
    /*margin-bottom: 30px;*/
    width: 100%; } }
@media screen and (max-width: 800px) {
  #footerBg .footer .Navi04 {
    margin: auto;
    width: 100%;
    max-width: 100%; } }
@media screen and (max-width: 800px) {
  #footerBg .footer li::before {
    top: 35%; } }
@media screen and (max-width: 800px) {
  #footerBg .footer li {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb; } }
@media screen and (max-width: 800px) {
  #footerBg .footer {
    display: block; } }
@media screen and (max-width: 800px) {
  #footerBg .SpComName {
    display: block;
    padding: 0px 6vw 70px 6vw; }
    #footerBg .SpComName p.Address {
      margin: 20px 0 10px;
      line-height: 1.4; }
    #footerBg .SpComName a {
      color: #00510B; } }
.copyBox {
  background-color: #013d82; }
  .copyBox #copy {
    color: #fff;
    text-align: center;
    font-size: .96rem;
    padding: 1.8em 0; }
    .copyBox #copy a {
      color: #fff; }

/*========= ナビゲーションドロップダウンのためのCSS ===============*/
/*==ナビゲーション全体の設定*/
/*nav{
  background:#333;
  color:#fff;
  text-align: center;
}*/
/*ナビゲーションを横並びに*/
/*nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
}*/
/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block; }
nav ul li {
  position: relative; }
  nav ul li a {
    transition: all .3s; }
  nav ul li.has-child::before {
    content: '';
    position: absolute;
    left: .8em;
    top: 1.5em;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(135deg);
  }
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  /*position: absolute;*/
  position: fixed;
  left: 0;
  top: 130px;
  z-index: 4;
  /*形状を指定*/
  /*background: rgba(0, 0, 0, 0.5);*/
  background: #f0f7f7;
  width: 100vw;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: .2s ease-out;
  /*padding: .8em 0 1.4em;*/
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  padding-left: max(20px, (100vw - 1400px) / 2);
  padding-right: max(20px, (100vw - 1400px) / 2);
  font-family: '游ゴシック','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
@media screen and (max-width: 1180px) {
  nav li.has-child ul {
    top: 70px;
  }
}


#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul {
  min-height: 600px;
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.First {
  width: 28%;
  background-color: rgba(0, 150, 210, .9);
  padding-left: 20px;
  padding-right: 20px;
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.Second {
  margin-left: 28%;
  background-color: rgba(0, 135, 200, 1);
  padding-left: 20px;
  padding-right: 20px;
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.Second .has-child ul.Third {
  margin-left: 65%;
  background-color: rgba(0, 105, 175, 1);
  padding-left: 20px;
  padding-right: 20px;
}

#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.First li.has-child:before,
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.Second li.has-child:before {
  display: none;
}

#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.Second .has-child:hover {
  background: rgba(0, 135, 200, 0.1);
  background: linear-gradient(130deg,rgba(0, 135, 200, 1) 0%, rgba(0, 105, 175, 1) 33%);
}

@media screen and (max-width: 1180px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul {
    min-height: auto;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.First {
    width: 100%;
  }


  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.Second,
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.Second .has-child ul.Third {
    margin-left: 0;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.First li.has-child:before,
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.Second li.has-child:before {
    display: block;
  }
}

#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li {
  padding: 0;
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li.Parent {
  font-weight: bold;
  font-size: 1.08em;
  margin-left: 0;
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li.ParentNonAnchor {
	font-weight: bold;
	font-size: 1.08em;
	color: #fff;
	margin-bottom: 10px;
	border-bottom: 1px solid #0056af;
}
@media screen and (max-width: 1180px) {
	#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li.ParentNonAnchor {
		padding: 14px 0;
	}
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li.Indent {
  margin-left: 1em;
  margin-bottom: .5em;
}

#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li a {
  color: #fff;
}

@media screen and (max-width: 1180px) {
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li {
    text-align: left;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li a:before,
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li a:after {
    display: none;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li.Parent {
    font-size: 1em;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li.Indent {
    margin-left: 0em;
  }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li.Parent a,
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul li.Indent a {
    padding: .5em 1.5em;
  }
}


ul.gnav li.has-child ul li.Parent a {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-right: 1em;
}
ul.gnav li.has-child ul li.Parent a::after {
    content: '';
    display: inline-block;
    width: 1.2em !important;
    height: 1.2em !important;
    background-color: #003366 !important;
    border-radius:50%;
    margin-left: 8px;
    position: absolute!important;
    text-align: unset !important;
    transform: none!important;
    top: .3em;
    /*right: -1.8em;*/
    left: auto !important;
    transition: all 0.3s ease;
}
ul.gnav li.has-child ul li.Parent a:hover:after {
    border: 1px solid #000;
    background-color: #fff !important;
}
ul.gnav li.has-child ul li.Parent a::before {
    content: '';
    position: absolute;
    right: -.1em;
    top: .9em;
    transform: translateY(-50%) rotate(-45deg);
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    pointer-events: none;
    z-index: 1;
    transition: all 0.3s ease;
}
ul.gnav li.has-child ul li.Parent a:hover:before {
    border-right: 2px solid #003366;
    border-bottom: 2px solid #003366;
}
ul.gnav li.has-child ul li.Indent a::before {
  content: '';
  position: absolute;
  right: -1em;
  top: 1em;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right:2px solid #003366;
  border-bottom:2px solid #003366;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease;
}
ul.gnav li.has-child ul li.Indent a:hover:before {
  right: -1.25em;
}

#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.Second .has-child ul.Third li.Parent a::before {
    content: '';
    position: absolute;
    right: -.1em;
    top: .9em;
    transform: translateY(-50%) rotate(-45deg);
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    pointer-events: none;
    z-index: 1;
    transition: all 0.3s ease;
}
#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li.has-child ul.Second .has-child ul.Third li.Parent a:hover::before {
    border-right: 2px solid #003366;
    border-bottom: 2px solid #003366;
}


nav li.has-child:hover > ul {
  visibility: visible;
  opacity: 1; }
nav li.has-child ul li {
  margin-bottom: 1em; }
  nav li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1; }
  nav li.has-child ul li:last-child {
    margin-bottom: 0em; }
    nav li.has-child ul li:last-child > a {
      border-bottom: none; }
nav li.has-child > a {
  pointer-events: none; }
  @media screen and (max-width: 1180px) {
    nav li.has-child > a {
      pointer-events: auto; } }

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
/*ナビゲーションのリンク設定*/
/*nav ul li a{
  display: block;
  text-decoration: none;
  color: #999;
  padding:20px 35px;
  transition:all .3s;
}*/
/*nav ul li li a{
  padding:10px 35px;
}*/
/*nav ul li a:hover{
  color:#fff; 
}*/
/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
/*下の階層を持っているulの指定*/
/*hoverしたら表示*/
/*ナビゲーションaタグの形状*/
/*nav li.has-child ul li a{
  color: #fff;
  border-bottom:solid 1px rgba(255,255,255,0.6);
}*/
/*nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
  background:#3577CA;
}*/
/*==768px以下の形状*/
@media screen and (max-width: 1180px) {
  nav {
    padding: 0; }
    nav ul {
      display: block; }
    nav li.has-child ul {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      visibility: visible;
      /*JSで制御するため一旦表示*/
      opacity: 1;
      /*JSで制御するため一旦表示*/
      display: none;
      /*JSのslidetoggleで表示させるため非表示に*/
      transition: none;
      /*JSで制御するためCSSのアニメーションを切る*/ }
      nav li.has-child ul ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        /*JSで制御するため一旦表示*/
        opacity: 1;
        /*JSで制御するため一旦表示*/
        display: none;
        /*JSのslidetoggleで表示させるため非表示に*/
        transition: none;
        /*JSで制御するためCSSのアニメーションを切る*/ }
    nav ul li a {
      border-bottom: 1px solid #ccc;
      width: 100%;
      padding-bottom: .6em;
      color: #fff !important; }

#HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li a {
  padding: 0 1.5em .6em;
  text-align: left;
}

    nav ul li ul li {
      margin-bottom: 0 !important; }
      nav ul li ul li a {
        color: #000; }
    nav ul li.has-child::before {
      left: 1.5em;
      top: .85em;
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
    nav ul ul li.has-child::before {
      transform: rotate(135deg);
      left: 0px; }
    nav ul li.has-child.active::before {
      transform: rotate(-45deg);
    top: 1.2em;
  }
    nav li.has-child ul {
      padding: 0; }

  /*矢印の位置と向き*/
  #HeaderWrapper #Header .btn_contanct {
    padding: 0;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 300px; }
    #HeaderWrapper #Header .btn_contanct a {
      padding: .6em;
      width: 100%;
      border-radius: 10px; }
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li {
    padding: .3em 4vw; }
}
.HeadCompanyInfo {
  padding: 0 9vw;
  margin-top: 3em;
  text-align: left; }
  .HeadCompanyInfo a {
    color: #000; }

/*========= トップページ ===============*/
.TopMainVisual {
  padding-top: 130px;
  /*padding-bottom: 50px;*/
  background-color: #0a51a3;
  position: relative;
  display: flex;
  align-items: center;
  max-height: 80vh;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .TopMainVisual {
    padding-top: 70px;
    min-height: 480px;
  }
}
.TopMainVisual .Left {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 170px;
  left: 0;
}
  .TopMainVisual .Left .Text {
    display: flex; }
    /*.TopMainVisual .Left .Text .Catch {
      width: 30vw; }*/
      .TopMainVisual .Left .Text .Catch h2 {
        color: #fff;
        text-shadow: #000 0 0 15px;
        font-weight: bold;
        font-size: clamp(20px, 5.7vw, 80px);
        /*font-size: 5.7vw;*/
        line-height: 1; }
      .TopMainVisual .Left .Text .Catch h2 span {
        font-size: .7em;
      }
      .TopMainVisual .Left .Text .Catch div {
        font-size: 1em;
        text-align: justify; }

.TopMainVisual .CompName {
  z-index: 1;
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: .7em 1em .6em;
  font-size: 2.2em;
  font-weight: bold;
  /*background-color: rgba(255, 255, 255, .7);*/
  text-shadow: #000 0 0 15px;
  color: #fff;
}
@media (max-width: 800px) {
  .TopMainVisual .CompName {
    font-size: 1.1em;
    line-height: 1.4;
  }
}

.slick-initialized .slick-slide {
  padding: 4px; }

@media (max-width: 800px) {
  .TopMainVisual .Left .Text .Catch {
    /*width: 48vw;*/
    margin-top: -2em; }
  .TopMainVisual .HalfBox40 {
    width: 47%; }
  .TopMainVisual .Left .Text .Catch h2 {
    font-size: 6.2vw; }
  .TopMainVisual .Left .mt70 {
    width: 70vw; }
  .TopMainVisual .Left .HalfBox70 {
    width: 100%;
    margin-right: -40vw !important; } }
#works h3 {
  line-height: 1.4;
  font-size: 2em; }

.Max300 {
  max-width: 300px; }


/*========= lowpage ===============*/
.ResTableA {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #d8d8d8; }

.ResTableA th {
  -moz-box-sizing: border-box;
  /* box-size[border・padding 込み] */
  box-sizing: border-box;
  /* box-size[border・padding 込み] */
  border: 1px solid #d8d8d8;
  padding: 15px 10px 12px;
  width: 30%;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(37, 139, 203, 0.1); }

.ResTableA td {
  padding: 15px 10px 12px;
  text-align: left;
  vertical-align: top;
  border-top: dotted 1px #d8d8d8; }

@media (max-width: 800px) {
  .ResTableA {
    border-bottom: none; }

  .ResTableA th {
    padding: 5px 10px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    text-align: left; }

  .ResTableA td {
    padding: 5px 10px;
    width: 100%;
    display: list-item;
    /* リストに変換 */
    list-style: none;
    /* リストに変換によるドットを非表示 */
    border-top: none !important;
    border-bottom: 1px solid #d8d8d8; } }
.lineh_none {
  line-height: 0; }

.Bredcrumb {
  /*border-top: 1px solid #dddddd;*/
  border-bottom: 1px solid #dddddd;
  padding: 0.9em 0px;
  margin-top: 111px; }
  @media (max-width: 800px) {
    .Bredcrumb {
      margin-top: 70px; } }
  .Bredcrumb #bread {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: calc(1200px + ((100vw - 1200px) / 2));
    padding: 0 3.4%; }
    .Bredcrumb #bread li {
      margin-left: .5em;
      margin-right: .5em; }
      .Bredcrumb #bread li.top {
        margin-left: 0; }
      .Bredcrumb #bread li a {
        color: #000;
        /*&:after {
        	content: ">";
        	padding-left: 0.5em;
        	padding-right: 0.5em;
        }*/ }

.MainWarrper_Low {
  margin-top: 0px; }
  .MainWarrper_Low .TopMainVisual {
    max-width: 1600px;
    margin: auto; }
    @media (max-width: 800px) {
      .MainWarrper_Low .TopMainVisual .HalfBox48 {
        width: 50%; } }
    @media (max-width: 800px) {
      .MainWarrper_Low .TopMainVisual .Left {
        width: 100%;
        padding: 0 3.4%;
        margin-top: -8em; } }
    .MainWarrper_Low .TopMainVisual .Left .Text .Catch {
      padding-top: min(200px, 10vw); }
      @media (max-width: 800px) {
        .MainWarrper_Low .TopMainVisual .Left .Text .Catch {
          width: 100%;
          margin-bottom: 30px; } }
      .MainWarrper_Low .TopMainVisual .Left .Text .Catch h2 {
        font-weight: bold;
        font-size: min(3vw, 54px);
        text-shadow: 3px 3px 5px #fff, -3px 3px 5px #fff, -3px -3px 5px #fff, 3px -3px 5px #fff; }
        @media (max-width: 800px) {
          .MainWarrper_Low .TopMainVisual .Left .Text .Catch h2 {
            font-size: 6.2vw;
            margin-bottom: 4em; } }
      @media (max-width: 800px) {
        .MainWarrper_Low .TopMainVisual .Left .Text .Catch .shoulder {
          padding-left: 4em; } }



/*======================================================
　　　　　下層ページ
=======================================================*/
.WidthV {
  width: 100%;
  background-image: url(../img/common/bg_width.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 240px;
  position: relative; }

.WidthV h2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  height: 1em;
  margin: auto;
  color: #fff;
  font-size: 2em; }

/*# sourceMappingURL=base.css.map */
