body a {
  transition: .3s;
}

/* section */
.section_top {
  overflow: visible;
}
.section_inner {
  position: relative;
  padding: 15px;
  margin: 80px auto;
  z-index: 1;
}
.section_inner p {
  font-size: 15px;
  line-height: 25px;
}
.section_inner_full {
  max-width: 100%;
}
.section_inner_l {
  max-width: 1030px;
}
.section_inner_m {
  max-width: 830px;
}
.section_inner_s {
  max-width: 630px;
}
section#headerImageST {
  z-index: 10;
  position: relative;
}
#top_company .section_inner  {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .section_inner {
    margin: 0;
    margin-bottom: 100px;
  }
  .sectionOrder .section_inner {
    margin-bottom: 0;
  }
  #top_kodawari .section_inner {
    padding: 0;
  }
  #top_news .section_inner {
    padding: 0;
  }
  #top_company .section_inner {
    margin-bottom: 0;
    padding-bottom: 120px;
  }
  .section_inner_s {
    max-width: 90%;
    margin: 60px auto;
  }
}
/* section */

/* CONTENT */
.bl_top_content_rightBottom {
  position: absolute;
  max-width: 450px;
  right: 20px;
  bottom: 20px;
}


/* background */
.bg_top_e6e3de {
  position: absolute;
  height: 650px;
  width: 55vw;
  background-color: #e6e3de;
  right: 45%;
  top: -45px;
  border-radius: 10px;
  z-index: -1;
}
.bg_top_eae3d1 {
  position: absolute;
  height: 650px;
  width: 55vw;
  background-color: #eae3d1;
  right: 45%;
  top: -45px;
  border-radius: 10px;
  z-index: -1; 
}
.bg_top_EEEBE8 {
  position: absolute;
  height: 530px;
  width: 55vw;
  background-color: #eeebe8;
  left: 45%;
  top: -45px;
  border-radius: 10px;
  z-index: -1;   
}
.bg_top_EEEBE8_left {
  position: absolute;
  height: 530px;
  width: 55vw;
  background-color: #eeebe8;
  right: 45%;
  top: -45px;
  border-radius: 10px;
  z-index: -1;     
}
@media screen and (max-width:768px) {
  .bg_top_e6e3de {
    height: 960px;
    right: 35%;
    width: 90vw;
  }
  .bg_top_eae3d1 {
    height: 960px;
    right: 35%;
    width: 90vw;
  }
}
/* Slider */
.slick-slider a img {
  transition: .4s;
}
.slick-slider a img:hover {
  opacity: .9;
}
/* media */
.bl_top_halfMedia {
  display: flex;
}
.bl_top_media_imgWrapper img {
  width: 100%;
}
.bl_top_halfMedia_imgWrapper {
  width: 50vw;
  position: absolute;
  left: 50%;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  background-color: transparent;
  border-radius: 10px;
}
.bl_top_halfMedia_imgWrapper.halfMedia_reverse {
  right: 50%;
  left: 0;
}
.bl_top_halfMedia_slider_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.bl_top_halfMedia_imgWrapper .slick-dots {
  bottom: -50px;
}
.bl_top_halfMedia_imgWrapper .slick-dots li button:before {
  font-size: 16px;
  color: black;
}
.bl_top_halfMedia_txt {
  width: 50%;
  left: -55%;
  position: relative;
}
.bl_top_halfMedia_txt.halfMedia_reverse {
  width: 50%;
  left: 0%;
  position: relative;
}
.bl_top_halfMedia_txt a {
  transition: .3s;
  display: block;
}
.bl_top_halfMedia_txt a:hover {
  opacity: 0.8;
}
.bl_top_halfMedia_txt_catch {
  font-size: 20px;
  line-height: 40px;
  text-indent: -10px;
  font-weight: bold;
  margin-bottom: 30px;
}
.bl_top_mediaOne4th {
  display: flex;
  position: relative;
  height: 128px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.bl_top_mediaOne5th {
  display: flex;
  position: relative;
  height: 90px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 5px;
  overflow: hidden;
  transition: .4s;
}
.bl_top_mediaOne5th:hover {
  opacity: 0.95;
}
.bl_top_mediaOne4th:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 60px;
  transition: .3s;
}
.bl_top_mediaOne5th:after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 36px;
  transition: .3s;
}
.bl_top_mediaOne4th:hover:after {
  right: 17px;
}
.bl_top_mediaOne4th_child:nth-child(1) {
  width: 30%;
}
.bl_top_mediaOne4th_child:nth-child(2) {
  width: 70%;
  margin: 14px;
}
.bl_top_mediaOne5th:hover:after {
  right: 17px;
}
.bl_top_mediaOne5th_child:nth-child(1) {
  width: 35%;
}
.bl_top_mediaOne5th_child:nth-child(2) {
  width: 65%;
  margin: 10px;
}
.bl_top_mediaOne3rd {
  display: flex;
  position: relative;
  height: 120px; 
}
.bl_top_mediaOne3rd_child:nth-child(1) {
  width: 35%;
}
.bl_top_mediaOne3rd_child:nth-child(2) {
  width: 65%;
}
.bl_top_mediaOne3rd_child img {
  width: 80%;
  object-fit: cover;
  height: 90px;
}
.bl_flex_rev .bl_top_halfMedia_imgWrapper {
  right: 50%;
  left: auto;
}
.bl_flex_rev .bl_top_halfMedia_txt {
  right: -55%;
  left: auto
}
@media screen and (max-width:768px) {
  .bl_top_halfMedia_imgWrapper {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 50px;
  }
  .bl_top_halfMedia_txt {
    position: relative;
    width: calc(100% - 60px);
    left: 0!important;
    padding: 30px;
  }
  .bl_flex_rev .bl_top_halfMedia_imgWrapper {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 50px;    
  }
  .bl_flex_rev .bl_top_halfMedia_txt {
    position: relative;
    width: calc(100% - 60px);
    left: 0!important;
    padding: 30px;  
  }
  .bl_top_halfMedia_imgWrapper .slick-dots {
    bottom: -30px;
    top: auto;
  }
  .bl_top_halfMedia_slider_img img {
    border-radius: 5px;
  }
  .bl_top_mediaOne4th_child:nth-child(2) {
    margin: 14px 10px;
    margin-left: 0;
  }
  .bl_top_mediaOne4th:after {
    top: 40px;
    right: 10px;
  }
  .bl_top_mediaOne4th_child .el_top_lv3Header_ttl {
    padding-right: 15px;
  }
  .bl_top_halfMedia_txt {
    width: 80%;
    padding: 30px 0;
    margin: auto;
    left: -55%;
    position: relative;
  }
}
.bl_tag_lists {
  margin-bottom: 10px;
}
.el_tag_list {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-right: 10px;
  border-radius: 3px;
}
.el_tag_list:first-child {
  background-color: #998b78;
  color: #ffffff;
  display: inline-block;
  padding: 1px 8px;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  height: 18px;
}
.el_tag_list:nth-child(2) {
  line-height: 20px;
}
@media screen and (max-width:1000px) {
  .wd900 {
    width: 90%;
    margin: 20px 5%;
  }
}
@media screen and (max-width:768px) {
  .bl_tag_lists {
    margin-bottom: 6px;
  }
}

