@charset "UTF-8";
main {
  padding-top: 12.5vw;
}

.txt-a {
  position: relative;
  box-sizing: border-box;
  border: solid 2px #2022B0;
  background: #2022B0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.2291666667vw;
  height: 4.1666666667vw;
  border-radius: 0;
  margin: 0;
  gap: 0.8vw;
  transition: 1s;
}
.txt-a svg {
  position: absolute;
  top: 50%;
  right: 1.8229166667vw;
  transform: translateY(-50%);
  display: flex;
  width: 1vw;
  height: 1vw;
}
.txt-a svg path {
  transition: 1s;
  fill: #ffffff;
}
.txt-a:hover {
  background: #ffffff;
  color: #2022B0;
}
.txt-a:hover svg path {
  fill: #2022B0;
}

.ttl-box .txt-h2 {
  line-height: 1;
}
.ttl-box .txt-h2 .txt-e {
  color: #2022B0;
  display: block;
  line-height: 1;
  margin-bottom: 0.5208333333vw;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
  .txt-a {
    width: 100%;
    height: 50px;
    gap: 10px;
    margin: 0 auto;
    font-size: 16px;
  }
  .txt-a span {
    font-size: 16px;
  }
  .txt-a svg {
    width: 14px;
    height: 14px;
    right: 20px;
  }
  .txt-a svg path {
    transition: 1s;
  }
  .txt-a:hover {
    background: #ffffff;
    color: #000000;
  }
  .txt-a:hover svg path {
    fill: #000000;
  }
  .ttl-box {
    margin-bottom: 40px;
  }
  .ttl-box .txt-h2 {
    font-size: 14px;
  }
  .ttl-box .txt-h2 .txt-e {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .box {
  width: 94.87%;
  margin: 0 auto;
}
section#mv_area .txt-box {
  box-sizing: border-box;
  margin-bottom: 2.6041666667vw;
}
section#mv_area .txt-box .txt-h1 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
section#mv_area .txt-box .txt-h1 .item {
  display: block;
  letter-spacing: 0;
  line-height: 1;
}
section#mv_area .txt-box .txt-h1 .item.txt-j {
  letter-spacing: -0.5vw;
}
section#mv_area .slider-box {
  position: relative;
  width: 100%;
  height: 40.46875vw;
  overflow: hidden;
  z-index: 1;
  transform: scale(1);
}
section#mv_area .slider-box .slick-dots {
  width: 30px;
  top: 50%;
  right: -30px;
  bottom: auto;
  transform: translateY(-50%);
}
section#mv_area .scroll {
  position: absolute;
  right: calc(2.57% + 5.2083333333vw);
  bottom: 3.5vw;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  section#mv_area {
    position: relative;
  }
  section#mv_area .inner {
    padding-top: 30px;
  }
  section#mv_area .box {
    width: 95%;
    margin: 0 auto;
  }
  section#mv_area .txt-box {
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  section#mv_area .txt-box .txt-h1 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  section#mv_area .txt-box .txt-h1 .item {
    display: block;
    letter-spacing: 0;
    line-height: 1.2em;
    width: 100%;
    font-size: 16px;
  }
  section#mv_area .txt-box .txt-h1 .item.txt-j {
    letter-spacing: 2px;
    font-size: 32px;
    margin-bottom: 25px;
    font-family: "font-ZKGNb", "Zen Kaku Gothic New", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  section#mv_area .slider-box {
    position: relative;
    width: 100%;
    height: 70vw;
    overflow: hidden;
    z-index: 1;
  }
  section#mv_area .slider-box .slick-slider {
    width: 100%;
    height: 100%;
  }
  section#mv_area .slider-box .slick-dots {
    width: 30px;
    top: 50%;
    right: -30px;
    bottom: auto;
    transform: translateY(-50%);
  }
  section#mv_area .slider-box .slick-track {
    width: 100%;
    height: 100%;
  }
  section#mv_area .slider-box .slick-list {
    width: 100%;
    height: 100% !important;
  }
  section#mv_area .scroll {
    position: absolute;
    right: calc(7.5% + 30px);
    bottom: 30px;
    z-index: 5;
  }
  section#mv_area .scroll svg {
    display: flex;
    width: 50px;
    height: 50px;
  }
}
/*==========================================================================
section#company_area
========================================================================== */
section#company_area {
  position: relative;
}
section#company_area .inner {
  padding-top: 7.8125vw;
}
section#company_area .txt-box {
  justify-content: space-between;
  align-items: center;
}
section#company_area .txt-box .ttl-box .txt-a {
  margin-top: 3.6458333333vw;
}
section#company_area .txt-box .main-box {
  width: 56.35%;
}
section#company_area .txt-box .main-box .txt-h3 {
  margin-bottom: 2.6041666667vw;
}
section#company_area .txt-box .main-box .txt-p {
  line-height: 1.8em;
}
section#company_area .txt-box .main-box .txt-a {
  display: none;
}
section#company_area .img-box {
  margin-top: 4.3229166667vw;
  height: 27.7604166667vw;
  position: relative;
}
section#company_area .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  section#company_area {
    position: relative;
  }
  section#company_area .inner {
    padding-top: 100px;
  }
  section#company_area .box {
    width: 100%;
  }
  section#company_area .txt-box {
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    position: relative;
  }
  section#company_area .txt-box .ttl-box {
    width: 100%;
  }
  section#company_area .txt-box .ttl-box .txt-a {
    display: none;
  }
  section#company_area .txt-box .main-box {
    width: 100%;
  }
  section#company_area .txt-box .main-box .txt-h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  section#company_area .txt-box .main-box .txt-p {
    font-size: 14px;
  }
  section#company_area .txt-box .main-box .txt-a {
    margin-top: 40px;
    display: flex;
  }
  section#company_area .img-box {
    margin-top: 80px;
    height: 50vw;
  }
  section#company_area .img-box::before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
