@charset "UTF-8";
/* CSS Document */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
a {
  color: #1d82ea;
  text-decoration: none
}
a:visited {
  color: #1d82ea;
  text-decoration: none
}
a:hover {
  color: #F53102;
  text-decoration: underline;
}
a:active {
  color: #F53102;
  text-decoration: none
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
h1 {
  text-align: left;
  color: #3cc2a9;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: lighter;
  margin-top: 20px;
  margin-bottom: 20px;
}
h2 {
  text-align: center;
  color: #3cc2a9;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: lighter;
  margin-top: 20px;
  margin-bottom: 20px;
}
h5 {
  text-align: center;
  color: #000000;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: lighter;
  margin-top: 40px;
  margin-bottom: 40px;
}
h4 {
  text-align: center;
  color: red;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: lighter;
  margin-top: 20px;
  margin-bottom: 20px;
}
table {
  font-size: .8em;
  line-height: 1.5em;
}
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}
header {
  width: 100%;
  height: 8%;
}
.logo {
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 15px;
  line-height: 2em;
  font-size: 22px;
}
.content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 2em;
}
.hero_header {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
.text_column {
  width: 90%;
  text-align: left;
  font-weight: lighter;
  line-height: 25px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  color: #A3A3A3;
}
.gallery {
  clear: both;
  display: inline-block;
  width: 100%;
  padding-bottom: 35px;
  padding-top: 0px;
  margin-top: -5px;
  margin-bottom: 0px;
}
.thumbnail {
  width: 14%;
  text-align: center;
  float: left;
  margin-top: 35px;
  padding-bottom: 0px;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 3px;
  padding-top: 0px;
}
.gallery .thumbnail h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.gallery .thumbnail p {
  margin: 0;
  text-align: center;
  font-size: .7em;
}
.intro {
  background-color: #FFFFFF;
}
.column {
  width: 50%;
  text-align: center;
  padding-top: 30px;
  float: left;
}
.intro .column h3 {
  color: #FFFFFF;
  text-align: center;
}
.intro .column p {
  text-align: left;
  font-size: 1.2em;
  color: #666666;
  line-height: 1.5em;
}
.cards {
  width: 100%;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  opacity: 0.8;
}
.intro .column p {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
  line-height: 2em;
  font-weight: lighter;
  margin-left: 20px;
  margin-right: 20px;
  width: 80%;
  margin-top: 4%;
}
.button {
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.3s linear;
}
.button:hover {
  background-color: #6DC7D0;
  color: #FFFFFF;
  cursor: pointer;
}
.copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #717070;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: lighter;
  border-top-width: 2px;
}
.intro {
  display: inline-block;
}
.profile {
  width: 50%;
}
.gallery .thumbnail .tag {
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: center;
}
.footer {
  color: #ffffff;
  font-size: .7em;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #3cc2a9;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  line-height: 2em;
}
.for_top {
  position: fixed;
  bottom: 0px;
  right: 40px;
  z-index: 10;
}
/*
	スペース
*/
.bottom_space2 {
  margin-bottom: 2px;
  clear: both;
}
.bottom_space10 {
  margin-bottom: 10px;
  clear: both;
}
.bottom_space20 {
  margin-bottom: 20px;
  clear: both;
}
.bottom_space40 {
  margin-bottom: 40px;
  clear: both;
}
.bottom_space60 {
  margin-bottom: 60px;
  clear: both;
}
.bottom_space80 {
  margin-bottom: 80px;
  clear: both;
}
.bottom_space100 {
  margin-bottom: 100px;
  clear: both;
}
.bottom_space120 {
  margin-bottom: 120px;
  clear: both;
}
/*
	エンド
*/
.end {
  clear: both;
}
/*
	Mobile
*/
@media (max-width: 320px) {
  .logo {
    width: 100%;
    text-align: left;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .text_column {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .intro .column p {
    width: 80%;
    margin-left: 0px;
    text-align: left;
    font-size: 1.2em;
    color: #666666;
    line-height: 1.5em;
  }
  .text_column {
    padding-left: 20px;
    text-align: justify;
    font-size: 1.2em;
    color: #666666;
    line-height: 1.5em;
  }
  .thumbnail {
    width: 30%;
  }
  .column {
    width: 100%;
    margin-top: 0px;
    text-align: left;
  }
  .hero_header {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    text-align: center;
  }
}
/*
	Small Tablets
*/
@media (min-width: 321px)and (max-width: 767px) {
  .logo {
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .text_column {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .thumbnail {
    width: 30%;
  }
  .column {
    width: 100%;
    margin-top: 0px;
  }
  .thumbnail {
    width: 30%;
  }
  .text_column {
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    text-align: left;
  }
  .column {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .profile {
    width: 100%;
  }
  .intro .column p {
    width: 90%;
    text-align: left;
    padding-left: 0px;
  }
}
/*
	Small Desktops
*/
@media (min-width: 768px) and (max-width: 1096px) {
  .text_column {
    width: 100%;
  }
  .thumbnail {
    width: 30%;
  }
  .text_column {
    width: 90%;
    margin: 0;
    padding: 20px;
  }
  .intro .column p {
    width: 80%;
  }
}