@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* ------------------------------------------- */
.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb6 {
  margin-bottom: 6rem;
}

.mb8 {
  margin-bottom: 8rem;
}

.mb13 {
  margin-bottom: 13rem;
}

.pb11 {
  padding-bottom: 11rem;
}

.pb11 {
  padding-bottom: 11rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: clamp(18px, 1.3888888889vw, 26.7px);
}

.fs22 {
  font-size: clamp(18px, 1.5277777778vw, 39.2px);
}

.fs30 {
  font-size: clamp(20px, 2.0833333333vw, 39.2px);
}

.fw-bold {
  font-weight: 700;
}

.fw-medium {
  font-weight: 400;
}

.lh1_7 {
  line-height: 1.7em;
}

.lh2 {
  line-height: 2em;
}

.lh2_4 {
  line-height: 2.4em;
}

img {
  width: 100%;
}

body .container {
  font-size: clamp(16px, 1.25vw, 20px);
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  line-height: 1.3;
  color: #333333;
  letter-spacing: -0.02em;
  overflow-x: hidden;
}
body.modal_show {
	overflow: hidden;
}

.header {
  display: flex;
  padding-top: 30px;
  padding-left: 45px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
  height: 60px;
}
.header figure {
  margin-right: 16px;
}
.header p {
  font-weight: 500;
  font-size: 18px;
}

.reserve-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  width: fit-content;
  background: rgb(161, 193, 242);
  background: linear-gradient(110deg, rgb(161, 193, 242) 0%, rgb(34, 140, 144) 100%);
  border-radius: 100px;
  z-index: 9999;
}
.reserve-btn a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #FFF;
  padding: 20px 55px 19px 35px;
}
.reserve-btn a span {
  display: inline-block;
}
.reserve-btn a span::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 0.3em;
  padding-bottom: 2px;
  background-image: url(../images/icon-linkblank.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

.container {
  position: relative;
  /* background-image: url(../images/bg-image.png); */
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100vh; */
}

/* スライダーの基本スタイル */
.slider-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 48.5%;
  margin-top: 255px;
  margin-bottom: 130px;
}

.swiper-container {
  position: absolute;
  right: 0;
  width: 93%;
  aspect-ratio: 1.91/1;
  overflow: hidden;
  pointer-events: none;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.slide-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-picture img {
  height: 100%;
  object-fit: cover;
}

/* テキスト */
.slide-text {
  position: absolute;
  right: 10%;
  top: 15%;
  color: #000;
  font-size: calc(18px + 32 * (100vw - 375px) / 2185);
  font-weight: 700;
  line-height: 1.8;
  z-index: 10;
}

/* サイドオーバーレイのアニメーション */
.side-overlay {
  position: absolute;
  left: 10%;
  top: -42px;
  transform: translateY(-50%);
  z-index: 100;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInSlideRight {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
/* ページネーション */
.pagination-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
}

.custom-pagination {
  color: #000000;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
}

.progress-bar-container {
  width: 110px;
  height: 1px;
  background-color: #A6B1B5;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0;
  background-color: #000000;
  transition: width 0.3s linear;
}
.progress-bar.flash {
  transition: none;
}

/* 文字のアニメーション用 */
.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation-fill-mode: forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

canvas#wave_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	aspect-ratio: 1 / 0.6;
}




.swiper-container {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path 1s 2s;
}
.first_show .swiper-container {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.side-overlay {
  opacity: 0;
  transition: opacity 3s 3s;
}
.first_show .side-overlay {
  opacity: 1;
}
canvas#wave_bg {
	opacity: 0;
	transition: opacity 5s;
}
.first_show  canvas#wave_bg {
	opacity: 0.4;
}




