@charset "UTF-8";
#visual {
  margin-bottom: 14px;
  min-width: 1040px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 480px) {
  #visual {
    width: 100%;
    min-width: 100%;
  }
}

#visual:after {
  width: 100%;
  height: 330px;
  background-color: #fefcd6;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 480px) {
  #visual:after {
    height: 165px;
  }
}

#visual .visual {
  margin: 0 auto;
  max-width: 1600px;
  height: 650px;
  position: relative;
}

@media (max-width: 480px) {
  #visual .visual {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}

#visual .visual #visual_slider {
  z-index: 1;
}

@media (max-width: 480px) {
  #visual .visual #visual_slider {
    width: 100%;
  }
}

#visual .visual #visual_slider li:focus {
  outline: none;
}

#visual .visual #visual_slider li img {
  width: 100%;
  display: block;
}

@media (max-width: 480px) {
  #visual .visual #visual_slider li img {
    width: 100%;
  }
}

#visual .visual_text {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10000;
}

@media (max-width: 480px) {
  #visual .visual_text {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 480px) {
  #visual .visual_text img {
    width: 100%;
  }
}

@media screen and (min-width: 1226px) and (max-width: 1400px) {
  #index .top_concept {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1225px) {
  #visual .visual #visual_slider li img {
    padding-right: 40px;
    width: 121%;
  }
  #index .top_concept {
    padding-top: 0;
  }
}

.top_concept {
  padding: 100px 0 60px;
}

@media (max-width: 480px) {
  .top_concept {
    padding: 55px 15px;
  }
}

.top_concept_title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 55px;
  background: url(../img/midashi-pc.png) no-repeat bottom 45px center;
  position: relative;
}

@media (max-width: 480px) {
  .top_concept_title {
    font-size: 2.8rem;
    padding-bottom: 25px;
    background: url(../img/midashi-sp.png) no-repeat bottom 18px center/70px;
  }
}

.top_concept_title:before {
  width: 45px;
  height: 45px;
  background: url(../img/section_title-icon-pc.png) no-repeat top center;
  display: block;
  content: "";
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .top_concept_title:before {
    content: "";
    background: url(../img/section_title-icon-sp.png) no-repeat top center/43px;
    width: 40px;
  }
}

