@charset "UTF-8";
/* CSS Document */

#ivd{
  background: #FFF;
  padding-bottom: 1px;
}

#ivd a,
.contacts a{
  text-decoration: none;
  transition: 0.3s;
}

#ivd a:hover,
.contacts a:hover{
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.7
}

.ivd_inner{
  max-width: 1280px;
  margin: 0 auto;
}

.contacts{
  padding: 110px 0 15px;
  text-align: center;
}

.contacts h1{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 45px;
}

.contacts h1 span{
  font-family:"FrutigerBold";
  font-size: 30px;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

.contacts > div{
  margin-bottom: 115px;
  vertical-align: top;
}

.contacts > div a{
  display: inline-block;
}

.contacts > div img{
  width: 110px;
  height: auto;
}

.contacts > div h2{
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #1a5ca5;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}

.contacts > div p{
  font-size: 14px;
  line-height: 1.6;
}

.contacts > div a p{
  color: #000;
}

.contacts > div.sns{
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 0;
}

.contacts> div.sns a + a{
  margin-left: 8px;
}

.contacts > div.sns a img{
  width: auto;
  height: auto;
}

.ivd_contact p{
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 65px;
}

.ivd_contact > ul{
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.ivd_contact > ul li{
  width: 33.33%;
}

.ivd_mnav{
  text-align: center;
  position: relative;
  z-index: 1;
}
.ivd_mnav_inner{
  padding: 0 15px;
  background: #c9dde0;
}

.ivd_nav ul{
  display: flex;
  justify-content: center;
}

.ivd_nav ul li{
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

.ivd_nav ul li.active::after{
  content: "";
  border-top: 10px solid #c9dde0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.ivd_nav ul li span{
  padding: 0 35px;
  display: block;
  position: relative;
}

.ivd_nav ul li span::before{
  content: "";
  width: 1px;
  height: 14px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ivd_nav ul li:last-of-type span::after{
  content: "";
  width: 1px;
  height: 14px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ivd_nav_box{
  width: 100%;
  height: 0;
  background: #00496a;
  position: absolute;
  top: 50px;
  left: 0;
  transition: .5s all;
  overflow: hidden;
}

.ivd_nav_box > div{
  display: none;
}

.ivd_nav_box > div.open{
  display: block;
}

.ivd_nav_box ul{
  display: flex;
  justify-content: center;
}

.ivd_nav_box a{
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  color: #FFF;
  display: block;
  padding: 0 30px;
}

.ivd_nav_box a:visited{
  color: #FFF;
}

.float_nav{
  width: 100%;
  position: fixed;
  top: -300px;
  left: 0;
  z-index: 100;
  transition: .3s all;
  opacity: 0;
}

.float_nav.arrival{
  top: 0 !important;
  opacity: 1;
}

.totop-footer{
  display: none !important;
}

.to_link{
  width: 100%;
  max-width: 1280px;
  height: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  position: fixed;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: .3s opacity;
  pointer-events: none;
}

.to_link.viw{
  opacity: 1;
  pointer-events: auto;
}

.to_link a{
  width: 85px;
  display: inline-block;
  transition: .3s all;
  position: absolute;
  bottom: 0;
  right: 100px;
}

.to_link a + a{
  right: 0;
}

@media screen and (min-width: 801px) {
  .to_link a:hover {
    transform: scale(1.15);
  }
}

.float_b{
  border-radius: 5px;
  position: fixed;
  bottom: 140px;
  right: 30px;
  opacity: 0;
  transition: .3s opacity;
  pointer-events: none;
}

.float_b.viw{
  opacity: 1;
  pointer-events: auto;
}

.float_b a{
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 5px 5px 8px 0px rgba(0, 94, 131, .4);
  background: #1490c0;
}

.float_b a:hover{
  text-decoration: none;
}

.float_b .float_inner{
  width: 335px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  transition: .3s opacity;
}

@media screen and (min-width: 801px) {
  .float_b a:hover .float_inner{
    opacity: .8;
    transition: .3s opacity;
  }
}

.float_b .float_inner > div{
  width: 110px;
}

.float_b .float_inner > div + div{
  width: 225px;
  padding: 10px 15px 0;
  box-sizing: border-box;
}

.float_b h2 {
  font-size: 25px;
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 5px;
}

.float_b h2 span{
  font-family:"FrutigerRoma";
  font-size: 18px;
  display: block;
}

.float_b p{
  font-size: 12px;
  line-height: 1.3;
  color: #000;
}

.float_b p.wb{
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  color: #196c8c;
  text-align: center;
  background: #FFF;
  border-radius: 30px;
  margin-top: 5px;
}

.float_b a:hover p{
  color: #000;
}

.float_b a:hover p.wb{
  color: #196c8c;
}

.float_b .close{
  width: 35px;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
}

#ivd .sp,
.ivd_contact .sp{
	display: none !important;
}

#ivd .pc{
	display: block !important;
}

@media screen and (max-width: 800px) {
		
  #ivd .sp,
  .ivd_contact .sp{
    display: block !important;
  }

  #ivd .pc{
    display: none !important;
  }
  
  #ivd a:hover,
  .contacts a:hover{
    opacity: 1
  }

  .ivd_inner{
    padding: 0 4vw;
    box-sizing: border-box;
  }
  
  .contacts{
    padding: 15vw 0 3vw;
  }

  .contacts h1{
    font-size: 3.5vw;
    margin-bottom: 8vw;
  }

  .contacts h1 span{
    font-size: 5vw;
    margin-bottom: 1vw;
  }

  .contacts > div{
    width: 100%;
    margin-bottom: 15vw;
    display: block;
  }

  .contacts > div a{
    display: block;
  }

  .contacts > div img{
    width: 23vw;
    height: auto;
  }

  .contacts > div h2{
    font-size: 3.8vw;
    line-height: 23vw;
    margin: 0;
    padding-left: 1em;
  }
  
  .contacts > div p{
    font-size: 3vw;
    line-height: 1.6;
  }

  .contacts > div.sns{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  
  .contacts > div.sns a {
    display: inline-block;
  }

  .contacts > div.sns a + a{
    margin-left: 5vw;
  }

   .contacts > div.sns a img{
    width: 8vw;
    height: auto;
  }
  
  .ivd_contact p{
    font-size: 3vw;
    line-height: 1.3;
    margin-bottom: 8vw;
  }
  
  .ivd_contact > ul{
    width: 100%;
    display: block;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .ivd_contact > ul li{
    width: 100%;
  } 
  
  .ivd_contact > ul li + li{
    margin-top: 5vw;
  }
  
  .ivd_contact > ul li a{
    display: block;
    display: flex;
    justify-content: flex-start;
  } 
  
  .ivd_mnav{
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .ivd_mnav_inner{
    width: 100vw;
    height: 40px;
    padding: 0;
    box-sizing: border-box;
  }
  
  .ivd_nav ul{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    padding: 0 15px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .ivd_nav ul::-webkit-scrollbar {
    display: none;
  }

  .ivd_nav ul li{
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .ivd_nav ul li.active::after{
    border-top: 9px solid #c9dde0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    top: 39px;
  }

  .ivd_nav ul li span{
    padding: 0 30px;
    display: block;
    position: relative;
  }

  .ivd_nav ul li span::before{
    height: 15px;
  }

  .ivd_nav ul li:last-of-type span::after{
    height: 15px;
  }

  .ivd_nav_box{
    width: 100%;
    height: 0;
    background: #00496a;
    position: absolute;
    top: 40px;
    left: 0;
    transition: .5s all;
  }

  .ivd_nav_box > div{
    display: none;
  }

  .ivd_nav_box > div.open{
    display: block;
    overflow-x: auto;
  }

  .ivd_nav_box ul{
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .ivd_nav_box a{
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    white-space: nowrap;
    color: #FFF;
    display: block;
    padding: 0 20px;
  }

  .float_nav{
    width: 100%;
    position: fixed;
    top: -300px;
    left: 0;
    z-index: 100;
    transition: .3s all;
    opacity: 0;
  }

  .float_nav.arrival{
    top: 0 !important;
    opacity: 1;
  }
  
  .to_link{
    width: auto;
    height: auto;
    bottom: 20px;
    left: auto;
    right: 15px;
    z-index: 100;
  }

  .to_link.viw{
    opacity: 1;
  }
  
  .to_link a{
    width: 60px;
    display: block;
    position: static;
    bottom: auto;
    right: auto;
  }

  .to_link a + a{
    right: auto;
    margin-left: 15px;
  }
  
  .float_b{
    width: 80%;
    border-radius: 1vw;
    bottom: 100px;
    right: 5vw;
  }

  .float_b a{
    width: 100%;
    display: block;
    border-radius: 1vw;
    box-shadow: 1vw 1vw 2vw 0px rgba(0, 94, 131, .4);
  }

  .float_b .float_inner{
    width: 100%;
  }

  .float_b .float_inner > div{
    width: 30%;
    box-sizing: border-box;
  }
  
  .float_b .float_inner > div img{
    object-fit: cover;
  }

  .float_b .float_inner > div + div{
    width: 70%;
    padding: 2vw 3vw 0;
  }

  .float_b h2 {
    font-size: 4.5vw;
    line-height: 1.2;
    margin-bottom: 1vw;
  }

  .float_b h2 span{
    font-size: 3.5vw;
    display: block;
  }

  .float_b p{
    font-size: 3vw;
    line-height: 1.3;
    color: #000;
  }

  .float_b p.wb{
    height: 5vw;
    font-size: 3vw;
    line-height: 5vw;
    color: #196c8c;
    text-align: center;
    background: #FFF;
    border-radius: 5vw;
    margin-top: 2vw;
  }

  .float_b .close{
    width: 8vw;
    position: absolute;
    top: -3vw;
    right: -3vw;
    cursor: pointer;
  }

}

.d_contact{
  width: 100%;
  text-align: center;
  background: #FFF;
  padding-top: 80px;
}

.d_contact_inner{
  max-width: 900px;
  margin: 0 auto;
}

.d_contact h2{
  font-size: 33px;
  line-height: 1;
  margin-bottom: 60px;
}

.d_contact h2 span{
  font-size: 50%;
  line-height: 1;
  color: #2c56a3;
  display: block;
  margin-top: 15px;
}

.d_contact h3{
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.d_contact .txt{
  font-size: 16px;
  line-height: 1.8;
}

.d_contact ul{
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 0 4%;
}

.d_contact ul li{
  width: 46%;
}

.d_contact ul li > div,
.d_contact ul li > a{
  min-height: 110px;
  color: #FFF;
  background: #2c56a3;
  border-radius: 10px;
  display: block;
  position: relative;
}

.d_contact ul li > div > div{
  width: 100%;
  text-align: left;
  padding-left: 20%;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.d_contact ul li > div > div > a{
  color: #FFF;
  text-decoration: none;
  pointer-events: none;
}

.d_contact ul li > div > div::before{
  content: "";
  width: 11%;
  height: 60px;
  background: url("/jp/ivd/solution/~/media/ivd/diagnostics/icon_contact_call.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%)
}

.d_contact ul li h3{
  font-size: 20px;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFF;
}

.d_contact ul li p{
  font-size: 14px;
  line-height: 1;
}

.d_contact ul li p span{
  font-size: 150%;
  display: block;
  margin-top: 8px;
}

.d_contact ul li p.note{
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
}
@media screen and (min-width: 801px) {
  .d_contact ul li > a{
    transition: .3s opacity;
  }

  .d_contact ul li > a:hover{
    opacity: .6;
  }
}


.d_contact ul li > a span{
  width: 100%;
  font-size: 20px;
  line-height: 1;
  padding-left: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}


.d_contact ul li > a span::before{
  content: "";
  width: 11%;
  height: 60px;
  background: url("/jp/ivd/solution/~/media/ivd/diagnostics/icon_contact_mail.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-7em, -50%);
}

.float_bio{
  width: 100%;
  padding: 20px 0;
  background: #f8f8fa;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 90;
}

.float_bio > div{
  display: flex;
  justify-content: center;
  gap: 0 80px;
}

.float_bio > div a{
  width: 100%;
  max-width: 400px;
  height: 60px;
  text-align: center;
  color: #FFF;
  background: #2c56a3;
  display: block;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 801px) {
  .float_bio > div a{
    transition: .3s opacity;
  }

  .float_bio > div a:hover{
    opacity: .6;
  }
}


.float_bio > div a span{
  width: 100%;
  font-size: 20px;
  line-height: 60px;
  padding-left: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.float_bio > div a span::before{
  content: "";
  width: 30px;
  height: 60px;
  background: url("/jp/ivd/solution/~/media/ivd/diagnostics/icon_contact_mail.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-6em, -50%);
}

.float_bio a[href^="tel:"] span::before{
  background: url("/jp/ivd/solution/~/media/ivd/diagnostics/icon_contact_call.png") no-repeat center center;
  background-size: 100% auto;
  transform: translate(-6.5em, -50%);
}

.float_bio .sp{
  display: none;
}

@media screen and (max-width: 800px) {
  .d_contact .pc{
    display: none;
  }
  
  .d_contact{
    padding-top: 60px;
  }

  .d_contact_inner{
    padding: 0 15px;
  }

  .d_contact h2{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .d_contact h2 span{
    font-size: 60%;
    margin-top: 10px;
  }
  
  .d_contact h3{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .d_contact .txt{
    font-size: 15px;
    line-height: 1.8;
  }

  .d_contact ul{
    margin-top: 40px;
    display: block;
  }

  .d_contact ul li{
    width: 100%;
  }
  
  .d_contact ul li + li{
     margin-top: 8vw
  }

  .d_contact ul li > div,
  .d_contact ul li > a{
    min-height: 20vw;
    color: #FFF;
    background: #2c56a3;
    border-radius: 10px;
    display: block;
    position: relative;
  }

  .d_contact ul li > div > div{
    width: 100%;
    text-align: left;
    padding: 4vw 4vw 4vw 18vw;
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
  
  .d_contact ul li > div > div > a{
    pointer-events: auto;
  }

  .d_contact ul li > div > div::before{
    height: 10vw;
  }

  .d_contact ul li h3{
    font-size: 5vw;
    padding-bottom: 1vw;
    margin-bottom: 2vw;
  }

  .d_contact ul li p{
    font-size: 3.3vw;
    line-height: 1;
  }

  .d_contact ul li p span{
    font-size: 150%;
    display: block;
    margin-top: 1.5vw;
  }

  .d_contact ul li p.note{
    font-size: 2.8vw;
    text-align: center;
    margin-top: 3vw;
  }

  .d_contact ul li > a span{
    font-size: 5vw;
    line-height: 1;
    padding-left: 10%;
  }

  .d_contact ul li > a span::before{
    height: 8vw;
  } 
  
  .float_bio{
    width: 100%;
    padding: 5vw 4vw;
    box-sizing: border-box;
    z-index: 100;
  }

  .float_bio > div{
    justify-content: space-between;
    gap: 0;
  }

  .float_bio > div a{
    width: 100%;
    max-width: 48%;
    height: auto;
    text-align: left;
    border-radius: 1.5vw;
    padding: 3vw;
    box-sizing: border-box;
  }

  .float_bio > div a span{
    width: 100%;
    font-size: 3.3vw;
    line-height: 1.3;
    padding-left: 11vw;
    position: static;
    top: auto;
    left: auto;
    transform: translate(0);
    box-sizing: border-box;
    display: block;
  }

  .float_bio > div a span::before{
    width: 6vw;
    height: 8vw;
    position: absolute;
    top: 50%;
    left: 2vw;
    transform: translate(0, -50%);
  }

  .float_bio a[href^="tel:"] span::before{
    transform: translate(0, -50%);
  }  
  
  .float_bio .sp{
    display: block;
  }
  
}


#header_re{
  height: 75px;
  background: #FFF;
  position: relative;
  z-index: 99999999;
}

#header_re .inner{
  max-width: 1280px;
  min-width: 1200px;
  height: 75px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#header_re > .inner{
  z-index: 3;
  pointer-events: none;
}

#header_re .hed_nav{
  font-size: 14px;
  line-height: 1;
  color: #000;
  overflow: visible;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 3;
  pointer-events: auto;
}

#header_re .hed_nav > a{
  color: #000;
  display: inline-block;
  overflow: visible;
}

#header_re .hed_nav > a + a,
#header_re .hed_nav > a + span{
  margin-left: 25px;
}

#header_re .hed_nav > span a{
  color: #afafaf;
}
  
#header_re .float{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: 2;
}

#header_re .float h1{
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  vertical-align: bottom;
  color: #000;
}

#header_re .float h1 span{
  padding-bottom: .5em;
  display: inline-block;
}

#header_re .float h1 img{
  width: 100px;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 25px;
  padding-top: 20px;
  transition: 0.5s;
}

.fixed{
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  background: #FFF;
}

#header_re .float.fixed {
  height: 60px;
  transition: 0.5s;
}

#header_re .float.fixed h1 img{
  width: 90px;
  height: auto;
  padding-top: 15px;
  transition: 0.5s;
}

#header_re .float ul.nav{
  height: 35px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 20;
  transition: .3s;
}

#header_re .float ul.nav li{
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight:700;
  font-size: 16px;
  line-height: 35px;
  color: #000;
  position: relative;
}

#header_re .float ul.nav li a{
  height: 35px;
  color: #000;
  display: block;
  position: relative;
}
#header_re .float ul.nav li a.cudef{
  padding-right: 18px;
}
#header_re .float ul.nav li a.cudef::after{
  content: "";
  width: 8px;
  height: 8px;
  border: solid #a4a4a4;
  border-width: 0 2px 2px 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-6px) rotate(45deg);
}

#header_re .float ul.nav li a:hover{
  text-decoration: none;
}

