@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/

.top_main {
  width: 100%;
  padding-top: 164px;
  position: relative;
  overflow: hidden;
}

/* home_contents */
.l-row {
  position: relative;
}

@media (max-width: 768px) {
  .top_main {
    width: 100%;
    padding-top: 0;
    overflow: hidden;
  }
}

.top_message {
  margin-top: 60px;
}
.top_message__title {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
.top_message__text {
  letter-spacing: .05em;
  line-height: 1.6;
  margin-top: 1.5em;
  text-align: center;
}

.top_message__btn {
  width: clamp(200px, 90%, 1020px);
  margin-inline: auto;
  display: flex;
  gap: 3.5%;
  margin-top: 60px;
}

.top_message__btn_item {
  width: calc((100% - 7%) / 3);
  position: relative;
  overflow: hidden;
}
.top_message__btn_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_message__btn_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top_message__btn_hover::before {
  content: "";
  display: block;
  background: #c15200de;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  z-index: -1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.top_message__btn_item:hover .top_message__btn_hover::before {
  top: 0%;
}

.top_message02 {
  width: 100%;
  padding: 60px 0;
  background: url(../../asset/img/home/home_04.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  margin-top: 100px;
}

.top_message__title strong {
  color: var(--color-main);
  vertical-align: top;
}

/* top info */
.top_infoWrap {
  max-width: 680px;
  margin: 100px auto 0;
}

.top_info_ttl {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 30px;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.1;
  color: #3e3a39;
  display: flex;
  flex-direction: column;
}
.top_info_ttl .u-en {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 10px;
  color: #3e3a39;
}

.top_info_list {
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 15px;
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.top_info_list_item a {
  display: block;
}

.top_info_list_item {
  line-height: 1.6;
}

.top_info_deta {
  line-height: 1.4;
  margin-bottom: 5px;
  color: #fff;
  background: #3e3a39;
  float: left;
  padding: .2em 1.3em;
}

.top_info_txt {
  padding: .2em 0 0 9.5em;
}

.top_info_list_item a:hover .top_info_deta {
  background: #e75513;
}

.info_new {
  display: inline-block;
  font-size: .65em;
  background: #DD3D0B;
  color: #fff;
  padding: 2px 5px;
  line-height: 1;
  margin-left: 8px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.top_business {
  margin-top: 100px;
}

.top_business_ccontents {
  width: clamp(200px, 90%, 1020px);
  margin-inline: auto;
  display: flex;
  gap: 3.5%;
  margin-top: 60px;
}
.top_business_contents_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.top_business_contents_list_item {
  display: flex;
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  gap: 15px;
}
.contents_no {
  border-right: 1.5px solid #e75513;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.contents_txtbox {
  flex: 1;
  text-align: justify;
}
.contents_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #3e3a39;
  margin-bottom: 10px;
}
.contents_text {
  font-size: 12.5px;
}

@media (max-width: 768px) {  
  .top_message {
    margin-top: 40px;
    padding: 0px 6%;
  }
  .top_message__title {
    font-size: 23px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
  }
  .top_message__text {
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: 1.5em;
    text-align: justify;
  }

  .top_message__btn {
    width: 100%;
    margin-inline: auto;
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-direction: column;
  }

  .top_message__btn_item {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .top_message__btn_item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .top_message__btn_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .top_message__btn_hover img {
    width: 100%;
    height: auto;
  }
  .top_message__btn_hover::before {
    content: "";
    display: block;
    background: #c15200de;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 18%;
    z-index: -1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .top_message__btn_item:hover .top_message__btn_hover::before {
    top: 0%;
  }

  .top_message02 {
    width: 100%;
    padding: 40px 6%;
    background: url(../../asset/img/home/home_04_sp.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 40px;
  }

  .top_message__title strong {
    color: var(--color-main);
    vertical-align: top;
  }

  /* top info */
  .top_infoWrap {
    max-width: 680px;
    margin: 40px auto 0;
  }

  .top_info_ttl {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 22px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.1;
    color: #3e3a39;
    display: flex;
    flex-direction: column;
  }
  .top_info_ttl .u-en {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 10px;
    color: #3e3a39;
  }

  .top_info_list {
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 12px;
    margin-top: 28px;
    width: 80%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .top_info_list_item {
    border: 1px solid #9fa0a0;
    padding: 13px 40px 13px 15px;
    border-radius: 5px;
  }

  .top_info_deta {
    line-height: 1.4;
    margin-bottom: 5px;
    color: #e96300;
    background: none;
    float: none;
    padding: 0;
    display: inline-block;
  }

  .top_info_list_item {
    position:relative;
  }

  .top_info_list_item a:hover .top_info_deta {
    background: #e75513;
  }

  .top_info_list_item a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: initial;
    right: 5px;
    width: 2em;
    height: 2em;
    background: url(../img/footer_icon_arrow_maru.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
  }
  
  .top_info_txt {
    padding: 0;
  }

  .info_new {
    display: inline-block;
    font-size: .65em;
    background: #DD3D0B;
    color: #fff;
    padding: 2px 5px;
    line-height: 1;
    margin-left: 8px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .top_business {
    margin-top: 40px;
  }

  .top_business_ccontents {
    width: clamp(200px, 90%, 1020px);
    margin-inline: auto;
    display: flex;
    gap: 3.5%;
    margin-top: 30px;
    flex-direction: column;
  }
  .top_business_contents_list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
  }

  .top_business_contents_list_item {
    display: flex;
    font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    gap: 15px;
  }
  .contents_no {
    border-right: none;
    padding-right: 0;
    display: block;
    align-items: center;
    position: absolute;
    top: -26px;
    right: 0;
  }
  .contents_txtbox {
    flex: 1;
    text-align: justify;
  }
  .contents_ttl {
    font-size: 17px;
    font-weight: bold;
    color: #3e3a39;
    margin-bottom: 10px;
  }
  .contents_text {
    font-size: 12.5px;
  }


}