.sec-wrap {
  display: flex;
  justify-content: flex-end;
}
.sec-wrap.bg {
  background-image: url(../images/bg-image02.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-wrap .sec-innerwrap {
  width: 93%;
  padding-left: 55px;
}

h2.tit--normal {
  font-size: clamp(50px, 1.9444444444vw, 55px);
  font-weight: 700;
  letter-spacing: 0.3rem;
}
h2.tit--normal span {
	display: inline-block;
	opacity: 0;
	transform: translate(0, 20px);
	transition: 0.2s;
}
h2.tit--normal.scr_act span {
	opacity: 1;
	transform: translate(0, 0px);
}
h2.tit--normal span:nth-of-type(1) { transition-delay: 0.05s; }
h2.tit--normal span:nth-of-type(2) { transition-delay: 0.1s; }
h2.tit--normal span:nth-of-type(3) { transition-delay: 0.15s; }
h2.tit--normal span:nth-of-type(4) { transition-delay: 0.2s; }
h2.tit--normal span:nth-of-type(5) { transition-delay: 0.25s; }
h2.tit--normal span:nth-of-type(6) { transition-delay: 0.3s; }
h2.tit--normal span:nth-of-type(7) { transition-delay: 0.35s; }
h2.tit--normal span:nth-of-type(8) { transition-delay: 0.4s; }
h2.tit--normal span:nth-of-type(9) { transition-delay: 0.45s; }
h2.tit--normal span:nth-of-type(10) { transition-delay: 0.5s; }
h2.tit--normal::after {
	content: attr(data-subtext);
  display: block;
  font-size: 32%;
  letter-spacing: 0em;
  font-weight: 400;
  padding-top: 0.3em;
}

.secondtit--normal {
  font-size: clamp(18px, 1.5277777778vw, 39.2px);
  font-weight: 500;
}

.sec-slider {
	height: 255px;
	background: url(../images/scroll-slider_img.jpg) repeat-x left center / auto 100%;
  animation: secSliderAnim 40s linear infinite;
}
@keyframes secSliderAnim {
  from {
		background-position: left 0px center;
  }
  to {
		background-position: left calc((255* 3672) / 380* -1px) center;
  }
}

.center-wrap {
  padding-right: calc(7% + 55px);
}

.manager-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8vw;
}
.manager-wrap .manager--txt-area {
  flex-grow: 1;
}
.manager-wrap .manager--img-area {
  width: 18vw;
  height: auto;
  flex-shrink: 0;
}
.manager-wrap .manager--img-area figure {
  margin-bottom: 3rem;
}
.manager-wrap .manager--img-area .caption {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.manager-wrap .manager--img-area .caption .manager--name {
  font-size: clamp(18px, 1.3888888889vw, 26.7px);
  font-weight: 500;
  line-height: 1.3;
}
.manager-wrap .manager--img-area .caption .manager--name span {
  display: block;
  font-weight: 400;
  font-size: 80%;
  margin-bottom: 0.5em;
}

.third-wrap {
  background-color: #8B9598;
  color: #FFFFFF;
  padding-top: 13rem;
  font-size: 1.8rem;
  background-image: url(../images/bg-image03.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-blend-mode: screen;
  background-size: contain;
}
.third-wrap .tit--normal {
  margin-left: 7%;
  padding-left: 55px;
}

.third-innerwrap div:nth-of-type(2) {
  padding-top: 9.17vw;
  padding-bottom: 9.17vw;
}

.third-left {
  display: flex;
  gap: 9vw;
  padding-right: 11%;
}

.third-center {
  position: relative;
  display: flex;
  padding-left: calc(7% + 55px);
  gap: 9vw;
  padding-right: 11%;
  background-color: #8B9598;
  background-image: url(../images/bg-image04.png);
  background-repeat: no-repeat;
  background-position: right calc(100% + 14.58vw);
  background-size: cover;
  background-blend-mode: screen;
}

.third-right {
  display: flex;
  flex-direction: row-reverse;
  gap: 9vw;
  padding-left: calc(7% + 55px);
}

.h3--service-img {
  position: relative;
  font-size: clamp(45px, 3.4722222222vw, 53px);
  width: fit-content;
  margin-bottom: 7.5rem;
}
.h3--service-img::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: rgb(161, 220, 242);
  background: linear-gradient(110deg, rgb(161, 220, 242) 0%, rgb(122, 191, 193) 100%);
  height: 5px;
  width: 100%;
  left: 0;
  bottom: -16px;
}

.service-img {
  flex-grow: 0;
  flex-basis: 35.4vw;
  height: auto;
}

.service-img img[scr] {
	filter: blur(5px);
	opacity: 0;
	transition: opacity 1s 0s, transform 1s 0s, filter 1s ease-in-out;
}
.service-img img[scr].scr_act {
	filter: blur(0);
	opacity: 1;
}

.service-txt {
  flex-grow: 1;
  flex-basis: 0;
}

.service-img--figure {
  width: 5.97vw;
}

/*製品スライダー
-----------------------------------------------------*/
/* 製品スライダー */
.product-section {
  padding-right: calc(7% + 55px);
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgb(230, 230, 230) 100%);
  padding-bottom: 70px;
}

.product-innerwrap {
  width: 93%;
  padding-left: 55px;
}

.product-swiper {
  margin-top: 40px;
}

.product-wrapper {
	margin: 0 50px;
	font-size: 0;
	letter-spacing: 0;
	white-space: nowrap;
	overflow: hidden;
}

.product-swiper .swiper-slide {
  width: calc(100% / 3);
  max-width: 40vw;
  flex-shrink: 0;
  display: inline-block;
	transition: 0.5s;
}

.product-swiper .swiper-slide img {
	transform: scale(0.70);
	transition: 0.5s;
}
.product-swiper .swiper-slide div {
  opacity: 0;
	transition: 0.3s;
}
.product-swiper .swiper-slide.center img {
	transform: scale(1);
}
.product-swiper .swiper-slide.center div {
  opacity: 1;
}

.product-swiper .swiper-slide.flash,
.product-swiper .swiper-slide.flash * {
	transition: none;
}

.product-slide {
  text-align: center;
  cursor: pointer;
}

.product-slide img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.product-name {
  margin-top: 12px;
  font-size: 16px;
}
.product-name .company {
  margin-bottom: 0.3em;
}
.product-name .country {
  position: relative;
  font-size: 1.4rem;
}
.product-name .country span {
  display: inline-block;
  width: 20px;
  margin-top: 0.1em;
  margin-right: 0.3em;
}

/* ナビ */
.swiper-pagination {
  position: inherit;
  margin-top: 30px;
  width: 100%;
}

.swiper-pagination .swiper-nav {
  position: absolute;
  top: -280px;
  font-size: 36px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  user-select: none;
  cursor: pointer;
  background: no-repeat center / contain;
  width: 26px;
  aspect-ratio: 44 / 86;
}
.swiper-pagination .swiper-nav.swiper-prev {
  left: 0;
  background-image: url(../images/btn_left_gr.png);
}
.swiper-pagination .swiper-nav.swiper-next {
  right: 0;
  background-image: url(../images/btn_right_gr.png);
}
.swiper-pagination .swiper-dot {
	text-align: center;
	width: 100%;
}
.swiper-pagination .swiper-dot span {
  width: 4px;
  height: 4px;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 0 4px;
  border: solid 2px #f6f6f6;
  box-sizing: content-box;
  cursor: pointer;
}
.swiper-pagination .swiper-dot span.active {
  background: #000;
  width: 4px;
  height: 4px;
  border-color: #000;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: auto;
  pointer-events: none;
}


.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #000;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

/* モーダル基本 */
.product-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
}

.modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal-content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 2;
  width: 90%;
  max-width: 870px;
  background: #fff;
  padding: 65px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.modal-content h3 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 500;
}

.modal-content p {
  font-size: 16px;
  line-height: 1.8;
}

/* モーダル操作ボタン */
.modal-close {
  position: absolute;
  top: 12px;
  right: 18px;
  cursor: pointer;
  background: url(../images/btn_close.png) no-repeat center / contain;
  width: 36px;
  aspect-ratio: 73 / 34;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  user-select: none;
  cursor: pointer;
  background: no-repeat center / contain;
  width: 26px;
  aspect-ratio: 44 / 86;
}

.modal-prev {
  left: -60px;
  background-image: url(../images/btn_left_wh.png);
}

.modal-next {
  right: -60px;
  background-image: url(../images/btn_right_wh.png);
}

/* モーダル */
.product-modal.active {
}

.modal-item.active {
  display: block;
}

.modal-flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}

.modal-image-main {
  flex: 1 1 50%;
}

.modal-image-main img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-subimages {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.subimage {
  flex: 1;
}

.subimage img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-text-area {
  flex: 1 1 45%;
  /* display: flex; */
  flex-direction: column;
  text-align: left;
}

.modal-logo {
  width: auto;
  height: 65px;
  margin-bottom: 20px;
}

.modal-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.modal-country {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6f6f6f;
}

.modal-country img {
  width: 20px;
  height: auto;
}

.modal-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.list--bland-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
  margin-left: 4vw;
  margin-top: 3.5rem;
}

.contact-area {
  display: flex;
  margin-top: 5rem;
}

.contact-wrap {
  background-color: #000000;
  background-image: url(../images/bg-image05.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding-top: 8rem;
}

.contact-text {
  width: 106vw;
  margin-top: 5rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
}

.btn-wrap {
  font-size: clamp(14px, 0.9722222222vw, 3.73px);
  margin: 1rem 0 3rem;
}

.tel-number {
  font-size: clamp(28px, 2.0033333333vw, 37.2px);
  font-weight: 700;
}
.tel-number span {
  font-size: 60%;
  font-weight: normal;
}

.btn {
  margin-bottom: 0.7rem;
}
.btn a {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 2rem 9rem;
}
.btn a::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 1px;
  background-color: #FFFFFF;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}
.btn a span {
  position: relative;
  display: inline-block;
  padding-left: 2.7em;
  font-size: clamp(18px, 1.25vw, 5.33px);
}
.btn a span::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../images/icon_calendar.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
}