#header_re .float ul.nav li + li{
  margin-left: 30px;
}

#header_re .float .nav_box{
  width: 100%;
  height: 0;
  box-sizing: border-box;
  position: absolute;
  top: 75px;
  left: 0;
  background: #e4e7eb;
  display: none;
}


#header_re .float.fixed .nav{
  bottom: 15px;
}
#header_re .float.fixed .nav_box{
  top: 60px;
}

#header_re .nav_box .inner > div{
  display: none;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
}

#header_re .nav_list{
  display: flex;
  justify-content: space-between;
}

#header_re  .nav_list > div{
  width: 415px;
}

#header_re  .nav_list.c2v > div:nth-child(2){
  padding-top: 35px;
}

#header_re .nav_list.c2 > div{
  width: 625px;
}

#header_re .nav_list.c1{
  display: block;
}

#header_re .nav_list.c1 > div{
  width: 100%;
}


#header_re  .nav_list div h4{
  font-size: 16px;
  line-height: 1;
}
#header_re  .nav_list div h4 a{
  font-size: 16px;
  line-height: 1;
  color: #000;
  padding-left: 15px;
  display: inline-block;
  position: relative;
}

#header_re  .nav_list h4 a::before{
  content: "";
  width: 6px;
  height: 6px;
  border: solid #000;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}