/* accordion */
.bl_accordion_head {
  background-color: #eae3da;
  padding: 15px;
  height: 90px;
}
.bl_accordion_body {
  padding: 20px;
  display: none;
}
.bl_accordion_body.open {
  display: block;
}
/* level */
.top_lv1Header {

}
.top_lv1Body {
  min-height: 450px;
}
.top_lv1Body p {
  max-width: 350px;
  font-Size: 15px;
  line-height: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .top_lv1Body p {
    max-width: 100%;
  }
}
@media screen and (max-width:1200px) {
  .bl_top_halfMedia_txt {
    left: -45%;
  }
  .sectionOrder .bl_top_halfMedia_txt {
    left: -55%;
    width: 45%;    
  }
  .sectionOrder .bl_flex_rev .bl_top_halfMedia_txt {
    left: auto;
  }
}
@media screen and (max-width:768px) {
  .sectionOrder .bl_top_halfMedia_imgWrapper {
    max-width: 100%;
  }
}
/* flex */
.bl_top_flex {
  display: flex;
}
.bl_top_flex_rev {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width:768px) {
  .bl_top_flex_rev {
    display: block;
  }
  .bl_flex_rev {
    display: block;
  }
  #top_message .bl_top_flex_rev {
    display: block;
  }
  #top_message .bl_top_flex_rev a {
    transition: .4s;
  }
  #top_message .bl_top_flex_rev .bl_top_flex_rev {
    display: flex;
  }
  #top_message .section_inner_l {
    margin-top: 0;
  }
}


