@charset "UTF-8";

.menu {
  background-color: hsl(0, 0%, 35%);
}

.menu a {
  text-decoration: none;
}

.menu a:link,
.menu a:visited {
  color: hsla(0, 0%, 90%, 1);
  transition: 0.1s;
}

.menu a:hover {
  color: hsla(0, 0%, 70%, 1);
}

/* =======================================================================================
トップページ左上メインメニュー
======================================================================================= */
#top_menu {
  height: 586px;
  border-radius: 14px;
  padding: 0;
  margin: 0 0px 20px 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

#top_menu {
  display: flex;
  flex-wrap: wrap;
}

#top_menu div {
  width: 209px;
  padding: 15px 5px 20px 5px;
  margin: 0;
  border: 1px dashed hsla(0, 0%, 60%, 1);
  border-style: none dashed none none;
}

#top_menu div:nth-child(-n + 4) {
  border-bottom-style: dashed;
}

#top_menu div:nth-child(even) {
  border-right-style: none;
}

#top_menu h1 {
  font-weight: bold;
  line-height: 19px;
  padding: 10px 0 0;
  font-size: 16px;
  color: hsla(173, 46%, 83%, 1);
}

#top_menu i {
  color: white;
  margin-right: 8px;
}

#top_menu .privacy {
  display: none;
}

/* =======================================================================================
本文ページ左上メインメニュー
======================================================================================= */
#main_menu {
  top: 75px;
  height: 1074px;
  width: 210px;
  border-radius: 14px;
  padding: 0;
  margin: 30px 10px 20px 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

#main_menu div {
  padding: 15px 5px 20px 5px;
  margin: 0;
  border: 1px dashed hsla(0, 0%, 60%, 1);
  border-style: none none dashed none;
}

#main_menu div:last-child {
  border-style: none;
}

#main_menu h1 {
  font-weight: bold;
  line-height: 19px;
  padding: 10px 0 0;
  font-size: 16px;
  color: hsla(173, 46%, 83%, 1);
}

#main_menu i {
  color: white;
  margin-right: 8px;
}

#main_menu .privacy {
  display: none;
}

/* =======================================================================================
フッター
======================================================================================= */
footer {
  width: 100%;
  min-width: 1240px;
  height: 200px;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer div {
  width: 179px;
  padding: 0 5px 5px;
  margin: 0;
  border: 1px dashed hsla(0, 0%, 60%, 1);
  border-style: none dashed none none;
}

footer div:last-child {
  border-style: none;
}

footer h1 {
  font-weight: bold;
  line-height: 19px;
  padding: 20px 0 0;
  font-size: 16px;
  color: hsla(0, 0%, 90%, 1);
}

footer i {
  color: white;
  margin-right: 8px;
  font-size: 14px;
}

footer em {
  font-size: 12px;
}

/* =======================================================================================
ハンバーガーメニュー
======================================================================================= */
.ham_menu_button {
  display: none;
}

/* =======================================================================================
 WEBアイコンのサイズ調整
======================================================================================= */
.fa-arrow-up-right-from-square {
  font-size: 70%;
  position: relative;
  top: -2px;
}

i.fa-building-columns {
  position: relative;
  top: -1px;
}

i.fa-person-walking {
  font-size: 120%;
}

i.fa-paintbrush {
  font-size: 92%;
  position: relative;
  top: -1px;
}

i.fa-paintbrush {
  font-size: 90%;
}

i.fa-seedling {
  position: relative;
  top: -1px;
}

i.fa-people-group {
  font-size: 100%;
  position: relative;
  top: -1px;
}

i.fa-envelope {
  font-size: 90%;
  position: relative;
  top: -1px;
}