#header_re .nav_box div li a{
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  display: block;
  color: #000;
  padding-left: 15px;
  position: relative;
}

#header_re .nav_box div li a::before{
  content: "";
  width: 13px;
  height: 13px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

#header_re .nav_box div li a::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #e4e7eb;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%)
}

#header_re a.cudef{
  cursor: default;
}

#header_re .nav_box h2{
  display: none;
}

#header_re .nav_box div h3{
  font-size: 16px;
  line-height: 1;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}

#header_re  .nav_list.c2v > div:first-of-type h3{
  width: 830px;
}

#header_re .nav_box div ul + h3{
  margin-top: 55px;
}

#header_re  .nav_list div h4 + h4{
  margin-top: 10px;
}

#header_re .nav_box div ul +  h4{
  margin-top: 22px;
}

#header_re .nav_box div h4 +  ul{
  margin-top: 13px;
}

#header_re .nav_box .nav_list li + li{
  margin-top: 10px !important;
}

#header_re .all_list{
  position: absolute;
  bottom: 0;
  right: 0;
}

#header_re .all_list a{
  font-size: 15px;
  line-height: 1;
  color: #000;
  position: relative;
  padding-left: 20px;
}

#header_re .all_list a::before{
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

#header_re .all_list a::after{
  content: "";
  width: 4px;
  height: 4px;
  border: solid #000;
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 4px;
}