/* card */
.cardUnit_3col {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.cardUnit_3col .card {
  width: 420px;
  margin: 0 8px;
  max-height: 560px;
}
.cardUnit_3col .card_imgWrapper img {
  object-fit: cover;
  height: 300px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.cardUnit_3col .card_txt {
  width: 370px;
  margin: 0 auto;
  position: relative;
  top: -70px;
  background-color: #fafafa;
  overflow: hidden;
  border-radius: 5px;
  transition: .3s;
}
.cardUnit_3col .card_txt:hover {
  border: 2px solid #7A481A;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
}
.cardUnit_3col .card_txt .el_top_lv2Header_ttl {
  margin-top: 50px;
}
.cardUnit_3col .card_txt p {
  padding: 0px 35px;
  font-size: 15px;
  line-height: 24px;
  height: 90px;
}
.card_imgWrapper img {
  width: 100%;
  border-radius: 5px;  
}
.cardUnit_3col.cardUnit_3col_2 .card {
  width: 315px;
}
.cardUnit_3col.cardUnit_3col_2 .card_imgWrapper img {
  box-shadow: none;
  object-fit: cover;
  height: 200px;
}
.cardUnit_3col.cardUnit_3col_2 .card_txt {
  background-color: transparent;
  top: 0;
  width: 315px;
}
.cardUnit_3col.cardUnit_3col_2 .card_txt:hover {
  border: none;
  box-shadow: none;
}
.cardUnit_3col.cardUnit_3col_2 .card_txt .el_top_lv2Header_ttl {
  font-size: 18px;
  border-bottom: 1px solid #cdc4ad;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
}
.cardUnit_3col.cardUnit_3col_2 .card_txt p {
  padding: 15px 0;
}
@media screen and (max-width:768px) {
  .cardUnit_3col {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: start;
  }
  .cardUnit_3col p {
    white-space: normal;
  }
  .cardUnit_3col.cardUnit_3col_2 .card {
    max-width: 80%;
  }
  .cardUnit_3col.cardUnit_3col_2 .card_txt {
    max-width: 90%;    
  }
}
/* title */
.el_top_lv1header_ttl {
  font-size: 68px;
  line-height: 68px;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #9e9583;
  letter-spacing: 0.05em;
}
.el_top_lv1header_ttl span {
  font-size: 17px;
  color: #413E2E;
  font-weight: bold;
  margin-left: 10px;
  line-height: 68px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 15px;
}
.sectionOrder .el_top_lv1header_ttl {
  margin-bottom: 0;
}
.el_top_lv2Header_ttl {
  font-size: 24px;
  font-weight: bold;
  margin: 30px auto;
  text-align: center;
}
.el_top_lv2Header_ttl.el_txt_vertical {
  font-size: 56px;
  width: 56px;
  line-height: 56px;
  margin-left: 60px;
  letter-spacing: 10px;
}
.el_top_lv3Header_ttl {
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .el_top_lv1header_ttl {
    text-align: center;
    font-size: 50px;
    margin-bottom: 15px;
  }
  .el_top_lv2Header_ttl.el_txt_vertical {
    font-size: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 50px;
  }
  #top_kodawari .el_top_lv2Header_ttl {
    text-align: left;
    font-size: 20px;
    margin: 35px auto;
    position: relative;
  }
  #top_kodawari .el_top_lv2Header_ttl:after {
    content: "\f0ab";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    transition: .3s;
  }
  #top_kodawari .open .el_top_lv2Header_ttl:after {
    transform: rotate(180deg);
  }
}
/* button */
.bt_top_common {
  background-color: #6A5E51;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  width: 300px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  margin: 40px 0;
  transition: .3s;
}
.bt_top_common a {
  display: inline-block;
}
.bt_top_common a,
.bt_top_common a:visited {
  color: #ffffff;
  width: 100%;
}
.bt_top_common:hover {
  background-color: #7D571D;
  cursor: pointer;
}
.bt_top_common:visited {
  color: #ffffff;
}
.bt_top_common:hover:after {
  right: 13px;
}
.bt_top_common:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  transition: .3s;
}
.sectionOrder .bt_top_common {
  background-color: #DED9D3;
  margin-bottom: 5px;
}
.sectionOrder .bt_top_common:last-child {
  margin-top: 5px;
}
.sectionOrder .bt_top_common a,
.sectionOrder .bt_top_common a:visited {
  color: #383838;
}
.sectionOrder .bt_top_common:after {
  color: #383838;
  top: 0;
}
.sectionOrder .top_lv1Body p {
  max-width: none;
}
.sectionOrder .bl_top_halfMedia_imgWrapper {
  max-width: 615px;
}
.sectionOrder .bl_top_halfMedia_slider_img img {
  max-height: 410px;
}
.bt_top_transparent {
  margin: 50px auto;
  background-color: rgba(255,255,255,0.3);
  transition: .5s;
  -erbkit-transition: .5s;
}
.bt_top_transparent:after {
  content: "\f13a";
}
.bt_top_center {
  margin: 40px auto;
}
.bt_top_small {
  background-color: transparent;
  border: 1px solid #70540D;
  border-radius: 5px;
  color: #413E2E;
  margin: auto;
}
.bt_top_small:hover {
  background-color: #EFECE3;
}
.bt_top_small a,
.bt_top_small a:visited {
  color: #4b4838;
}
.bl_table_wt table {
  border-collapse: separate;
  border-spacing: 8px;
}
.bl_table_wt {
  background-color: #ffffff;
  width: 60%;
  max-width: 500px;
  margin: 10px auto;
  padding: 20px;
  text-align: left;
}
.bl_table_wt th {
  width: 30%;
}
.bl_section_wt {
  background-color: #ffffff;
}
@media screen and (max-width:768px) {
  .bt_top_common {
    margin: 40px auto;
  }
  .bt_top_small {
    width: calc(100% - 2px)!important;
    margin-top: 0;
  }
  .sectionOrder .bl_section {
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
  }
  .bl_table_wt {
    width: 90%;
    margin: 10px 0;
    padding: 10px 5%;
  }
  .sectionOrder .bt_top_common:first-child {
    margin-bottom: 5px;
    margin-top: 30px;
  }
  .sectionOrder .bt_top_common:last-child {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .sectionOrder .bl_top_halfMedia_imgWrapper {
    margin-bottom: 10px;
  }
  .sectionOrder .bl_top_halfMedia_imgWrapper {
  max-width: 100%;
  }
  .sectionOrder .bl_top_halfMedia_txt {
    width: calc(100% - 60px);
  }
}
/* device */
.el_top_spOnly {
  display: none;
}
.el_top_pcOnly {
  display: block;
}

/* vertical */
.el_txt_vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
p.el_txt_vertical {
  margin-left: 30px;
  padding-top: 20px;
}
/* slider */
#headerImageST .sliderTop .slick-slide img {
  height: auto;
}

