@charset "UTF-8";
main {
  position: relative;
}
main::before {
    content: "";
    background: url(../img/mizwa_icon_bl.svg) center no-repeat;
    background-size: cover;
    width: 62vw;
    height: 57.6vw;
    position: absolute;
    z-index: -1;
    top: -1.2vw;
    left: -6.6vw;
}


.txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18469D;
  gap: 1.0416666667vw;
  transition: 0.5s;
  width: 12.34375vw;
  height: 3.6458333333vw;
  border: solid 1px #18469D;
  border-radius: 70px;
}
.txt-a svg {
  width: 0.9375vw;
  height: 0.3645833333vw;
  display: flex;
}
.txt-a svg path {
  transition: 0.5s;
}
.txt-a:hover {
  background: #18469D;
  color: #ffffff;
}
.txt-a:hover svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  main#hero {
    margin-top: 60px;
  }
  main::before {
    top: 59vw;
    left: initial;
    right: -100px;
    width: 280px;
    height: 261px;
}


  .txt-a {
    gap: 5px;
    width: 170px;
    height: 55px;
    border-radius: 55px;
    font-size: 14px;
    gap: 15px;
    box-sizing: border-box;
  }
  .txt-a svg {
    width: 15px;
    height: 7px;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .box {
  position: relative;
  justify-content: flex-end;
}
section#mv_area .swiper-box {
  width: 60%;
  height: 98svh;
  margin: 0;
}
section#mv_area .swiper-box .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
}
section#mv_area .swiper-box .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
}
section#mv_area .swiper-box .swiper-slide .slide-img img {
  border-bottom-left-radius: 1.05vw;
}
section#mv_area .txt-box {
  position: absolute;
  left: 12.5%;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
  box-sizing: border-box;
}
section#mv_area .txt-box .txt-h1 {
  color: #000000;
  margin-bottom: 4.1666666667vw;
}
section#mv_area .txt-box .txt-p {
  color: #000000;
  margin-bottom: 2vw;
}
section#mv_area .scroll-line {
  display: block;
  position: absolute;
  left: 6vw;
  bottom: 0.75vw;
  padding: 0 0 3.5vw 0;
  writing-mode: vertical-rl;
  vertical-align: top;
  color: #000000;
}
section#mv_area .scroll-line::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0.35vw;
  width: 0.3125vw;
  height: 2.0833333333vw;
  background: url(../img/download-1.svg) center no-repeat;
  background-size: cover;
}
section#mv_area .scroll-line::after {
  position: relative;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.23vw;
  width: 1.5vw;
  height: 1.5vw;
  background-color: #E8F2FC;
  border-radius: 100px;
  z-index: -10;
  transition: all 0.3s;
}
section#mv_area .scroll-line:hover {
  color: #666;
}
section#mv_area .scroll-line:hover::after {
  transform: scale(1.4, 1.4);
  background-color: #CADAEA;
}
section#mv_area .txt-box .txt-h1.anime-up {
  overflow: hidden;
}
section#mv_area .txt-box .anime-up > span {
  display: inline-block;
  overflow: hidden;
}
section#mv_area .txt-box .anime-up > span > span {
  display: inline-block;
  transform: translateY(100%);
}
section#mv_area .txt-box .anime-up.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: showTextFromBottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
section#mv_area .txt-box .txt-p {
  opacity: 0;
  transform: translateY(30px);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
section#mv_area .txt-box .txt-p:nth-of-type(1) {
  -webkit-animation: fadeInUp 1.2s ease-out 0.8s forwards;
          animation: fadeInUp 1.2s ease-out 0.8s forwards;
}
section#mv_area .txt-box .txt-p:nth-of-type(2) {
  -webkit-animation: fadeInUp 1.2s ease-out 1.3s forwards;
          animation: fadeInUp 1.2s ease-out 1.3s forwards;
}


/* ローディング中のmv_areaアニメーション制御 */
body.loading #mv_area .txt-h1.anime-up.displayed > span > span {
    animation: none !important;
    transform: translateY(100%) !important;
}

body.loading #mv_area .blur2Trigger.blur2 {
    animation: none !important;
    filter: blur(10px) !important;
    transform: scale(1.02) !important;
    opacity: 0 !important;
}

body.loading #mv_area .blur2Trigger {
    opacity: 0 !important;
}

body.loading #mv_area .txt-p {
    animation: none !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
}
body:not(.loading) #mv_area.loading-completed .txt-p:nth-of-type(1) {
    animation: fadeInUp 1.2s ease-out 0.3s forwards !important;
}

