@charset "UTF-8";
/* CSS Document */
.section-top-image {
  position: relative;
}
.section-top-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.60);
}
.section-top-image img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: 50% 30%;
}
.section-top-image h1 {
  color: #404B75;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: max-content;
}
.section-top-image h1::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  display: block;
  border-radius: 50px;
  background: #E1ECF4;
  width: 100px;
  height: 100px;
  z-index: -1;
}
#breadcrumbs {
    padding: 80px;
    margin: 0 auto;
    text-align: left;
}
#breadcrumbs  a {
	color: #404B75;
	text-decoration: underline;
}
.section-menu {
  margin: 80px auto 0;
}
.section-menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.section-menu-list li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 100px;
}
.section-menu-list li:nth-child(even) {
  flex-direction: row-reverse;
}
.section-menu-list__content {
  position: relative;
  width: 50%;
  text-align: left;
  padding: 80px 100px 0px 80px;
}
.section-menu-list__content h2 {
  color: #404B75;
  font-size: 2.6rem;
  margin: 0 0 60px;
  position: relative;
}
.section-menu-list__content h2::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -14px;
  display: block;
  border-radius: 50px;
  background: #E1ECF4;
  width: 45px;
  height: 45px;
  z-index: -1;
}
.section-menu-list__txt {
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.section-menu-list__txt b {
  font-weight: 600;
}
.section-menu-list__btn {
  position: absolute;
  display: inline-block;
  color: #404B75;
  font-size: 1.6rem;
  font-weight: 400;
  bottom: 0;
  right: 100px;
  width: 300px;
}
.section-menu-list__btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  background-color: #E1ECF4;
  z-index: -1;
  border-radius: 5px;
  transition: 0.2s;
}
.section-menu-list__btn:hover::after {
  top: 0;
  left: 0;
  background-color: #404B75;
}
.section-menu-list__btn a span {
  border: 1px solid #404B75;
  border-radius: 5px;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
}
.section-menu-list__btn a span:hover {
  color: #fff;
}
.section-menu-list__img {
  width: 50%;
  position: relative;
}
.section-menu-list__img img {
  width: 100%;
}
@media screen and (max-width:1160px) {
  .section-top {
    padding-top: 108px;
  }
  .section-top-image h1 {
    font-size: 3.6rem;
  }
	#breadcrumbs {
    padding: 0 40px 60px;
	}
  .section-menu-list__content {
    padding: 40px;
  }
  .section-menu-list__content h2 {
    font-size: 2.4rem;
    margin: 0 0 40px;
  }
  .section-menu-list__btn {
    right: 40px;
  }
	.section-menu-list__btn a span {
		font-weight: 600;
	}
}
@media screen and (max-width:1024px) {
  .section-top {
    padding-top: 103px;
  }
  .section-top-image img {
    height: 70vh;
    object-position: 50% 20%;
  }
  .section-top-image h1 {
    font-size: 3.0rem;
  }
  .section-top-image h1::before {
    width: 80px;
    height: 80px;
    top: -30px;
    left: -30px;
  }
	#breadcrumbs {
    padding: 0 60px 60px;
	}
  .section-menu-wrapper {
    padding: 0 40px;
  }
  .section-menu-list li {
    width: calc(50% - 40px);
    flex-flow: column-reverse;
    margin: 0 0 60px;
  }
  .section-menu-list li:nth-child(even) {
    flex-flow: column-reverse;
  }
  .section-menu-list__content, .section-menu-list__img {
    width: 100%;
  }
  .section-menu-list__content {
    padding: 40px 0 20px;
    text-align: center;
  }
  .section-menu-list__content h2 {
    margin: 0 0 40px;
  }
  .section-menu-list__txt {
    height: 220px;
    text-align: left;
  }
  .section-menu-list__btn {
    display: block;
    position: relative;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
	.section-menu {
		margin: 60px auto 0
	}
  .section-menu-list li {
    width: calc(100% - 40px);
  }
  .section-menu-list__content {
    text-align: center;
  }
  .section-menu-list__txt {
    height: auto;
    text-align: left;
    margin-bottom: 50px;
    letter-spacing: inherit;
  }
}
@media screen and (max-width:580px) {
  .section-top {
    padding-top: 78px;
  }
}
@media screen and (max-width:480px) {
  .section-top-image h1 {
    font-size: 2.6rem;
  }
	#breadcrumbs {
    padding: 0 40px 60px;
	}
  .section-top-image h1::before {
    width: 60px;
    height: 60px;
    top: -20px;
    left: -30px;
  }
  .section-menu-wrapper {
    padding: 0 20px;
  }
  .section-menu-list__content h2 {
    font-size: 2.2rem;
  }
  .section-menu-list__content h2::befores {
    top: -13px;
    left: -20px;
    width: 50px;
    height: 50px;
  }
  .menu-list-floor span {
    display: block;
  }
}