/*==========================================================================
section#mv
========================================================================== */
section#mv {
  position: relative;
}
section#mv .inner {
  padding-bottom: 14.0625vw;
}
section#mv .top-box {
  position: relative;
}
section#mv .top-box .video-box {
  width: 100%;
  height: 47.65625vw;
  position: relative;
}
section#mv .top-box .video-box video {
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#mv .top-box .video-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
}
section#mv .top-box .txt-box {
  position: absolute;
  left: 0;
  top: 16.25vw;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  height: 59.6354166667vw;
  background: url(../img/mv_top_txt_bg.svg) no-repeat;
  background-size: cover;
  background-position: top;
}
section#mv .top-box .txt-box .txt-h1 {
  padding-top: 13.75vw;
  padding-left: 7.81%;
  color: #ffffff;
}
section#mv .bot-box {
  background: url(../img/mv_bot_box_bg.svg) no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  padding-top: 24.7916666667vw;
  z-index: 2;
  margin-top: -5.625vw;
}
section#mv .bot-box .img-box {
  width: 63.90625vw;
  height: 33.9583333333vw;
  position: absolute;
  top: 11.9270833333vw;
  right: 2.34375vw;
}
section#mv .bot-box .txt-box {
  position: relative;
  z-index: 1;
  margin-left: 12.5%;
  width: 52%;
}
section#mv .bot-box .txt-box .txt-s {
  margin-bottom: 0.2604166667vw;
}
section#mv .bot-box .txt-box .txt-h2 {
  color: #005EB7;
  text-shadow: 0 11px 11px rgba(0, 0, 0, 0.25);
  line-height: 1;
  margin-bottom: 2.8645833333vw;
}
section#mv .bot-box .txt-box .txt-p {
  line-height: 2em;
}
section#mv .bg {
  width: 54.6875vw;
  height: 5.625vw;
  position: absolute;
  right: 4.4270833333vw;
  bottom: 1.4vw;
}

@media screen and (max-width: 767px) {
  section#mv .inner {
    padding-bottom: 84px;
  }
  section#mv .top-box .video-box {
    width: 100%;
    height: 100svh;
  }
  section#mv .top-box .video-box video {
    width: 100%;
    height: 100%;
  }
  section#mv .top-box .video-box::before {
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  section#mv .top-box .txt-box {
    background: url(../img/mv_top_txt_bg_sp.svg) no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 98.9743589744vw;
    bottom: 0;
    top: initial;
  }
  section#mv .top-box .txt-box .txt-h1 {
    padding-top: 29vw;
    padding-left: 15px;
    font-size: 35px;
  }
  section#mv .bot-box {
    position: relative;
    background: #ffffff;
    padding: 0;
    padding-bottom: 140px;
    margin: 0;
  }
  section#mv .bot-box:before {
    content: "";
    background: url(../img/mv_bot_box_bg_sp.svg) no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 45vw;
    position: absolute;
    top: -45vw;
  }
  section#mv .bot-box .img-box {
    width: 95%;
    height: auto;
    position: absolute;
    top: initial;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
  section#mv .bot-box .txt-box {
    width: 90%;
    margin: 0 auto;
  }
  section#mv .bot-box .txt-box .txt-s {
    font-size: 14px;
    margin-bottom: 5px;
  }
  section#mv .bot-box .txt-box .txt-h2 {
    font-size: 35px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 35px;
  }
  section#mv .bot-box .txt-box .txt-p {
    font-size: 16px;
  }
  section#mv .bg {
    width: 90%;
    height: auto;
    position: absolute;
    right: 50%;
    bottom: 15px;
  }
}
/*==========================================================================
section#company
========================================================================== */
section#company {
  margin-bottom: 0.5208333333vw;
}
section#company .box {
  position: relative;
}
section#company .txt-box {
  position: relative;
  z-index: 2;
  background: url(../img/company_txt_bg.svg) no-repeat;
  background-size: cover;
  background-position: top right;
  width: 70.5%;
  padding: 4.6875vw 7.81%;
  box-sizing: border-box;
}
section#company .txt-box .in {
  width: 70%;
}
section#company .txt-box .txt-h2 {
  color: #ffffff;
  margin-bottom: 3.125vw;
  padding-bottom: 3.125vw;
  border-bottom: solid 1px #ffffff;
}
section#company .txt-box .txt-h2 .txt-s {
  display: block;
  margin-bottom: 1vw;
  line-height: 1;
}
section#company .txt-box .txt-p {
  color: #ffffff;
  line-height: 2em;
}
section#company .txt-box .txt-a {
  margin-top: 3.125vw;
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 1.0416666667vw;
  transition: 0.5s;
}
section#company .txt-box .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1vw;
  transition: 0.5s;
}
section#company .txt-box .txt-a .arrow svg {
  width: 0.2864583333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#company .txt-box .txt-a:hover {
  color: #0B328C;
  gap: 1.5vw;
}
section#company .txt-box .txt-a:hover .arrow {
  background: #0B328C;
}
section#company .Cslide {
  position: absolute;
  width: 60.6%;
  height: 100%;
  right: 0;
}
section#company .Cslide .swiper-slide .image {
  width: 100%;
  height: 100%;
}
section#company .Cslide .Cslide-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 2.6041666667vw;
  right: 2.34375vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
