

* {
  margin: 0;
  padding: 0;
  /* list-style: none; */
}

body {
  font-size: 18px;
  line-height: 200%;
  position: relative;
}



img {
  vertical-align: bottom;
  width: 100%;
}

h1 {
  margin-bottom: 30px;
}

h2 {
  margin-bottom: 20px;
}

section {
  margin-bottom: 80px;
}

#header {
  width: 100%;
  height: 65px;
  background-color: #fff;
  border-bottom: 1px solid #c5c5c5;
  position: fixed;
  top: 0;
  left: 0;
  transition: .5s;
}

#header .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



#header .site-title {
  width: 140px;
  padding: 5px 16px;
}

#header .header-flex .flex-right {
  display: flex;
}

#header .header-flex .flex-right .video {
  display: block;
  width: 80px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #868686;
  border-radius: 10px;
  text-decoration: none;
  margin-right: 20px;
}

#header .header-flex .flex-right .video:hover {
  color: #000;
}


#header .header-flex .flex-right .consultation {
  display: block;
  width: 80px;
  background-color: #1c7a07;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  margin-right: 20px;
}

#header .header-flex .flex-right .consultation:hover {
  background-color: #166005;
}

#header .sns-area {
  position: absolute;
  top: calc(65px + 40px);
  left: 0;
  width: 190px;
  height: 300px;
  padding: 30px 24px;
}

#header .sns-area .sns-icon-area {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#header .sns-area .sns-icon-area .sns-icon {
  width: 50px;
}

#header .sns-area .sns-icon-area .sns-title {
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
}

#header .sns-area .sns-icon-area .sns-title a {
  text-decoration: none;
  color: #000;
}


#header .sns-area .sns-information {
  line-height: 150%;
  font-size: 12px;
  color: rgba(8, 19, 26, 0.66);
  margin-bottom: 20px;
}

#header .sns-area .site-btn {
  display: block;
  width: 80px;
  background-color: #1c7a07;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
}

#header .sns-area .site-btn:hover {
  background-color: #166005;
}


/* scrollした時 */
#header.scroll {
  transform: translateY(-65px);
}

.container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 40px;
}

.main-photo-area {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: calc(50px + 65px);
  margin-bottom: 80px;
}


.introduction-area {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.introduction-area .icon-area {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.introduction-area .icon-area a {
  display: block;
  width: 100%;
  height: 100%;
}

.introduction-area .icon-area a img {
  width: 100%;
  height: 100%;
}

.introduction-area .information-area {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.introduction-area .information-area a {
  text-decoration: none;
  color: #000;
  display: block; 
}

.introduction-area .information-area .name, 
.introduction-area .information-area .time {
  line-height: 100%;
  font-size: 14px;
}



.introduction-area .information-area .time {
  color: #585858
}

ul {
  margin-left: 20px;
}

footer {
  padding-top: 40px;
  margin-bottom: 80px;
}

footer .footer-area {
  text-align: center;
}

footer .footer-area a {
  text-decoration: none;
  font-size: 12px;
  color: rgba(8, 19, 26, 0.66);
  line-height: 100%;
  display: inline-block;
  padding: 8px;
}


@media screen and (max-width: 1125px) {
  #header .sns-area {
    display: none;
  }
}

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

  body {
    position: static;
  }

  .main-photo-area {
    min-width: 100%;
    padding: 0;
    margin-top: 65px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  #header {
    height: 45px;
  }

  #header .site-title {
    width: 110px;
    padding: 0 10px;
  }

  #header .header-flex .flex-right .video {
    width: 60px;
    font-size: 12px;
    margin-right: 20px;
    line-height: 250%;
  }

  
  #header .header-flex .flex-right .consultation {
    width: 60px;
    font-size: 12px;
    margin-right: 20px;
    line-height: 250%;
  }

  .main-photo-area {
    margin-top: 45px;
    margin-bottom: 40px;
  }

  .container {
    padding: 0 20px;
  }

  body {
    font-size: 16px;
    line-height: 200%;
  }

  h1 {
    margin-bottom: 20px;
  }
  
  h2 {
    margin-bottom: 10px;
  }
  
  section {
    margin-bottom: 40px;
  }

  footer {
    padding-top: 30px;
    margin-bottom: 70px;
  }
  
}
