main {
  padding-top: 4.7916666667vw;
}

.ttl-box .txt-h2 {
  display: flex;
  align-items: center;
  gap: 1.05vw;
  line-height: 1;
  margin-bottom: 1.5625vw;
}
.ttl-box .txt-h2 span {
  line-height: 1;
}
.ttl-box .txt-p {
  line-height: 2em;
}

.txt-a {
  box-sizing: border-box;
  border: solid 0.1041666667vw #000000;
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.0625vw;
  height: 4.1666666667vw;
  border-radius: 0.5208333333vw;
  gap: 0.5208333333vw;
  margin: 0 auto;
  transition: 1s;
}
.txt-a svg path {
  transition: 1s;
}
.txt-a:hover {
  background: #ffffff;
  color: #000000;
}
.txt-a:hover svg path {
  fill: #000000;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
  .ttl-box .txt-h2 {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 5px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .ttl-box .txt-h2 span {
    line-height: 1;
    font-size: 32px;
  }
  .ttl-box .txt-p {
    font-size: 14px;
  }
  .ttl-box .txt-p br {
    display: none;
  }
  .txt-a {
    width: 240px;
    height: 60px;
    border-radius: 10px;
    gap: 10px;
    margin: 0 auto;
    transition: 1s;
    font-size: 16px;
  }
  .txt-a svg path {
    transition: 1s;
  }
  .txt-a:hover {
    background: #ffffff;
    color: #000000;
  }
  .txt-a:hover svg path {
    fill: #000000;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .box {
  position: relative;
  align-items: center;
}
section#mv_area .img-box {
  position: relative;
  margin-left: auto;
  width: 70.84%;
  height: 100vh;
  overflow: hidden;
}
/* section#mv_area .img-box:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
} */
section#mv_area .txt-box {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 29.16%;
}
section#mv_area .txt-box .txt-h1 {
  position: relative;
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 6.7708333333vw;
  padding-left: 8.8541666667vw;
  padding-bottom: 8.55vw;
}
section#mv_area .txt-box .txt-h1 .item {
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #ffffff;
  line-height: 1;
}
section#mv_area .txt-box .txt-h1 .item.jp {
  margin-top: 2.6041666667vw;
}
section#mv_area .txt-box:before {
  background: #000000;
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  section#mv_area {
    position: relative;
  }
  section#mv_area .box {
    display: flex;
    flex-wrap: wrap;
  }
  section#mv_area .img-box {
    position: relative;
    margin-left: auto;
    width: 100%;
    height: calc(100svh - 207.59px);
    order: 1;
  }
  section#mv_area .txt-box {
    width: 100%;
    order: 2;
  }
  section#mv_area .txt-box .txt-h1 {
    padding: 20px;
    padding-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
  }
  section#mv_area .txt-box .txt-h1 .item {
    line-height: 1.2em;
    font-size: 40px;
  }
  section#mv_area .txt-box .txt-h1 .item.jp {
    margin-top: 30px;
    font-size: 18px;
  }
  section#mv_area .txt-box:before {
    background: #000000;
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
/*==========================================================================
section#service_area
========================================================================== */
section#service_area {
  position: relative;
}
section#service_area .inner {
  padding-top: 4.1666666667vw;
  padding-bottom: 7.8125vw;
}
section#service_area .ttl-box .txt-h2 span {
  padding-bottom: 0.5vw;
}
section#service_area .list-box {
  margin-top: 2.6041666667vw;
  justify-content: space-between;
}
section#service_area .list-box .img-box {
  width: 100%;
  height: 20.8333333333vw;
  margin-bottom: 1.05vw;
}
section#service_area .list-box .img-box img {
  border-radius: 0.5208333333vw;
}
section#service_area .list-box .txt-h3 {
  margin-bottom: 1.05vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5vw;
}
section#service_area .list-box .txt-h3 span {
  background: #000000;
  color: #ffffff;
  width: 3.6458333333vw;
  height: 1.8229166667vw;
  border-radius: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#service_area .list-box .txt-p {
  position: relative;
  line-height: 1.8em;
}
section#service_area .list-box .txt-p::before {
  content: "";
  background: url(../img/list_icon.svg) center no-repeat;
  background-size: cover;
  width: 0.78125vw;
  height: 0.78125vw;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.5vw;
}
section#service_area .list-box li {
  width: 31.2%;
  position: relative;
}
section#service_area .txt-a {
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#service_area {
    position: relative;
  }
  section#service_area .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#service_area .ttl-box .txt-h2 span {
    padding-bottom: 0;
  }
  section#service_area .list-box {
    margin-top: 40px;
  }
  section#service_area .list-box .img-box {
    height: 55vw;
    margin-bottom: 20px;
  }
  section#service_area .list-box .img-box img {
    border-radius: 10px;
  }
  section#service_area .list-box .txt-h3 {
    margin-bottom: 20px;
    gap: 10px;
    font-size: 20px;
  }
  section#service_area .list-box .txt-h3 span {
    width: 60px;
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
  }
  section#service_area .list-box .txt-p {
    font-size: 14px;
  }
  section#service_area .list-box .txt-p::before {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  section#service_area .list-box li {
    width: 100%;
  }
  section#service_area .list-box li:nth-child(n+2) {
    margin-top: 40px;
  }
  section#service_area .txt-a {
    margin-top: 50px;
  }
}
/*==========================================================================
section#company_area
========================================================================== */
section#company_area {
  position: relative;
  background: rgba(179, 179, 179, 0.25);
}
section#company_area .inner {
  padding: 7.8125vw 0;
}
section#company_area .box {
  align-items: center;
}
section#company_area .img-box {
  width: 49.5%;
  height: 31.6145833333vw;
}
section#company_area .img-box img {
  border-radius: 0 0.5208333333vw 0.5208333333vw 0;
}
section#company_area .txt-box {
  width: 50.5%;
  box-sizing: border-box;
  padding: 0 5.2083333333vw;
}
section#company_area .txt-box .txt-h2 {
  margin-bottom: 2.6041666667vw;
  line-height: 1;
}
section#company_area .txt-box .txt-h2 span {
  display: block;
  line-height: 1;
  margin-bottom: 1.05vw;
}
section#company_area .txt-box .txt-h3 {
  margin-bottom: 1.5625vw;
}
section#company_area .txt-box .txt-p {
  line-height: 2em;
}
section#company_area .txt-box .txt-a {
  margin: 0;
  margin-top: 3.125vw;
}