/* List */
.bl_ulLists_border {
  border-bottom: 2px solid #dcdad4;
}
.swiper-container {
  margin-right: 50px;
  height: 450px;
}
.slide-img img {
  width: 100%;
}
.slide-img a:hover {
  opacity: 1.0;
}
@media screen and (max-width:768px) {
  .swiper-container {
    margin-right: 0;
    margin-top: 30px;
    height: 100%;
  }
}
/* Table */
.bl_table {
  width: 100%;
  text-align: left;
  line-height: 1.7rem;
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 15px;
}

#top_company {
  color: #ffffff;
  background-image: url(/images/top/bg_company.jpg);
  background-size: cover;
  background-repeat: no-repeat;  
}
#top_company a {
  color: #fff;
}

@media screen and (max-width:768px) {
  #top_company .section_inner p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #top_company .bl_table {
    font-size: 13px!important;
  }
}
/* Module */
.grad-wrap {
  position: relative;
}
.grad-btn {
  display: block;
  position: absolute;
  background-color: rgba(255,255,255,0.3);
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  width: 300px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 auto;
  transition: .5s;
  -erbkit-transition: .5s;
  right: 0;
  left: 0;
  bottom: -80px;
  transform: .4s;
  cursor: pointer;
}
.grad-btn:after {
  font-family: FontAwesome;
  content: "\f13a";
  margin-left: 8px;
  position: absolute;
  right: 15px;
}

