.txt-a {
  box-sizing: border-box;
  border: solid 2px #135EAF;
  background-image: linear-gradient(90deg, #135DAF, #0086C1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.5833333333vw;
  height: 3.90625vw;
  border-radius: 3.90625vw;
  margin: 0 auto;
  gap: 0.8vw;
  transition: 1s;
}
.txt-a svg {
  display: flex;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
.txt-a svg path {
  transition: 1s;
}
.txt-a:hover {
  background: #ffffff;
  color: #135EAF;
}
.txt-a:hover svg path {
  fill: #135EAF;
}

.ttl-box .txt-h2 {
  color: #135EAF;
}
.ttl-box .txt-h2 .txt-e {
  display: block;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.2vw;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
  .txt-a {
    max-width: 400px;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    gap: 10px;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 100px;
  }
  .txt-a span {
    font-size: 16px;
  }
  .txt-a svg {
    width: 16px;
    height: 16px;
  }
  .txt-a svg path {
    transition: 1s;
  }
  .txt-a:hover {
    background: #ffffff;
    color: #000000;
  }
  .txt-a:hover svg path {
    fill: #000000;
  }
  .ttl-box .txt-h2 {
    font-size: 14px;
  }
  .ttl-box .txt-h2 .txt-e {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .ttl-box .txt-p {
    font-size: 14px;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .img-box {
  position: relative;
  width: 100%;
  height: 52.5vw;
  overflow: hidden;
  z-index: 1;
}
section#mv_area .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
section#mv_area .img-box .swiper {
  width: 100%;
  height: 100%;
}
section#mv_area .img-box .swiper .swiper-img {
  width: 100%;
  height: 100%;
}
section#mv_area .txt-box {
  position: absolute;
  z-index: 3;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section#mv_area .txt-box .txt-h1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
section#mv_area .txt-box .txt-h1 .item {
  display: block;
  color: #ffffff;
  text-align: center;
}
section#mv_area .txt-box .txt-h1 .txt-e {
  font-style: italic;
}
section#mv_area .txt-box .txt-h1 .txt-j {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 767px) {
  section#mv_area .img-box {
    position: relative;
    width: 100%;
    height: calc(100svh - 60px);
    overflow: hidden;
  }
  section#mv_area .txt-box {
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 95%;
  }
  section#mv_area .txt-box .txt-h1 {
    width: 100%;
  }
  section#mv_area .txt-box .txt-h1 .item {
    display: block;
    color: #ffffff;
    text-align: center;
  }
  section#mv_area .txt-box .txt-h1 .txt-e {
    font-size: 28px;
    line-height: 1.1em;
  }
  section#mv_area .txt-box .txt-h1 .txt-j {
    margin-top: 8px;
    font-size: 14px;
  }
}
/*==========================================================================
section#company_area
========================================================================== */
section#company_area {
  position: relative;
}
section#company_area .inner {
  padding: 3.9583333333vw 0 7.8125vw;
  position: relative;
}
section#company_area .bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 79.1666666667vw;
  height: 32.2916666667vw;
  transform: translateX(-50%);
}
section#company_area .box {
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}
section#company_area .txt-box {
  width: 45%;
}
section#company_area .txt-box .txt-h3 {
  margin: 1.5625vw 0;
}
section#company_area .txt-box .txt-p {
  color: #333333;
}
section#company_area .txt-box .txt-a {
  margin: 0;
  margin-top: 2.0833333333vw;
}
section#company_area .img-box {
  width: 45%;
  height: 37vw;
}

