@charset "UTF-8";
#footGoto {
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 100;
}
#footGoto a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A3B815;
  background: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  opacity: 0.9;
  padding: 1.7em 0 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition-duration: 1s;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  border: 1px solid #eee;
}
#footGoto a:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 700;
  position: absolute;
  top: 0.5em;
  font-size: 28px;
  font-size: 2.8rem;
}
@media all and (-ms-high-contrast: none) {
  #footGoto a:before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media all and (-ms-high-contrast: none) {
  #footGoto a:before {
    right: 27%;
  }
}
#footGoto a:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
}
@media (max-width: 768px) {
  #footGoto a {
    width: 50px;
    height: 50px;
  }
  #footGoto a span {
    display: none;
  }
  #footGoto a:before {
    top: 0.5em;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@font-face {
  font-family: "matissem";
  font-display: swap;
  src: url("/common/font/matisse-m.woff") format("woff"), url("/common/font/matisse-m.otf") format("truetype");
}
/*--------------------------------------------------- */
/* area */
/*--------------------------------------------------- */
.area {
  margin-top: 69px;
}
.area .heading {
  text-align: center;
}
.area .heading h2 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .area .heading h2 {
    font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-display: swap;
  }
}
.area .flex {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
  margin-top: 63px;
}
.area .imgFlex {
  width: calc(50% - 10px);
}
.area .textFlex {
  width: calc(50% - 2px);
}
.area .textFlex h3 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
}
@media (min-width: 769px) {
  .area .textFlex h3 {
    left: -16px;
  }
}
.area .textFlex p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6em;
  margin-top: 1.3em;
}

@media (max-width: 768px) {
  .area .heading h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .area .heading h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .area .flex {
    flex-wrap: wrap;
  }
  .area .imgFlex {
    width: 100%;
  }
  .area .imgFlex img {
    margin: auto;
    width: 100%;
  }
  .area .textFlex {
    width: 100%;
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .area .flex {
    margin-top: 32px;
  }
  .area .textFlex h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .area .textFlex p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*--------------------------------------------------- */
/* footer */
/*--------------------------------------------------- */
footer {
  padding: 45px 0;
  background-color: #f5f7f4;
  margin-top: 94px;
}
footer .flex {
  display: flex;
  justify-content: space-between;
}
footer .flex3.no1 {
  width: 30%;
}
footer .flex3.no1 .address {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 25px;
}
footer .flex3.no1 .copy {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 8px;
}

footer .flex3.no1 .saikochiku {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 6px;
}

footer .flex3.no1 .saikochiku .sub{
	font-size: 10px;
}

footer .flex3.no2 {
  width: calc(70% - 42px);
}
footer .flex3.no2 ul {
  display: flex;
  justify-content: space-between;
}
footer .flex3.no2 ul a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}
footer .flex3.no2 ul a:visited {
  color: #000;
}
@media (min-width: 769px) {
  footer .flex3.no2 ul a:hover {
    color: #888;
    transition-duration: 0.5s;
  }
}
footer .flex3.no2 .flexChild {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  footer .flex3.no2 .flexChild .num2:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
}

@media (max-width: 768px) {
  footer .flex {
    flex-wrap: wrap;
  }
  footer .flex3.no1 {
    width: 100%;
    text-align: center;
  }
  footer .flex3.no1 img {
    margin: auto;
  }
  footer .flex3.no1 .address {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 12px;
  }
  footer .flex3.no1 .copy {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px;
  }
  footer .flex3.no2 {
    width: 100%;
  }
  footer .flex3.no2 ul {
    display: none;
  }
  footer .flex3.no2 .flexChild {
    margin-top: 32px;
    flex-wrap: wrap;
  }
  footer .flex3.no2 .flexChild > div {
    width: 100%;
  }
  footer .flex3.no2 .flexChild > div:nth-of-type(1) {
    margin-bottom: 24px;
    /* style */
  }
  footer .flex3.no2 .flexChild > div img {
    margin: auto;
    max-width: 222px;
    width: 100%;
  }
}