section#company .Cslide .Cslide-pagination .swiper-pagination-bullet {
  width: 2.6041666667vw;
  height: 0.2604166667vw;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
  border: solid 0.8px #005EB7;
}
section#company .Cslide .Cslide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005EB7;
}

@media screen and (max-width: 767px) {
  section#company {
    margin-bottom: 0;
    background: url(../img/company_bg_sp.svg) no-repeat;
    background-size: cover;
    background-position: bottom right;
  }
  section#company .inner {
    padding-bottom: 108px;
  }
  section#company .txt-box {
    background: #005EB7;
    width: 100%;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 55px;
  }
  section#company .txt-box .in {
    width: 90%;
    margin: 0 auto;
  }
  section#company .txt-box .txt-h2 {
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  section#company .txt-box .txt-h2 .txt-s {
    font-size: 65px;
    line-height: initial;
    margin-bottom: 10px;
    letter-spacing: -2px;
  }
  section#company .txt-box .txt-p {
    font-size: 14px;
  }
  section#company .txt-box .txt-a {
    margin-top: 35px;
    font-size: 14px;
    gap: 10px;
    justify-content: flex-end;
  }
  section#company .txt-box .txt-a .arrow {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #ffffff;
    margin-top: 0;
  }
  section#company .txt-box .txt-a .arrow svg {
    width: 4px;
    height: 7px;
  }
  section#company .txt-box .txt-a:hover {
    color: #0B328C;
    gap: 1.5vw;
  }
  section#company .txt-box .txt-a:hover .arrow {
    background: #0B328C;
  }
  section#company .Cslide {
    position: relative;
    width: 90%;
    height: 60.2564102564vw;
    bottom: initial;
    right: initial;
  }
  section#company .Cslide .Cslide-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: 10px;
    right: 10px;
  }
  section#company .Cslide .Cslide-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    border-radius: 0;
    border-width: 1px;
  }
  section#company .Cslide .Cslide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #005EB7;
  }
}
/*==========================================================================
section#business
========================================================================== */
section#business .box {
  position: relative;
}
section#business .txt-box {
  position: relative;
  z-index: 2;
  background: url(../img/company_txt_bg.svg) no-repeat;
  background-size: cover;
  background-position: top right;
  width: 70.5%;
  padding: 4.6875vw 7.81%;
  box-sizing: border-box;
}
section#business .txt-box .in {
  width: 70%;
}
section#business .txt-box .txt-h2 {
  color: #ffffff;
  margin-bottom: 3.125vw;
  padding-bottom: 3.125vw;
  border-bottom: solid 1px #ffffff;
}
section#business .txt-box .txt-h2 .txt-s {
  display: block;
  margin-bottom: 1vw;
  line-height: 1;
}
section#business .txt-box .txt-p {
  color: #ffffff;
  line-height: 2em;
}
section#business .txt-box .txt-a {
  margin-top: 3.125vw;
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 1.0416666667vw;
  transition: 0.5s;
}
section#business .txt-box .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1vw;
  transition: 0.5s;
}
section#business .txt-box .txt-a .arrow svg {
  width: 0.2864583333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#business .txt-box .txt-a:hover {
  color: #0B328C;
  gap: 1.5vw;
}
section#business .txt-box .txt-a:hover .arrow {
  background: #0B328C;
}
section#business .Bslide {
  position: absolute;
  width: 60.6%;
  height: 100%;
  right: 0;
}
section#business .Bslide .swiper-slide .image {
  width: 100%;
  height: 100%;
}
section#business .Bslide .Bslide-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 2.6041666667vw;
  right: 2.34375vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
