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

body,p,h1,h2,h3,h4,a,ul,li{
  margin: 0;
  padding: 0;
  
}

ul,li{
  list-style: none;
}
p,a,li{
  /*font-size: calc(100vw / 100);*/
  font-size:16px;
  line-height: 1.7em;
  letter-spacing: .1em;
  vertical-align: middle;
}
img{
  vertical-align: middle;
  max-width: 100%;
}
a{
  text-decoration: none;
  color:inherit;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",sans-serif;
}

section{
  padding-top:7%;
}
.pdt4{
  padding-top: .4vw!important;
}
.w100{
  width:100%;
}
.w40{
  width:40%;
}

.text_left{
  text-align: left;
}
.textcenter{
text-align: center;
}
.caption{
  font-family: 'Noto Sans JP', sans-serif;
}
.padding_none{
  padding:0!important;
}
.pdr2{
  padding-right:2%;
  padding-left:0!important;
}
p.big2 {
  /*font-size: calc(100vw /75);*/
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3%;
}


.title p {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 35px;
}
.title p:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 70px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}






header .wrapper{
  /*background-color: #000;*/
}
.header_right{
  margin-left: auto;
  /*width: 40%;*/
}

header .header_right div{
display: inline-block;
}
.allwidth {
  width:980px;
  margin:0 auto;
}
.corporate_logo {
  width: calc(55vw / 5);
  padding-right: 10%;
}

.com_logo{
  width: calc(75vw / 5);
  padding-top: .8vw
}

.com_logo img{
  width: 80%;
  vertical-align: -webkit-baseline-middle;
}

.logo_box {
  display: flex;
}

header .flex_box{
  padding:1%;
      position: fixed;
    width: 98%;
    background-color: #fff;
    z-index: 5;
}

header{
  position: relative;
}


header .wrapper {
    /* background-color: #000; */
    position: absolute;
    top: 80px;
    left: 30px;
}

.flex_box{
  display: flex;
  padding:.5vw;
}

.reverse{
  flex-direction: row-reverse;
}
.space_b{
  justify-content: space-between;
}
i{
  vertical-align: middle;
}
i.fas,
i.fab,
i.far{
  font-size: 36px;
  line-height: inherit;
  margin-right: 5px;
  display: inline-block;
}


footer{
  padding-top:7%;
}

footer .bg_black {
  background-color: #000;
  color: #fff;
  padding: .5%;
}
footer .bg_grey{
  background-color:#cdcdcd;
  padding:15px 10px;
}

footer ul{
  display: flex;
}
footer .sns {
  margin-left: auto;
  width: 35%;
}
footer .contact{
  width: 80%;
}
footer .contact ul li{
  margin-right: 3%;
}
footer .sns ul li{
  margin-left: 4%;
}

footer .sns ul li:first-child{
  margin:0;
}

.footer_width{
  width:1280px;
  margin:0 auto;
}













@media screen and (max-width: 1375px){
  header div.header_right div.fb,
  header div.header_right div.insta,
  header div.header_right div.twitter{
    display: none;
  }
  header div.header_right{
    width:auto;
  }
}



@media screen and (max-width: 1280px){

  footer .footer_width{
    width: 100%;
  }

}

@media screen and (max-width: 1024px){
  header div.header_right div{
    display: none;
  }
  .corporate_logo {
    width: 60%;
    padding-right: 10%;
  }
  .com_logo {
    display: none;
  }
  .header_right {
    margin-left: auto;
  }
  #title_svg {
   position: initial; 
   /* top: -15px; */
   /* left: 0; */
   /* width: 100%; */
   height: auto;
   z-index: 20;
 }

 header .flex_box {
  padding: 1%;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 6;
}

header .wrapper {
  width: 100%;
  backface-visibility: hidden;
}

header .wrapper img{
  width: 100%;
}
header .el_humburger{
  margin-right: 5%;
}
.js_appear{
  width: 90%;
}
div.allwidth{
  width: 90%;
  padding:0 3%;
}
footer div.footer_width{
  width: 90%;
}
footer .bg_black{
  display: none;
}
footer .corporate_logo{
  width: 23%;
}


}

@media screen and (min-width: 720px){
.pc_none{
  display: none;
}
}


@media screen and (max-width: 720px){

  .sp_none{
    display:none;
  }

p,a,li{
  /*font-size: calc(100vw / 100);*/
  font-size:14px;
  line-height: 1.7em;
  letter-spacing: .1em;
  vertical-align: middle;
}


header .header_right div{
  display: none;
}

header #page_header{
  display: none;
}
footer .corporate_logo{
  width: 50%;
}
h1 img.w100{
  width: 70%;
}

}