.footer-global{
  border-top: 3px solid #f8f8fa;
  background: #FFF;
  padding-top: 60px;
}

.f_inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.f_inner h2{
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.f_link_list{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  gap: 30px 0;
  position: relative;
  padding-left: 280px;
  margin-bottom: 55px;
}

.f_link_list > div{
  width: 210px;
}

.f_link_list > div:nth-of-type(4){
  width: 150px;
}

.f_link_list h3{
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
.f_link_list li{
  font-size: 14px;
  line-height: 1;
}

.f_link_list li + li{
  margin-top: 20px;
}

.f_link_list li a{
  color: #5d5d5d;
  padding-left: 12px;
  display: inline-block;
  position: relative;
}

.f_link_list h3 a{
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 12px;
}

.f_link_list li a::before,
.f_link_list h3 a::before{
  content: "";
  width: 5px;
  height: 5px;
  border: solid #000;
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -0px;
}

.f_link_list > div > h3{
  margin-bottom: 3px;
  margin-top: 20px;
}

.f_link_list p{
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.f_link_list p + p{
  margin-top: 10px;
}

.f_link_list p a{
  font-size: 12px;
  line-height: 1;
  letter-spacing: .2em;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 4px;
  background: #1059a7;
  display: inline-block;
}

.f_inner .sns{;
  position: absolute;
  bottom: 0;
  left: 40px;
}

.f_inner .sns a + a{
  margin-left: 15px;
}


#header_re .sp{
  display: none;
}

@media screen and (max-width: 800px) {
  
  #header_re .pc{
    display: none;
  }  
  
  #header_re .sp{
    display: block;
  }    
  .btn_m{
    width: 15vw;
    height: 15vw;
    position:fixed;
    top: 0;
    right: 0;
    z-index:9999;
    opacity:1;
    cursor:pointer;
		display: block;
    transition: 0.3s;
  }
  
  .btn_menu {
    width: 15vw;
    height: 15vw;
    display: block;
    z-index:99999;
    cursor: pointer;
  }

  .btn_menu span {
    width: 8vw;
    height: 1px;
    display: block;
    background: #2b2b2b;
    position: absolute;
    right: 3.5vw;
    top: 50%;
    margin-left:0;
    cursor:pointer;
    transition: all 0.6s;
    transform: rotate(0deg);
  }
  
  .btn_menu span:not(:target) {
    display: block;
  }

  .btn_menu .top {
    transform: translateY(-1vw);
  }

  .btn_menu .bottom {
    transform: translateY(1vw);
  }

  .btn_menu.is-open .top {
    transform: rotate(-210deg) translateY(0px);
    background: #FFF;
  }

  .btn_menu.is-open .bottom {
    transform: rotate(210deg) translateY(0px);
    background: #FFF;
  }
  
  #header_re{
    width: 100%;
    height: 15vw;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.6s;
    background: #FFF;
  }
  
  #header_re.open{
    background: #1e365f;
    transition: 0.6s;
  }

  #header_re .inner{
    padding: 0 4vw;
    height: auto;
    min-width: inherit;
  }
  
  #header_re .float{
    width: 100%;
    position: static;
    bottom: auto;
    left: auto;
  }

  #header_re .float h1{
    width: 100%;
    font-size: 3vw;
    line-height: 1;
    font-weight: bold;
    vertical-align: bottom;
    color: #2f2f2f;
    display: block;
    padding: 5vw 0;
    box-sizing: border-box;
    white-space: nowrap;
    transition: 0.6s;
  }
  
  #header_re.open .float h1{
    color: #FFF;
    transition: 0.6s;
  }
  
  #header_re .float h1 img{
    width: 18%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5vw;
    padding-top: 0;
    transition: 0.6s;
  }
  
  #header_re.open .float h1 img{
    transition: 0.6s;
    filter: invert(100%) saturate(0) brightness(200%);
  }
  
  #header_re .float h1 span{
    padding-bottom: 0;
  } 
  
  #header_re .float ul.nav{
    display: none;
  }

  #header_re .float .nav_box{
    width: 100%;
    height: 100vh;
    padding-top: 18vw;
    padding-bottom: 10vw;
    box-sizing: border-box;
    position: absolute;
    top: 15vw;
    left: 0;
    background: #1e365f;
    z-index: 99999;
    overflow: auto;
    display: none;
  }
  
  #header_re .nav_box .inner{
    padding: 0 0 0 10vw;
  } 
  
  #header_re .nav_box .inner > div{
    display: none;
    width: 100%;
    position: static;
    top: auto;
    left: auto
  }
  
  #header_re .nav_list{
    display: block;
  }

  #header_re  .nav_list > div{
    width: 100%;
  }
  
  #header_re  .nav_list > div + div{
    margin-top: 5vw;
  }

  #header_re  .nav_list.c2v > div:nth-child(2){
    padding-top: 0;
  }

  #header_re .nav_list.c2 > div{
    width: 100%;
  }

  #header_re .nav_list.c1 > div{
    width: 100%;
  }
  
  #header_re .nav_box .inner > div + h2{
    margin-top: 5vw;
  }

  #header_re .nav_box div a{
    font-size: 4vw;
    line-height: 1.3 !important;
    display: block;
    white-space: normal !important;
    color: #FFF !important;
    box-sizing: border-box;
    padding: 3vw;
    background: #375fa2;
  }
  
  #header_re .nav_box div a:hover{
    text-decoration: none;
  }
  
  #header_re .nav_box div a.sp{
    display: inline-block;
    background: none;
    position: absolute;
    top: -13vw;
    right: 7vw
  }
  
  #header_re .nav_box div a.sp::before{
    font-family:'FontAwesome';
    content: "\f002";
    font-weight: 100;
    color: #FFF;
  }


  #header_re .nav_box div > a{
    padding: 3vw;
    margin-bottom: 0;
    border-left: none;
  }
  
  #header_re .nav_box div > a + a{
    padding: 3vw;
    margin-bottom: 0;
    border-left: none;
    margin-top: 1px;
  }
  
    
  #header_re .nav_box h2{
    font-size: 4.5vw;
    line-height: 1;
    color: #FFF;
    display: block;
    position: relative;
    padding: 3vw 0;
    white-space: nowrap;
    cursor: pointer
  }
  
  #header_re .nav_box h2::after{
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 45%;
    right: 8vw;
    transform: rotate(45deg);
    transform-origin: center;
    transition: 0.3s;
  }
  
  #header_re .nav_box h2.open::after{
    transform: rotate(-135deg);
    transition: 0.3s;
  }

  #header_re .nav_box div ul{
    border-left: none;
    padding-left: 0;
  }

  #header_re .nav_box div ul li + li{
    margin-top: 1px;
  }
  
  #header_re  .nav_list div h4{
    font-size: 4vw;
    line-height: 1;
  }
  #header_re  .nav_list div h4 a{
    font-size: 4vw;
    line-height: 1;
    color: #FFF;
    background: none;
    padding-left: 4vw;
    display: inline-block;
    position: relative;
  }

  #header_re  .nav_list h4 a::before{
    width: 1.5vw;
    height: 1.5vw;
    border: solid #FFF;
    border-width: 2px 2px 0 0;
  }

  #header_re .nav_box div li a{
    font-size: 4vw;
    line-height: 1;
    white-space: nowrap;
    display: block;
    color: #000;
    padding-left: 2vw;
    position: relative;
  }

  #header_re .nav_box div li a::before{
    display: none;
  }

  #header_re .nav_box div li a::after{
    display: none;
  }
  
  #header_re .nav_box div h3{
    font-size: 4vw;
    line-height: 1;
    color: #7c7c7c;
    border: none;
    margin-bottom: 0;
    padding: 3vw 0;
    white-space: nowrap;
  }

  #header_re  .nav_list.c2v > div:first-of-type h3{
    width: 100%;
  }

  #header_re .nav_box div ul + h3{
    margin-top: 5vw;
  }

  #header_re  .nav_list div h4 + h4{
    margin-top: 0 !important;
  }

  #header_re .nav_box div ul +  h4{
    margin-top: 5vw;
  }

  #header_re .nav_box div h4 +  ul{
    margin-top: 0;
  }

  #header_re .nav_box .nav_list li + li{
    margin-top: 1px !important;
  }

  #header_re .all_list{
    position: static;
    bottom: auto;
    right: auto;
    margin-top: 3vw;
  }

  #header_re .all_list a{
    font-size: 4vw;
    line-height: 1;
    color: #FFF;
    background: none !important;
    position: relative;
    padding-left: 4vw !important;
  }

  #header_re .all_list a::before{
    display: none;
  }

  #header_re .all_list a::after{
    width: 1.5vw;
    height: 1.5vw;
    border: solid #FFF;
    border-width: 2px 2px 0 0;
    left: 1vw;
  }
  
  #header_re .hed_nav{
    width: 100%;
    font-size: 4vw;
    line-height: 1;
    text-align: center;
    color: #FFF;
    overflow: visible;
    position: static;
    top: auto;
    right: auto;
    display: block;
    border-top: 1px solid #FFF;
    padding-top: 10vw;
    padding-bottom: 15vw;
    margin-top: 15vw;
  }

  #header_re .nav_box .hed_nav  a{
    color: #FFF;
    display: inline-block;
    overflow: visible;
    padding: 0;
    background: none;
  }

  #header_re .nav_box .hed_nav > a + a{
    margin-left: 4vw;
    padding-left: 4vw;
    border-left: 1px solid #FFF;
  }
  
    #header_re .hed_nav > a + span{
      margin-left: 0;
    }

  #header_re .nav_box .hed_nav > span{
    display: block;
    text-align: center;
    color: #9D9D9D;
    margin-top: 5vw;
  }
  
  #header_re .nav_box .hed_nav > span span{
    color: #999;
  }
  
  #header_re .nav_box .hed_nav > span a{
    color: #FFF;
  }
  
  .footer-global{
    border-top: 3px solid #f8f8fa;
    padding-top: 15vw;
  }

  .f_inner{
    width: 100%;
  }

  .f_inner h2{
    width: 30vw;
    margin: 0 auto 15vw;
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0);
  }

  .f_link_list{
    display: block;
    padding-left: 0;
    margin-bottom: 15vw;
  }

  .f_link_list > div{
    width: 100%;
    text-align: center;
  }
  
  .f_link_list > div > div{
    display: none;
  }

  .f_link_list h3{
    font-size: 4.5vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  .f_link_list > div > h3{
    margin-bottom: 2vw;
    margin-top: 0;
  }

  .f_link_list p{
    font-family:"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 3.8vw;
    line-height: 1.3;
  }

  .f_link_list p + p{
    margin-top: 5vw;
  }

  .f_link_list p a{
    font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 4vw;
    line-height: 1;
    letter-spacing: .2em;
    color: #FFF;
    padding: 1.8vw 4vw;
    border-radius: 1.5vw;
    background: #1059a7;
    display: inline-block;
  }
  
  .footer-global .sns{
    text-align: center;
    margin-bottom: 5vw;
  }
  
  .footer-global .sns a + a{
    margin-left: 5vw;
  }
  
  .f_inner .sns{
    width: 100%;
    position: static;
    bottom: auto;
    left: auto;
  }

  .f_inner .sns a + a{
    margin-left: 20px;
  }  
}