/*==========================================================================
section#business_area
========================================================================== */
section#business_area {
  position: relative;
}
section#business_area::before {
  content: "";
  background: url(../img/bg001.webp) center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64.2708333333vw;
  z-index: -1;
}
section#business_area .inner {
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
}
section#business_area .box {
  justify-content: space-between;
  align-items: center;
}
section#business_area .txt-box {
  width: 41.3%;
}
section#business_area .txt-box .ttl-box {
  margin-bottom: 2.6041666667vw;
}
section#business_area .txt-box .txt-h3 {
  margin-bottom: 2.6041666667vw;
}
section#business_area .txt-box .txt-p {
  line-height: 1.8em;
}
section#business_area .txt-box .txt-a {
  margin-top: 3.6458333333vw;
}
section#business_area .link-box {
  width: 53.8%;
  flex-flow: column;
}
section#business_area .link-box .txt-i {
  position: relative;
  width: 100%;
  height: 18.2291666667vw;
}
section#business_area .link-box .txt-i::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 1s;
}
section#business_area .link-box .txt-i .txt-s {
  position: absolute;
  color: #ffffff;
  display: block;
  bottom: 2.6041666667vw;
  left: 2.6041666667vw;
  z-index: 2;
}
section#business_area .link-box .txt-i .icon {
  position: absolute;
  bottom: 1.5625vw;
  right: 1.5625vw;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  border-radius: 5.2083333333vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 1s;
}
section#business_area .link-box .txt-i .icon svg {
  display: flex;
  width: 1.4vw;
  height: 1.4vw;
}
section#business_area .link-box .txt-i .icon svg path {
  fill: #2022B0;
}
section#business_area .link-box .txt-i:hover::before {
  background: rgba(32, 34, 176, 0.4);
}
section#business_area .link-box .txt-i:hover .icon {
  right: 1vw;
}

