@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


* {
    padding: 0;
    margin: 0;
}

html {
 font-size: 62.5%; /* -> 10px */ 
}

body{
  /* background-color: aquamarine;  */
  /* background-image: url(../images/BK01.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
	font-size: 1.6rem;
    line-height: 1.6;
}
h1,h2,h3,h4{
  font-weight: 600;
  color: #2d2d36;
  font-family: 'Noto Sans Japanese', sans-serif;
}

p{
  font-weight: 400;
  color: #2d2d36;
  font-family: 'Noto Sans Japanese', sans-serif;
}
a{
  font-family: 'Noto Sans Japanese', sans-serif;
  text-decoration: none;
  color: #000;
}
ul,li{ list-style: none;}

.hide{display: none;}
.container { z-index: 100;}

.bg_blue_thin{
    background-color: #eef2f7;
}
/* 
.fira{
font-family: "fira-sans", sans-serif;
font-weight: 400;
font-style: normal;   
}  */

@media (min-width: 641px){

.hide-pc {display: none !important;}

}

header{
  display: flex;
  width: 100%;
  position: absolute;
  padding: 30px;
  height: 70px;
  z-index: 888;
  opacity: 0.95;
    box-sizing: border-box;
}

/* ハンバーガー--------------------------------------------- */
.hamburger {
  position: fixed;
  display: block;
  /* border-radius: 50%; */
  background-color: #003486; 
  text-align: center;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 999;
}
.inner_line {
  display: block;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 3px;
  background-color: #000000;
  transition: 0.1s;
  border-radius: 4px;
}
.inner_line-0 {
  display: block;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 3px;
  background-color: #FFF;
  transition: 0.1s;
  border-radius: 4px;
}
#line1 {
  top: 10px;
}
#line2 {
  top: 18px;
}
#line3 {
  bottom: 10px;
}

.in{
  transform: translateX(100%);
}
.line_1,.line_2,.line_3{
  background: #FFF;
}
.line_1 {
  /*-45度回転させる*/
  transform: rotate(-45deg);
  top: 18px!important;
}
.line_2 {
  opacity: 0;
}
.line_3 {
  /*45度回転させる*/
  transform: rotate(45deg);
  bottom: 18.8px!important;
}

/* ナビ----------------------------------------- */

