@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: 65px;
}

.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:"FrutigerBold";
  font-size: 16px;
  line-height: 1.3;
  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 > ul{
  width: 70%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

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

.ivd_contact > ul li + li{
  margin-left: 50px;
}


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

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

@media screen and (max-width: 800px) {
		
  #ivd .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: 10vw;
  }

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

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

  .contacts > div a{
    display: block;
  }

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

  .contacts > div h2{
    width: 65vw;
    font-size: 3.8vw;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 25vw;
    transform: translateY(-50%);
  }
  
  .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 > ul{
    width: 100%;
    display: block;
    padding: 0 5vw;
    text-align: left;
    box-sizing: border-box;
  }

  .ivd_contact > ul li{
    width: 100%;
  } 
  
  .ivd_contact > ul li + li{
    margin-top: 5vw;
    margin-left: 0;
  }
  
  .ivd_contact > ul li a{
    display: block;
    position: relative;
  } 

}

#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{
  pointer-events: none;
  z-index: 3
}

#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: "FrutigerBold";
  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: "FrutigerBold";
  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 > 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: 225px;
}

.f_link_list > div:first-of-type{
  width: 310px;
}

.f_link_list h3{
  font-family: "FrutigerBold";
  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: "FrutigerBold";
  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: -50px;
  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;
    pointer-events: 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_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: "FrutigerRoma";
    font-size: 3.8vw;
    line-height: 1.3;
  }

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

  .f_link_list p a{
    font-family: "FrutigerBold";
    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: 5vw;
  }    
}












