/* Scss Document */
/* Scss Document */
@media screen and (max-width: 640px) {
  #main {
    padding-top: 19vw;
  }
}

.mv {
  position: relative;
  /*
  li[aria-hidden="false"] {
  	animation: anime_zoom 5s linear;
  }
  @keyframes anime_zoom {
  	0% {
  		transform: scale(1.2);
  	}
  	100% {
  		transform: scale(1);
  	}
  }	
  */
}
.mv_catch {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc((522/2000)*100vw);
  z-index: 99;
}
@media screen and (max-width: 640px) {
  .mv_catch {
    width: calc((522/760)*100vw);
  }
}
.mv .bx-wrapper {
  margin-bottom: 0;
  background: none;
  border: none;
  box-shadow: none;
  z-index: 88;
}
.mv .bx-wrapper img {
  width: 100%;
  text-align: center;
}
.mv .bx-viewport {
  width: 100% !important;
  height: calc((900/2000)*100vw - 10px) !important;
}
@media screen and (max-width: 640px) {
  .mv .bx-viewport {
    height: calc((900/760)*100vw) !important;
  }
}

.index_lttl {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .index_lttl {
    margin-bottom: calc((50/760)*100vw);
  }
}
.index_lttl .en {
  color: rgba(128, 0, 0, 0.2);
  font-family: "Times New Roman", Times, "serif";
  font-weight: 400;
  font-size: 7rem;
  line-height: 80px;
}
@media screen and (max-width: 640px) {
  .index_lttl .en {
    font-size: calc((50/760)*100vw);
    line-height: 1.4;
  }
}
.index_lttl .jp {
  /*
  position: absolute;
  */
  width: 100%;
  padding: 0 50px;
  background: #800000;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 80px;
}
@media screen and (max-width: 640px) {
  .index_lttl .jp {
    position: static;
    width: calc((300/760)*100vw);
    padding: 0 calc((50/760)*100vw);
    font-size: calc((40/760)*100vw);
    line-height: calc((70/760)*100vw);
  }
}
.index_lttl.left .en {
  padding-left: 260px;
}
@media screen and (max-width: 640px) {
  .index_lttl.left .en {
    padding-left: 0;
  }
}
.index_lttl.left .jp {
  transform: translate(-910px, 0);
  text-align: right;
}
@media screen and (max-width: 640px) {
  .index_lttl.left .jp {
    transform: translate(calc((-30/760)*100vw), 0);
    text-align: center;
  }
}
.index_lttl.right .en {
  padding-right: 260px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .index_lttl.right .en {
    padding-right: 0;
  }
}
.index_lttl.right .jp {
  transform: translate(910px, 0);
  text-align: left;
}
@media screen and (max-width: 640px) {
  .index_lttl.right .jp {
    margin-left: auto;
    transform: translate(calc((30/760)*100vw), 0);
    text-align: center;
  }
}

.business_mttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .business_mttl {
    margin-bottom: calc((20/760)*100vw);
    font-size: calc((30/760)*100vw);
  }
}
.business_list {
  margin: 0 auto;
  padding: 0 15px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
}
@media screen and (max-width: 640px) {
  .business_list {
    display: block;
  }
}
.business_list_img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .business_list_img {
    margin-bottom: calc((20/760)*100vw);
  }
}
.business_list li {
  margin-bottom: 1em;
  padding: 15px;
  width: 25%;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .business_list li {
    width: 100%;
    margin-bottom: calc((40/760)*100vw);
  }
}
@media screen and (max-width: 640px) {
  .business_list li:last-child {
    margin-bottom: 0;
  }
}
.business_list li.large {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business_list li.large figure {
  width: 75%;
}
.business_list li.large figure img {
  margin: 0;
}
.business_list li.large div {
  margin-left: -15%;
  padding: 5em 4em;
  width: 40%;
  background: #fff;
  box-shadow: 0.75em 0.75em rgba(0, 0, 0, 0.1);
}
.business_list li.large h3 {
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .business_list li.large {
    width: 100%;
    margin-bottom: calc((40/760)*100vw);
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .business_list li.large figure {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .business_list li.large figure img {
    margin-bottom: calc((20/760)*100vw);
  }
  .business_list li.large div {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    background: none;
    box-shadow: none;
  }
  .business_list li.large h3 {
    font-size: calc((30/760)*100vw);
  }
}
.business_list li.middle {
  margin-bottom: 2em;
  width: 49%;
}
.business_list li.middle h3 {
  font-size: 3rem;
}
.business_list li.middle figure {
  position: relative;
  z-index: 0;
}
.business_list li.middle div {
  margin: -6em auto 0;
  padding: 3em;
  width: 90%;
  background: #fff;
  box-shadow: 0.75em 0.75em rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .business_list li.middle {
    width: 100%;
    margin-bottom: calc((40/760)*100vw);
  }
  .business_list li.middle h3 {
    font-size: calc((30/760)*100vw);
  }
  .business_list li.middle div {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    background: none;
    box-shadow: none;
  }
}

.company_mttl {
  margin-bottom: 1em;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
.company_mttl img {
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .company_mttl img {
    width: calc((114/760)*100vw);
    margin-bottom: calc((30/760)*100vw);
  }
}
.company_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .company_wrap {
    display: block;
  }
}
.company_img {
  width: 55%;
}
@media screen and (max-width: 640px) {
  .company_img {
    width: 100%;
    margin-bottom: calc((40/760)*100vw);
  }
}
.company_textarea {
  width: 45%;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .company_textarea {
    padding: 0 30px;
    width: 100%;
    text-align: left;
  }
}
.company_textarea address {
  margin-bottom: 30px;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .company_textarea address {
    margin-bottom: calc((30/760)*100vw);
  }
}
.company_btn {
  text-align: center;
}
.company_btn a {
  display: inline-block;
  width: 200px;
  padding: 0.8em;
  background: url("../images/index/company_btn_arrow.png") top 50% right 20px no-repeat, #FFF;
  border: #800000 1px solid;
  color: #800000;
  font-family: "Times New Roman", Times, "serif";
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .company_btn a {
    width: 52.6315789474vw;
    background: url("../images/index/company_btn_arrow.png") top 50% right calc((20/760)*100vw) no-repeat, #FFF;
    background-size: calc((20/760)*100vw);
    font-size: calc((30/760)*100vw);
  }
}
.company_btn a:hover {
  opacity: 0.6;
  transition: 0.5s;
}