@charset "utf-8";
/* CSS Document */

/*==================================================
mv
================================================== */

#top-mv{
    width: 100%;
    height: 70vh;
    position: relative;
    margin-top: 80px;
}

#top-mv > div{
    display: flex;
    align-items: center;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    color: var(--color-blue01);
}

#top-mv > div p{
    margin: 0;
    width: 100%;
}

.mv-logomark{
    position: absolute;
        right: 18%;
    top: 58%;
    width: 106px;
    animation: mv-sway 4s ease-in-out infinite;
}

@keyframes mv-sway{
    0%,100%{ transform: translateY(-50%) rotate(-1deg); }
    25%    { transform: translateY(calc(-50% - 10px)) rotate(1deg); }
    50%    { transform: translateY(calc(-50% - 14px)) rotate(0deg); }
    75%    { transform: translateY(calc(-50% - 8px)) rotate(-1deg); }
}
#top-mv > div p strong{
    font-size: 5vw;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 25px;
    display: block;
}

#top-mv > div p span{
    display: block;
    margin-bottom: 25px;
}

.mv-img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top-mv .btn{
    margin: 0 8px;
}

@media only screen and (max-width: 1600px) {

.mv-logomark{
    right: 13%;
}	
    
}

@media only screen and (max-width: 1350px) {

.mv-logomark{
        right: 5%;
    top: 60%;
    width: 96px;
}	

    
}


@media only screen and (max-width: 1024px) {	

.mv-copy{
    font-size: 32px;
}

.mv-title{
    font-size: 10vw;
}
#top-mv > div p strong{
    font-size: 5vw;
    margin-bottom: 20px;
}

.mv-logomark{
        right: 3%;
    top: 72%;
    width: 90px;
}	
    
}

@media screen and (max-width: 1024px) and (orientation: portrait){

#top-mv{
    height: 60vh;
    margin-top: 60px;
}

#top-mv > div{
    width: 94%;
    font-size: 1.5rem;
}
    
  
}
    



@media only screen and (max-width: 900px) {

#top-mv > div{
    font-size: 1.2rem;
}
    
#top-mv > div p strong{
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.mv-logomark{
        right: 2%;
    top: 100%;
    width: 80px;
}	
  

}

@media screen and (max-width: 768px) and (orientation: portrait){   
    
    
}

@media only screen and (max-width: 767px) {

#top-mv{
    height: calc(100vh - 60px);
}

#top-mv > div{
    width: 90%;
    font-size: 1.0rem;
}
#top-mv > div p strong{
    font-size: 2.5rem;
    margin-bottom: 20px;
}

#top-mv .btn{
    margin: 0 auto 12px;
}

.mv-logomark{
        right: 2%;
    top: 100%;
    width: 64px;
}	

}


/*==================================================
下層ページ共通
================================================== */

.tate-scroll-line{
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 5px;
    background-color: #8fa7c0;
    transition: 1.5s;
    content: "";
}

.tate-scroll-line.expand{
    height: 100%;
}

.contents-line{
    position: relative;
    padding: 10px 0 10px 25px;
}

.box-left-line{
    display: flex;
}

.left-line{
    position: relative;
    width: 1px;
}

.left-line::before{
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 0;
    background-color: #64beb9;
    transition: 1.5s;
    content: "";
}

.left-line.expand::before{
    height: 100%;
}

.contents-left-line{
    padding: 30px 0 30px 30px;
}

.txt{
    line-height: 2.2;
}

.txt p{
    margin-bottom: 35px;
}

.txt-att{
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
	text-align: justify;
}

.txt-lead{
    font-size: 22px;
}

.img-float-r{
    float: right;
    margin: 0 0 20px 50px;
    vertical-align: bottom;
    width: 32%;
}

.img-float-r-big{
    float: right;
    margin: 0 0 20px 50px;
    vertical-align: bottom;
    width: 47%;
}

.img-t{
    width: 240px !important;
}

.pic-line{
    background-color: #dcf5ff;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 60px;
    height: 460px;
    width: 100%;
}

.page-head{
    width: 900px;
    background-color: #fff;
    margin: 0 auto;
    padding: 35px 50px;
    box-sizing: border-box;
    position: relative;
    top: -80px;
}

.page-head p{
    line-height: 2.2;
    text-align: justify;
}

.txt-head{
    font-size: 32px;
    margin: 0 0 25px;
    letter-spacing: 0.05em;
    line-height: 1.8 !important;
    font-weight: 500;
}

.txt-head small{
    display: block;
    font-size: 50%;
    padding-top: 20px;
    text-indent: -8px;
}

.pic{
    position: relative;
    margin: 50px 0;
}

.pic img{
    vertical-align: bottom;
}
.box-flex{
    display: flex;
}