@media screen and (max-width: 767px) {
  section#company_area .inner {
    padding: 50px 0;
  }
  section#company_area .bg {
    position: absolute;
    left: 0;
    bottom: initial;
    top: 0;
    width: 100%;
    height: 78vw;
    transform: initial;
  }
  section#company_area .box {
    padding-bottom: 100px;
  }
  section#company_area .txt-box {
    width: 100%;
  }
  section#company_area .txt-box .txt-h3 {
    margin: 20px 0;
    font-size: 20px;
  }
  section#company_area .txt-box .txt-p {
    color: #333333;
    font-size: 14px;
    line-height: 1.8em;
  }
  section#company_area .txt-box .txt-a {
    margin: 0;
    position: absolute;
    bottom: 0;
  }
  section#company_area .img-box {
    width: 100%;
    height: 55vw;
    margin-top: 40px;
  }
}
/*==========================================================================
section#environnement_area
========================================================================== */
section#environnement_area {
  position: relative;
}
section#environnement_area .inner {
  padding: 3.9583333333vw 0 7.8125vw;
  position: relative;
}
section#environnement_area .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 5.2083333333vw - 5.2083333333vw);
}
section#environnement_area .bg::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
section#environnement_area .box {
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}
section#environnement_area .txt-box {
  width: 50%;
}
section#environnement_area .txt-box .txt-h3 {
  margin: 1.5625vw 0;
}
section#environnement_area .txt-box .txt-p {
  color: #333333;
}
section#environnement_area .txt-box .txt-a {
  margin: 0;
  margin-top: 2.0833333333vw;
}
section#environnement_area .img-box {
  width: 45%;
  height: 37vw;
}

@media screen and (max-width: 767px) {
  section#environnement_area .inner {
    padding: 50px 0;
  }
  section#environnement_area .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  section#environnement_area .box {
    padding-bottom: 90px;
  }
  section#environnement_area .txt-box {
    width: 100%;
  }
  section#environnement_area .txt-box .txt-h3 {
    margin: 20px 0;
    font-size: 20px;
  }
  section#environnement_area .txt-box .txt-p {
    color: #333333;
    font-size: 14px;
    line-height: 1.8em;
  }
  section#environnement_area .txt-box .txt-a {
    margin: 0;
    position: absolute;
    bottom: 0;
  }
  section#environnement_area .img-box {
    width: 100%;
    height: 100vw;
    margin-bottom: 40px;
  }
}
.sectioncol2 {
  background-image: linear-gradient(45deg, #135DAF, #0086C1);
}

/*==========================================================================
section#select1_area
========================================================================== */
section#select1_area {
  position: relative;
}
section#select1_area .inner {
  padding: 7.8125vw 0;
}
section#select1_area .ttl-box {
  position: relative;
  margin-bottom: 5.2083333333vw;
}
section#select1_area .ttl-box .txt-h2 {
  color: #ffffff;
  margin-bottom: 1.5625vw;
}
section#select1_area .ttl-box .txt-h2 .txt-e {
  color: #ffffff;
}
section#select1_area .ttl-box .txt-p {
  color: #ffffff;
}
section#select1_area .ttl-box .txt-a {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-color: #ffffff;
  color: #135EAF;
}
section#select1_area .ttl-box .txt-a svg path {
  fill: #135EAF;
}
section#select1_area .ttl-box .txt-a:hover {
  background: #135EAF;
  color: #ffffff;
}
section#select1_area .ttl-box .txt-a:hover svg path {
  fill: #ffffff;
}
section#select1_area .box {
  position: relative;
}
section#select1_area .box::before {
  content: "";
  background: #135EAF;
  width: 100%;
  height: calc(100% - 6.25vw - 6.25vw);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