.top_concept .top_concept_inner {
  margin: 0 auto 50px;
  width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .top_concept .top_concept_inner {
    margin: 0 auto 40px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_concept .top_concept_inner .images {
  width: 50%;
}

@media (max-width: 480px) {
  .top_concept .top_concept_inner .images {
    width: 100%;
  }
}

.top_concept .top_concept_inner .images img {
  width: 100%;
}

@media (max-width: 480px) {
  .top_concept .top_concept_inner .images {
    margin-bottom: 15px;
  }
}

.top_concept .top_concept_inner .msg {
  margin-left: 60px;
  width: 50%;
}

@media (max-width: 480px) {
  .top_concept .top_concept_inner .msg {
    margin-left: 0;
    width: 100%;
  }
}

.top_concept .top_concept_inner .msg .lead {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.3;
  margin-bottom: 35px;
}

@media (max-width: 480px) {
  .top_concept .top_concept_inner .msg .lead {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.top_concept .top_concept_inner .msg .lead span {
  color: #f4a109;
  font-size: 4rem;
}

@media (max-width: 480px) {
  .top_concept .top_concept_inner .msg .lead span {
    font-size: 3.4rem;
  }
}

.top_concept .top_concept_inner .msg .msg_text {
  line-height: 2.6;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .top_concept .top_concept_inner .msg .msg_text {
    line-height: 2;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .top_concept .top_concept_inner .msg .msg_images img {
    width: 100%;
  }
}

.top_service {
  padding: 100px 0 60px;
  background: url(../img/top_service_bg-pc.png) no-repeat top center/cover;
}

@media (max-width: 480px) {
  .top_service {
    padding: 50px 15px;
    background: url(../img/top_service_bg-sp.png) no-repeat top center/cover;
  }
}

.top_service_title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 72px 15px 0 0;
  height: 106px;
  background: url(../img/top_service_title_bg-pc.png) no-repeat top center;
  position: relative;
  z-index: 2;
}

@media (max-width: 480px) {
  .top_service_title {
    font-size: 2.8rem;
    background: url(../img/top_service_title_bg-sp.png) no-repeat top center/300px;
  }
}

.top_service_inner {
  margin: 0 auto;
  padding: 40px;
  width: 1020px;
  background-color: #fff;
}

@media (max-width: 480px) {
  .top_service_inner {
    padding: 25px;
    width: 100%;
  }
}

.top_service_inner p {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .top_service_inner p {
    line-height: 1.5;
    text-align: left;
  }
}

.top_service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .top_service_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_service_list .btn_block {
  text-align: center;
  margin-right: 4%;
  width: 32%;
}

@media (max-width: 480px) {
  .top_service_list .btn_block {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.top_service_list .btn_block:last-child {
  margin-right: 0;
}

.top_service_list .btn_block a {
  text-decoration: none;
  background-color: #fff8a7;
  display: block;
}

.top_service_list .btn_block a img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_service_list .btn_block a:hover img {
  opacity: 0.5;
}

@media (max-width: 480px) {
  .top_service_list .btn_block a:hover img {
    opacity: 1;
  }
}

.top_service_list .btn_block a .btn {
  color: #fff;
  text-align: center;
  padding: 12px 35px;
  border: 1px solid #f4a109;
  background-color: #f4a109;
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_service_list .btn_block a .btn::after {
  padding: 12px 0;
  content: "";
  background: url(../img/arrow-wh.svg) no-repeat right center/7px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_service_list .btn_block a:hover .btn {
  color: #f4a109;
  border: 1px solid #f4a109;
  background: #fff;
}

@media (max-width: 480px) {
  .top_service_list .btn_block a:hover .btn {
    color: #fff;
    border: 1px solid #f4a109;
    background-color: #f4a109;
  }
}

.top_service_list .btn_block a:hover .btn:after {
  background: url(../img/arrow-or.svg) no-repeat right center/7px;
}

@media (max-width: 480px) {
  .top_service_list .btn_block a:hover .btn:after {
    color: #fff;
    background: url(../img/arrow-wh.svg) no-repeat right center/7px;
  }
}

.top_guide {
  padding: 100px 0 60px;
  background: url(../img/section_bg-pc.png) no-repeat top center/contain;
}

@media (max-width: 480px) {
  .top_guide {
    padding: 100px 15px 50px;
    background: url(../img/section_bg-sp.png) no-repeat top center/contain;
  }
}

.top_guide_title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 55px;
  background: url(../img/midashi-pc.png) no-repeat bottom 45px center;
  position: relative;
}

@media (max-width: 480px) {
  .top_guide_title {
    font-size: 2.8rem;
    background: url(../img/midashi-sp.png) no-repeat bottom 30px center/70px;
    padding-bottom: 40px;
  }
}

.top_guide_title:before {
  width: 45px;
  height: 45px;
  background: url(../img/top_guide_title-icon-pc.png) no-repeat top center;
  display: block;
  content: "";
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 480px) {
  .top_guide_title:before {
    content: "";
    background: url(../img/top_guide_title-icon-sp.png) no-repeat top center/43px;
  }
}

.top_guide .top_guide_inner {
  margin: 0 auto;
  width: 1020px;
}

@media (max-width: 480px) {
  .top_guide .top_guide_inner {
    width: 100%;
  }
}

.top_guide .top_guide_inner .lead {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 85px;
}

@media (max-width: 480px) {
  .top_guide .top_guide_inner .lead {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}

.top_guide .top_guide_inner .lead span {
  color: #f4a109;
  font-size: 3.5rem;
  display: inline-block;
}

@media (max-width: 480px) {
  .top_guide .top_guide_inner .lead span {
    font-size: 2.4rem;
  }
}

.top_guide .top_guide_inner .lead span::first-letter {
  font-size: 4.5rem;
}

@media (max-width: 480px) {
  .top_guide .top_guide_inner .lead span::first-letter {
    font-size: 3rem;
  }
}

.top_guide_contents {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 480px) {
  .top_guide_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_guide_contents_set {
  border-radius: 10px;
  margin: 0 3% 80px 0;
  padding: 60px 30px 40px;
  width: 30%;
  background-color: #fff8a6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 480px) {
  .top_guide_contents_set {
    width: 100%;
    margin: 0 0 50px;
    padding: 33px 15px 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_guide_contents_set:nth-child(3), .top_guide_contents_set:nth-child(5) {
  margin-right: 0;
}

.top_guide_contents_set:nth-child(4) {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .top_guide_contents_set:nth-child(4) {
    margin-bottom: 50px;
  }
}

.top_guide_contents_set:nth-child(5) {
  margin-bottom: 0;
}

.top_guide_contents_set:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(../img/point01-pc.png) no-repeat top center/90px;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .top_guide_contents_set:before {
    width: 60px;
    height: 60px;
    background: url(../img/point01-sp.png) no-repeat top center/60px;
    top: -30px;
  }
}

@media (max-width: 480px) {
  .top_guide_contents_set_icon {
    margin-right: 10px;
    width: 20%;
  }
}

@media (max-width: 480px) {
  .top_guide_contents_set_icon img {
    width: 60px;
  }
}

@media (max-width: 480px) {
  .top_guide_contents_set_detail {
    width: 80%;
  }
}

.top_guide_contents_set_detail_title {
  font-size: 1.3em;
  margin: 12px 0;
}

@media (max-width: 480px) {
  .top_guide_contents_set_detail_title {
    text-align: left;
    margin: 4px 0;
  }
}

.top_guide_contents_set_detail_text {
  font-size: 0.9em;
  line-height: 1.4;
  text-align: left;
}

.top_guide_contents_set:nth-child(2):before {
  background: url(../img/point02-pc.png) no-repeat top center/90px;
}

@media (max-width: 480px) {
  .top_guide_contents_set:nth-child(2):before {
    background: url(../img/point02-sp.png) no-repeat top center/60px;
  }
}

.top_guide_contents_set:nth-child(3):before {
  background: url(../img/point03-pc.png) no-repeat top center/90px;
}

@media (max-width: 480px) {
  .top_guide_contents_set:nth-child(3):before {
    background: url(../img/point03-sp.png) no-repeat top center/60px;
  }
}

.top_guide_contents_set:nth-child(4):before {
  background: url(../img/point04-pc.png) no-repeat top center/90px;
}

@media (max-width: 480px) {
  .top_guide_contents_set:nth-child(4):before {
    background: url(../img/point04-sp.png) no-repeat top center/60px;
  }
}

.top_guide_contents_set:nth-child(5):before {
  background: url(../img/point05-pc.png) no-repeat top center/90px;
}

@media (max-width: 480px) {
  .top_guide_contents_set:nth-child(5):before {
    background: url(../img/point05-sp.png) no-repeat top center/60px;
  }
}

.top_info {
  padding: 60px 0;
  background-color: #fff7d9;
}

@media (max-width: 480px) {
  .top_info {
    padding: 50px 15px;
  }
}

.top_info_inner {
  margin: 0 auto;
  width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .top_info_inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_info_set {
  text-align: center;
  word-wrap: break-word;
  background-color: #fff;
  padding: 80px 40px 40px;
  width: 50%;
}

@media (max-width: 480px) {
  .top_info_set {
    padding: 80px 20px 30px;
    width: 100%;
  }
}

.top_info_set:nth-child(1) {
  margin-right: 30px;
}

@media (max-width: 480px) {
  .top_info_set:nth-child(1) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.top_info_set:only-child {
  width: 100%;
}

.top_info_set_title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 40px;
  background: url(../img/midashi-pc.png) no-repeat bottom 30px center;
  position: relative;
}

@media (max-width: 480px) {
  .top_info_set_title {
    background: url(../img/midashi-sp.png) no-repeat bottom 30px center/70px;
  }
}

.top_info_set_inner:not(:last-child) {
  margin-bottom: 30px;
}

.top_info_set_image a {
  display: table;
  margin: 0 auto;
  position: relative;
}

.top_info_set_image a::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  z-index: 3;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_info_set_image a::after {
    content: none;
  }
}

.top_info_set_image a[target="_blank"]:before {
  content: "";
  right: 5px;
  bottom: 5px;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTE4IDE0djVhMiAyIDAgMCAxLTIgMkg1YTIgMiAwIDAgMS0yLTJWOGMwLTEuMS45LTIgMi0yaDVNMTUgM2g2djZNMTAgMTRMMjAuMiAzLjgiLz48L2c+PC9zdmc+") no-repeat right bottom;
  background-size: 80% auto;
  position: absolute;
}

@media (max-width: 480px) {
  .top_info_set_image a[target="_blank"]:before {
    width: 23px;
    height: 23px;
  }
}

.top_info_set_image a:hover::after {
  opacity: 1;
}

.top_info_set_image img {
  display: block;
  width: 450px;
  max-width: 100%;
}

.top_info_set:nth-child(1) .top_info_set_title:before {
  width: 45px;
  height: 45px;
  background: url(../img/top_partnership_title-icon-pc.png) no-repeat top center;
  display: block;
  content: "";
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .top_info_set:nth-child(1) .top_info_set_title:before {
    background: url(../img/top_partnership_title-icon-sp.png) no-repeat top center/43px;
  }
}

.top_info_set:nth-child(1) .top_info_set_inner .lead {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: url(../img/top_info_set_lead_bg.jpg) repeat-x bottom left;
  display: inline;
}

@media (max-width: 480px) {
  .top_info_set:nth-child(1) .top_info_set_inner .lead {
    font-size: 2.6rem;
  }
}

.top_info_set:nth-child(1) .top_info_set_inner .lead + p {
  margin: 30px 0;
}

@media (max-width: 480px) {
  .top_info_set:nth-child(1) .top_info_set_inner .lead + p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 20px 0;
  }
}

@media (max-width: 480px) {
  .top_info_set:nth-child(1) .top_info_set_inner .btn_base {
    width: 100%;
  }
}

.top_info_set:nth-child(2) .top_info_set_title:before {
  width: 45px;
  height: 45px;
  background: url(../img/top_message_title-icon-pc.png) no-repeat top center;
  display: block;
  content: "";
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .top_info_set:nth-child(2) .top_info_set_title:before {
    background: url(../img/top_message_title-icon-sp.png) no-repeat top center/43px;
  }
}

.top_info_set:nth-child(2) .top_info_set_inner p {
  line-height: 2.3;
  font-size: 0.9em;
}

@media (max-width: 480px) {
  .top_info_set:nth-child(2) .top_info_set_inner p {
    line-height: 1.5;
  }
}

.top_info_set_inner p {
  text-align: left;
}
/*# sourceMappingURL=top.css.map */