body:not(.loading) #mv_area.loading-completed .txt-p:nth-of-type(2) {
    animation: fadeInUp 1.2s ease-out 0.8s forwards !important;
}
/* 弾むアニメーション（h1用） */
@-webkit-keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* フェードアップ（p用） */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



@media screen and (max-width: 767px) {
  section#mv_area .swiper-box {
    width: 95%;
    height: 68vw;
    margin: 0 auto;
    left: -47.5%;
  }
  section#mv_area .swiper-box .swiper-slide .slide-img {
    width: 100%;
    height: 100%;
  }
  section#mv_area .swiper-box .swiper-slide .slide-img img {
    border-radius: 10px;
  }
  section#mv_area .txt-box {
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
    padding: 0;
    margin-top: -60px;
    width: 95%;
  }
  section#mv_area .txt-box .txt-h1 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 30px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    border-top-right-radius: 10px;
        border-bottom-right-radius: 60px;

        
  }
  section#mv_area .txt-box .txt-p {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 20px;
    line-height: 2em;
  }
  section#mv_area .txt-box .txt-p:last-child {
    margin-bottom: 0;
  }
  section#mv_area .scroll-line {
    display: none;
  }
}
/*==========================================================================
section#news_area
========================================================================== */
section#news_area .inner {
  padding: 10.4166666667vw 0 15vw;
}
section#news_area .box {
  position: relative;
  box-sizing: border-box;
  width: 74.38%;
  margin: 0 auto;
}
section#news_area .img-box {
  width: 51.1%;
  height: 32vw;
}
section#news_area .img-box img {
  border-radius: 1.05vw;
}
section#news_area .txt-box {
  width: 55%;
  position: absolute;
  top: 4.5vw;
  right: 0;
  z-index: 1;
  padding: 3vw 4.8vw;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 1.05vw;
}
section#news_area .txt-h2 {
  color: #000000;
  position: relative;
  z-index: 1;
}
section#news_area .txt-h2:before {
  content: "";
  background: url(../img/ttl_bg.svg) center no-repeat;
  background-size: cover;
  width: 5.73vw;
  height: 5.37vw;
  position: absolute;
  z-index: -1;
  left: -1.6vw;
  top: 0;
}
section#news_area .txt-h2s {
  display: block;
  margin-bottom: 0.5vw;
  color: #18469D;
}
section#news_area .txt-p {
  color: #ffffff;
  line-height: 2em;
}
section#news_area .txt-a {
  margin-top: 3.125vw;
  margin-left: auto;
}
section#news_area .list-box li a {
  padding: 1.5vw 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: 0.5s;
}
section#news_area .list-box li a::after {
  content: "";
  background: url(../img/line.svg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
section#news_area .list-box li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000000;
  z-index: 1;
}
section#news_area .list-box li a:before {
  background-color: #18469D;
  height: 1.5px;
  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_area .list-box li a .txt-d {
  color: #ffffff;
  transition: 0.5s;
  padding: 0.3vw 0;
  background: #18469D;
  width: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5vw;
  line-height: 1;
  border-radius: 0.3vw;
}
section#news_area .list-box li a .txt-h3 {
  width: 100%;
  color: #000000;
  transition: 0.5s;
}
section#news_area .list-box li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
section#news_area .list-box li a:hover .txt-h3 {
  color: #18469D;
}