.link-txt-r{
    text-align: right;
}


@media only screen and (max-width: 1024px) {

.pic-line{
    height: 410px;
}
    
    
}


@media only screen and (max-width: 768px) {

.tate-scroll-line{
    left: 3px;
}

.contents-left-line{
    padding: 20px 0 20px 20px;
}

.txt{
    line-height: 2.0;
}

.txt-lead{
    font-size: 20px;
    line-height: 1.8;
}

.img-float-r{
    width: 35%;
    margin-left: 30px;
}

.img-float-r-big{
    width: 50%;
    margin-left: 30px;
}

.pic{
    margin: 30px 0;
}

.pic-line{
    top: 50px;
    height: 290px;
}

.page-head{
    width: 84%;
    padding: 25px 30px;
    top: -60px;
}

.page-head p{
    line-height: 2.0;
}

.txt-head{
    font-size: 24px;
}

}

@media only screen and (max-width: 599px) {

.txt{
    line-height: 1.8;
}

.txt p{
    margin-bottom: 25px;
}

.txt-att{
    font-size: 10px;
}

.txt-lead{
    font-size: 18px;
    line-height: 1.6;
}

.img-float-r{
    display: block;
    width: 60%;
    float: none;
    margin: 15px auto 20px;
}

.img-float-r-big{
    display: block;
    width: 80%;
    float: none;
    margin: 15px auto 20px;
}

.img-t{
    width: 100% !important;
}

.pic-line{
    top: 30px;
    height: 130px;
}

.page-head{
    width: 84%;
    padding: 15px 20px;
    top: -50px;
}

.page-head p{
    line-height: 2.0;
}

.txt-head{
    font-size: 4.6vw;
}

.txt-head small{
    font-size: 70%;
    padding-top: 10px;
    text-indent: -5px;
}
    
}

/*==================================================
top-feature
================================================== */

#ul-feature,
#ul-plan{
    flex-wrap: nowrap;
}

#ul-feature li:nth-child(2),
#ul-plan > li:nth-child(2){
    margin-left: 20px;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {

#ul-feature li:nth-child(2),
#ul-plan > li:nth-child(2){
    margin-left: auto;
    margin-right: auto;
}
    
    #ul-feature li{
        margin-bottom: 20px;
    }
    #ul-feature li h3{
        font-size: 4.5vw !important;
        margin: 15px 0 !important;
    }
    
}

/*==================================================
top-plan
================================================== */

#ul-plan > li{
    padding: 35px 25px;
    position: relative;
}

.plan-recommend{
    display: block;
    position: absolute;
    background-color: var(--color-yellow);
    width: 80%;
    left: 10%;
    border-radius: 60px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    top: -16px;
    font-weight: 700;
}

.plan-name{
    font-weight: 700;
    font-size: 1.8rem;
}

.plan-price{
    font-weight: 700;
    font-size: 2.5rem;
}

.plan-price small{
    display: block;
    font-size: 1.0rem;
    font-weight: normal;
}

#ul-plan > li > ul{
    margin: 25px 0 28px;
}

#ul-plan > li a.btn{
    min-width: auto;
    width: 100%;
}


@media only screen and (max-width: 767px) {

#ul-plan > li{
    margin-bottom: 20px;
}
    
    
}



/*==================================================
top-feature
================================================== */


/*==================================================
top-service-image
================================================== */

.hexagon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 40px 20px;
  justify-items: center;
}

.hexagon {
  position: relative;
  width: 300px;
  height: 260px;
  background-color: var(--color-yellow);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.hexagon.active {
  background-color: var(--active-bg);
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  color: var(--inactive-accent);
}

.active .icon {
  color: var(--active-accent);
}

.label {
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--text-inactive);
}

.active .label {
  color: var(--text-active);
}

.dot {
  position: absolute;
  bottom: 50px;
  width: 12px;
  height: 12px;
  background-color: var(--dot-color);
  border-radius: 50%;
}

.hexagon-grid > div:nth-child(2){transition-delay: 200ms;}
.hexagon-grid > div:nth-child(3){transition-delay: 400ms;}
.hexagon-grid > div:nth-child(4){transition-delay: 600ms;}
.hexagon-grid > div:nth-child(5){transition-delay: 800ms;}
.hexagon-grid > div:nth-child(6){transition-delay: 1000ms;}

@media (max-width: 900px) {

.hexagon-grid {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 30px 10px;
}

.hexagon {
  width: 230px;
  height: 200px;
}

}

@media (max-width: 599px) {

.hexagon-grid {
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 20px 5px;
}

.hexagon {
  width: 160px;
  height: 140px;
}

.icon {
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
}

.label {
  font-size: 0.9rem;
}

}



/*==================================================
accordion
================================================== */