section#business .Bslide .Bslide-pagination .swiper-pagination-bullet {
  width: 2.6041666667vw;
  height: 0.2604166667vw;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
  border: solid 0.8px #005EB7;
}
section#business .Bslide .Bslide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005EB7;
}

@media screen and (max-width: 767px) {
  section#business {
    margin-bottom: 0;
    background: url(../img/business_bg_sp.svg) no-repeat;
    background-size: cover;
    background-position: bottom right;
  }
  section#business .inner {
    padding-bottom: 40px;
  }
  section#business .txt-box {
    background: #005EB7;
    width: 100%;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 55px;
  }
  section#business .txt-box .in {
    width: 90%;
    margin: 0 auto;
  }
  section#business .txt-box .txt-h2 {
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  section#business .txt-box .txt-h2 .txt-s {
    font-size: 65px;
    line-height: initial;
    margin-bottom: 10px;
    letter-spacing: -2px;
  }
  section#business .txt-box .txt-p {
    font-size: 14px;
  }
  section#business .txt-box .txt-a {
    margin-top: 35px;
    font-size: 14px;
    gap: 10px;
    justify-content: flex-end;
  }
  section#business .txt-box .txt-a .arrow {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #ffffff;
    margin-top: 0;
  }
  section#business .txt-box .txt-a .arrow svg {
    width: 4px;
    height: 7px;
  }
  section#business .txt-box .txt-a:hover {
    color: #0B328C;
    gap: 1.5vw;
  }
  section#business .txt-box .txt-a:hover .arrow {
    background: #0B328C;
  }
  section#business .Bslide {
    position: relative;
    width: 90%;
    height: 60.2564102564vw;
    bottom: initial;
    right: initial;
  }
  section#business .Bslide .Bslide-pagination {
    bottom: 10px;
    right: 10px;
  }
  section#business .Bslide .Bslide-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    border-radius: 0;
    border-width: 1px;
  }
}
/*==========================================================================
section#recruit
========================================================================== */
section#recruit .inner {
  padding-top: 5.7291666667vw;
}
section#recruit .box {
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3.125vw;
}
section#recruit .box:before, section#recruit .box:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #D5D5D5;
  z-index: 1;
}
section#recruit .box:after {
  background-color: #0B328C;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
section#recruit .box .txt-h2 {
  color: #000000;
  transition: 0.5s;
}
section#recruit .box .txt-h2 .txt-s {
  display: block;
  color: #005EB7;
}
section#recruit .box .txt-p {
  color: #000000;
  transition: 0.5s;
}
section#recruit .box .txt-a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0416666667vw;
  transition: 0.5s;
}
section#recruit .box .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #005EB7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1vw;
  transition: 0.5s;
}
section#recruit .box .txt-a .arrow svg {
  width: 0.2864583333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#recruit .box .txt-a .arrow svg path {
  fill: #ffffff;
}
section#recruit .box:hover:after {
  transform: scaleX(1);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
section#recruit .box:hover .txt-h2 {
  color: #0B328C;
}
section#recruit .box:hover .txt-h2 .txt-s {
  color: #0B328C;
}
section#recruit .box:hover .txt-p {
  color: #0B328C;
}
section#recruit .box:hover .txt-a {
  color: #0B328C;
  gap: 1.5vw;
}
section#recruit .box:hover .txt-a .arrow {
  background: #0B328C;
}