@media screen and (max-width: 767px) {
  section#company_area .inner {
    padding: 0 0 60px;
  }
  section#company_area .box {
    align-items: center;
  }
  section#company_area .img-box {
    width: 100%;
    height: 50vw;
  }
  section#company_area .img-box img {
    border-radius: 0;
  }
  section#company_area .txt-box {
    width: 100%;
    padding: 50px 5%;
    padding-bottom: 0;
  }
  section#company_area .txt-box .txt-h2 {
    margin-bottom: 30px;
    font-size: 14px;
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
  section#company_area .txt-box .txt-h2 span {
    display: block;
    line-height: 1;
    margin-bottom: 0;
    font-size: 32px;
  }
  section#company_area .txt-box .txt-h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  section#company_area .txt-box .txt-p {
    font-size: 14px;
  }
  section#company_area .txt-box .txt-a {
    margin-top: 50px;
  }
}
/*==========================================================================
section#future_area
========================================================================== */
section#future_area {
  position: relative;
  padding: 7.8125vw 0 0;
}
section#future_area .inner {
  padding: 7.8125vw 0;
  background: url(../img/bg_future.webp) top no-repeat;
}
section#future_area .ttl-box .txt-h2 {
  margin-bottom: 2.6041666667vw;
  line-height: 1;
  color: #ffffff;
  flex-flow: column;
}
section#future_area .ttl-box .txt-h2 span {
  display: block;
  line-height: 1;
}
section#future_area .ttl-box .txt-p {
  color: #ffffff;
  text-align: center;
}
section#future_area .list-box {
  margin-top: 3.125vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw 3.2%;
}
section#future_area .list-box .icon {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
}
section#future_area .list-box .txt-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section#future_area .list-box .txt-box .txt-h3 {
  margin-bottom: 0.5208333333vw;
  text-align: center;
}
section#future_area .list-box .txt-box .txt-p {
  text-align: center;
}
section#future_area .list-box li {
  width: 31.2%;
  padding: 1.05vw 1.5625vw;
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5625vw;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  section#future_area {
    position: relative;
    padding: 60px 0 0;
  }
  section#future_area .inner {
    padding: 60px 0;
    background: url(../img/bg_future.webp) top no-repeat;
  }
  section#future_area .ttl-box .txt-h2 {
    margin-bottom: 30px;
  }
  section#future_area .ttl-box .txt-h2 span {
    display: block;
    line-height: 1;
  }
  section#future_area .ttl-box .txt-p {
    text-align: start;
  }
  section#future_area .list-box {
    margin-top: 40px;
    gap: 20px;
  }
  section#future_area .list-box .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 0;
  }
  section#future_area .list-box .txt-box .txt-h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  section#future_area .list-box .txt-box .txt-p {
    font-size: 14px;
  }
  section#future_area .list-box li {
    width: 100%;
    padding: 20px;
    border-radius: 200px;
    gap: 20px;
  }
}
/*==========================================================================
section#news_area
========================================================================== */
section#news_area {
  position: relative;
}
section#news_area .inner {
  padding: 7.8125vw 0;
}
section#news_area .ttl-box {
  display: flex;
  justify-content: space-between;
}
section#news_area .ttl-box .txt-h2 {
  line-height: 1;
  margin: 0;
}
section#news_area .ttl-box .txt-h2 span {
  display: block;
  line-height: 1;
  padding-bottom: 0.5vw;
}
section#news_area .ttl-box .txt-a {
  margin: 0;
}
section#news_area .list-box {
  margin-top: 1.5625vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