dl.accordion{
	border-bottom: 1px solid #ddd;
}

dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
	padding: 20px 10px;
	transition: 1s;
	line-height: 2.2;
}

dl.accordion dt.open{
	background: var(--color-blue02);
	color: #fff;
}

dl.accordion dt:hover{
    cursor:pointer;
    text-decoration: none;
}


dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    font-weight: 900;
	font-size: 13px;
	position: absolute;
	top: 36%;
	right: 20px;
}

dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: 900;
	font-size: 13px;
	position: absolute;
	top: 36%;
	right: 20px;
}

 
dl.accordion dd {
    display:none; 
	padding: 30px 40px 30px 40px;
	box-sizing: border-box;
	background: #fff;
}

dl.accordion dt span{
	display: inline-flex;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: var(--color-blue01);
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

dl.accordion dt.open span{
	background-color: #fff;
	color: var(--color-blue02);
}

dl.accordion dt p{
	width: 95%;
	margin: 0;
	text-align: justify;
}


@media only screen and (max-width: 768px) {


dl.accordion dt:after{
	font-size: 12px;
	top: inherit;
	bottom: 10px;
	right: 10px;
}

dl.accordion dt.open:after{
	font-size: 12px;
	top: inherit;
	bottom: 10px;
	right: 10px;
}

dl.accordion dt p{
	width: 92%;
	margin: 0;
}

 
dl.accordion dd {
	padding: 20px;
}
	
	
}



/*==================================================
news
================================================== */

#news{

    margin-top: 0;
}


@media only screen and (max-width: 768px) {


    
}

@media only screen and (max-width: 599px) {
    
#news{

    margin-top: 35px;
}    


    
    
}


/*==================================================
news-list
================================================== */


#news-list{

}

#ul-newslist{
    list-style: none;
    margin-bottom: 30px;
}


/*--------------------------------------------------
news pager
--------------------------------------------------*/

#news-pager{
    margin-top: 50px;
    text-align: center;
}

#news-pager ul{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#news-pager li a,
#news-pager li span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
    text-decoration: none;
    color: var(--color-blue01);
    transition: background-color 0.2s, color 0.2s;
}

#news-pager li a:hover{
    background-color: var(--color-blue02);
    border-color: var(--color-blue02);
    color: #fff;
}

#news-pager li.current a{
    background-color: var(--color-blue01);
    border-color: var(--color-blue01);
    color: #fff;
}

#news-pager li.disabled span{
    color: #ccc;
    border-color: #eee;
    cursor: default;
    pointer-events: none;
}

@media only screen and (max-width: 599px) {

#news-pager{
    margin-top: 35px;
}

#news-pager li a,
#news-pager li span{
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
}

}

#ul-newslist li{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}


.news-date{
    display: flex;
    align-items: center;
}



#ul-newslist li a,
#ul-newslist li p{
    width: 100%;
    margin-left: 35px;
    box-sizing: border-box;
}

@media only screen and (max-width: 599px) {


#news-list{
    
}

#ul-newslist li{
    padding: 15px 0;
    flex-wrap: wrap;
}


#ul-newslist li a,
#ul-newslist li p{
    width: 100%;
    padding-top: 3px;
    margin-left: 0;
}
    
}



/*==================================================
news-detail
================================================== */

#news-detail{
    padding-bottom: 150px;
}

#news-body img{
    vertical-align: bottom;
    margin-bottom: 35px;
}



#news-bottom{
	position: relative;
	border-top: 1px solid #cd63a8;
	border-bottom: 1px solid #cd63a8;
	height: 80px;
    margin-top: 100px;
}

#news-bottom a{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
	padding: 18px 30px;
	line-height: 1;
	letter-spacing: 0.08em;
    color: #cd63a8 !important;
}

#news-bottom a:hover{
    text-decoration: underline !important;
}


#news-bottom > a,
#news-bottom span{
	position: absolute;
	top: 15px;
}

#news-bottom a.btn-back{
	left: 0;
}

#news-bottom span.btn-next{
	right: 0;
}

#news-bottom span.btn-prev{
	right: 170px;;
}

@media only screen and (max-width: 1024px) {

    
}

@media only screen and (max-width: 768px) {

#news-detail{
    padding-top: 100px;
    padding-bottom: 100px;
}
    
}

@media only screen and (max-width: 599px) {


#news-bottom{
	position: relative;
	padding: 0 ;
	height: 80px;
    margin-top: 50px;
}
	
#news-bottom span a{
	font-size: 13px;
	padding: 0;
	width: 100%;
}	

#news-bottom a.btn,
#news-bottom span{
	top: 30px;
	width: 30%;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#news-bottom a.btn-back{
	position: absolute;
	top: 34px;
	left: 0;
	width: 30%;
	margin: 0;
	box-sizing: border-box;
    padding: 0;
    font-size: 12px;
}