@media screen and (max-width: 767px) {
  section#business_area {
    position: relative;
  }
  section#business_area::before {
    content: "";
    background: url(../img/bg001.webp) center no-repeat;
    background-size: cover;
    height: 125.270833vw;
  }
  section#business_area .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section#business_area .box {
    justify-content: space-between;
    align-items: center;
  }
  section#business_area .txt-box {
    width: 100%;
  }
  section#business_area .txt-box .ttl-box {
    margin-bottom: 30px;
  }
  section#business_area .txt-box .txt-h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  section#business_area .txt-box .txt-p {
    font-size: 14px;
  }
  section#business_area .txt-box .txt-a {
    margin-top: 30px;
  }
  section#business_area .link-box {
    width: 100%;
    flex-flow: column;
    margin-top: 80px;
  }
  section#business_area .link-box .txt-i {
    position: relative;
    width: 100%;
    min-height: 140px;
    height: 40vw;
    display: block;
  }
  section#business_area .link-box .txt-i .txt-s {
    font-size: 20px;
    bottom: 20px;
    left: 20px;
  }
  section#business_area .link-box .txt-i .icon {
    bottom: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  section#business_area .link-box .txt-i .icon svg {
    display: flex;
    width: 12px;
    height: 12px;
  }
  section#business_area .link-box .txt-i:hover .icon {
    right: 10px;
  }
}
/*==========================================================================
section#recruit_area
========================================================================== */
section#recruit_area {
  position: relative;
}
section#recruit_area .inner {
  padding-top: 10.4166666667vw;
}
section#recruit_area .txt-box {
  width: 50%;
  background: #2022B0;
  box-sizing: border-box;
  padding: 5.2083333333vw;
}
section#recruit_area .txt-box .ttl-box {
  margin-bottom: 2.6041666667vw;
}
section#recruit_area .txt-box .ttl-box .txt-h2 {
  color: #ffffff;
}
section#recruit_area .txt-box .ttl-box .txt-h2 .txt-e {
  color: #ffffff;
}
section#recruit_area .txt-box .txt-h3 {
  color: #ffffff;
}
section#recruit_area .txt-box .txt-a {
  margin-top: 2.6041666667vw;
  background: #ffffff;
  color: #2022B0;
}
section#recruit_area .txt-box .txt-a svg path {
  fill: #2022B0;
}
section#recruit_area .txt-box .txt-a:hover {
  background: #2022B0;
  color: #ffffff;
  border-color: #ffffff;
}
section#recruit_area .txt-box .txt-a:hover svg path {
  fill: #ffffff;
}
section#recruit_area .img-box {
  width: 50%;
}

@media screen and (max-width: 767px) {
  section#recruit_area {
    position: relative;
  }
  section#recruit_area .inner {
    padding-top: 100px;
  }
  section#recruit_area .txt-box {
    width: 100%;
    padding: 50px 20px;
  }
  section#recruit_area .txt-box .ttl-box {
    margin-bottom: 40px;
  }
  section#recruit_area .txt-box .txt-h3 {
    font-size: 16px;
  }
  section#recruit_area .txt-box .txt-a {
    margin-top: 30px;
  }
  section#recruit_area .img-box {
    width: 100%;
  }
}
/*==========================================================================
section#news_area
========================================================================== */
section#news_area .inner {
  padding: 10.4166666667vw 0;
}
section#news_area .box {
  align-items: center;
  justify-content: space-between;
  gap: 7.8125vw;
}
section#news_area .ttl-box {
  margin: 0;
  width: 28.48%;
}
section#news_area .ttl-box .txt-a {
  margin-top: 2.6041666667vw;
}
section#news_area .list-box {
  width: 71.52%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section#news_area .list-box .txt-d {
  line-height: 1;
  transition: 1s;
  color: #2022B0;
}
section#news_area .list-box .txt-h3 {
  line-height: 1;
  transition: 1s;
  color: #000000;
}
section#news_area .list-box svg {
  width: 0.8vw;
  height: 0.8vw;
  transition: 1s;
  position: absolute;
  right: 1.8229166667vw;
  top: 50%;
  transform: translateY(-50%);
}
section#news_area .list-box svg path {
  transition: 1s;
  fill: #2022B0;
}
section#news_area .list-box a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.5625vw;
  gap: 2.6041666667vw;
  border-bottom: solid 1px #000000;
  position: relative;
  line-height: 1;
}
section#news_area .list-box a:hover .txt-h3 {
  color: #2022B0;
}
section#news_area .list-box a:hover svg {
  right: 1vw;
}
section#news_area .list-box li {
  width: 100%;
  line-height: 1;
}
section#news_area .list-box li:first-child a {
  border-top: solid 1px #000000;
}

