@charset "UTF-8";
/* CSS Document */
.main {
  overflow: hidden;
}
.section-top {
  position: relative;
  margin: 0 auto 120px auto;
}
.section-top__image {
  height: 350px;
  background-image: url("../images/search/search_img_01.jpg");
  background-position: right 20% bottom 0%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 15%;
  margin-right: -15%;
  border-radius: 0 0 0 50px;
  position: relative;
  z-index: 5;
}
.section-top__image-shadow {
  z-index: 1;
  display: inline-block;
  height: 400px;
  width: 100%;
  top: 65px;
  left: 0px;
  background-color: #fff1d9;
  position: absolute;
  border-radius: 0 0 0 50px;
}
.section-top__image-message h2 {
  position: absolute;
  bottom: -80px;
  color: #333;
  font-size: 2.8rem;
  line-height: 2.6rem;
  font-weight: 500;
  left: 35%;
  transform: translate(-50%, 0)
}
.section-top__image-message span {
  color: #ffa000;
  font-size: 1.8rem;
  font-weight: 400;
}
@media(min-width:960px) {
  .section-top {
    max-width: 1160px;
    margin: 0 auto 0px auto;
  }
  .section-top__image {
    height: 552px;
    background-position: right 20% bottom 0%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 30%;
    margin-right: 0%;
    z-index: 5;
  }
  .section-top__image-shadow {
    z-index: 1;
    display: inline-block;
    height: 552px;
    width: 100%;
    top: 65px;
    left: 0px;
    background-color: #fff1d9;
    position: absolute;
    border-radius: 0 0 0 50px;
  }
  .section-top__image-message h2 {
    padding-left: 25px;
    text-align: left;
    left: -325px;
    bottom: 200px;
    font-size: 3.6rem;
    line-height: 2.6rem;
    transform: translate(0%, 0)
  }
  .section-top__image-message span {
    font-size: 2.4rem;
  }
}
.section-top__lead {
  margin-bottom: 65px;
}
.section-top__lead h2 {
  display: block;
  color: #333;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 400;
  text-align: left;
  padding: 50px 24px 0 24px;
  margin: 0px auto 50px auto;
  max-width: 430px;
}
@media(min-width:960px) {
  .section-top__lead {
    margin-bottom: 15px;
  }
  .section-top__lead h2 {
    max-width: 850px;
    display: inline-block;
    color: #333;
    font-size: 2.0rem;
    line-height: 3.6rem;
    font-weight: 400;
    text-align: center;
    padding: 112px 0px 0px 0px;
    margin: 0px 0px 50px 0px;
  }
}
.section-search {
  background-color: #fff1d9;
  padding-bottom: 190px;
}
.section-search p {
  padding-top: 60px;
  padding-bottom: 30px;
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
}
.section-search ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 680px;
  margin: 0 auto;
}
.section-search ul li {
  list-style: none;
}
.section-search ul li img {
  transition: all .5s;
  padding: 4px;
  filter: drop-shadow(0px 0px 8px rgba(255, 160, 0, 0.5));
}
.section-search ul li img:hover {
  transform: scale(1.1);
}
.section-search__select {
  background-color: #fff1d9;
  padding-top: 85px;
  padding-bottom: 200px;
}
.section-search__select-wrapper {
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto 280px auto;
}
.section-search__select-wrapper h2 {
  color: #ffa000;
  font-size: 2.0rem;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.section-search__select-wrapper p {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-bottom: 82px;
}
.section-search__select-iconbase {
  background-color: #fff;
  height: 255px;
  width: 255px;
  border-radius: 50%;
  display: inline-block;
  margin-top: -125px;
}
.section-search__select-iconbase img {
  margin: 30px;
  filter: drop-shadow(0px 0px 8px rgba(255, 160, 0, 0.5));
}
.section-search__select h3 {
  color: #ffa000;
  text-align: left;
  font-size: 2.0rem;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.section-search__select ul li {
  display: inline-block;
  margin: 0px 24px 0 24px;
  list-style: none;
}
.section-search__select hr {
  border-top: 5px dotted #ffa000;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding: 0 20px 0 20px;
  margin: 0 auto;
}
.section-search__select p {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  margin-top: 10px;
  text-align: left;
}
#section-search__select_preparation {
  padding: 200px 0 100px 0;
}
@media(min-width:960px) {
  .section-search__select-wrapper {
    max-width: 1000px;
  }
  .section-search__select ul li {
    display: inline-block;
    margin: 0px 50px 0 50px;
    list-style: none;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.5s
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}