.map {
  aspect-ratio: 550/431;
  width: 94vw;
  position: relative;
}
.map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .lh2_4 {
    line-height: 2em;
  }
  .reserve-btn {
    position: fixed;
    top: auto;
    bottom: 15px;
    right: 15px;
  }
  .header {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 2vw;
    padding-left: 3vw;
  }
  .side-overlay {
    width: 81%;
    left: 3vw;
    top: -5vw;
  }
  .container {
    background-position: top;
  }
  canvas#wave_bg {
		top: 20vw;
		width: 100%;
		aspect-ratio: 1 / 1;
	}
  .slider-wrap {
    padding-bottom: 175%;
    margin-top: 43vw;
  }
  .swiper-container {
    width: 100%;
    aspect-ratio: 0.51/1;
  }
.slide-text {
	position: absolute;
	right: 5vw;
	top: 15vw;
	font-size: 6vw;
}
  .sec-wrap {
    flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .sec-wrap .sec-innerwrap {
    width: 100%;
    padding-left: 0;
  }
  .sec-wrap.bg {
    background-size: auto;
  }
  .sec-slider {
	margin: -13vw 0 19vw;
	height: 47vw;
	animation: secSliderAnim_sp 40s linear infinite;
	}
@keyframes secSliderAnim_sp {
  from {
		background-position: left 0px center;
  }
  to {
		background-position: left calc(-47vw * 9.663) center;
  }
}
  .manager-wrap {
    flex-direction: column;
  }
  .manager-wrap .manager--img-area {
    display: flex;
    align-items: center;
    gap: 6vw;
    width: inherit;
  }
  .manager-wrap .manager--img-area figure {
    width: 50vw;
  }
  .manager-wrap .manager--img-area .caption {
    flex-direction: column;
    gap: 3vw;
  }
  .center-wrap {
    padding-right: 0;
  }
  .service-img {
    width: calc(100% + 6vw);
    transform: translateX(-3vw);
  }
  .service-txt {
    margin-top: -68px;
  }
  .third-wrap {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 18vw;
    background-size: auto;
  }
  .third-wrap .tit--normal {
    margin-left: 0;
    padding-left: 0;
  }
  .third-left {
    flex-direction: column;
    padding-right: 0;
  }
  .third-center {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .third-right {
    flex-direction: column;
    padding-left: 0;
  }
  .service-img--figure {
    width: 23vw;
  }
  .third-innerwrap div:nth-of-type(2) {
    /* padding-top: 18vw;
    padding-bottom: 18vw; */
		width: calc(100% + 6vw);
		margin-left: -3vw;
		padding: 18vw 3vw;
  }
  .list--bland-logo {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 8vw 2vw;
  }
  .list--bland-logo figure {
    width: 43vw;
  }
  .product-innerwrap {
	width: 100%;
	padding: 0;
}
.product-swiper {
	margin-top: 7vw;
}
.product-wrapper {
	width: 100vw;
	margin: 0 -5vw;
	text-indent: -40vw;
}
.product-swiper .swiper-slide {
	width: 60vw;
	max-width: none;
}
.product-swiper .swiper-slide.flash {}
.product-slide {}
.product-slide img {}
.product-name {
	text-indent: 0;
}
.product-name .company {}
.product-name .country {}
.product-name .country span {}
.swiper-pagination {
	margin: 4.5vw auto 0;
	width: fit-content;
}
.swiper-pagination .swiper-nav {
	top: 0;
	width: 3.5vw;
}
.swiper-pagination .swiper-nav.swiper-prev {
	left: -8vw;
}
.swiper-pagination .swiper-nav.swiper-next {
	right: -8vw;
}
.swiper-pagination .swiper-dot {
	width: fit-content;
	margin: 0 auto;
}
.swiper-pagination .swiper-dot span {}
.swiper-pagination .swiper-dot span.active {}
  .modal-flex {
    flex-direction: column;
  }
  .modal-content-wrap {
    width: 90vw;
    padding: 5vw;
    margin: 0;
    height: 80vh;
    transform: none;
    top: 5vh;
    left: 5vw;
  }
  .modal-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 75vh;
  }
  .modal-close {
    top: 8px;
    right: 12px;
  }
.modal-nav {
  position: absolute;
  top: auto;
  bottom: -20vw;
  transform: none;
  font-weight: bold;
  width: 5vw;
}
.modal-prev {
  left: 32vw;
}
.modal-next {
  right: 32vw;
}
  .modal-title {
    font-weight: normal;
  }
  .modal-logo {
    margin-bottom: 40px;
  }
  .modal-country {
    margin-bottom: 40px;
  }
  .contact-area {
    flex-direction: column;
  }
  .contact-area .contact-text {
    width: 100%;
    margin-bottom: 8vw;
    margin-top: 0;
  }
  .btn a {
    width: calc(100% - 3vw);
    padding: 5vw 17vw;
  }
  .tel-number span {
    font-size: 46%;
  }
	.map {
		width: 100%;
	}
}

.menu-column {
	margin-top: 0;
}