@media screen and (max-width: 767px) {
  section#news_area .inner {
    padding: 100px 0 50px;
  }
  section#news_area .box {
    padding-left: 0;
    width: 100%;
  }
  section#news_area .img-box {
    width: 95%;
    height: 68vw;
    margin: 0 auto;
  }
  section#news_area .img-box img {
    border-radius: 10px;
  }
  section#news_area .txt-box {
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
    position: initial;
    padding: 0;
    border-radius: 0;
  }
  section#news_area .txt-h2 {
    color: #000000;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    font-size: 16px;
  }
  section#news_area .txt-h2:before {
    width: 96px;
    height: 90px;
    left: -5%;
    top: -20px;
  }
  section#news_area .txt-h2s {
    font-size: 36px;
    margin-bottom: 0;
  }
  section#news_area .txt-p {
    color: #ffffff;
    line-height: 2em;
  }
  section#news_area .txt-a {
    margin-top: 30px;
  }
  section#news_area .list-box li a {
    padding: 20px 0;
  }
  section#news_area .list-box li a .txt-d {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100px;
    padding: 5px 0;
    border-radius: 5px;
  }
  section#news_area .list-box li a .txt-h3 {
    font-size: 14px;
  }
}
/*==========================================================================
section#product_area
========================================================================== */
section#product_area {
  position: relative;
  background: #18469D;
}
section#product_area::before {
  content: "";
  background: url(../img/mizwa_icon.svg) center no-repeat;
  background-size: cover;
  width: 57.3vw;
  height: 53.36vw;
  position: absolute;
  right: -9vw;
  bottom: -2.5vw;
  z-index: 1;
}
section#product_area .inner {
  padding: 7.8125vw 0;
}
section#product_area .box {
  position: relative;
  width: 65.38%;
  margin: 0 auto;
  z-index: 1;
}
section#product_area .txt-box {
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.2083333333vw;
}
section#product_area .txt-box .txt-h2 {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
section#product_area .txt-box .txt-h2:before {
  content: "";
  background: url(../img/mizwa_icon.svg) center no-repeat;
  background-size: cover;
  width: 5.73vw;
  height: 5.37vw;
  position: absolute;
  z-index: -1;
  left: -1.6vw;
  top: 0;
}
section#product_area .txt-box .txt-h2s {
  display: block;
  margin-bottom: 0.5vw;
  color: #ffffff;
}
section#product_area .txt-box .txt-p {
  color: #ffffff;
  line-height: 2em;
  width: 50%;
}
section#product_area .txt-box .txt-a {
  color: #ffffff;
  border-color: #ffffff;
}
section#product_area .txt-box .txt-a svg path {
  fill: #ffffff;
}
section#product_area .txt-box .txt-a:hover {
  background: #ffffff;
  color: #18469D;
}
section#product_area .txt-box .txt-a:hover svg path {
  fill: #18469D;
}
section#product_area .product-box {
  justify-content: space-between;
}
section#product_area .product-box .swiper {
  width: 48.5%;
  height: 25vw;
  margin: 0;
  background: #748AB6;
  padding: 2vw;
  box-sizing: border-box;
  border-radius: 1.05vw;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
section#product_area .product-box .swiper .swiper-slide {
  border-radius: 1.05vw;
  opacity: 1;
  transition: 1s;
}
section#product_area .product-box .swiper .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
}
section#product_area .product-box .swiper .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
}
section#product_area .product-box .swiper .swiper-slide .slide-img img {
  border-radius: 1.05vw;
}
section#product_area .product-box .swiper .swiper-slide.swiper-slide-prev, section#product_area .product-box .swiper .swiper-slide.swiper-slide-next {
  opacity: 0;
}
section#product_area .product-box .swiper .swiper-button-prev, section#product_area .product-box .swiper .swiper-button-next {
  width: 2.1875vw;
  height: 2.1875vw;
}
section#product_area .product-box .swiper .swiper-button-prev::after, section#product_area .product-box .swiper .swiper-button-next::after {
  content: "";
  height: 2.1875vw;
  width: 2.1875vw;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
section#product_area .product-box .swiper .swiper-button-prev {
  left: 2.5vw;
  right: initial;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
section#product_area .product-box .swiper .swiper-button-prev::after {
  background-image: url(../img/prev_arrow.svg);
}
section#product_area .product-box .swiper .swiper-button-next {
  right: 2.5vw;
  left: initial;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
section#product_area .product-box .swiper .swiper-button-next::after {
  background-image: url(../img/next_arrow.svg);
}