@media screen and (max-width: 767px) {
  section#news_area .inner {
    padding: 100px 0;
  }
  section#news_area .box {
    align-items: center;
    justify-content: space-between;
    gap: 7.8125vw;
  }
  section#news_area .ttl-box {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
  }
  section#news_area .ttl-box .txt-a {
    margin-top: 50px;
  }
  section#news_area .list-box {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
  }
  section#news_area .list-box .txt-d {
    font-size: 10px;
    width: 100%;
  }
  section#news_area .list-box .txt-h3 {
    font-size: 14px;
  }
  section#news_area .list-box svg {
    width: 16px;
    height: 16px;
    right: 20px;
  }
  section#news_area .list-box a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #ffffff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 35px 20px;
    gap: 10px;
    position: relative;
    line-height: 1;
  }
  section#news_area .list-box a:hover svg {
    right: 10px;
  }
  section#news_area .list-box li {
    width: 100%;
    line-height: 1;
  }
}
/*==========================================================================
section#links_area
========================================================================== */
section#links_area .box .item-box {
  width: 50%;
  display: block;
  position: relative;
}
section#links_area .box .item-box .txt-box .ttl-box {
  margin: 0;
  width: 100%;
  position: absolute;
  left: 2.6041666667vw;
  bottom: 2.6041666667vw;
  z-index: 2;
}
section#links_area .box .item-box .txt-box .ttl-box .txt-h2 {
  color: #ffffff;
}
section#links_area .box .item-box .txt-box .ttl-box .txt-h2 .txt-e {
  color: #ffffff;
}
section#links_area .box .item-box .txt-box .icon {
  position: absolute;
  bottom: 1.5625vw;
  right: 1.5625vw;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  border-radius: 5.2083333333vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 1s;
}
section#links_area .box .item-box .txt-box .icon svg {
  display: flex;
  width: 1.4vw;
  height: 1.4vw;
}
section#links_area .box .item-box .txt-box .icon svg path {
  fill: #2022B0;
}
section#links_area .box .item-box .img-box {
  width: 100%;
  height: 25vw;
}
section#links_area .box .item-box .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 1s;
}
section#links_area .box .item-box:hover .img-box::before {
  content: "";
  background: rgba(32, 34, 176, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
section#links_area .box .item-box:hover .icon {
  right: 1vw;
}

@media screen and (max-width: 767px) {
  section#links_area .box .item-box {
    width: 100%;
    display: block;
    position: relative;
  }
  section#links_area .box .item-box .txt-box .ttl-box {
    width: 100%;
    left: 20px;
    bottom: 40px;
  }
  section#links_area .box .item-box .txt-box .icon {
    bottom: 45px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
  }
  section#links_area .box .item-box .txt-box .icon svg {
    width: 12px;
    height: 12px;
  }
  section#links_area .box .item-box .img-box {
    width: 100%;
    height: 55vw;
    min-height: 180px;
  }
  section#links_area .box .item-box .img-box::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 1s;
  }
  section#links_area .box .item-box:hover .img-box::before {
    content: "";
    background: rgba(32, 34, 176, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  section#links_area .box .item-box:hover .icon {
    right: 1vw;
  }
}
/*# sourceMappingURL=top.css.map */