

/* ******************* 文字設定 ******************* */
.bold {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
/* ******************* ヘッダー ******************* */
#header {
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    z-index: 8;
    width: calc(100vmin * 1);
    height: calc(100vmax * .8);
}
@media (min-width:768px) {
    #header {
        font-family: 'Noto Sans JP', sans-serif;
        position: relative;
        z-index: 8;
        width: 100%;
        height: calc(100vmin * 1);
    }
}
.header-wrapper {
    display: block;
    width: 90%;
    height: calc(100vmax * .8);
    margin :auto;
}
@media (min-width:768px) {
    .header-wrapper {
        display: block;
        width: 100%;
        height:(100vmin * 1)
    }
}
.header-logo {
    position: absolute;
    top:5%;
    left:5%;
    width: calc(100vmin * .2);
    height: calc(100vmin * .2);
}
@media (min-width:768px) {
    .header-logo {
        position: absolute;
        top:20%;
        left: calc((100vmax - 15vmax) / 2);
        width: auto;
        height: auto;
        margin: auto;
    }
    .header-logo img{
        width: 15vmax;
    }
}
/* ******************* スマホ用メニュー ******************* */
.hamburger-menu {
    width : 100%;
}
@media (min-width:768px) {
    .hamburger-menu {
        display: none;
    }
}
/* ******************* PC用メニュー ******************* */
.pc-menu {
    position: absolute;
    width: calc(100vmax * .5);
    z-index: 10;
    margin: auto;
    top: calc(100vmin * 0.1);
    left: calc(100vmax * .25);
}
@media (max-width:768px) {
    .pc-menu {
        display: none;
    }
}
.pc-menu ul {
    display: flex;
    justify-content: space-between;
}
.pc-menu li {
    display: inline-block;
    list-style: none;
}
.pc-menu li a{
    text-decoration: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #000;
    overflow-x:hidden;
}
@media (min-width:768px) {
    body {
        overflow-x:none;
    }
}
.topcopyright {
    font-size: 10px;
    width: calc(100vmin * 1);
    display: block;
    /* margin-right: calc(100vmin * .05); */
    letter-spacing: .5em;
    color: #fff;
    text-align:center;
    position: relative;
    top: calc(100vmin * .1);
    right: 10%;
}
@media (min-width:768px) {
    .topcopyright {
        font-size: 12px;
        width: 100%;
        display: block;
        letter-spacing: .5em;
        color: #fff;
        text-align: center;
        position: absolute;
        top: calc(100vmin * .55);
        left: 0;
    }
}
.title-box {
    display: block;
    position: absolute;
    top: calc(100vmax * 0.5);
    left: 5%;
    z-index: 3;
}
@media (min-width:768px) {
    .title-box {
        display: block;
        position: absolute;
        width: calc(100vmax * .3);
        height: auto;
        top: calc(100vmin * .65);
        left : calc(100vmax * 0.35);
        z-index: 3;
        text-align: center;
    }
}
.forest-text {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    position:relative;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.25em;
    z-index: 2;
    padding-bottom: 1em;
}
@media (min-width:768px) {
    .forest-text {
        font-family: 'Lato', sans-serif;
        color: #ffffff;
        font-size: 2vmax;
        font-weight: bold;
        letter-spacing: 0.25em;
        z-index: 2;
        padding-bottom: 1em;
    }
}
.scrollarea {
    position: absolute;
    width: calc(100vmin * .1);
    left: 5%;
    height: 100px;
    bottom: calc(100vmin * -.10);
    text-align: center;
}
@media (min-width:768px) {
    .scrollarea {
       display: absolute;
       width: calc(100vmax * .1);
       left: calc(100vmax * .45);
       bottom: calc(100vmin * .1);
    }
}
/* スクロールしたあとのヘッダー背景色 */
.change-color {
    background-color:#000000;
   transition: 0.5s;
 }