#news-bottom span.btn-next{
	right: 0;
}

#news-bottom span.btn-prev{
	right: 33%;
}

#news-body img{
    margin-bottom: 25px;
}

	
}



/*==================================================
mv
================================================== */
  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }

  .l-section {
    border-top: 1px solid #eee;
  }
  .l-section .l-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .mv02 {
  }
  .mv02 .l-inner {
    padding-bottom: 0;
  }
  .mv02 .swiper-pagination {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
  }
  .mv02 .swiper-pagination-bullet {
    display: block;
    width: 1.6rem;
    height: 2px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: #fff;
  }
  .mv02 .swiper-pagination-bullet:not(:first-child) {
    margin-top: 1.6rem;
  }
  .mv02 .swiper-pagination-bullet-active {
    width: 4rem;
    background-color: var(--color-theme);
  }
  .mv02 .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
  }
  .mv02 .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
  .mv02 .slide {
    display: grid;
    place-content: center;
    height: 80vh;
    padding: 0 2rem;
    text-align: center;
  }
  .mv02 .slide-media {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mv02 .slide-media img {
    -webkit-transition: 7s 1s linear;
    transition: 7s 1s linear;
    -webkit-transform: translateX(-1.5%) scale(1.1);
            transform: translateX(-1.5%) scale(1.1);
  }
  .mv02 .slide-title, .mv02 .slide-text, .mv02 .slide-link {
    -webkit-animation: 2s var(--easing) both;
            animation: 2s var(--easing) both;
    opacity: 0;
      opacity: 1;
  }
  .mv02 .slide-title {
    font-size: 4.8rem;
    line-height: 1.4;
      color: #fff;
  }
  .mv02 .slide-text {
    font-size: 1.4rem;
    margin: 2rem 0 0;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    color: #fff;
  }
  .mv02 .slide-link {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .mv02 .slide-button {
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    color: var(--color-theme);
  }
  .mv02 .slide-button::before {
    display: inline-block;
    width: 6rem;
    height: 1px;
    margin: -2px 1.6rem 0 0;
    content: "";
    vertical-align: middle;
    background-color: currentColor;
  }
  .mv02 .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateX(1.5%) scale(1.05);
            transform: translateX(1.5%) scale(1.05);
  }
  .mv02 .swiper-slide.anm-started .slide-title,
  .mv02 .swiper-slide.anm-started .slide-text,
  .mv02 .swiper-slide.anm-started .slide-link {
    -webkit-animation-name: mv02-fadeIn;
            animation-name: mv02-fadeIn;
  }
  .mv02 .swiper-slide.anm-finished .slide-title,
  .mv02 .swiper-slide.anm-finished .slide-text,
  .mv02 .swiper-slide.anm-finished .slide-link {
    -webkit-animation-name: mv02-fadeOut;
            animation-name: mv02-fadeOut;
  }

  @-webkit-keyframes mv02-fadeIn {
    0% {
      -webkit-transform: translateY(6rem);
              transform: translateY(6rem);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes mv02-fadeIn {
    0% {
      -webkit-transform: translateY(6rem);
              transform: translateY(6rem);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes mv02-fadeOut {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-6rem);
              transform: translateY(-6rem);
      opacity: 0;
    }
  }
  @keyframes mv02-fadeOut {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-6rem);
              transform: translateY(-6rem);
      opacity: 0;
    }
  }

  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }
    .pc {
      display: none !important;
    }
    .mv02 {
      margin-bottom: 8rem;
    }
    .mv02 .slide {
      height: max(70vh, 70vw);
    }
    .mv02 .slide-title {
      font-size: 4rem;
    }
    .mv02 .slide-text {
      font-size: 1.6rem;
      margin: 3.2rem 0;
    }
  }
  @media only screen and (max-width: 599px) {

    .pc-tab {
      display: none !important;
    }
  }
  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  @media only screen and (max-width: 599px) {

  .mv02 .slide-title {
    font-size: 7vw;
  }
  }


/*==================================================
contact-bottom
================================================== */



#contact-bottom{
    background-color: #14456b;
    color: #fff;
    text-align: center;
    padding: 35px 0 70px;
}

#contact-bottom .title-contents span{
    border-color: #fff;
}

#contact-bottom p{
    line-height: 2.0;
    margin-bottom: 35px;
}


@media only screen and (max-width: 767px) {
    
    #contact-bottom .contents-area{
        width: 94%;
    }
    
    #contact-bottom .title-contents{
        font-size: 14.2vw;
    }

#contact-bottom{
    padding: 25px 0 40px;
}
    
    #contact{
    margin-top: 35px;
}
    
}