@media screen and (max-width: 767px) {
  section#recruit .inner {
    padding-top: 60px;
  }
  section#recruit .box {
    padding-bottom: 0;
  }
  section#recruit .box:before, section#recruit .box:after {
    content: none;
  }
  section#recruit .box .txt-h2 {
    font-size: 20px;
    border-bottom: solid 1px #D5D5D5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  section#recruit .box .txt-h2 .txt-s {
    font-size: 65px;
    line-height: initial;
    margin-bottom: 10px;
    letter-spacing: -2px;
  }
  section#recruit .box .txt-p {
    font-size: 14px;
    line-height: 2em;
  }
  section#recruit .box .txt-a {
    margin-top: 35px;
    font-size: 14px;
    justify-content: flex-end;
    gap: 10px;
  }
  section#recruit .box .txt-a .arrow {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-top: 0;
  }
  section#recruit .box .txt-a .arrow svg {
    width: 4px;
    height: 7px;
  }
  section#recruit .box:hover .txt-a {
    gap: 10px;
  }
}
/*==========================================================================
section#news

========================================================================== */
section#news .inner {
  padding-top: 4.21875vw;
}
section#news .box {
  align-items: center;
  justify-content: space-between;
  margin-right: 7.81%;
}
section#news .txt-h2 {
  box-sizing: border-box;
  width: 24.7%;
  height: 40.625vw;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  color: #ffffff;
  padding-left: 7.81%;
  z-index: 1;
}
section#news .txt-h2::before {
  content: "";
  background: url(../img/news_ttl_bg.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 53%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
section#news .list-box {
  width: 71.41%;
}
section#news .list-box .list a {
  display: block;
  padding: 1.8229166667vw 0;
  position: relative;
}
section#news .list-box .list a:before, section#news .list-box .list a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #D5D5D5;
  z-index: 1;
}
section#news .list-box .list a:after {
  background-color: #0B328C;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