/* *******************メイン******************* */
#main {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    display: block;
    background-color: #EDEDED;
}
.main-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100vmin * .8);
    height: calc(100vmax * .9);
    overflow-y:hidden ;
}
@media (min-width:768px) {
    .main-visual {
        position: absolute;
        top:0;
        left:0;
        width: calc(100vmax * 1);
        height: calc(100vmin * 1);
        overflow-y:auto ;
    }
}
#mv-move {
    position: relative;
    width: auto;
    height: calc(100vmax * .9);
    z-index: 1;
}
@media (min-width:768px) {
    #mv-move {
        position: relative;
        width: auto;
        height: (100vmin * 1);
        z-index: 1;
    }
}
.main-wrapper {
    margin: auto;
    width : 90%
}
@media (min-width:768px) {
    
    .main-wrapper {
    margin: auto;
    width : 80%;
    }
}
#main h1 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
#main h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    margin-bottom: 50px;
    line-height: 30px;
    letter-spacing: 0.1em;
}
#main p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.1em;
}
@media (min-width:768px) {
    #main h1 {
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 48px;
        margin-bottom: 10px;
        letter-spacing: 0.1em;
    } 
    #main h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 28px;
        margin-bottom: 50px;
        line-height: 1.8;
        letter-spacing: 0.1em;
    }
    #main p {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0.1em;
    }
}
/* ******************* 私たちについて ******************* */
.we {
    background-image: url('/images/we-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    z-index: 1;
}
.we-box {
    padding-top: 8em;
    padding-bottom:4em;
}
.we-text {
    padding-top: 2em;
}
.we-text p{
    padding-bottom: 4em;
}
@media (min-width:768px) {

    .we-box {
        padding-top: 6em;
        padding-bottom:6em;
    }
}
/* 私たちについてもっと知るボタン設定 */
.watashi-btn {
  background: none;
  color: #000000;
  border-radius:25px 25px 25px 25px;
  border-width: 2px;
  padding: 1rem 4rem;
  position: relative;
  border-color: #000;
}
/******************** Services ********************/
.services {
    /* background-image: url('/images/haikei.jpg'); */
    background-color: #ffffff;
    background-repeat: no-repeat;
    display: block;
    font-family: 'Lato', sans-serif;
    padding-bottom: 2em; 
}
.services .services-text {
    padding-top: 5em;
    font-size: 12px;
    line-height:2 ;
}
.services h2{
    padding-top:2em;
}
.services ul {
    display: block;
    width: 100%;
    margin: auto;
}
.services li{
    background-color: #f0f0f0;
    width: 100%;
    height: calc(100vmax * 0.7);
    padding : 2em 0;
    margin: auto;
    border-radius: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
}
.list-box-img1 {
    width: 90%;
    margin: auto;
    background-image: url('/images/google_img.jpg');
    background-size: cover;
    height: calc(100vmax * 0.25);
    border-radius: 1em;
}
.list-box-img2 {
    width: 90%;
    margin: auto;
    background-image: url('/images/lstep_img.jpg');
    background-size: cover;
    height: calc(100vmax * 0.25);
    border-radius: 1em;
}
.list-box-img3 {
    width: 90%;
    margin: auto;
    background-image: url('/images/meta_img.jpg');
    background-size: cover;
    height: calc(100vmax * 0.25);
    border-radius: 1em;
}
.ad-logo {
    width: 100%;
    margin: 2em 0 2em 0;
}
.ad-logo img {
    width: 75%;
    display: block;
    margin: auto;
}
.services .paragraph {
    display: block;
    margin: auto;
    width: 85%;
}
 @media (min-width:768px) {
    .services ul {
        display: flex;
        justify-content: space-between;
    }
    .services-text ul li{
        width: calc(100vmax * 0.25);
        height: calc(100vmin * 0.7);
    }
    .list-box-img1 {
        height: calc(100vmin * 0.3);
    }
    .list-box-img2 {
        height: calc(100vmin * 0.3);
    }
    .list-box-img3 {
        height: calc(100vmin * 0.3);
    }
    .services .paragraph {
       font-size: 18px;
    }
}
 /******************** インフォメーション ********************/
 .information{
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    padding-bottom: 60px;
 }
 .information .information-text{
   padding-top : 4em;
 }
 @media (min-width:768px) {
    .information .main-wrapper {
        width: calc(100vmax * .5);
        margin: auto;
    }
    .information .information-text{
        text-align: center;
      }

    .table {
       width: 100%
    }

    .map-pc {
        width: calc(100vmax * .5);
         height: auto;
         padding-top: 2.5em;
    }
    .map-sp {
        display: none;
    }
 }
 @media (max-width:767px) {
    .map-pc {
        display: none;
    }
    .map-sp {
        width: 100%;
        height: auto;
        margin-top: 2em;
    }
 }
 .information .table{
    margin:2em 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
 }
 .information table {
    margin-left: auto;
    margin-right:auto;
 }
 .information table th {
	width: 25%;
    font-weight: bold;
    text-align :left;
    border-bottom: 1px solid #5d5d5d;
    border-top: 1px solid #5d5d5d;
}
 .information table td {
    border-bottom: 1px solid #5d5d5d;
    border-top: 1px solid #5d5d5d;
    padding: 1em 0 ;
    line-height: 2;
}
.access {
    width: 11vmax;
    height: 3vmax;
    background-color: black;
    text-decoration: none;
    margin: auto;
    display: block;
    border-radius: 0.5em;
}
.access a{
    text-decoration: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: 0.25em;
    font-size: 1.25vmax;
}
@media (max-width:767px) {
    .access {
        width: 12em;
        height: 3em;
        background-color: black;
        text-decoration: none;
        margin: auto;
        border-radius: 0.5em;
    }
    .access a{
        text-decoration: none;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 1.5em;
        font-weight: bold;
        letter-spacing: 0.25em;
    }
}
/* お問い合わせ */
.contact{
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    padding-bottom: 60px;
 }
 .contact-text{
   padding-top : 4em;
   text-align: center;
 }
 .contact .paragraph {
    padding-top : 2em;
 }
 @media (min-width:768px) {
    .contact .main-wrapper {
        width: calc(100vmax * .5);
        margin: auto;
    }
}
/* フォームデザイン */
.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100vmax * .45);
  }
  @media screen and (max-width: 480px) {
    .Form {
      margin-top: 40px;
      max-width: 100%;
    }
  }
  .Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 240px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    color: #000;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #000000;
    color: #fff;
    font-size: 14px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: calc(100vmax * .4);
    background: #fff;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input {
      max-width: 100%;
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
      color: #000;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: calc(100vmax * .4);
    background: #fff;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      width: 100%;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 20px;
  }
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }
/******************** フッター ********************/
#footer {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.footer-wrapper {
    margin: auto;
    width: 90%;
}
@media (min-width:768px) {
    .footer-wrapper {
    width: calc(100vmax * .5);
    }
}
.footer-logo-cls{
    width: 100%;
}
.footer-logo-cls img{
    display: block;
    margin: auto;
   padding-top: 30px;
   padding-bottom: 20px;
}
.footer-wrapper h2{
    color: #fff;
    text-align:center ;
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 40px;
    letter-spacing: 0.1em;
}
.footer-wrapper ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
.footer-wrapper li{
    color: white;
    margin:30px 5px ;
    float: left;
    width: calc(50% - 10px);
    text-align: center;
  }
@media (min-width:768px) {
    .footer-wrapper ul{
        display: flex;
        justify-content: space-between;
      }
    .footer-wrapper li{
       display: inline-block;
      }
}
  .footer-wrapper li a{
    text-decoration:none;
    color: #ffffff;
    }
  /* =====メール送信画面===== */
  #body-mail{
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #000000;
  }
  .main-mail-wrapper .sendmessage{
    color: #ffffff;
    text-align: center;
    font-size: 15vm;
    padding-top: 150px;
  }