@media screen and (max-width: 767px) {
  section#product_area::before {
    width: 97vw;
    height: 90.36vw;
    right: -29vw;
    bottom: -25.5vw;
  }
  section#product_area .inner {
    padding: 75px 0 120px;
  }
  section#product_area .box {
    position: relative;
    width: 85%;
  }
  section#product_area .txt-box {
    width: 100%;
    margin-bottom: 30px;
  }
  section#product_area .txt-box .txt-h2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  section#product_area .txt-box .txt-h2:before {
    width: 96px;
    height: 90px;
    left: -5%;
    top: -20px;
  }
  section#product_area .txt-box .txt-h2s {
    font-size: 36px;
    margin-bottom: 5px;
  }
  section#product_area .txt-box .txt-p {
    font-size: 14px;
    width: 100%;
  }
  section#product_area .txt-box .txt-p br  {
    display: none;
  }


  section#product_area .txt-box .txt-a {
    margin-top: 30px;
    margin-left: auto;
  }
  section#product_area .product-box {
    justify-content: space-between;
  }
  section#product_area .product-box .swiper {
    width: 100%;
    height: 63vw;
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
  }
  section#product_area .product-box .swiper .swiper-slide {
    border-radius: 10px;
  }
  section#product_area .product-box .swiper .swiper-slide .slide-img img {
    border-radius: 10px;
  }
  section#product_area .product-box .swiper .swiper-button-prev, section#product_area .product-box .swiper .swiper-button-next {
    width: 25px;
    height: 25px;
  }
  section#product_area .product-box .swiper .swiper-button-prev::after, section#product_area .product-box .swiper .swiper-button-next::after {
    width: 25px;
    height: 25px;
  }
  section#product_area .product-box .swiper .swiper-button-prev {
    left: 25px;
  }
  section#product_area .product-box .swiper .swiper-button-next {
    right: 25px;
  }
  section#product_area .product-box .swiper-product2 {
    margin-top: 30px;
  }
}
/*==========================================================================
section#recruit_area
========================================================================== */
section#recruit_area .inner {
  padding-top: 10.4166666667vw;
}
section#recruit_area .bg {
  height: 30vw;
}
section#recruit_area .bg img {
  border-radius: 1.05vw;
}
section#recruit_area .txt-box {
  width: 66.5%;
  margin: 0 auto;
  background: #ffffff;
  align-items: center;
  padding: 4.375vw 3.90625vw 5.7291666667vw;
  box-sizing: border-box;
  position: relative;
  margin-top: -11.3541666667vw;
  border-radius: 1.05vw 1.05vw 0;
}
section#recruit_area .txt-h2 {
  color: #000000;
  position: relative;
  z-index: 1;
}
section#recruit_area .txt-h2:before {
  content: "";
  background: url(../img/ttl_bg.svg) center no-repeat;
  background-size: cover;
  width: 5.73vw;
  height: 5.37vw;
  position: absolute;
  z-index: -1;
  left: -1.6vw;
  top: 0;
}
section#recruit_area .txt-h2s {
  display: block;
  margin-bottom: 0.5vw;
  color: #18469D;
}
section#recruit_area .txt-p {
  line-height: 2em;
  padding-left: 18.3%;
}
section#recruit_area .txt-a {
  position: absolute;
  bottom: 0;
  right: 3.90625vw;
}

@media screen and (max-width: 767px) {
  section#recruit_area {
    position: relative;
    z-index: 1;
  }
  section#recruit_area .inner {
    padding-top: 50px;
  }
  section#recruit_area .bg {
    width: 100%;
    height: 60vw;
  }


  section#recruit_area .bg img {
    border-radius: 0;
  }
  section#recruit_area .txt-box {
    width: 85%;
    margin: 0 auto;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    margin-top: 50px;
    border-radius: 0;
  }
  section#recruit_area .txt-h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section#recruit_area .txt-h2:before {
    width: 96px;
    height: 90px;
    left: -5%;
    top: -20px;
  }
  section#recruit_area .txt-h2s {
    font-size: 36px;
    margin: 0;
  }
  section#recruit_area .txt-p {
    line-height: 2em;
    padding-left: 0;
    font-size: 14px;
  }
  section#recruit_area .txt-a {
    position: inherit;
    bottom: 0;
    right: 0;
    margin-top: 30px;
    margin-left: auto;
  }
}
/*==========================================================================
section#company_area

========================================================================== */
/* 流れるアニメーション */
@-webkit-keyframes flowText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* 幅の半分だけ移動 */
  }
}
@keyframes flowText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* 幅の半分だけ移動 */
  }
}
section#company_area {
  position: relative;
  overflow: hidden; /* はみ出た部分を隠す */
}
section#company_area .bg {
  content: "";
  background: url(../img/mizwa_txt_bg.svg) repeat-x; /* repeat-xで横方向に繰り返し */
  background-size: auto 20.82vw; /* 高さを固定、幅は自動 */
  width: 200%; /* 画面幅の2倍の幅を確保 */
  height: 20.82vw;
  position: absolute;
  bottom: 0.8vw;
  left: 0;
  z-index: -1;
  -webkit-animation: flowText 20s linear infinite;
          animation: flowText 20s linear infinite; /* 20秒で無限ループ */
}
section#company_area .inner {
  padding: 10.4166666667vw 0;
}
section#company_area .box {
  align-items: center;
  justify-content: space-between;
}
section#company_area .img-box {
  width: 51.56%;
  height: 28.3vw;
}
section#company_area .img-box img {
  border-radius: 1.05vw;
}
section#company_area .txt-box {
  width: 45%;
}
section#company_area .txt-h2 {
  color: #000000;
  margin-bottom: 2vw;
  position: relative;
}
section#company_area .txt-h2:before {
  content: "";
  background: url(../img/ttl_bg.svg) center no-repeat;
  background-size: cover;
  width: 5.73vw;
  height: 5.37vw;
  position: absolute;
  z-index: -1;
  left: -1.6vw;
  top: 0;
}
section#company_area .txt-h2s {
  display: block;
  margin-bottom: 0.5vw;
  color: #18469D;
}
section#company_area .txt-h3 {
  margin-bottom: 2vw;
}
section#company_area .txt-p {
  line-height: 2em;
}
section#company_area .txt-a {
  margin-top: 5.2083333333vw;
  background: #ffffff;
}
section#company_area .txt-a:hover {
  background: #18469D;
}

