@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src:url(../font/NotoSansCJKjp-Regular.woff) format('woff'),
    url(../font/NotoSansCJKjp-Regular.ttf) format('truetype'),
    url(../font/NotoSansCJKjp-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: bold;
  font-weight: 700;
  src:url(../font/NotoSansCJKjp-Bold.woff) format('woff'),
    url(../font/NotoSansCJKjp-Bold.ttf) format('truetype'),
    url(../font/NotoSansCJKjp-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 900;
  src:url(../font/NotoSansCJKjp-Black.woff) format('woff'),
    url(../font/NotoSansCJKjp-Black.ttf) format('truetype'),
    url(../font/NotoSansCJKjp-Black.otf) format('opentype');
}
body{
  font-family:'Noto Sans Japanese';
  line-height: 1.5;/*android用*/
  -webkit-text-size-adjust: 100%;
}
body.open{
  height: 100%;
  overflow: hidden;
}
a{
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.mdk_wrap{
  width: 1180px;
  margin: auto;
}
.mdk_innerwrap{
  width: 1000px;
  margin: auto;
}

input{-webkit-tap-highlight-color:rgba(0,0,0,0);}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  border-radius: 0;
}
input[type="number"]{
  -moz-appearance:textfield;
  appearance:textfield;
}
button,
select,
textarea{
  font-family: "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1rem;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline: 0;
}



.mdk_fxbtwn{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



/*----------------------------------------*/
/*------header-----*/
.mdk_header{height: 92px;}
.mdk_header .mdk_wrap{
  height: 92px;
  align-items: center;
}
.mdk_glonav{
  display: flex;
  justify-content: flex-end;
  padding-top: 28px;
}
.mdk_glonav>li{
  position: relative;
  margin-left: 56px;
}
.mdk_glonav>li>a{
  position: relative;
  display: block;
  padding: 8px 0 28px;
  font-weight: bold;
  color: #3B4043;
}
.mdk_glonav>li>a.current{border-bottom: 3px solid #07388A;}
.mdk_submenu::after{
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  left: calc(50% - 4px);
  top: 44px;
  border-left: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
  transform: rotate(-45deg);
}
.mdk_pcsub{
  position: absolute;
  width: 176px;
  left: calc(50% - 88px);
  padding: 0;
  background-color: #FFFFFF;
  box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.16);
  transition: all 0.15s linear;
  z-index: 1100;
}
.mdk_pcsub li{
  padding: 0;
  transition: all 0.15s linear;
}
.mdk_pcsub li a{
  display: block;
  line-height: 0;
  padding: 0;
  text-align: center;
  color: #3B4043;
  visibility: hidden;
  opacity: 0;
  transition: line-height 0.15s ease-out;
  transition: opacity 0.05s linear;
  transition: visibility 0.05s linear;
}
.mdk_glonav>li:hover .mdk_pcsub{padding: 24px 16px;}
.mdk_glonav>li:hover .mdk_pcsub li{padding: 5px 0;}
.mdk_glonav>li:hover .mdk_pcsub li a{
  line-height: normal;
  padding: 5px 0;
  opacity: 1;
  visibility: visible;
}


/*-----スマホメニュー-----*/
.mdk_spnavbtn{
  position: relative;
  display: none;
  width: 32px;
  height: 32px;
  padding: 8px;
}
.mdk_spnavbtn span{
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  left: 8px;
  background-color: #365380;
  transition: all linear 0.25s;
}
.mdk_spnavbtn span:nth-of-type(1){top: 8px;}
.mdk_spnavbtn span:nth-of-type(2){top: 14px;}
.mdk_spnavbtn span:nth-of-type(3){top: 20px;}
.mdk_spnavbtn.active span:nth-of-type(1){
  top: 14px;
  transform: rotate(45deg);
}
.mdk_spnavbtn.active span:nth-of-type(2){opacity: 0;}
.mdk_spnavbtn.active span:nth-of-type(3){
  top: 14px;
  transform: rotate(-45deg);
}

.mdk_spnav{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 72px 52px;
  background-color: rgba(255,255,255,0.9);
  z-index: 1100;
}
.mdk_spnav.active{
  opacity: 1;
  visibility: visible;
}
.mdk_mainnav>li{
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #707070;
}
.mdk_mainnav>li>a{
  display: block;
  padding: 12px 0;
  font-size: 0.875rem;
  color: #333333;
}
.mdk_mainnav>li>a::before{
  content: "";
  display: inline-block;
  margin-top: 8px;
  margin-right: 14px;
  vertical-align: top;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #303030;
}
.mdk_mainnav>li>p{
  position: absolute;
  right: 3px;
  top: 24px;
  width: 24px;
  height: 24px;
}
.mdk_mainnav>li>p::before{
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  top: 12px;
  left: 4px;
  border-bottom: 1px solid #303030;
}
.mdk_mainnav>li>p::after{
  content: "";
  position: absolute;
  display: block;
  height: 17px;
  top: 4px;
  left: 12px;
  border-left: 1px solid #303030;
}
.mdk_mainnav>li>p.active::after{opacity: 0;}
.mdk_subnav{
  display: none;
  margin-bottom: 16px;
}
.mdk_subnav>li>a{
  display: block;
  padding: 10px 0;
  font-size: 0.875rem;
  color: #333333;
}
.mdk_subnav>li>a::before{
  content: "";
  display: inline-block;
  width: 10px;
  margin-right: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #888888;
}
.mdk_productnav li a{
  display: block;
  padding: 5px 0 5px 20px;
  font-size: 0.875rem;
  color: #333333;
}
.mdk_contactbtn a{
  position: relative;
  display: block;
  width: 200px;
  height: 55px;
  margin: 54px auto 0;
  padding-top: 16px;
  text-align: center;
  font-size: 0.875rem;
  color: #FFFFFF;
  border-radius: 6px;
  background-image: linear-gradient(#1F4EB1 0%, #2F8CDB 100%);
}
.mdk_contactbtn a::after{
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: 12px;
  top: calc(50% - 4px);
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  transform: rotate(-45deg);
}








/*----------------------------------------*/
/*------body-----*/

.mdk_top{
  height: 300px;
  padding: 80px 0 0;
}
.mdk_top div div{
  padding-left: 50px;
  color: #FFFFFF;
}
.mdk_top p{
  margin-bottom: 12px;
  font-size: 3.625rem;
  font-weight: bold;
}
.mdk_top h1{
  font-size: 1.5rem;
  font-weight: bold;
}




.mdk_404{
  background: url("../img/information/ph_main.jpg") center center no-repeat;
  background-size: cover;
}
.mdk_404body{padding: 80px 0;}
.mdk_404body p{margin-bottom: 40px;}
.mdk_404body a{
  text-decoration: underline;
  color: #1371A6;
}





.mdk_pagelink{
  margin-bottom: 100px;
  border-bottom: 1px solid #DDDDDD;
}
.mdk_pagelink ul{
  display: flex;
  justify-content: center;
}
.mdk_pagelink ul li{
  width: 25%;
  height: 100px;
  padding-top: 10px;
}
.mdk_pagelink ul li a{
  position: relative;
  display: block;
  height: 80px;
  padding-top: 20px;
  text-align: center;
  color: #3B4043;
  border-right: 1px solid #DDDDDD;
}
.mdk_pagelink ul li:last-of-type a{border-right: none;}
.mdk_pagelink ul li a::after{
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  left: calc(50% - 4px);
  bottom: 20px;
  border-left: 1px solid #07388A;
  border-bottom: 1px solid #07388A;
  transform: rotate(-45deg);
  transition: all 0.15s linear;
}




.mdk_contact{
  padding: 44px 0;
  background-color: #07388A;
}
.mdk_contact .mdk_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.mdk_contact p{
  margin-right: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
.mdk_contact div a{
  display: block;
  width: 200px;
  height: 44px;
  padding-top: 8px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 22px;
  border: 2px solid #FFFFFF;
}




.mdk_pan{
  padding: 20px 0;
  background-color: #F0F3F5;
}
.mdk_pan ol{display: flex;}
.mdk_pan li{
  margin-right: 5px;
  font-size: 0.875rem;
  color: #3B4043;
}
.mdk_pan li a{
  font-size: 0.875rem;
  color: #3B4043;
}








.mdk_gotop{
  position: fixed;
  display: none;
  right: 35px;
  bottom: 35px;
  z-index: 10;
}
.mdk_gotop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(0,0,0,.5);
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);
  transition: all 0.2s linear;
}
.mdk_gotop a span{
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 20px;
  left: 18px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}







/*----------------------------------------*/
/*------footer-----*/
.mdk_footer{
  padding: 48px 0 30px;
  background-color: #3B4043;
}
.mdk_company h2{margin-bottom: 20px;}
.mdk_company p{
  margin-bottom: 20px;
  font-size: 0.75rem;
  color: #FFFFFF;
}
.mdk_company dl dt{
  font-size: 0.625rem;
  color: #CDD6DD;
}
.mdk_company dl dd{
  font-size: 0.625rem;
  color: #FFFFFF;
}

.mdk_footernavi{margin-bottom: 10px;}
.mdk_footernavi nav{display: flex;}
.mdk_footernavi dl{
  display: flex;
  margin-right: 64px;
}
.mdk_footernavi dt a{
  display: block;
  line-height: 2;
  font-size: 0.75rem;
  color: #CDD6DD;
}
.mdk_footernavi dd{margin-left: 32px;}
.mdk_footernavi dd a{
  line-height: 2;
  font-size: 0.75rem;
  color: #FFFFFF;
}



.mdk_cprt{
  text-align: right;
  font-size: 0.625rem;
  color: #FFFFFF;
}



@media screen and (min-width:769px){
  .mdk_header ul li a:hover{opacity: 0.5;}
  .mdk_glonav>li .mdk_pcsub li a:hover{opacity: 0.5;}

  .mdk_pagelink ul li a:hover::after{transform: rotate(-45deg) translateY(8px) translateX(-8px);}
  .mdk_contact div a:hover{background-color: rgba(255,255,255,0.25);}
  .mdk_pan li a:hover{text-decoration: underline;}

  .mdk_footer dt a:hover{text-decoration: underline;}
  .mdk_footer dd a:hover{text-decoration: underline;}


  .mdk_gotop a:hover{
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,.5);
    transform: scale(1.05);
  }

  .mdk_404body a:hover{text-decoration: none;}
}














/*-----------------------------------------*/
/*--------------レスポンシブ-------------*/
/*-----------------------------------------*/
@media screen and (max-width:820px){
  .mdk_wrap{width: 100%;}
  .mdk_innerwrap{
    width: 100%;
    padding: 0 20px;
  }

  .mdk_header{
    position: relative;
    height: 64px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    z-index: 1200;
  }
  .mdk_header .mdk_wrap{
    height: 64px;
    padding: 0 12px 0 20px;
  }
  .mdk_header nav{display: none;}
  .mdk_spnavbtn{display: block;}

  .mdk_pan ol{justify-content: center;}

  .mdk_footer{padding: 18px 0;}
  .mdk_company,
  .mdk_footernavi{display: none;}
  .mdk_cprt{padding: 0 20px}

}
@media screen and (max-width:420px){
  .mdk_header img{width: 164px;}

  .mdk_top{
    height: 150px;
    margin-bottom: 80px;
    padding: 48px 0 0;
  }
  .mdk_top div div{padding-left: 20px;}
  .mdk_top p{
    margin-bottom: 0;
    font-size: 1.625rem;
  }
  .mdk_top h1{font-size: 0.875rem;}


  .mdk_pagelink{
    display: none;
    border-bottom: none;
  }
  .mdk_pagelink ul{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mdk_pagelink ul li{
    width: 100px;
    height: 32px;
    margin-bottom: 14px;
    padding-top: 0;
  }
  .mdk_pagelink ul li a{
    height: 100%;
    padding-top: 0;
    font-size: 0.75rem;
    border-right: none;
    border-bottom: 1px solid #98A6B5;
  }
  .mdk_pagelink ul li a::after{
    bottom: -2px;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px #FFFFFF;
  }


  .mdk_contact .mdk_wrap{flex-wrap: wrap;}
  .mdk_contact p{
    margin: 0 0 24px;
    text-align: center;
    font-size: 0.75rem;
  }
}
@media screen and (max-width:375px){}
@media screen and (max-width:360px){}
@media screen and (max-width:320px){}


