.front-mv {
  height: 910px;
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 751px) {
  .front-mv {
    height: 85vh;
    margin-top: 60px;
  }
}
.front-mv .front-mv-item-bg,
.front-mv .front-mv-item,
.front-mv .front-mv-02,
.front-mv .front-mv-01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.front-mv-01 {
  z-index: 1;
  background-image: url(/assets/img/front/mv-01.png);
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 751px) {
  .front-mv-01 {
    background-image: url(/assets/img/front/mv-01-sp.png);
  }
}
.front-mv-main-copy {
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0.03em;
  line-height: 100px;
  color: #fff;
  margin-bottom: 0;
  padding-top: 294px;
}
@media (min-width: 750px) and (max-height: 960px) {
  .front-mv-main-copy {
    padding-top: 150px;
  }
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-main-copy {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 751px) {
  .front-mv-main-copy {
    font-weight: 700;
    font-size: 30px;
    line-height: 55px;
    padding-top: 80px;
  }
}
.front-mv-02 {
  overflow: hidden;
  z-index: 2;
}
.front-mv-item {
  opacity: 0;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 7s linear 0.2s;
  transition: opacity 0.7s linear, -webkit-transform 7s linear 0.2s;
  transition: opacity 0.7s linear, transform 7s linear 0.2s;
  transition: opacity 0.7s linear, transform 7s linear 0.2s,
    -webkit-transform 7s linear 0.2s;
}
@media only screen and (max-width: 751px) {
  .front-mv-item {
    height: 100%;
  }
}
.front-mv-item.active {
  opacity: 1;
}
.front-mv-item.active .front-mv-item-bg {
  -webkit-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
}
.front-mv-item-inner {
  max-width: 1000px;
  height: 910px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 751px) {
  .front-mv-item-inner {
    max-width: 90%;
    height: 100%;
  }
}
.front-mv-item-bg {
  width: 100%;
  height: 910px;
  -webkit-transition: opacity 0.7s linear, -webkit-transform 7s linear 0.2s;
  transition: opacity 0.7s linear, -webkit-transform 7s linear 0.2s;
  transition: opacity 0.7s linear, transform 7s linear 0.2s;
  transition: opacity 0.7s linear, transform 7s linear 0.2s,
    -webkit-transform 7s linear 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.front-mv-item-bg-01 {
  background-image: url(/assets/img/front/mv-02.png);
}
@media only screen and (max-width: 751px) {
  .front-mv-item-bg-01 {
    background-image: url(/assets/img/front/mv-02-sp.png);
  }
}
.front-mv-item-bg-02 {
  background-image: url(/assets/img/front/mv-03.png);
}
@media only screen and (max-width: 751px) {
  .front-mv-item-bg-02 {
    background-image: url(/assets/img/front/mv-03-sp.png);
  }
}
.front-mv-item-bg-03 {
  background-image: url(/assets/img/front/mv-04.png);
}
@media only screen and (max-width: 751px) {
  .front-mv-item-bg-03 {
    background-image: url(/assets/img/front/mv-04-sp.png);
  }
}
.front-mv-item-bg-04 {
  background-image: url(/assets/img/front/mv-05.png);
}
@media only screen and (max-width: 751px) {
  .front-mv-item-bg-04 {
    background-image: url(/assets/img/front/mv-05-sp.png);
  }
}
@media only screen and (max-width: 751px) {
  .front-mv-item-01 .front-mv-item__title img {
    width: 58%;
  }
}
@media only screen and (max-width: 751px) {
  .front-mv-item-02 .front-mv-item__title img {
    width: 74%;
  }
}
@media only screen and (max-width: 751px) {
  .front-mv-item-03 .front-mv-item__title img {
    width: 56%;
  }
}
@media only screen and (max-width: 751px) {
  .front-mv-item-04 .front-mv-item__title img {
    width: 80%;
  }
}
.front-mv-item__title {
  margin-bottom: 67px;
  position: relative;
}
@media print, only screen and (min-width: 750px) {
  .front-mv-item__title {
    padding-top: 163px;
  }
}
@media (min-width: 750px) and (max-height: 960px) {
  .front-mv-item__title {
    padding-top: 60px;
  }
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-item__title {
    margin-bottom: 47px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 751px) {
  .front-mv-item__title {
    padding-top: 37px;
    margin-bottom: 37px;
  }
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-item__title img {
    width: auto;
    height: 100px;
  }
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-item__title img:lang(en) {
    width: auto;
    height: 70px;
  }
}
.front-mv-item__title::after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -28px;
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-item__title::after {
    bottom: -18px;
  }
}
@media only screen and (max-width: 751px) {
  .front-mv-item__title::after {
    width: 32px;
    bottom: -18px;
  }
}
.front-mv-item__title-04 {
  margin-bottom: 108px;
}
@media (min-width: 750px) and (max-height: 860px) {
  .front-mv-item__title-04 {
    margin-bottom: 100px;
  }
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-item__title-04 {
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 751px) {
  .front-mv-item__title-04 {
    text-align: left;
    margin-bottom: 37px;
  }
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-item__title-04 img {
    height: 80px;
  }
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-item__title-04 img:lang(en) {
    width: auto;
    height: 60px;
  }
}
.front-mv-item__title-04::after {
  left: 0;
  bottom: -57px;
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-item__title-04::after {
    bottom: -28px;
  }
}
@media only screen and (max-width: 751px) {
  .front-mv-item__title-04::after {
    left: 0;
    bottom: -18px;
  }
}
.front-mv-item__text {
  font-weight: 500;
  font-size: 30px;
  line-height: 66px;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 750px) and (max-height: 860px) {
  .front-mv-item__text {
    font-size: 26px;
    line-height: 54px;
  }
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-item__text {
    font-size: 22px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 751px) {
  .front-mv-item__text {
    font-size: 14px;
    line-height: 25px;
  }
}
@media print, only screen and (min-width: 750px) {
  .front-mv-item__text:lang(en) {
    font-size: 24px;
    line-height: 44px;
  }
}
@media (min-width: 750px) and (max-height: 860px) {
  .front-mv-item__text:lang(en) {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-item__text:lang(en) {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 750px) and (max-height: 860px) {
  .front-mv-item__text-02:lang(en) {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-item__text-02:lang(en) {
    font-size: 16px;
    line-height: 28px;
  }
}
.front-mv-item__link {
  position: absolute;
  bottom: 208px;
  right: 0;
  text-align: right;
}
@media (min-width: 750px) and (max-height: 860px) {
  .front-mv-item__link {
    bottom: 188px;
  }
}
@media (min-width: 750px) and (max-height: 768px) {
  .front-mv-item__link {
    bottom: 168px;
  }
}
@media only screen and (max-width: 1024px) {
  .front-mv-item__link {
    bottom: 37px;
  }
}
@media only screen and (max-width: 751px) {
  .front-mv-item__link {
    position: static;
    bottom: unset;
    right: unset;
    text-align: left;
    margin-top: 25px;
  }
}
.front-mv-item__link-btn {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  font-weight: 500;
  color: #d5600d !important;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 751px) {
  .front-mv-item__link-btn {
    width: 210px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
}
.front-mv-item__link-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  right: 25px;
  width: 25px;
  height: 2px;
  background: #d5600d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front-mv-item__link-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  right: 26px;
  width: 10px;
  height: 8px;
  border-top: 2px solid #d5600d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front-mv-item__link-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.front-mv-item__link-btn:hover::before {
  width: 45px;
  right: 5px;
}
.front-mv-item__link-btn:hover::after {
  right: 6px;
}
.front-mv-item__link-btn:lang(en) {
  width: 280px;
}
@media only screen and (max-width: 751px) {
  .front-mv-item__link-btn:lang(en) {
    width: 250px;
  }
}
.front-mv-btn {
  width: 1000px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
@media only screen and (max-width: 751px) {
  .front-mv-btn {
    max-width: 100%;
    width: 100%;
    bottom: 0;
  }
}
.front-mv-btn-box {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 751px) {
  .front-mv-btn-box {
    max-width: 100%;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.front-mv-btn-box-item {
  width: 240px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: transparent 1px solid;
}
@media only screen and (max-width: 751px) {
  .front-mv-btn-box-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
.front-mv-btn-box-item:nth-of-type(2n) {
  margin-right: 0;
}
.front-mv-btn-box-item:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}
.front-mv-btn-box-item.active {
  border: 1px solid #fff;
}
.front-mv-btn-box-item__link {
  display: block;
  width: 100%;
  padding-top: 29px;
  padding-bottom: 38px;
  text-align: center;
}
@media only screen and (max-width: 751px) {
  .front-mv-btn-box-item__link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media print, only screen and (min-width: 750px) {
  .front-mv-btn-box-item__link:lang(en) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.front-mv-btn-box-item__text {
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 751px) {
  .front-mv-btn-box-item__text {
    font-weight: 500;
    font-size: 14px;
  }
}
.front-mv-btn-box-item__text-en {
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 751px) {
  .front-mv-btn-box-item__text-en {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.front-mv-btn-box-item-01.active {
  background-color: rgba(36, 43, 124, 0.8);
}
.front-mv-btn-box-item-02.active {
  background-color: rgba(72, 139, 116, 0.8);
}
.front-mv-btn-box-item-03.active {
  background-color: rgba(58, 115, 153, 0.8);
}
.front-mv-btn-box-item-04.active {
  background-color: rgba(155, 116, 9, 0.8);
}
.front-section-heading {
  margin-bottom: 58px;
}
@media only screen and (max-width: 751px) {
  .front-section-heading {
    margin-bottom: 27px;
  }
}
.front-section-heading__title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #454649;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 751px) {
  .front-section-heading__title {
    font-size: 25px;
    margin-bottom: 14px;
  }
}
.front-section-heading__title::before {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #2f1503;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media only screen and (max-width: 751px) {
  .front-section-heading__title::before {
    bottom: -7px;
  }
}
.front-section-heading__title.active::before {
  width: 60px;
}
.front-section-heading__sub {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #d5600d;
}
.front-vision {
  /* background-image: url(/assets/img/front/vision-bg-01.png);
  background-size: cover;
  background-position: center bottom; */
  background-color: #fdf0e7;
}
@media only screen and (max-width: 751px) {
  /* .front-vision {
    background-image: url(/assets/img/front/vision-bg-01-sp.png);
  } */
}
.front-vision-inner {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 175px;
  padding-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 751px) {
  .front-vision-inner {
    max-width: 90%;
    /* padding-top: 46px; */
    padding-bottom: 90px;
  }
}
.front-vision-leaf {
  opacity: 0;
  position: absolute;
  -webkit-transition: all 3s ease-in;
  transition: all 3s ease-in;
}
.front-vision-leaf.active {
  opacity: 1;
}
.front-vision-leaf-01 {
  top: 72px;
  right: -150px;
}
.front-vision-leaf-01-sp {
  top: 8px;
  right: -3px;
}
.front-vision-leaf-02 {
  left: -200px;
  bottom: 120px;
}
.front-vision-leaf-02-sp {
  left: -70px;
  bottom: 0;
}
.front-vision-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 751px) {
  .front-vision-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.front-vision-message {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 60px;
  text-align: left;
  color: #454649;
}
@media only screen and (max-width: 751px) {
  .front-vision-message {
    font-weight: 700;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    padding-bottom: 40px;
  }
}
@media print, only screen and (min-width: 750px) {
  .front-vision-message:lang(zh-cmn-Hans) {
    white-space: nowrap;
  }
}
.front-vision-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  text-align: left;
  color: #454649;
}
@media only screen and (max-width: 751px) {
  .front-vision-text {
    font-weight: 400;
    line-height: 29px;
  }
}
.front-vision-img {
  padding-bottom: 50px;
}
@media only screen and (max-width: 751px) {
  .front-vision-img {
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 35px;
  }
}
.front-vision-link {
  margin-top: 160px;
  text-align: center;
}
@media only screen and (max-width: 751px) {
  .front-vision-link {
    margin-top: 45px;
  }
}
.front-service {
  padding-top: 40px;
  background-color: #fdf0e7;
}
.front-service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 751px) {
  .front-service-list {
    -webkit-flex-wrap: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.front-service-list-item {
  width: 50%;
  height: 340px;
  position: relative;
  background-blend-mode: darken;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 751px) {
  .front-service-list-item {
    width: 100%;
    height: 160px;
    margin-bottom: 5px;
    background-size: cover;
    background-position: center;
  }
}
.front-service-list-item:nth-of-type(1) {
  background-image: url(/assets/img/front/service-01.png);
  background-color: rgba(35, 41, 129, 0.35);
}
@media only screen and (max-width: 751px) {
  .front-service-list-item:nth-of-type(1) {
    background-image: url(/assets/img/front/service-01-sp.png);
  }
}
.front-service-list-item:nth-of-type(1):hover {
  background-color: rgba(35, 41, 129, 0.7);
}
.front-service-list-item:nth-of-type(2) {
  background-image: url(/assets/img/front/service-02.png);
  background-color: rgba(31, 141, 115, 0.3);
}
@media only screen and (max-width: 751px) {
  .front-service-list-item:nth-of-type(2) {
    background-image: url(/assets/img/front/service-02-sp.png);
  }
}
.front-service-list-item:nth-of-type(2):hover {
  background-color: rgba(31, 141, 115, 0.7);
}
.front-service-list-item:nth-of-type(3) {
  background-image: url(/assets/img/front/service-03.png);
  background-color: rgba(24, 116, 157, 0.35);
}
@media only screen and (max-width: 751px) {
  .front-service-list-item:nth-of-type(3) {
    background-image: url(/assets/img/front/service-03-sp.png);
  }
}
.front-service-list-item:nth-of-type(3):hover {
  background-color: rgba(24, 116, 157, 0.7);
}
.front-service-list-item:nth-of-type(4) {
  background-image: url(/assets/img/front/service-04.png);
  background-color: rgba(115, 116, 9, 0.3);
}
@media only screen and (max-width: 751px) {
  .front-service-list-item:nth-of-type(4) {
    background-image: url(/assets/img/front/service-04-sp.png);
  }
}
.front-service-list-item:nth-of-type(4):hover {
  background-color: rgba(115, 116, 9, 0.7);
}
@media print, only screen and (min-width: 750px) {
  .front-service-list-item:nth-of-type(odd) .front-service-list-item__heading {
    right: 142px;
  }
}
@media print, only screen and (min-width: 750px) {
  .front-service-list-item:nth-of-type(even) .front-service-list-item__heading {
    left: 142px;
  }
}
@media only screen and (max-width: 751px) {
  .front-service-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.front-service-list-item__link {
  display: block;
  width: 100%;
  height: 100%;
}
.front-service-list-item__link:hover .front-service-list-item__title::before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 751px) {
  .front-service-list-item__link:hover .front-service-list-item__title::before {
    bottom: -6px;
  }
}
.front-service-list-item__heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media only screen and (max-width: 751px) {
  .front-service-list-item__heading {
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.front-service-list-item__title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 751px) {
  .front-service-list-item__title {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.front-service-list-item__sub {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.front-company-inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 87px;
  padding-bottom: 82px;
  background-color: #fff;
  margin-bottom: -200px;
  position: relative;
}
@media only screen and (max-width: 751px) {
  .front-company-inner {
    max-width: 90%;
    padding-top: 47px;
    padding-bottom: 0;
    margin-bottom: -154px;
  }
}
.front-company-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 751px) {
  .front-company-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    max-width: 100%;
  }
}
.front-company-list-item {
  width: 310px;
  height: 240px;
  background-position: center;
}
@media only screen and (max-width: 751px) {
  .front-company-list-item {
    width: 100%;
    height: 110px;
  }
}
.front-company-list-item__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.front-company-list-item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
}
@media only screen and (max-width: 751px) {
  .front-company-list-item__title {
    font-size: 16px;
  }
}
.front-company-list-item:nth-of-type(1) {
  background-image: url(/assets/img/front/company-01.png);
}
@media only screen and (max-width: 751px) {
  .front-company-list-item:nth-of-type(1) {
    background-image: url(/assets/img/front/company-01-sp.png);
  }
}
.front-company-list-item:nth-of-type(2) {
  background-image: url(/assets/img/front/company-02.png);
}
@media only screen and (max-width: 751px) {
  .front-company-list-item:nth-of-type(2) {
    background-image: url(/assets/img/front/company-02-sp.png);
  }
}
.front-company-list-item:nth-of-type(3) {
  background-image: url(/assets/img/front/company-03.png);
}
@media only screen and (max-width: 751px) {
  .front-company-list-item:nth-of-type(3) {
    background-image: url(/assets/img/front/company-03-sp.png);
  }
}
.front-company-list-item:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front-information {
  background-color: #fdf0e7;
}
.front-information-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 300px;
  padding-bottom: 98px;
}
@media only screen and (max-width: 751px) {
  .front-information-inner {
    max-width: 90%;
    padding-top: 206px;
    padding-bottom: 35px;
  }
}
.front-information-list {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 751px) {
  .front-information-list {
    max-width: 100%;
  }
}
.front-information-list-item {
  padding-bottom: 25px;
}
@media only screen and (max-width: 751px) {
  .front-information-list-item {
    padding-bottom: 20px;
  }
}
.front-information-list-item:last-of-type {
  padding-bottom: 0;
}
.front-information-list-item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 751px) {
  .front-information-list-item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.front-information-list-item__link:hover {
  color: #d5600d;
}
.front-information-list-item__data {
  padding-right: 63px;
}
@media only screen and (max-width: 751px) {
  .front-information-list-item__data {
    padding-right: 0;
    padding-bottom: 12px;
  }
}
.front-information-list-item__title {
  width: 100%;
}
.front-information-btn {
  text-align: right;
}
@media only screen and (max-width: 751px) {
  .front-information-btn {
    margin-top: 42px;
  }
}
.front-information-btn__link {
  position: relative;
  display: inline-block;
  width: 175px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  text-align: left;
  color: #454649;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 751px) {
  .front-information-btn__link {
    width: 115px;
  }
}
.front-information-btn__link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  right: 45px;
  width: 25px;
  height: 2px;
  background: #454649;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 751px) {
  .front-information-btn__link::before {
    right: 1px;
  }
}
.front-information-btn__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  right: 46px;
  width: 10px;
  height: 8px;
  border-top: 2px solid #454649;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 751px) {
  .front-information-btn__link::after {
    right: 0;
  }
}
.front-information-btn__link:hover {
  color: #d5600d;
}
.front-information-btn__link:hover::before {
  background: #d5600d;
  width: 45px;
  right: 25px;
}
@media only screen and (max-width: 751px) {
  .front-information-btn__link:hover::before {
    width: 25px;
    right: 1px;
  }
}
.front-information-btn__link:hover::after {
  border-top: 2px solid #d5600d;
  right: 26px;
}
@media only screen and (max-width: 751px) {
  .front-information-btn__link:hover::after {
    width: 10px;
    right: 0;
  }
}

.contact-wraper {
  display: flex;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 751px) {
  .contact-wraper {
    display: block;
  }
}

.front-contact-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 67px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 751px) {
  .front-contact-inner {
    max-width: 90%;
    padding-top: 37px;
    padding-bottom: 59px;
  }
}
.front-contact-logo {
  /* margin-left: auto; */
  margin-right: auto;
  width: 300px;
  text-align: center;
}

@media only screen and (max-width: 751px) {
  .front-contact-logo {
    width: 209px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 47px;
  }
}
.front-contact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 751px) {
  .front-contact-list {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.front-contact-list-item {
  padding-right: 86px;
  margin-right: 71px;
  border-right: 1px solid #e0e0e0;
}
@media only screen and (max-width: 751px) {
  .front-contact-list-item {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    margin-bottom: 38px;
    text-align: center;
  }
}
.front-contact-list-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
@media only screen and (max-width: 751px) {
  .front-contact-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.front-contact-list-item__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 17px;
}
.front-contact-list-item__text {
  white-space: nowrap;
  font-size: 16px;
  line-height: 30px;
}

@media only screen and (max-width: 751px) {
  .front-mv-btn-pc {
    display: none !important;
  }
}

@media print, only screen and (min-width: 750px) {
  .front-mv-btn-sp {
    display: none;
  }
}
@media only screen and (max-width: 751px) {
  .front-mv-btn-sp {
    display: block !important;
  }
}