section#news_area .list-box .txt-d {
  line-height: 1;
  transition: 1s;
}
section#news_area .list-box .txt-h3 {
  margin-bottom: 0.1vw;
  line-height: 1;
  transition: 1s;
}
section#news_area .list-box svg {
  display: flex;
  position: absolute;
  right: 1.3020833333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4166666667vw;
  height: 0.7291666667vw;
  transition: 1s;
}
section#news_area .list-box svg path {
  transition: 1s;
}
section#news_area .list-box a {
  display: flex;
  align-items: center;
  color: #000000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.5625vw 1.05vw;
  gap: 2.6041666667vw;
  border-bottom: solid 1px #000000;
  position: relative;
}
section#news_area .list-box a:hover .txt-d {
  color: #F97316;
}
section#news_area .list-box a:hover .txt-h3 {
  color: #F97316;
}
section#news_area .list-box a:hover svg {
  right: 0;
}
section#news_area .list-box a:hover svg path {
  fill: #F97316;
}
section#news_area .list-box li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  section#news_area {
    position: relative;
    padding-bottom: 60px;
  }
  section#news_area .inner {
    padding: 60px 0 120px;
  }
  section#news_area .ttl-box {
    display: flex;
    justify-content: space-between;
  }
  section#news_area .ttl-box .txt-h2 {
    line-height: 1;
    margin: 0;
  }
  section#news_area .ttl-box .txt-h2 span {
    display: block;
    line-height: 1;
    padding-bottom: 0.5vw;
  }
  section#news_area .ttl-box .txt-a {
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
  section#news_area .list-box {
    margin-top: 40px;
  }
  section#news_area .list-box .txt-d {
    font-size: 14px;
  }
  section#news_area .list-box .txt-h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  section#news_area .list-box svg {
    right: 5px;
    width: 8px;
    height: 10px;
  }
  section#news_area .list-box a {
    box-sizing: border-box;
    padding: 20px 10px;
    padding-right: 18px;
    gap: 8px;
    flex-flow: column;
    align-items: flex-start;
  }
  section#news_area .list-box li {
    width: 100%;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
  margin-bottom: -8.6979165vw;
  z-index: 1;
}
section#contact_area .inner {
  padding: 0;
}
section#contact_area .box {
  background: #000000;
  padding: 3.125vw 5.2083333333vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5208333333vw;
}
section#contact_area .txt-box {
  width: 40%;
}
section#contact_area .txt-box .txt-h2 {
  color: #ffffff;
  margin-bottom: 1.5625vw;
  line-height: 1;
}
section#contact_area .txt-box .txt-h2 span {
  display: block;
  line-height: 1;
  margin-bottom: 0.5vw;
}
section#contact_area .txt-box .txt-p {
  color: #ffffff;
}
section#contact_area .link-box {
  width: 52%;
  flex-flow: column;
  gap: 0.7291666667vw;
}
section#contact_area .link-box .txt-l {
  width: 100%;
  height: 5.2083333333vw;
  border: solid 2px #ffffff;
  background: #ffffff;
  border-radius: 0.5208333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 1s;
}
section#contact_area .link-box .txt-l .txt-f {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  transition: 1s;
}
section#contact_area .link-box .txt-l .txt-f svg {
  display: flex;
  width: 1.4322916667vw;
  height: 1.4322916667vw;
}
section#contact_area .link-box .txt-l .txt-f svg path {
  transition: 1s;
}
section#contact_area .link-box .txt-l .txt-f svg#mail {
  width: auto;
  height: 1.1458333333vw;
}
section#contact_area .link-box .txt-l .txt-n {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.5208333333vw;
}
section#contact_area .link-box .txt-l .txt-t {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #ffffff;
}
section#contact_area .link-box .txt-l .txt-t svg {
  display: flex;
  margin-right: 0.5208333333vw;
  width: auto;
  height: 1.8229166667vw;
}
section#contact_area .link-box .txt-l .txt-t span {
  display: block;
  line-height: 1;
  margin-left: 1.5625vw;
  letter-spacing: 0;
}
section#contact_area .link-box .txt-l:hover {
  background: #000000;
}
section#contact_area .link-box .txt-l:hover .txt-f {
  color: #ffffff;
}
section#contact_area .link-box .txt-l:hover .txt-f svg path {
  fill: #ffffff;
}
section#contact_area .link-box .txt-l.tels {
  flex-flow: column;
  background: #808080;
  border-color: #808080;
}
section#contact_area .link-box .txt-l.tels:hover {
  background: #000000;
}