@media screen and (max-width: 767px) {
  section#company_area .bg {
    height: 130px;
    width: 200%;
    background-size: auto 130px;
    bottom: 5px;
    -webkit-animation: flowText 10s linear infinite;
            animation: flowText 10s linear infinite;
  }
  section#company_area .inner {
    padding: 100px 0;
  }
  section#company_area .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  section#company_area .img-box {
    width: 95%;
    height: 68vw;
    margin: 0 auto;
  }
  section#company_area .img-box img {
    border-radius: 10px;
  }
  section#company_area .txt-box {
    width: 85%;
    order: 2;
    margin: 0 auto;
    margin-top: 50px;
  }
  section#company_area .txt-h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section#company_area .txt-h2:before {
    width: 96px;
    height: 90px;
    left: -5%;
    top: -20px;
  }
  section#company_area .txt-h2s {
    font-size: 36px;
    margin: 0;
  }
  section#company_area .txt-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#company_area .txt-p {
    font-size: 14px;
  }
  section#company_area .txt-a {
    margin-top: 30px;
    margin-left: auto;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
  background: url(../img/contact_bg002.jpg) center no-repeat;
  background-size: cover;
}
section#contact_area::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section#contact_area .inner {
  padding: 5.46875vw 0;
}
section#contact_area .txt-h2 {
  color: #ffffff;
  margin-bottom: 2.4479166667vw;
  position: relative;
  text-align: center;
}
section#contact_area .txt-h2:before {
  content: "";
  background: url(../img/ttl_bg2.svg) center no-repeat;
  background-size: cover;
  width: 5.73vw;
  height: 5.37vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section#contact_area .txt-h2s {
  display: block;
  margin-bottom: 0.5vw;
  color: #ffffff;
}
section#contact_area .box {
  position: relative;
  justify-content: center;
  align-items: center;
}
section#contact_area .line {
  width: 1px;
  height: 6.25vw;
  background: #ffffff;
}
section#contact_area .tel-box, section#contact_area .form-box {
  padding: 0 6.25vw;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
}
section#contact_area .tel-box .txt-h3, section#contact_area .form-box .txt-h3 {
  margin-bottom: 1.6vw;
  color: #ffffff;
}
section#contact_area .tel-box .txt-a, section#contact_area .form-box .txt-a {
  gap: 0;
  color: #ffffff;
  border-color: #ffffff;
  margin: 0;
}
section#contact_area .tel-box .txt-a {
  width: initial;
  height: initial;
  border: none;
  gap: 0.5vw;
  position: relative;
}
section#contact_area .tel-box .txt-a::after {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
section#contact_area .tel-box .txt-a:hover {
  background: none;
}
section#contact_area .tel-box .txt-a:hover::after {
  transform: scale(1, 1);
}
section#contact_area .form-box .txt-a {
  width: 16.8vw;
}

@media screen and (max-width: 767px) {
  section#contact_area {
    position: relative;
    background: url(../img/contact_bg_sp.jpg) center no-repeat;
    background-size: cover;
  }
  section#contact_area::before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section#contact_area .inner {
    padding: 85px 0 100px;
  }
  section#contact_area .txt-h2 {
    font-size: 16px;
    margin-bottom: 50px;
  }
  section#contact_area .txt-h2:before {
    width: 96px;
    height: 90px;
    left: -5%;
    top: -20px;
  }
  section#contact_area .txt-h2s {
    font-size: 36px;
    margin: 0;
  }
  section#contact_area .box {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    gap: 50px;
  }
  section#contact_area .line {
    width: 150px;
    height: 1px;
  }
  section#contact_area .tel-box, section#contact_area .form-box {
    padding: 0;
    width: 90%;
  }
  section#contact_area .tel-box .txt-h3, section#contact_area .form-box .txt-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#contact_area .tel-box .txt-a, section#contact_area .form-box .txt-a {
    font-size: 38px;
  }
  section#contact_area .tel-box .txt-a span, section#contact_area .form-box .txt-a span {
    font-size: 28px;
  }
  section#contact_area .tel-box .txt-a {
    width: initial;
    height: initial;
    border: none;
    gap: 0.5vw;
  }
  section#contact_area .form-box .txt-a {
    font-size: 20px;
    width: 90%;
    max-width: 324px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=top.css.map */