@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

p{
  line-height: 30px;
  font-size: 18px;
  text-align: justify;
  font-feature-settings: "palt";
}

html{
    height:100%;
}

*{
    margin: 0;
    padding: 0;
}

.container800{
    max-width: 800px;
    margin: 0 auto;
}

.container800 p{
    font-family: 'Noto Sans JP Light', sans-serif;
    font-weight:300;
}

/*font*/
.fontJPLight p{
  font-family: 'Noto Sans JP Light', sans-serif;
  font-weight:300;

}

.fontJPMedium p{
  font-family: 'Noto Sans JP Medium', sans-serif;
  font-weight:500;
}


.container1040{
    max-width: 1040px;
    margin: 0 auto;
}

.mainimage{
    max-width: 340px;
    width: 340px;
    height: 420px;
    margin: 0 auto;
    margin-top: 190px;
    margin-bottom: 190px;
    text-align: center;
}

.PageName{
    display:none!important;
}
/*header*/

.sideMenu a{
    text-decoration: none;
    font-family: Roboto;
    font-weight: 700;
    color: #fff;
}

.menuWidth{
    width: 215px;
    margin: 0 auto;
}


header {
    background-color: #000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}

header li {
    list-style-type: none;
    margin-top: 20px;
}

.sideMenu {
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    padding-top: 56px;
    position: fixed;
    right: -300px;
    transition: all 0.6s;
    top: 0;
    width: 300px;
    z-index: 200;
}

.hamburger {
  position: fixed;
  z-index: 300;
  cursor: pointer;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  background-color: #000;
}

.hamburger span {
    background-color: #fff;
    height: 2px;
    left: 17.5px;
    position: absolute;
    transition: all 0.6s;
    width: 45px;
    border-radius: 3px;
}

.hamburger__lineTop {
    top: 30px;
}
.hamburger__lineCenter {
    top: 39px;
}
.hamburger__lineBottom {
    top: 48px;
}

.overlay {
    background-color: #000;
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 100;
}

.nav-open .sideMenu {
    background-color: #000;
    right: 0;
}

.nav-open .hamburger__lineTop {
    top: 39px;
    transform: rotate(45deg);
}
.nav-open .hamburger__lineCenter {
    left: 50%;
    width: 0;
}
.nav-open .hamburger__lineBottom {
    top: 39px;
    transform: rotate(-45deg);
}
.nav-open .overlay {
    opacity: 0.8;
    visibility: visible;
}

section {
    margin: 0 auto 200px;
    text-align: center;
    width: 80%;
}

.brands-menu li{
    padding-left: 20px;
    margin-top: 15px;

}

.sideMenuLogo{
    /* margin-top: 110px; */
    text-align:center;
    position: absolute;
    bottom: 90px;
    left: 40px;
}





/*パララックス*/
#parallax-01 {
    width: 100%;
    height: 300px;
    background-image: url(../src/images/topimage1-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

}

#parallax-02 {
    width: 100%;
    height: 300px;
    background-image: url(../src/images/topimage1-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#parallax-03 {
    width: 100%;
    height: 300px;
    background-image: url(../src/images/topimage1-3.png);
    background-size: cover;
    background-repeat: no-repeat;

}

#parallax-04{
  width: 100%;
  height: 800px;
  background-image: url(../src/images/murakami_mantyokuen1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

#parallax-05{
  width: 100%;
  height: 800px;
  background-image: url(../src/images/travisreynolds-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

#parallax-06 {
  width: 100%;
  height: 300px;
  background-image: url(../src/images/company-profile/company-profile-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.parallaximages{
    margin-top: 90px;
    margin-bottom: 90px;
    width: 1280px;
    overflow: hidden;
    position: relative;
}

.aboutusText{
    margin-left: 240px;
}  

.link-world-logo{
  max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.brandsText{
    margin-left: 240px;
}

.brands{
    display: flex;
    flex-wrap: wrap;
}

.brand{
  margin-bottom: 25px;
}

.brand:nth-child(3n + 2){
  margin: 0 25px 25px 25px;
}

.brand{
  width: 330px;
  height: 330px;
}

.staffText{
    margin-left: 240px;
}

.jobOfferList{
    display: flex;
    margin-bottom: 30px;
}

.offerLeft{
    width: 170px;
}

.offerRight{
    margin-left: 30px;
    width: 600px;

}


.offerRight ul{
    padding-left: 30px;
    font-family: 'Noto Sans JP Light', sans-serif;
    font-weight:300;
}

.offerLeft p{
    font-family: 'Noto Sans JP Medium', sans-serif;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    font-weight:500;
}

.jobOfferHead{
    margin-bottom: 60px;
}


.offerContact{
    margin: 60px 0;
}


/*contact*/
.Form {
   margin: 0 auto;
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.Form-Item label{
  font-size: 18px;
}

/* .Form-Item:nth-child(4) {
  border-bottom: 1px solid #ddd;
} */

.Form-Item-Label {
  font-family: 'Noto Sans JP Light', sans-serif;
  width: 100%;
  max-width: 250px;
  margin-right: 80px;
  font-weight:300;
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: red;
  color: white;
  font-size: 13px;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 3px;
/*   padding-left: 1em;
  padding-right: 1em; */
  height: 35px;
  flex: 1;
  width: 98%;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-left: 1em;
  padding-right: 1em;
  height: 200px;
  flex: 1;
  width: 98%;
  background: #eaedf2;
  font-size: 18px;
}



.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  width: 100px;
  display: block;
  letter-spacing: 0.05em;
  background: black;
  color: #fff;
  font-family: Roboto;
  font-weight: 700;
}



input::placeholder {
  font-size: 15px;
  font-family: 'Noto Sans JP Light', sans-serif;
  font-weight:300;
}

/*footer*/
footer{
    background-color: #000;
    margin-top: 90px;
    padding: 90px 0 90px; 
}

.footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footerLists{
  width: 240px;
  font-family: Roboto;
  font-weight: 700;
}

.footerLists a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.footerLists li{
  color: #fff;
  list-style-type:none;
  margin-top: 8px;
}

.copyRight{
  display: block;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  margin-top: 90px;
}



/*murakami_manryokuen*/
.topLogo{
  margin-top: 260px;
}

.topparallax{
  text-align: center;
  margin-bottom: 90px;
}

.yamatochaLeft{
  width: 620px;
  height: 1160px; 
  margin-right: 40px;
  margin-left: -120px;
}

.yamatochaLeft img{
  position: relative;
  left: -360px;
}

.yamatocha{
  display: flex;
  justify-content: center;
}


.yamatochaRight{
  width: 500px;
}

.manryokuen2{
  text-align: center;
  margin:90px 0 40px 0;
}


.manryokuenContents{
  display: flex;
  justify-content: center;
}

.manryokuenLeft{
  width: 503.9957px;
  margin-right: 40px;
  text-align: justify;
}


.manryokuenRight{
  width: 500px;
  
}

.manryokuenBottomImages{
  display: flex;
  margin-top: 20px;
  margin-bottom: 80px;
}

.manryokuenBottomImages div:first-child{
  margin-right: 20px;
}

.manryokuenBottomImages img{
  width: 100%;
}



/*travisreynolds*/

.travisLeft{
  width: 500px;
}

.travisLeft img:first-child{
  margin-bottom: 20px;
}

.travisRight{
  width: 500px;
}


.travisImages{
  margin: 90px 0 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}

.eachTravisImage{
  margin-right: 10px;
  margin-bottom: 10px;
  width: 200px;
  height: 200px;
}

.eachTravisImage img{
  height: 100%;
	border-radius:50%;
}

.travisImages div:nth-child(4)::after{
  width: 100%;
}

.travisWrap{
  flex-wrap: wrap;
}

.eachTravisImage:nth-of-type(9){
  margin-right:0;
}


/*company-profile*/

.companyProfile{
  margin-left: 240px;
}

.aboutCompany{
  display: block;
  margin-bottom: 90px;
}

.aboutCompany p{
  line-height: 25px;
}

.companyLeft{
  width: 90px;
}

.companyLeft p{
  font-family: 'Noto Sans JP Medium', sans-serif;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
  font-weight:500;
}


.companyRight{
  width: 670px;
  margin-left: 40px;
}

.ExEachCompany{
  display: flex;
  margin-bottom: 30px;
}








#page-animate::before {
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 9999;
  pointer-events: none;
  right: 100%;
  -webkit-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
 }
 
 #page-animate::after {
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 9999;
  pointer-events: none;
  left: 100%;
  -webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
 }
 
 #page-animate.is-slide-in::before {
  right: 0;
 }
 
 #page-animate.is-slide::after {
  left: 0;
 }

 /* triocars.html */
#parallax-10{
  width: 100%;
  height: 800px;
  background-image: url(../src/images/triocar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.triocars90{
  margin-bottom: 90px;
}

.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.welcomeLeft{
  width: 90px;
}

.welcomeLeft p{
  font-family: Roboto;
  font-weight: 700;
}

.welcomeflex{
  display: flex;
  flex-wrap: wrap;
}


.insta_logo{
  margin-bottom: 60px;
  text-align: center;
}

.for_co{
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}

.res_margin{
  margin-right: 40px;
}

.fontRoboto{
  font-family: Roboto;
  font-weight: 700;
}

.JPLight{
  font-family: 'Noto Sans JP Light', sans-serif;
  font-weight:300;
}

.pic_consulting{
  text-align: center;
  margin-bottom: 80px;
}

.border{
  margin-right: 35px;
  width: 20px;
  height: 330px;
}

.border2{
  display: none;
}

.img_list{
  width: 500px;
  margin-right: 35px;
}

.consulting_right{
  width: 440px;
}

.contact_img{
  text-align: center;
}

.img_list_flex{
  margin-bottom: 30px;
}

.img_list :nth-of-type(4){
  margin-bottom: 0;
}

.img_list_flex p{
  font-family: 'Noto Sans JP Medium', sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.consulting_description{
  width: 270px;
  margin-right: 30px;
  font-family: 'Noto Sans JP Light', sans-serif;
  font-weight:300;

}




.triocars80{
  margin-bottom: 80px;
}

/* 3diner.html */
#parallax-11{
  width: 100%;
  height: 800px;
  background-image: url(../src/images/3diner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.history_pics{
  margin-right: 40px;
  width: 500px;
  height: 500px;
  line-height: 1px;

}

.history_pics img{
  width: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.history_pics a{
  vertical-align: top;
}


.history_pics:nth-of-type(3n){
  margin-right: 0px;
}


/* .history_pics{
  margin-right: 40px;
  width: calc(50% - 40px);
}

.history_pics img{
  margin-bottom: 10px;
  width: calc(33% - 10px);
} */

.welcome_logo{
  margin-right: 20px;
}

.logos{
  display: flex;
  /* margin-bottom: 70px; */
}

.menu_name{
  margin: 20px 0;
}

.fried_chicken{
  margin-right: 25px;
}

/* matsuda.html */
#parallax-12{
  width: 100%;
  height: 800px;
  background-image: url(../src/images/matsuda_top.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.omakase{
  margin-bottom: 20px;
}

/* macchan.html */
#parallax-13{
  width: 100%;
  height: 800px;
  background-image: url(../src/images/macchan_top.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

/* tripleStar.html */
#parallax-14{
  width: 100%;
  height: 800px;
  background-image: url(../src/images/tripleStar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.car_pic1{
  margin-right: 40px;
}

.about{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.welcome{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.left_welcome{
  margin-right:40px;
}

.history{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.history_description{
  width: 500px;
}
/* 
.history_pics img:nth-child(3n + 2){
  margin: 0 10px 10px;
} */

.about_description{
  width: 500px;
}

.menu-flex{
  display: flex;
  flex-wrap: wrap;
}

.menu-flex .menu{
  margin-bottom: 40px;
}

.menu img{
  width: 100%;
}

.consulting{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
}

.img_list_flex{
  display: flex;
}

.welcome_pic{
  margin-bottom: 30px;
  height: 100px;
}


.menu_middle{
  margin: 0 25px;
}

.checkbox_flex label{
  display: block;
  font-family: 'Noto Sans JP Light', sans-serif;
  font-weight:300;
}

.checkbox_flex{
  display: flex;
  justify-content: space-around;
}

.for_pic{
  width: calc(50% - 40px);
}

.under_logo{
  width: calc(50% - 40px);
}

.travis_pic{
  text-align: center;
}

.travis_pic2{
  text-align: center;
}

.topLogo2{
  margin-top: 300px;
}


.bottom40{
  margin-bottom: 40px;
}

.bottom30{
  margin-bottom: 30px;
}

.travisFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topLogoMatchan{
  margin-top: 300px;
}

.topLogo3{
  margin-top: 230px;
}


.wpcf7-form-control{
     display: block;
     padding: 0 1%;
}

.wpcf7-list-item{
    /* margin: 15px 5px !important;  */
}


.English{
  text-align: start;
}

.menu p{
    font-family: 'Noto Sans JP Light', sans-serif;
    font-weight:300;
}


.jobOfferTitle{
  font-size: 22px;
  font-family: 'Noto Sans JP Medium', sans-serif;
  margin-bottom: 30px;
  position:relative;
}

.jobOfferTitle span{
  margin-left: 20px;
}

.jobOfferTitle::before{
  content:"";
  display:inline-block;
  width: 10px;
  height:40px;
  background-color:#000;
  position:absolute;
  top:-2px;
  /* left:-5px; */
}


.jobOfferLists{
  margin-bottom: 60px;  
}

.jobOfferTitle br{
  display: none;
}

.wpcf7-form-control-wrap{
    width:100%;
}

.radio-153{
    text-align:center;
}

.radio-639{
    text-align: center;
}




/*onweb*/

.onwebtitle{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
  margin-bottom: 80px;
}

.onwebtitle_img{
  width: 48%;
}


.onwebtitle_img img{
  width: 100%;
}

.onwebtitle_text{
  width: 48%;
  font-family: 'Noto Sans JP Light', sans-serif;
  font-weight:300;
}

.onwebtitle_text h3{
  font-size: 25px;
}

.onwebform1_title{
  margin-bottom: 40px;
  margin-top: 80px;
}

.onwebform1_title h3{
  font-size: 24px;
  font-family: 'Noto Sans JP Medium', sans-serif;
  font-weight:500;
  margin-bottom: 20px;
}


.onwebform1_title p{
  font-size: 18px;
  font-family: 'Noto Sans JP Light', sans-serif;
  font-weight:300;
}


.onwebform1_form div form{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 4%;
}

.onwebform1_input{
  width: 48%;
}

.onwebform1_input2{
  width: 100%;
}

.pdf-flex{
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: center;
}

.pdf-flex_block p{
  font-size: 14px;
  font-family: 'Noto Sans JP Light', sans-serif;
  font-weight:300;
}

a{
  text-decoration: none;
  color: #000;
}


@media screen and (max-width: 599px) {
  .onwebform1_input{
    width: 100%;
  }

  .onwebtitle_img {
    width: 100%;
  }

  .onwebtitle_text {
    width: 100%;
  }

  .onwebform1_title h3 {
    font-size: 18px;
  }

  .onwebform1_title p {
    font-size: 0.9em;

  }
}