.grad-btn::before {
  content: "会社概要を見る"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 0; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "\f139";
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
  margin-top: 100px;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

@media screen and (max-width:768px) {
  .el_top_spOnly {
    display: block;
  }
  .el_top_pcOnly {
    display: none;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.hp_top_message_txt {
  position: relative;
  background-color: #EDEDED;
  padding: 20px;
  width: 639px;
  font-size: 15px;
  margin-top: -10px;
  z-index: 10;
}
.hp_top_message_txt:after {
  content: "\f138";
  font-family: FontAwesome;
  position: absolute;
  right: 25px;
  font-size: 20px;
  top: 20px;
}
.hp_top_message_txt a {
  display: block;
}
#top_news a {
  display: block;
}
.hp_top_news_special {
  background-color: #DED9D3;
  border-radius: 5px;
}
.hp_top_news_special .el_tag_list:first-child {
  background-color: #C3740A;
}
.hp_top_news_special_1 {
  background-color: #fff;
  height: 83px;
}
.hp_top_news_special img {
  width: 150px;
  height: 100px;
  margin: 14px;
  object-fit: cover;
}
.hp_top_news_common img {
  width: 150px;
  height: 100px;
  margin: 14px;
  object-fit: cover;
}
a#toTop  {
  position: fixed;
  border-radius: 50px;
  border: 3px solid #6A5E51;
  box-shadow: 5px 5px 10px rgba(0 0 0 / 30%);
  bottom: 50px;
  left: 50px;
  right: auto;
  z-index: 9999;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
a#toTop img {
  width: 100%;
}
@media screen and (max-width:768px) {
  .hp_top_news_special {
    height: 100px;
  }
  .hp_top_news_common {
    height: 100px;    
  }
  .hp_top_message_txt {
    width: calc(100% - 60px);
    padding: 20px 30px;
  }
  .hp_top_message_txt:after {
    right: 15px;
    top: 30px;
  }
  .hp_top_news_special img {
    width: calc(100% - 20px);
    height: 70px;
    margin: 15px 10px;
  }
  .hp_top_news_common img {
    width: calc(100% - 20px);
    height: 70px;
    margin: 15px 10px; 
  }
  a#toTop {
    z-index: 9999;
    width: 40px;
    height: 40px;
    left: 20px;
    right: auto;
    bottom: 20px;
  }

}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}

//imgタグだと下に隙間ができるのでblockに。
.slide-img img{
  display: block;
}