@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}
img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main {
  background-color: #f6f8f9;
}
.title-box {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #aaaaaa;
}
.title-box .title-box-up {
  width: 20%;
  max-width: 60px;
  margin: 0 auto;
  position: relative;
}
.title-box .title-box-up span {
  content: "";
  background-color: #98a6b5;
  position: absolute;
  width: 60px;
  height: 10px;
}
.title-box .title {
  margin: 3rem 0;
  text-align: center;
  font-size: 2rem;
}
header {
  background-color: #e2ebed;
  padding-top: 2rem;
}
header .logo {
  width: 15rem;
  margin: 0 auto;
  padding-bottom: 2rem;
  padding-right: 6rem;
  position: relative;
}
header .logo .logo-text {
  font-size: 1.5rem;
  font-weight: bolder;
  right: 0;
  bottom: 2rem;
  position: absolute;
}
header .header-nav {
  background-color: #f2e9e6;
}
header .header-nav .pc-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 4rem 0;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .header-nav .pc-ul li {
  font-size: 2rem;
  font-weight: 600;
}
header .header-nav .pc-ul li a {
  text-decoration: none;
  color: #333333;
  font-weight: 600;
}
header .header-nav .sp-menu {
  display: none;
}
.fv {
  width: 100%;
  padding-top: 45%;
  position: relative;
}
.fv img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-description {
  text-align: center;
  margin: 5rem 0;
}
.blog-description .description-title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 1.5px;
}
.blog-description .description-text {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.sec01 {
  width: 80%;
  margin: 0 auto 5rem auto;
  background-color: #e2ebed;
}
.sec01 .about-box {
  width: 75%;
  max-width: 850px;
  margin: 0 auto;
}
.sec01 .about-box .about-boz-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 2rem 0;
}
.sec01 .about-box .about-boz-inner .circle-img {
  width: 180px;
  height: 180px;
}
.sec01 .about-box .about-boz-inner .circle-img > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec01 .about-box .about-boz-inner .about-text-box {
  font-size: 1.5rem;
}
.sec01 .about-box .about-boz-inner .about-text-box .about-name {
  margin-bottom: 3rem;
}
.sec01 .about-box .about-boz-inner .about-text-box ul {
  line-height: 1.5;
}
.sec02 {
  width: 80%;
  margin: 0 auto 5rem auto;
}
.sec02 .interest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec02 .interest .card {
  width: 30%;
  padding-top: 40%;
  position: relative;
  background-color: #fff;
}
.sec02 .interest .card a {
  text-decoration: none;
  color: #333333;
}
.sec02 .interest .card a .card-img {
  position: absolute;
  width: 100%;
  padding-top: 65%;
  top: 0;
}
.sec02 .interest .card a .card-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.sec02 .interest .card a .card-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  font-size: 1.5rem;
  top: 50%;
  line-height: 1.5;
  padding: 2rem;
  width: 100%;
}
.sec03 {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 7.5rem auto;
}
.sec03 .map-img {
  position: relative;
  background-color: #e2ebed;
}
.sec03 .map-img .sp-img-map {
  display: none;
}
.sec03 .history-text {
  position: absolute;
  top: 5rem;
  left: 5rem;
  font-size: 1.5rem;
  line-height: 2;
}
.sec03 .history-text .history-detail {
  margin-bottom: 2.8rem;
}
.sec03 .history-text .history-detail .date {
  font-weight: bolder;
}
#page_top {
  display: none;
}
.footer-link {
  background-color: #e2ebed;
}
.footer-link .footer-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem;
  width: 80%;
  margin: 0 auto;
}
.footer-link .footer-link-inner .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer-link .footer-link-inner .right-box .footer-logo {
  width: 140px;
  position: relative;
  padding-right: 2rem;
}
.footer-link .footer-link-inner .right-box .footer-logo .footer-logo-text {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  font-weight: bolder;
}
.footer-link .footer-link-inner .right-box .footer-link-list {
  margin-left: 2rem;
}
.footer-link .footer-link-inner .right-box .footer-link-list ul {
  list-style: none;
  line-height: 1.5;
}
.footer-link .footer-link-inner .right-box .footer-link-list ul li a {
  text-decoration: none;
  color: #333333;
  font-weight: bolder;
}
.footer-link .footer-link-inner .left-box .sns-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-link .footer-link-inner .left-box .sns-icon li {
  list-style: none;
  margin-left: 2rem;
}
.footer-link .footer-link-inner .left-box .sns-icon li a img {
  width: 1.5rem;
  height: 1.5rem;
}
footer {
  background-color: #e2ebed;
  color: #98a6b5;
  font-weight: bolder;
  text-align: center;
  padding-bottom: 1rem;
}
@media (max-width: 780px) {
  .sec01 .about-box {
    width: 85%;
  }
  .sec01 .about-box .about-boz-inner .about-text-box {
    font-size: 1.25rem;
  }
  .sec01 .about-box .about-boz-inner .about-text-box .about-name {
    margin-bottom: 3rem;
  }
  .sec01 .about-box .about-boz-inner .about-text-box ul {
    line-height: 1.5;
  }
  .sec02 {
    width: 80%;
    margin: 0 auto 5rem auto;
  }
  .sec02 .interest .card {
    width: 30%;
    padding-top: 50%;
    position: relative;
    background-color: #fff;
  }
  .sec02 .interest .card a {
    text-decoration: none;
    color: #333333;
  }
  .sec02 .interest .card a .card-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 45%;
    line-height: 1.5;
    padding: 1.5rem;
    width: 100%;
  }
  .sec03 {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto 7.5rem auto;
  }
  .sec03 .map-img .pc-img-map {
    padding-top: 10%;
    position: relative;
    background-color: #e2ebed;
  }
  .sec03 .map-img .sp-img-map {
    display: none;
  }
  .sec03 .history-text {
    position: absolute;
    top: 5rem;
    left: 5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 375px) {
  header {
    background-color: #e2ebed;
    padding: 1.5rem 1.5rem 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .logo {
    width: 100px;
    margin: 0;
    padding-right: 4rem;
  }
  header .logo .logo-text {
    font-size: 0.8rem;
  }
  header .header-nav {
    background-color: #e2ebed;
  }
  header .header-nav .pc-ul {
    display: none;
  }
  header .header-nav .sp-menu {
    display: block;
  }
  header .header-nav .sp-menu .hamburger {
    display: block;
    position: fixed;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    z-index: 400;
  }
  header .header-nav .sp-menu .hamburger span {
    position: absolute;
    display: block;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #333333;
  }
  header .header-nav .sp-menu .hamburger span:nth-child(2) {
    margin-top: 10px;
  }
  header .header-nav .sp-menu .hamburger span:nth-child(3) {
    margin-top: 20px;
  }
  header .header-nav .sp-menu .hamburger.active span {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  header .header-nav .sp-menu .hamburger.active span:nth-child(2) {
    background-color: transparent;
  }
  header .header-nav .sp-menu .hamburger.active span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  header .header-nav .sp-menu .sp-menu-nav {
    position: fixed;
    z-index: 200;
    background-color: #f2e9e6;
    opacity: 0.95;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    padding-top: 5rem;
    padding-bottom: 3rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .header-nav .sp-menu .sp-menu-nav ul {
    text-align: start;
    padding-left: 20%;
  }
  header .header-nav .sp-menu .sp-menu-nav ul li {
    font-size: 2rem;
    line-height: 2.5;
    font-weight: bolder;
  }
  header .header-nav .sp-menu .sp-menu-nav ul li a {
    text-decoration: none;
    color: #333333;
  }
  header .header-nav .sp-menu .sp-menu-nav.active {
    left: 0;
  }
  .title-box .title {
    font-size: 1.5rem;
  }
  .blog-description .description-title {
    font-size: 1.2rem;
  }
  .blog-description .description-text {
    font-size: 1.2rem;
  }
  .sec01 .about-box .about-boz-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 0;
    width: 90%;
    margin: 0 auto;
  }
  .sec01 .about-box .about-boz-inner .circle-img {
    width: 150px;
    height: 150px;
    margin: 0 auto 3.5rem auto;
  }
  .sec01 .about-box .about-boz-inner .about-text-box .about-name {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .sec02 .interest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec02 .interest .card {
    width: 100%;
    padding-top: 90%;
    position: relative;
    margin-bottom: 3rem;
  }
  .sec02 .interest .card a .card-img {
    position: absolute;
    width: 100%;
    padding-top: 55%;
    top: 0;
  }
  .sec02 .interest .card a .card-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 60%;
    line-height: 1.5;
    padding: 1.5rem;
    width: 100%;
    font-size: 1rem;
  }
  .sec03 {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto 7.5rem auto;
    background-color: #e2ebed;
    padding: 2rem;
  }
  .sec03 .map-img {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sec03 .map-img .pc-img-map {
    display: none;
  }
  .sec03 .map-img .sp-img-map {
    display: block;
    padding-top: 75%;
  }
  .sec03 .history-text {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sec03 .history-text .history-detail {
    margin-bottom: 2.8rem;
  }
  .sec03 .history-text .history-detail .date {
    font-weight: bolder;
  }
  #page_top {
    display: block;
    width: 32px;
    height: 32px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #e2ebed;
    opacity: 0.9;
    border: 2px solid #98a6b5;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 20px;
    color: #98a6b5;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .footer-link .footer-link-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
    width: 80%;
    margin: 0 auto;
  }
  .footer-link .footer-link-inner .right-box {
    width: 100%;
  }
  .footer-link .footer-link-inner .right-box .footer-logo {
    display: none;
  }
  .footer-link .footer-link-inner .right-box .footer-link-list {
    margin-left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .footer-link .footer-link-inner .right-box .footer-link-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 3rem;
  }
  .footer-link .footer-link-inner .right-box .footer-link-list ul li a {
    text-decoration: none;
    color: #333333;
    font-weight: bolder;
  }
  .footer-link .footer-link-inner .left-box .sns-icon {
    width: 40%;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer-link .footer-link-inner .left-box .sns-icon li {
    list-style: none;
    margin-left: 0;
  }
  footer {
    background-color: #e2ebed;
    color: #98a6b5;
    font-weight: bolder;
    text-align: center;
    padding-bottom: 1rem;
  }
}