.nav{
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 30%;
  height: 100vh;
  transform: translateX(-100%);
  background-color: #E2EEF9;
  transition: ease .4s;
  z-index: 500;
}
.nav_open{
  background-color: #000;
}
.nav-active{
  transform: translateX(0);
}
.nav ul{
  padding: 50px;
}
.nav ul li{
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #036ECC;
}
.nav ul li:hover{
  background-color: #036ECC;
}
.nav ul li a{display: block; width: 100%; color: #036ECC; padding: 10px 0;}
.nav ul li a:hover{width: 100%; color: #FFF;}

/* ----------------------------------------------------------------------------------- */

.header-menu{
  width: 100%;
  display: flex;
    justify-content: space-between;
}
.header-rogo{
  width: 10%;
  text-align: center;
}
.header-rogo img{
  margin-left: 30px;
}
.header-menu ul{
  display: flex;
  max-width: 540px;
    width: 100%;
  align-items: center;
    margin-top: 30px;
    margin-right: 440px;
}
.header-menu ul li{
  text-align: center;
  position: relative;
  width: 30%;
  color: #FFF;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 0.8em;
}
.header-menu ul li:nth-child(2n){
  width: 5%;
}
.header-menu ul li img{
  width: 100%;
}
.header-menu ul li span{
  font-weight: 100;
  font-size: 1.4rem;
}
.header-menu ul li a{
  color: #FFF;
}
.border-01{
  width: 70px;
  margin-left: -20px;
  border-top: 1px solid #FFF;
  transform: rotate(-45deg);
}

.contact-area{
  position: fixed;
  display:flex;
  margin-top: 10px;
  justify-content: right;
  align-items: center;
  right: 30px;
}

.contact-area a{
    color: #fff;
}
.tel{
  font-weight: bold;
  font-size: 2.5rem;
  color: #FFF;
  background-color: #003486;
  padding: 0 1vw 0;
}

.mail{
  font-weight: bold;
  font-size: 25px;
  color: #FFF;
  padding-right: 2vw;
  background-color: #6a0000;
  padding-left: 1.5vw;
}
.mail a{
  color: #FFF;
}
.tel::before{
  display: inline-block;
  content: url(../images/ico_tel.png);
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
}
.mail::before{
  display: inline-block;
  content: url(../images/ico_mail.png);
  margin-right: 5px;
  vertical-align: middle;
  margin-left: 10px;
}

/* フッター--------------------------------------------- */
footer{

  height: 50px;
  text-align: center; 
  width: 100%; 
  background-image: url(../images/rakuruto-logo-02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #FFF;
}
.footer-view{
  clip-path: polygon(0 150px, 100% 0, 100% 100%, 0 100%);
  background-color: #036ECC;
  background-image: url("../images/bg_footer.jpg");
  background-repeat: no-repeat;
  background-position: center 310px;
  background-attachment: fixed;
  background-size: cover;
  height: 200px;
}
.view-shadow-2{
  position: relative;
  top: 150px;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  background-color: #6a0000;
  height: 100px;
  z-index: 0;
}
.footer-view p{
  color: #FFF;
  padding-top: 120px;
}

/* 共通部分1200px以下-------------------------------------------------- *//* 
@media (max-width: 1200px) {
  .header-menu ul{
    margin-left: 30px;
  } 
  .header-menu ul li{
    font-size: 25px;
  } 
  .border-01{
    transform: rotate(90deg);
  }
  .contact-area{
    margin-top: 0;
    flex-direction: column;
  }
  .tel{
    width: 100%;
    padding-right: 10px;
    font-size: 20px;
  }
  .mail{
    width: 100%;
    padding-right: 10px;
    padding-left: 0;
    font-size: 20px;
  }
  .main-logo{
    width: 20%;
    top: 45%;
    left: 40%;
  }
} */
/* 共通部分700px以下-------------------------------------------------- *//* 
@media (max-width: 700px) {
  header{
    height: 100px;
    flex-wrap: wrap;
  }
  .nav{
    width: 100%;
  }
  .rogo-area{
    width: 100%;
    height: 50px;
    background-position: center 15px;
  }
  .contact-area{
    width: 100%;
    justify-content: center;
  }
  .mail{
    padding: 0;
  }
  .container{
  padding-top: 100px;
}

} */

/* 1500px以上------------------------------------------- */
@media (min-width: 1500px){
  /* .header-menu ul{
    margin-top: 30px;
    column-gap: 180px;
  }
  .header-menu ul li{
    width: 50%;
    font-size: 50px;
    line-height: 0.5;
  }
  .header-menu ul li:after{
    margin-left: 150px;
  }
  .tel{
    font-size: 35px;
  }
  .mail{
    font-size: 35px;
  }
  .tel::before{
    margin-top: -15px;
  }
  .mail::before{
    margin-top: -15px; 
  }*/
}

@media (max-width: 640px) {
.hide-sp {display: none !important;}
    
header {
    display: flex;
    width: 100%;
    position: absolute;
    padding: 52px 3% 0;
    height: 70px;
    z-index: 888;
    opacity: 0.95;
    box-sizing: border-box;
}
    
.header-rogo img {
    margin-left: 0;
}
    
.main-logo {
    width: 50%;
    left: 27%;
    }
    
.nav {
    width: 100%;
}
    
.contact-area {
    flex-flow: column;
    right: 0;
    margin-top: 0;
    top: 0;
}
    
.tel{
    width: 63vw;
}
    
.mail{
    width: 61.5vw;
}
    
.mail::before {
    margin-left: 1vw;
}
    
.footer-view {
    margin-top: -50px;
}
    
.view-shadow-2 {
    position: relative;
    top: 100px;
    clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
    background-color: #6a0000;
    height: 100px;
    z-index: 0;
}
}