section#news .list-box .list a .txt-h3 {
  color: #000000;
  transition: 0.5s;
}
section#news .list-box .list a .txt-d {
  color: #005EB7;
}
section#news .list-box .list a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #005EB7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: absolute;
  right: 1.5625vw;
  top: 50%;
  transform: translateY(-50%);
}
section#news .list-box .list a .arrow svg {
  width: 0.2864583333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#news .list-box .list a .arrow svg path {
  fill: #ffffff;
}
section#news .list-box .list a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
section#news .list-box .list a:hover .txt-h3 {
  color: #0B328C;
}
section#news .list-box .txt-a {
  margin-top: 3.125vw;
  text-align: end;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0416666667vw;
  transition: 0.5s;
}
section#news .list-box .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #005EB7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1vw;
  transition: 0.5s;
}
section#news .list-box .txt-a .arrow svg {
  width: 0.2864583333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#news .list-box .txt-a .arrow svg path {
  fill: #ffffff;
}
section#news .list-box .txt-a:hover {
  color: #0B328C;
  gap: 1.5vw;
}
section#news .list-box .txt-a:hover .arrow {
  background: #0B328C;
}
section#news .bot-box {
  background: #ffffff;
  position: relative;
}
section#news .bot-box .img-box {
  width: 63.90625vw;
  height: 33.9583333333vw;
  position: absolute;
  right: 2.34375vw;
}
section#news .bot-box .txt-box {
  position: relative;
  z-index: 1;
  margin-left: 7.81%;
  width: 52%;
}
section#news .bot-box .txt-box .txt-s {
  margin-bottom: 0.2604166667vw;
}
section#news .bot-box .txt-box .txt-h2 {
  color: #005EB7;
  text-shadow: 0 11px 11px rgba(0, 0, 0, 0.25);
  line-height: 1;
  margin-bottom: 2.8645833333vw;
}
section#news .bot-box .txt-box .txt-p {
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  section#news {
    position: relative;
  }
  section#news .inner {
    padding-top: 140px;
  }
  section#news .bg {
    width: 100px;
    height: 200px;
    display: flex;
    position: absolute;
    left: 0;
    top: -50px;
  }
  section#news .box {
    width: 90%;
    margin: 0 auto;
  }
  section#news .txt-h2 {
    width: 100%;
    height: initial;
    padding: 0;
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
  }
  section#news .txt-h2 .txt-s {
    display: block;
    color: #005EB7;
    font-size: 65px;
    line-height: initial;
    margin-bottom: 10px;
    letter-spacing: -2px;
  }
  section#news .txt-h2::before {
    content: none;
  }
  section#news .list-box {
    width: 100%;
  }
  section#news .list-box .list a {
    border-top: solid 1px #D5D5D5;
    display: block;
    padding: 15px 0;
    position: relative;
  }
  section#news .list-box .list a:before, section#news .list-box .list a:after {
    content: none;
  }
  section#news .list-box .list a .txt-h3 {
    font-size: 14px;
  }
  section#news .list-box .list a .txt-d {
    font-size: 14px;
  }
  section#news .list-box .list li:last-child a {
    border-bottom: solid 1px #D5D5D5;
  }
  section#news .list-box .txt-a {
    margin-top: 35px;
    gap: 10px;
    font-size: 14px;
  }
  section#news .list-box .txt-a .arrow {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-top: 0;
  }
  section#news .list-box .txt-a .arrow svg {
    width: 4px;
    height: 7px;
  }
  section#news .list-box .txt-a:hover {
    gap: 10px;
  }
  section#news .bot-box .img-box {
    width: 63.90625vw;
    height: 33.9583333333vw;
    position: absolute;
    right: 2.34375vw;
  }
  section#news .bot-box .txt-box {
    position: relative;
    z-index: 1;
    margin-left: 7.81%;
    width: 52%;
  }
  section#news .bot-box .txt-box .txt-s {
    margin-bottom: 0.2604166667vw;
  }
  section#news .bot-box .txt-box .txt-h2 {
    color: #005EB7;
    text-shadow: 0 11px 11px rgba(0, 0, 0, 0.25);
    line-height: 1;
    margin-bottom: 2.8645833333vw;
  }
  section#news .bot-box .txt-box .txt-p {
    line-height: 2em;
  }
}
/*==========================================================================
section#contact
========================================================================== */
section#contact .inner {
  padding-top: 9.375vw;
  padding-bottom: 10.4166666667vw;
}
section#contact .box {
  position: relative;
}
section#contact .in {
  background: #0B328C;
  border: solid 3px #0B328C;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 2vw 3.90625vw 2.6041666667vw;
  box-sizing: border-box;
  transition: 0.5s;
}
section#contact .in .txt-h2 {
  color: #ffffff;
  transition: 0.5s;
}
section#contact .in .txt-h2 .txt-s {
  display: block;
}
section#contact .in .txt-p {
  color: #ffffff;
  transition: 0.5s;
  line-height: 2em;
}
section#contact .in .txt-a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0416666667vw;
  transition: 0.5s;
}
section#contact .in .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1vw;
  transition: 0.5s;
  box-sizing: border-box;
  border: solid 1px #0B328C;
}
section#contact .in .txt-a .arrow svg {
  width: 0.2864583333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#contact .in .txt-a .arrow svg path {
  fill: #0B328C;
}
section#contact .in:hover {
  background: #ffffff;
}
section#contact .in:hover .txt-h2 {
  color: #0B328C;
}
section#contact .in:hover .txt-p {
  color: #0B328C;
}
section#contact .in:hover .txt-a {
  color: #0B328C;
}

@media screen and (max-width: 767px) {
  section#contact .inner {
    padding: 100px 0;
  }
  section#contact .in {
    border-width: 2px;
    padding: 30px 15px 20px;
  }
  section#contact .in .txt-h2 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #D5D5D5;
  }
  section#contact .in .txt-h2 .txt-s {
    font-size: 65px;
    line-height: initial;
    margin-bottom: 10px;
    letter-spacing: -2px;
  }
  section#contact .in .txt-p {
    font-size: 14px;
  }
  section#contact .in .txt-a {
    margin-top: 35px;
    font-size: 14px;
    gap: 10px;
    justify-content: flex-end;
  }
  section#contact .in .txt-a .arrow {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-top: 0;
  }
  section#contact .in .txt-a .arrow svg {
    width: 4px;
    height: 7px;
  }
}
/*# sourceMappingURL=top.css.map */