@charset "UTF-8";
* {
  box-sizing: border-box;
}
.wrapper {
  overflow: hidden;
}
.nav_adoption_btn, .news_btn, .concept_btn, .dele_msg_btn{
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #B39A47;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  z-index: 100;

}
/*** IMG SLIDE ***/
#img {
    height: 100%;
    width: 100%;
    opacity: 1;
    background-size: 100% 100%;
  /*  transition: opacity 1s linear;  */
}
#img.active {
    opacity: 1;
}

i {
    height: 15px;
    width: 15px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

i:nth-child(1) {
    background-color: white;
}

i:nth-child(4) {
    margin-right: 0;
}

.left,
.right {
    color: rgb(255, 255, 255, 0.7);
    font-size: 50px;
    font-weight: bolder;
    position: absolute;
    top: 50%;
    font-weight: 500;
}

.left {
    left: 0px;
    transform: translate(15%, -50%);
}

.right {
    right: 0px;
    transform: translate(-15%, -50%);
}

/*** IMG SLIDE ***/
.header_img{
  position: relative;
  width: 100%;
  aspect-ratio: 1280/640;
  object-fit: cover;
  background-position: center top;
}
.header_img img {
  aspect-ratio: 1280/640;
  object-fit: cover;
  background-position: center top;
}
.sample-slider {
  position: relative;
  width: 100%;
}
.sample-slider img {
  width: 100%;
}
.sample-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5.8vw;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 12px;
  opacity: .5;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
.header_text{
  position: absolute;
  width: 100%;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (min-width: 1280px){
  .header_text{
    top: 16rem;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 33.8rem;
  }
}
.header_title_jp{
  display: inline-block;
  color: #ffffff;
  font-family:"BIZ UDPMincho", serif;
  font-size: 48px;
  text-align: center;
  letter-spacing: 9.6px;
  padding-bottom: 2vw;
}
.head_line{
  position: relative;
  left: 50%;
  transform: translateX(-51%);
  width: 67.422%;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 2vw;
}
.header_title_en{
  position: relative;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1.8vw;
}
.header_detail_btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 432px;
  height: 40px;
  margin: 0 auto;
  border-radius: 4px;
  color: #ffffff ;
  background-color:rgb(0, 0, 0, 50%);
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.header_detail_btn::after, .header_detail_btn_takayama::after{
  content: "";
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/arrow03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.inner {
  max-width: 87.657%;
  padding: 0 24px;
}
.top_body{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.sec-header {
  position: relative;
}
.nav_bar{
  position: relative;
  display: block;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 87.657%;
  height: 70px;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  overflow: hidden;
  z-index: 1000;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
}
.nav_bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border: none;
  border-radius: 0;
}
.nav_bar.fixed .nav-container {
  width: 87.657%;

}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin: auto;
}
.wrapper-logo {
  width: 149px;
  margin-right: 6.5%;
}
.nav-toppage {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1;
}
.nav-toppage a {
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.link-recruit {
  color: #ffffff;
  width: 192px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 59px;
  padding-right: 18px;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #B39A47;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  z-index: 100;
}
.sec_news{
  position: relative;
  display: inline-table;
  padding-top: 110px;
  width: 100%;
  height: auto;
}
.news_block{
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
}
.news_head_block{
  position: relative;
  float: left;
  width: 21.053%;
  margin-top: 0px;
  height: auto;
  font-family:"BIZ UDPMincho", serif;
}
.news_body_block{
  float: left;
  position: relative;
  margin-left: 5.263%;
  margin-top: 8px;
  width: 60%;
  height: auto;
}
.news_body_block ul{
  position: relative;
  grid-template-columns: repeat(9, 1fr);
  width: 100%;
  height: auto;
  margin-left: 0px;
  margin-bottom: 48px;
  list-style: none;
  text-align: left;
}
.news_body_block ul li{
  position: relative;
  width: 100%;
  height: auto;
}
.news_item{
  position: relative;
  width: 100%;
  height: auto;
  border-bottom:1px solid #e6e6e6;
  color: #000;
  margin-top: 16px;
  margin-bottom: 12px;
  padding-bottom: 16px;
}
.news_item_frist{
  position: relative;
  width: 100%;
  height: auto;
  border-bottom:1px solid #e6e6e6;
  color: #000;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.news_item_end{
  position: relative;
  width: 100%;
  height: auto;
  color: #000;
  margin-top: 16px;
  margin-bottom: 48px;
}
.news_date{
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #B39A47;
  line-height: 12px;
  letter-spacing: 1.75px;
}
.news_date_frist{
  position: relative;
  width: 100%;
  margin-top: -9px;
  margin-bottom: 0px;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #B39A47;
  line-height: 12px;
  letter-spacing: 1.75px;
}
.news_title{
  position: relative;
  width: 94%;
  margin-top: 8px;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
/* .news_body_block ul li:hover{
  color: #B39A47;
  text-decoration: underline;
} */
.news_btn{
  position: relative;
  clear: both;
  width: 432px;
  height: 40px;
  padding-left: 172px;
  padding-right: 16px;
  margin: 30px auto 57px;
}
.concept_sec{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 64px;
}
.concept_h1{
  position: relative;
  height: auto;
  margin-left: 20.635%;
  width: 58.75%;
  text-align: center;
  font-family:"BIZ UDPMincho", serif;
  margin-bottom: 64px;
}
.concept_text_style1{
  position: relative;
  height: auto;
  margin-left: 20.635%;
  width: 58.75%;
  text-align: center;
  font-family:'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.75px;
  margin-bottom: 18px;
}
.concept_text_style2{
  position: relative;
  height: auto;
  margin-left: 20.635%;
  width: 58.75%;
  text-align: center;
  font-family:'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.75px;
  margin-bottom: 64px;
}
.concept_text_style3{
  position: relative;
  height: auto;
  margin-left: 20.635%;
  width: 58.75%;
  text-align: center;
  font-family:"BIZ UDPMincho", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 145px;
}
.concept_btn{
  position: relative;
  margin-left: 33.2%;
  margin-top: 1px;
  width: 432px;
  height: 40px;
  padding-left: 172px;
  padding-right: 16px;
  margin-bottom: 57px;
}
.dele_msg_sec{
  position: relative;
  width: 100%;
  margin-bottom: 46px;
}
.dele_msg_body{
  position: relative;
  display: inline-table;
  margin-left: 43.75%;
  margin-top: 0;
  width: 56.25%;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 100;
}
.dele_pic_body{
  position: absolute;
  top: 48px;
  width: 100%;
  height: auto;
  max-height: 684px;
}
.dmsg_pic1{
  position: relative;
  float: left;
  width: 20.078125%;
  aspect-ratio: 257 / 300;
  margin-left: 18.4375%;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 16px;
  box-sizing: border-box;
}
.dmsg_pic1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dmsg_pic2{
  position: relative;
  float: left;
  max-width: 348px;
  aspect-ratio: 348/300;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dmsg_pic3{
  position: relative;
  float: left;
  margin-left: 1.8%;
  max-width: 348px;
  aspect-ratio: 348/300;
  overflow: hidden;
  border-radius: 10px;
}
.dele_msg_title{
  position: relative;
  margin-left: 14.444%;
  margin-top: 48px;
  padding-top: 0px;
  width: 60%;
  min-height: 52px;
  font-family:"BIZ UDPMincho", serif;
  text-align: left;
  margin-bottom: 64px;
}
.dele_msg_text1{
  position: relative;
  margin-left: 14.444%;
  width: 60%;
  height: auto;
  font-family:"BIZ UDPMincho", serif;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}
.dele_msg_text2{
  position: relative;
  margin-left: 14.444%;
  width: 60%;
  height: auto;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 36px;
  letter-spacing: 0.75px;
}
.dele_msg_btn{
  position: relative;
  margin-left: 14.4%;
  margin-top: 1px;
  width: 432px;
  height: 40px;
  padding-left: 137px;
  padding-right: 16px;
  margin-bottom: 46px;
}
.bs_in_sec{
  position: relative;
  width: 100%;
}
.bs_intr_title{
  font-family:"BIZ UDPMincho", serif;
  position: relative;
  margin-left: 20.625%;
  width: 58.75%;
  text-align: center;
  margin-bottom: 48px;
}
.bs_intr_text1{
  position: relative;
  margin-left: 20.625%;
  width: 58.75%;
  color: #000;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.75px;
  margin-bottom: 50px;
}
.bs_intr_pic{
  position: relative;
  width: 100%;
  margin-bottom: 64px;
  text-align: center;
}
.bs_intr_pic img {
  width: calc(694 / 1280 * 100%);
}
.bs_introduce {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 562px;
  margin-bottom: 96px;
}
.bs_introduce_style2 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 562px;
  margin-bottom: 64px;
}
.bs_introduce_pic_style1 {
  position: relative;
  float: left;
  width: 43.75%;
  height: auto;
  border-top-right-radius: 3%;
  border-bottom-right-radius: 3%;
  overflow: hidden;
}
.bs_introduce_pic_style2 {
  position: relative;
  float: left;
  width: 43.75%;
  height: auto;
  border-top-left-radius: 3%;
  border-bottom-left-radius: 3%;
  overflow: hidden;
}
.bs_introduce_body_stlye1 {
  margin-left: 5%;
  width: 43.75%;
}
.bs_introduce_body_stlye2 {
  margin-left: 7.5%;
  margin-right: 5%;
  width: 43.75%;
}
.bs_introduce_body_stlye3 {
  margin-left: 5%;
  width: 43.75%;
}
.bs_common_h2{
  position: relative;
  margin-left: 11.43%;
  width: 77.145%;
  text-align: left;
}
.bs_common_h3{
  position: relative;
  padding-top: 24px;
  margin-left: 11.43%;
  width: 77.145%;
  height: auto;
  font-family: "BIZ UDPMincho", serif;
  font-size: 20px;
  line-height: 30px;
}
.bs_common_h3_style2{
  position: relative;
  padding-top: 21px;
  margin-left: 11.43%;
  width: 77.145%;
  height: auto;
  font-family: "BIZ UDPMincho", serif;
  font-size: 20px;
  line-height: 30px;
}
.bs_common_part_three_body{
  position: relative;
  margin-top: 19px;
  margin-left: 11.43%;
  width: 77.145%;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.75px;
}
.bs_common_part_three_body_style2{
  position: relative;
  margin-top: 17px;
  margin-left: 11.43%;
  width: 77.145%;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
}
.bs_infro_style1_btn{
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 26px;
  margin-left: 11.43%;
  width: 430px;
  max-width: 88.57%;
  height: 41px;
  padding-left: 24px;
  padding-right: 24px;
  justify-content: center;
  border-radius: 4px;
  color: #ffffff ;
  background-color: #B39A47;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  z-index: 100;
}
.bs_infro_style1_btn::after, .nav_adoption_btn::after, .news_btn::after, .concept_btn::after, .dele_msg_btn::after{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/arrow03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.bs_infro_style1_btn::after {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}


.sec-concept {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 110px;
}
.p-concept {
  color: #000;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  max-width: 87.657%;
  margin: 0 auto 18px;
  padding: 0 24px;
}
.miraido {
  color: #000;
  font-size: 48px;
}

.p-biz {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.img-org {
  width: calc(694 / 1280 * 100%);
  margin: auto;
}