@media screen and (max-width: 767px) {
  section#contact_area {
    position: relative;
    margin-bottom: -184px;
    z-index: 1;
  }
  section#contact_area .inner {
    padding: 0;
  }
  section#contact_area .box {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    flex-wrap: wrap;
  }
  section#contact_area .txt-box {
    width: 100%;
    margin-bottom: 30px;
  }
  section#contact_area .txt-box .txt-h2 {
    margin-bottom: 0;
    font-size: 14px;
    display: flex;
    flex-flow: column;
    gap: 5px;
    margin-bottom: 20px;
  }
  section#contact_area .txt-box .txt-h2 span {
    display: block;
    line-height: 1;
    margin-bottom: 0;
    font-size: 32px;
  }
  section#contact_area .txt-box .txt-p {
    font-size: 14px;
  }
  section#contact_area .txt-box .txt-p br {
    display: none;
  }
  section#contact_area .link-box {
    width: 100%;
    display: flex;
    gap: 15px;
  }
  section#contact_area .link-box .txt-l {
    width: 100%;
    height: initial;
    min-height: 60px;
    border-radius: 10px;
    padding: 15px 10px;
  }
  section#contact_area .link-box .txt-l .txt-f {
    gap: 5px;
    font-size: 14px;
  }
  section#contact_area .link-box .txt-l .txt-f svg {
    width: 14px;
    height: 14px;
  }
  section#contact_area .link-box .txt-l .txt-f svg#mail {
    width: auto;
    height: 16px;
  }
  section#contact_area .link-box .txt-l .txt-n {
    margin-bottom: 8px;
    font-size: 12px;
  }
  section#contact_area .link-box .txt-l .txt-t {
    font-size: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  section#contact_area .link-box .txt-l .txt-t svg {
    margin-right: 10px;
    height: 20px;
  }
  section#contact_area .link-box .txt-l .txt-t span {
    margin-left: 0;
    letter-spacing: 0;
    font-size: 10px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  section#contact_area .link-box .txt-l.tels {
    flex-flow: column;
    background: #808080;
    border-color: #808080;
  }
  section#contact_area .link-box .txt-l.tels:hover {
    background: #000000;
  }
}
/*# sourceMappingURL=top.css.map */