section#select1_area .top-box {
  width: 89.065%;
  margin-left: auto;
}
section#select1_area .top-box .list-box {
  width: 100%;
}
section#select1_area .top-box .list-box li {
  width: 33.3333%;
  position: relative;
}
section#select1_area .top-box .list-box a {
  display: flex;
  width: 100%;
  height: 100%;
}
section#select1_area .top-box .list-box a .img-box {
  width: 100%;
  height: 26.0416666667vw;
  position: relative;
  overflow: clip;
}
section#select1_area .top-box .list-box a .img-box img {
  transition: 1s;
}
section#select1_area .top-box .list-box a .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
section#select1_area .top-box .list-box a .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
section#select1_area .top-box .list-box a .txt-box .txt-h3 {
  color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 2.6041666667vw;
  transition: 1s;
}
section#select1_area .top-box .list-box a .txt-box .txt-h3 span {
  line-height: 1;
  display: block;
  margin-bottom: 0.5208333333vw;
}
section#select1_area .top-box .list-box a .txt-box .txt-p {
  color: #ffffff;
  text-align: center;
  transition: 1s;
}
section#select1_area .top-box .list-box a .txt-box .txt-l {
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.8229166667vw;
  gap: 0.9375vw;
  transition: 1s;
}
section#select1_area .top-box .list-box a .txt-box .txt-l .arrow {
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  border-radius: 2.2395833333vw;
  border: solid 2px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 1s;
}
section#select1_area .top-box .list-box a .txt-box .txt-l .arrow svg {
  display: flex;
  width: 0.6770833333vw;
  height: 0.6770833333vw;
}
section#select1_area .top-box .list-box a .txt-box .txt-l .arrow svg path {
  fill: #ffffff;
  transition: 1s;
}
section#select1_area .top-box .list-box a:hover .img-box img {
  transform: scale(1.1);
}
section#select1_area .top-box .list-box a:hover .txt-box .txt-l .arrow {
  background: #135EAF;
  border-color: #135EAF;
}

@media screen and (max-width: 767px) {
  section#select1_area {
    position: relative;
  }
  section#select1_area .inner {
    padding: 50px 0 0;
  }
  section#select1_area .ttl-box {
    margin-bottom: 40px;
  }
  section#select1_area .ttl-box .txt-h2 {
    margin-bottom: 20px;
  }
  section#select1_area .ttl-box .txt-a {
    position: initial;
    bottom: 0;
    right: 0;
    margin-top: 30px;
  }
  section#select1_area .box::before {
    height: calc(100% - 50px - 50px);
  }
  section#select1_area .top-box {
    width: 100%;
    margin-left: auto;
  }
  section#select1_area .top-box .list-box {
    width: 100%;
  }
  section#select1_area .top-box .list-box li {
    width: 100%;
    position: relative;
  }
  section#select1_area .top-box .list-box a .img-box {
    width: 100%;
    height: 70vw;
  }
  section#select1_area .top-box .list-box a .txt-box .txt-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#select1_area .top-box .list-box a .txt-box .txt-h3 span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  section#select1_area .top-box .list-box a .txt-box .txt-p {
    font-size: 14px;
  }
  section#select1_area .top-box .list-box a .txt-box .txt-l {
    font-size: 14px;
    margin-top: 15px;
    gap: 5px;
  }
  section#select1_area .top-box .list-box a .txt-box .txt-l .arrow {
    width: 34px;
    height: 34px;
    border-radius: 34px;
  }
  section#select1_area .top-box .list-box a .txt-box .txt-l .arrow svg {
    width: 14px;
    height: 14px;
  }
}
/*==========================================================================
section#recruit_area
========================================================================== */
section#recruit_area {
  position: relative;
}
section#recruit_area .inner {
  padding: 7.8125vw 0;
}
section#recruit_area .img-box {
  width: 86.7%;
  height: 23.59375vw;
  margin: 0 auto;
}
section#recruit_area .in-box {
  width: 100%;
  background: #D0DFEF;
  padding: 9.0104166667vw 7.8125vw 5.2083333333vw;
  box-sizing: border-box;
  margin-top: -5.3645833333vw;
}
section#recruit_area .ttl-box {
  width: 50%;
}
section#recruit_area .ttl-box .txt-h2 {
  margin-bottom: 1.5625vw;
}
section#recruit_area .ttl-box .txt-h2 .txt-e {
  color: #135EAF;
}
section#recruit_area .ttl-box .txt-a {
  margin-left: 0;
}
section#recruit_area .txt-box {
  width: 50%;
  z-index: 2;
}
section#recruit_area .txt-box .txt-h3 {
  color: #135EAF;
  box-sizing: border-box;
  margin-bottom: 2.6041666667vw;
  transition: 1s;
}
section#recruit_area .txt-box .txt-p {
  transition: 1s;
}

