@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;
}
.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%;
}
.mgt120{
  margin-top: 120px;
}

.title p {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
}
.title p:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 30px;
  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;
  margin-top: 10px;
}

header .header_right div{
display: inline-block;
margin-left: 10px;
}
.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;
  align-items: center;
}

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



.el_humburger {
  /*position: absolute;*/
  top: 18px;
  right: 18px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 2%;
  margin-top: 10px;
}
.el_humburger p.pc_none{
  font-size: 10px;
}
.js_humburgerOpen .el_humburger {
}

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;
}

.el_humburger > span:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen {
  /*background: #000;*/
}
.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

/*ナビゲーション*/

.navigation {
  display: none;
}
.js_appear {
  position: fixed;
  top: 0;
  /* left: 0; */
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
  width: 30%;
}

.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation_wrapper {
  padding: 20% 10%;
  text-align: center;
}

.navigation_item {
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
div.navigation_item:last-child {
  margin-bottom: 37px;
}

.navigation_wrapper .contact {
    border: 1px solid #000;
    margin-bottom: 25px;
    padding: 10px;
    background-color: #000;
    color: #fff;
    width: 80%;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
}

.navigation_item_sns{
  display: inline-block;
}
.navigation_item > a {
  color: #000;
  text-decoration: none;
}

.js_fixed {
  /*position: fixed;*/
  width: 100%;
  height: 100%;
}






section.model_plan,
section.intro_plan,
section.banner,
section.introduction,
section.interview,
section.reason_top,
section.reason,
section.merit,
section.demerit{
  text-align: center;
}

section.banner img{
  display: block;
  margin-right: auto;
  margin-left: auto;
}


footer{
  padding-top:7%;
}

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

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;
}


.tokusetsu {
    display: block;
    text-align: left;
    background-color: #333;
    color: #fff;
    padding: 3px 3px 3px 10px;
    width: 20%;
    margin-top: 10px;
}



/*バナー*/
section.banner .hirayabito{
    margin-top: 200px;
}
section.banner .flex_box{
    align-items: end;
}

section.banner .gazou {
    width: 50%;
}
section.banner .gazou_r{
    width: 50%;
    text-align: left;
    margin-left: 27px;
}

section.banner h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

section.banner h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
.more {
    font-weight: 200;
    border: 1px solid #333;
    padding: 5px 10px;
    margin-top: 12%;
    text-align: left;
}
section.banner p {
    margin-bottom: 20px;
}

section.banner .sec {
    flex-direction: row-reverse;
    margin-top: 40px;
}

section.banner .gazou_l{
    width: 50%;
    text-align: left;
    margin-right: 27px;
}









@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{
 right: 14px;
  width: 10%;
  top:3px;
}
.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%;
}
section.banner .flex_box{
    display: block;
}
section.banner .gazou {
    width: 100%;
}
section.banner .gazou_r{
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
}
section.banner .gazou_l{
    width: 100%;
    margin-right: auto;
    margin-top: 30px;
}

}

@media screen and (min-width: 720px){
.pc_none{
  display: none;
}
div.el_humburger {
    margin-right: 40px;
    width: 30px;
}
}


@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%;
}


}


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

main.top {
    padding-top: 60px;
}
.el_humburger {
    position: relative;
    display: block;
    margin-top: 0;
}
.el_humburger p.pc_none {
    /*position: absolute;*/
    /*bottom: 48px;*/
    /*left: -2px;*/
    text-align: center;
}
.el_humburger > span {
    display: block;
    width: 30px;
    margin: 7px auto 8px;
    height: 1px;
    background: #000;
    transition: all 0.2s ease-in-out;
}
main .top_text{
text-align:left!important;
padding:8px!important;
}
p, a, li{
font-size:13px;
}
section.gda p.big{
font-size:20px;
}
p.big2{
font-size:16px!important;
}
section.gda .gda_text p:last-child{
text-align:left;
}
section.gda .gda_text{
padding-bottom:30px;
}
section.style{
padding-top:30px;
}
section.hirayanomachi{
padding-top:20px;
}
section.hirayanomachi p:nth-child(2){
padding:12px 0 4px;
}
section.hirayanomachi .left img {
    margin: 15px 0;
    /* display: block; */
    width: 43%;
    padding: 0;
}
section.contents{
padding-top:70px;
}
section.content .bg_grey:last-child{
margin-bottom;20px;
} 
section.contents .bg_black{
margin-bottom:7px;
}
.copy_right{
font-size:10px;
}


.title p{
margin-bottom:10px;
}
h3{
font-size:20px!important;
}
section.intro_plan h5{
padding-top:0!important;
}
section.intro_plan .position_text a{
padding-left:3px!important;
}
section.banner .mgt120{
  margin-top: 7vw;
}
}