@media screen and (max-width: 767px) {
  section#recruit_area {
    position: relative;
  }
  section#recruit_area .inner {
    padding: 50px 0 0;
  }
  section#recruit_area .box {
    width: 100%;
  }
  section#recruit_area .img-box {
    width: 90%;
    height: 50vw;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  section#recruit_area .in-box {
    width: 100%;
    background: #D0DFEF;
    padding: 134px 5% 130px;
    box-sizing: border-box;
    margin-top: -90px;
    position: relative;
  }
  section#recruit_area .ttl-box {
    width: 100%;
  }
  section#recruit_area .ttl-box .txt-h2 {
    margin-bottom: 30px;
  }
  section#recruit_area .ttl-box .txt-a {
    margin-left: 0;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  section#recruit_area .txt-box {
    width: 100%;
    z-index: 2;
  }
  section#recruit_area .txt-box .txt-h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  section#recruit_area .txt-box .txt-p {
    font-size: 14px;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
  background-size: cover;
}
section#contact_area::before {
  content: "";
  background: #135EAF;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
}
section#contact_area .inner {
  padding: 7.8125vw 0;
}
section#contact_area .box {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
section#contact_area .ttl-box {
  width: 100%;
}
section#contact_area .ttl-box .txt-h2 {
  margin-bottom: 2.6041666667vw;
  color: #ffffff;
  text-align: center;
}
section#contact_area .ttl-box .txt-h2 .txt-e {
  color: #ffffff;
  margin-bottom: 0.2vw;
}
section#contact_area .ttl-box .txt-p {
  text-align: center;
  color: #ffffff;
}
section#contact_area .link-box {
  width: 100%;
  margin-top: 3.125vw;
  align-items: center;
  justify-content: center;
  gap: 6.25vw;
}
section#contact_area .link-box .txt-t {
  color: #ffffff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5vw;
  line-height: 1;
  pointer-events: none;
}
section#contact_area .link-box .txt-t svg {
  display: flex;
  width: 2.7083333333vw;
  height: 2.6041666667vw;
}
section#contact_area .link-box .txt-t svg path {
  fill: #ffffff;
}
section#contact_area .link-box .txt-l {
  width: 23.4375vw;
  height: 5.2083333333vw;
  border: solid 2px #ffffff;
  background: #ffffff;
  color: #333333;
  border-radius: 5.2083333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 1s;
  gap: 1.05vw;
}
section#contact_area .link-box .txt-l svg {
  display: flex;
  width: 2.2760416667vw;
  height: 1.4583333333vw;
}
section#contact_area .link-box .txt-l svg path {
  transition: 1s;
  fill: #135EAF;
}
section#contact_area .link-box .txt-l:hover {
  background: #135EAF;
  color: #ffffff;
}
section#contact_area .link-box .txt-l:hover svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  section#contact_area .inner {
    padding: 50px 0;
  }
  section#contact_area .ttl-box {
    width: 100%;
  }
  section#contact_area .ttl-box .txt-h2 {
    margin-bottom: 20px;
  }
  section#contact_area .ttl-box .txt-h2 .txt-e {
    margin-bottom: 5px;
  }
  section#contact_area .link-box {
    margin-top: 30px;
  }
  section#contact_area .link-box .txt-t {
    gap: 10px;
    pointer-events: painted;
    font-size: 32px;
  }
  section#contact_area .link-box .txt-t svg {
    width: 30px;
    height: 31px;
  }
  section#contact_area .link-box .txt-l {
    margin-top: 30px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    border-width: 1px;
    border-radius: 50px;
    gap: 10px;
  }
  section#contact_area .link-box .txt-l svg {
    width: 22px;
    height: 16px;
  }
}
/*# sourceMappingURL=top.css.map */