/*---------------------------------------------

	ヘッダー

---------------------------------------------*/


.header {
  position: fixed;
  padding-top: 2rem;
  padding-bottom: 1rem;
  width: 100%;
  top: 0;
  background-color: #FFFFFF;
  z-index: 20;
}

@media screen and (max-width: 940px) {
  .header {
    padding-top: 1.3rem;
    padding-bottom: 0.5rem;
  }
}


.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94.444444444444%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 940px) {
  .header__inner {
    align-items: flex-start;
    width: 89.744444%;
  }
}

.header__logo {
  z-index: 40;
  width: clamp(10rem, 21.7vw, 19.5rem);
}

@media screen and (max-width: 940px) {
  .header__logo {
    width: 16rem;
  }
}

.logo-white {
  display: none;
}



@media screen and (max-width: 940px) {
  .header__menuList {
    display: block;
  }

  /* .logo-pc {
    display: none;
  }

  .logo-sp {
    display: block;
  } */
}

.header__menuList {
  display: flex;
  align-items: center;
  gap: 3vw;
}

@media screen and (max-width: 1180px) {
  .header__menuList {
    gap: 2vw;
  }
}

@media screen and (max-width: 940px) {
  .header__menuList {
    flex-direction: column;
    gap: 0;
  }

  .header__menu {
    margin-bottom: 2.4375rem;
  }

  .header__menu:nth-child(6) {
    margin-bottom: 2.875rem;
  }
}

.header__menu.util-button {
  font-size: clamp(12px, 1.111vw, 16px);
}

@media screen and (max-width: 940px) {
  .header__menu.util-button {
    font-size: 1.125rem;
    color: #1F1F1F;
    background-color: #FFFFFF;
  }
}



.headerNav {
  display: contents;
}

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

  .headerNav {
    opacity: 0;
    display: none;
  }

  .headerNav.active {
    display: block;
    position: fixed;
    overflow-y: auto;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 9.4rem 5rem 0 5rem;
    background: #1F1F1F;
    height: 100vh;
    width: 100%;
    z-index: 10;
  }
}

.header__menu a {
  font-size: clamp(12px, 1.111vw, 16px);
  font-weight: 500;
}

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

  .header__menuList {
    align-items: flex-start;
  }

  .header__menu {
    width: 100%;
  }

  .header__menu a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.125rem;
    color: #fff;
  }

  .header__menu a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../img/svg/icon-arrow.svg);
    width: 19px;
    height: 12px;
    background-repeat: no-repeat;
  }
}

.header__menu--sp {
  display: none;
}

/* -------------- ハンバーガーボタン -------------- */

.hamburger__toggle {
  display: none;
}


@media screen and (max-width: 940px) {
  .hamburger__toggle {
    position: relative;
    display: block;
    margin-top: 7px;
    right: 0;
    width: 33px;
    height: 22px;
    cursor: pointer;
    z-index: 10;
  }

}


.hamburger__togglebar {
  position: absolute;
  right: 0;
  left: 0;
  width: 24px;
  margin: auto;
  border-top: 1px solid;
  background-color: #000;
}

.hamburger__togglebar {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger__togglebar.active span {
  background: #fff;
}

.hamburger__togglebar:nth-child(1) {
  top: 0;
}

.hamburger__togglebar:nth-child(2) {
  top: 11px;
}

.hamburger__togglebar:nth-child(3) {
  top: 22px;
}


.hamburger__toggle.active .hamburger__togglebar {
  border-color: #fff;
}

.hamburger__toggle.active .hamburger__togglebar:nth-child(1) {
  top: 11px;
  transform: rotate(-45deg);
}

.hamburger__toggle.active .hamburger__togglebar:nth-child(2) {
  transform: scaleX(0);
}

.hamburger__toggle.active .hamburger__togglebar:nth-child(3) {
  top: 11px;
  transform: rotate(45deg);
}

/*---------------------------------------------

	FV

---------------------------------------------*/


.secFv {
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  margin-top: 90px;
}

@media screen and (max-width: 540px) {
  .secFv {
    position: relative;
    overflow: hidden;
    padding-top: 3rem;
    margin-top: 70px;
  }
}



.secFv__item {
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .secFv__item {
    justify-content: flex-end;
  }
}



.visual-section {
  position: relative;
}

.visual-section-inner {
  position: relative;
  overflow: hidden;
}


@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity {
  position: absolute;
  left: -140%;
  bottom: 28%;
}

@media screen and (max-width: 820px) {
  .scroll-infinity {
    bottom: 34%;
  }
}

@media screen and (max-width: 600px) {
  .scroll-infinity {
    position: absolute;
    left: -140%;
    bottom: auto;
    top: 26.388888888889%;
  }
}

.scroll-infinity__wrap {
  display: flex;
}

.scroll-infinity__list {
  display: flex;
  gap: 38px;
  list-style: none;
  padding: 0
}

@media screen and (max-width: 600px) {
  .scroll-infinity__list {
    gap: 15px;
  }
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 120s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 1.05)
}

@media screen and (max-width: 600px) {
  .scroll-infinity__item {
    width: calc(100vw / 0.7);
  }
}

.scroll-infinity__item>img {
  width: 100%;
}


/*FVテキスト
-------------------------*/
.secFv__description {
  padding-top: 44px;
}

@media screen and (max-width: 820px) {
  .secFv__description {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .secFv__description {
    position: absolute;
    left: 0;
    top: -7%;
    padding-top: 0;
    z-index: 10;
  }
}


.secFv__text {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-size: clamp(18px, 1.9444vw, 28px);
  font-weight: 600;
}

@media screen and (max-width: 820px) {
  .secFv__text {
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 600px) {
  .secFv__text {
    font-size: 0.8125rem;
  }
}

.secFv__title {
  font-size: clamp(39px, 4.791666vw, 69px);
  font-weight: 500;
  line-height: 1.4;
}


@media screen and (max-width: 820px) {
  .secFv__title {
    font-size: 2.3125rem;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 600px) {
  .secFv__title {
    font-size: 2.3125rem;
    letter-spacing: 0.08em;
  }
}

/*FV画像
-------------------------*/
.secFv__imageArea {
  position: relative;
  width: 49.907235621521%;
}

@media screen and (max-width: 600px) {
  .secFv__imageArea {
    margin-top: 6rem;
    width: 76%;
  }
}


/*FV画像-ラベルテキスト
-------------------------*/
.secFv__labels {
  position: absolute;
  left: -41.449814126394%;
  bottom: 10.958904109589%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .secFv__labels {
    left: -31.578947368421%;
    bottom: 21.944444444444%;
  }
}

.secFv__label {
  padding: 7px 18px 11px 14px;
  font-size: clamp(15px, 1.388vw, 20px);
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
  background-color: #1F1F1F;
}

/*---------------------------------------------

	secAbout

---------------------------------------------*/
.secAbout {
  margin-top: -6.5rem;
  padding: 11.75rem 0 10rem 0;
  background-color: #ECEDEF;
}

@media screen and (max-width: 600px) {
  .secAbout {
    margin-top: -6rem;
    padding: 7.875rem 0 2rem 0;
    background-color: #ECEDEF;
  }
}

.secAbout__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

@media screen and (max-width: 820px) {
  .secAbout__content {
    flex-direction: column;
    gap: 1.4rem;
    margin-bottom: 2rem;
  }
}

.secAbout__title {
  font-size: 2.125rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 540px) {
  .secAbout__title {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}

.secAbout__textBlock {
  flex-basis: 59.3%;
}

@media screen and (max-width: 540px) {
  .secAbout__textBlock {}
}

.secAbout__description {
  font-size: 1.25rem;
  line-height: 2.3;
  letter-spacing: normal;
}


@media screen and (max-width: 600px) {
  .secAbout__description {
    font-size: 0.8125rem;
    line-height: 1.9;
    letter-spacing: normal;
  }
}


.secAboutfeature__image {
  position: relative;
  margin-bottom: 5.5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 540px) {
  .secAboutfeature__image {
    margin-bottom: 2.5rem;
  }
}

.secAboutfeature__imageText {
  position: absolute;
  bottom: -12%;
  left: 11%;
  padding: 1rem;
  background-color: #fff;
  font-size: 2.125rem;
  line-height: 1;
}

@media screen and (max-width: 540px) {
  .secAboutfeature__imageText {
    padding: 0.5rem;
    bottom: -13%;
    left: 6%;
    font-size: 1rem;
  }
}

.secAboutfeature {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 540px) {
  .secAbout__features {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.secAbout__features {
  display: flex;
  justify-content: space-between;
}

.secAbout__feature {
  flex-basis: 29.2%;
  padding: 0 0 0 1.1rem;
  border-left: 2px solid #173D9180;
}

@media screen and (max-width: 540px) {
  .secAbout__feature {
    border-left: 1.4px solid #173D9180;
  }

}

.secAboutfeature__title {
  font-size: 1.5rem;
  color: #173D91;
  margin-bottom: 1.1rem;
  letter-spacing: normal;
}

@media screen and (max-width: 540px) {
  .secAboutfeature__title {
    font-size: 1.4rem;
  }
}

.secAboutfeature__text {
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 540px) {
  .secAboutfeature__text {
    font-size: 0.9rem;
  }
}


/*---------------------------------------------

	secFeatures

---------------------------------------------*/

.secFeatures {
  padding-top: 4.5rem;
  padding-bottom: 5.75rem;
}

@media screen and (max-width: 600px) {
  .secFeatures {
    padding-top: 1.1rem;
    padding-bottom: 4.75rem;
  }
}

.secFeatures__items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-bottom: 5rem;
  padding: 4rem 0 0 0;
}

@media screen and (max-width: 600px) {
  .secFeatures__items {
    padding: 0;
    margin-bottom: 3rem;
    gap: 2.625rem;
  }
}

.secFeatures__items::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  background-color: #000;
  top: 0;
  right: 0;
}


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

  .secFeatures__items::after,
  .secFeatures__items::before {
    display: none;
  }
}


.secFeatures__imageArea {
  position: relative;
  margin-left: calc(50% - 50vw);
  flex: 1;

}

@media screen and (max-width: 600px) {
  .secFeatures__imageArea {
    margin-left: auto;
  }
}


.secFeatures__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 3.54vw;
}

@media screen and (max-width: 820px) {
  .secFeatures__item {
    flex-direction: column;
  }
}

.secFeatures__description {
  flex-basis: 41.8%;
}


.secFeatures__attention {
  font-size: 0.7rem;
  color: gray;
  margin-left: 0.5rem;
}

@media screen and (max-width: 600px) {
  .secFeatures__attention {
    font-size: 0.5rem;
    margin-left: 0;
  }
}

.secFeatures__titleBlock {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 0.8125rem;
}

@media screen and (max-width: 600px) {
  .secFeatures__titleBlock {
    margin-bottom: 0.75rem;
    gap: 0.625rem;
  }
}

.secFeatures__title {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(35px, 3.819vw, 55px);
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 600px) {
  .secFeatures__title {
    font-size: 1.875rem;
  }
}

.secFeatures__title--jp {
  padding-bottom: 0.3rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
}

@media screen and (max-width: 600px) {
  .secFeatures__title--jp {
    margin-bottom: 0;
    font-size: 0.8125rem;
  }
}

.secFeatures__text {
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (max-width: 600px) {
  .secFeatures__text {
    font-size: 0.8125rem;
    letter-spacing: normal;
    line-height: 1.6;
  }
}

.secFeatures__textArea {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
}

@media screen and (max-width: 600px) {
  .secFeatures__textArea {
    gap: 0.75rem;
  }
}

.secFeatures__image--w100 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 1rem;
}

@media screen and (max-width: 540px) {
  .secFeatures__image--w100 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}



/* comingsoon
-------------------------*/
.comingsoon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comingsoon__image {

  width: 16rem;
  z-index: -1;
  margin-right: -4rem;
  animation: rotating 20s linear infinite;
}

@media screen and (max-width: 600px) {
  .comingsoon__image {
    position: absolute;
    left: 0;
    width: 12rem;
    margin-right: -6rem;
  }
}

.comingsoon__text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .comingsoon__text {
    font-size: 0.8125rem;
    width: 83%;
    margin-left: auto;
  }
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*---------------------------------------------

	secPlan

---------------------------------------------*/
.secPlan {
  position: relative;
  margin-bottom: 11rem;
  background-color: #fff;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .secPlan {
    margin-bottom: 3rem;
  }
}

.secPlan::after {
  content: '';
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 660px;
  background-color: #ECEDEF;
  z-index: -1;
}


@media screen and (max-width: 600px) {
  .secPlan::after {
    top: 5.5%;
    height: 250px;
  }
}

/* -------------------------*/
.specSection__inner {
  display: flex;
  align-items: flex-start;
  width: 79.62962962963%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .specSection__inner {
    flex-direction: column;
    width: 100%;
  }
}

.specSection__specs {
  position: relative;

  margin-bottom: 1.7rem;
  font-size: 1rem;

}

@media screen and (max-width: 600px) {
  .specSection__specs {
    width: 100%;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 600px) {
  .specSection__specs::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #555;
    transform: translateX(-50%);
  }
}

.specSection__specs dl {
  margin: 0;

}

@media screen and (max-width: 600px) {
  .specSection__specs dl {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.specSection__specs--right,
.specSection__specs--left {
  display: contents;
}


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

  .specSection__specs--right,
  .specSection__specs--left {
    display: block;
  }

}


.specRow {
  display: flex;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 600px) {
  .specRow {
    margin-bottom: 0.3rem;
  }
}

.specRow dt {
  font-weight: 500;
  min-width: 5rem;
}

@media screen and (max-width: 600px) {
  .specRow dt {
    min-width: 3.9rem;
  }
}

.specRow dd {
  margin-left: 1.3rem;
  font-weight: 500;
}

.specSection__text {
  margin-left: 2rem;
  padding-left: 2rem;
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: normal;
  border-left: 1px solid;
}


@media screen and (max-width: 600px) {
  .specSection__text {
    margin-left: 0rem;
    padding-left: 0rem;
    border: none;
  }
}

.specSection__text p {
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 600px) {
  .specSection__text p {
    margin-bottom: 1rem;
    font-size: 0.8125rem;
  }
}

.specSection__text p:last-child {
  margin-bottom: 0;
}



.secPlan__mapTitle {
  margin-bottom: 1.8rem;
  font-size: 3.125rem;
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
  .secPlan__mapTitle {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.secPlan__8fImage {
  display: block;
  margin: 0 auto;
  width: 38%;
}

.secPlan__setupImage {
  display: block;
  margin: 0 auto;
  width: 75%;
}

@media screen and (max-width: 540px) {
  .secPlan__setupImage {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}

/*  */

#tab-container {
  display: flex;
}

#tab-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

#tab-container::-webkit-scrollbar {
  display: none;
}


.tab {
  display: inline-block;
  flex: 1 1;
  order: -1;
  width: auto;
  min-width: 70px;
  padding: 10px 0px;
  margin: 0 1px;
  border-radius: 8px 8px 0 0;
  background-color: #fff;
  color: #1F1F1F;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid #ECEDEF;
}

@media screen and (max-width: 600px) {
  .tab {
    min-width: 56px;
    font-size: 0.875rem;
    line-height: 1.1;
  }
}

#setupoffice.tab {
  flex: 0 0 auto;
  padding: 10px 42px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.current-tab {
  background-color: #1F1F1F;
  border-radius: 8px 8px 0 0;
  color: #fff;
}


#tab-content {
  position: relative;
}

.tabcontent.tab-active {
  display: block;
}

.tabcontent {
  display: none;
  background: #fff;
  width: 100%;
  padding: 20px 40px 0 40px;
  background: #fff;
  width: 100%;
  height: 690px;
  border-top: 0px;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.setup.tabcontent.tab-active {
  margin-bottom: 3rem;
}

@media screen and (max-width: 820px) {
  .tabcontent {
    height: 500px;
  }
}

@media screen and (max-width: 600px) {
  .tabcontent {
    height: 350px;
  }
}

@media screen and (max-width: 390px) {
  .tabcontent {
    padding: 10px 16px 20px 16px;
    height: 290px;
  }

  .setup.tabcontent.tab-active {
    margin-bottom: 0;
  }
}

.tabcontent:first-child {
  position: relative;
}

.tabcontent.tab-active {
  color: #333;
  border-top: 0px;
  display: block;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  /*  */
  display: flex;
  flex-direction: column;
}


.secPlan__imageWrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.tab__text {
  font-size: 0.9rem;
}

@media screen and (max-width: 600px) {
  .tab__text {
    font-size: 0.7rem;
  }
}

/*---------------------------------------------

	ビフォーアフター事例

---------------------------------------------*/
.secInfo {
  margin-bottom: 7.125rem;
}


@media screen and (max-width: 600px) {
  .secInfo {
    margin-bottom: 2.6rem;
  }

}

.secInfo__content {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:820px) {
  .secInfo__content {
    flex-direction: column;
  }
}

.secInfo__list {
  flex-basis: 62.962962962963%;
}

.secInfo__list dl {
  margin: 0;
  padding: 0;
}

.secInfo__list .row {
  display: flex;
  gap: 4rem;
  padding: 1.5rem 1.9rem;
  background-image: radial-gradient(circle, #333 0.5px, transparent 0.5px);
  background-size: 4px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;


}

@media screen and (max-width: 600px) {
  .secInfo__list .row {
    gap: 3rem;
    padding: 0.8125rem 0.5rem 1.1rem 0.5rem;
    font-size: 0.8125rem;
  }
}

.secInfo__list .row:first-child {
  background-image:
    radial-gradient(circle, #333 0.5px, transparent 0.5px),
    radial-gradient(circle, #333 0.5px, transparent 0.5px);
  background-size: 4px 3px;
  background-position: left bottom, left top;
  background-repeat: repeat-x, repeat-x;

}

.secInfo__list dt {
  min-width: 70px;
  font-weight: 600;
}

.secInfo__list dd {
  margin: 0;
  flex: 1;
}

/*---------------------------------------------

	secAccess

---------------------------------------------*/
.secAccess {
  position: relative;
  margin-bottom: 7rem;
  background-color: #fff;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .secAccess {
    margin-bottom: 2.4rem;
  }

}

.secAccess::after {
  content: '';
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  height: 560px;
  background-color: #ECEDEF;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .secAccess::after {
    height: 178px;
  }
}

.secAccess__mapBlock {
  margin-bottom: 2.875rem;
  width: 100%;
  height: 41.31vw;
}

@media screen and (max-width: 600px) {
  .secAccess__mapBlock {
    margin-bottom: 1.3rem;
    width: 100%;
    height: 190px;
  }
}


.secAccess__mapBlock iframe {
  width: 100%;
  height: 100%;
}

.access {
  display: flex;
  margin: 0 auto;
  width: 84%;
}

@media screen and (max-width: 1000px) {
  .access {
    width: 100%;
  }
}


@media screen and (max-width: 600px) {
  .access {
    flex-direction: column;
    width: 100%;
  }
}

.access__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 40%;
}

@media screen and (max-width: 600px) {
  .access__left {
    margin-bottom: 1.5rem;
    padding-bottom: 1.3125rem;
    justify-content: center;
    gap: 3.6rem;
    border-bottom: 1px solid #1F1F1F;
  }
}


.train-icon {
  margin-left: 1rem;
  width: 22%;
  max-width: 4.375rem;
}

@media screen and (max-width: 600px) {
  .train-icon {
    width: 14%;
  }
}

.station-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.station-list li {
  display: flex;
  gap: 26px;
  margin-bottom: 8px;
  align-items: baseline;
}

.stationName {
  min-width: 83px;
}

@media screen and (max-width: 600px) {
  .stationName {
    min-width: 67px;
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
  }
}

.onFoot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
  font-size: 1rem;
}

@media screen and (max-width: 600px) {
  .onFoot {
    font-size: 0.8125rem;
  }
}

.station-list .time {
  padding: 0 0.2rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 0.9;
  color: #e12020;
}

@media screen and (max-width: 600px) {
  .station-list .time {
    padding: 0 0.2rem;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 0.9;
  }
}

.access__right {
  padding: 1.5rem 0 1.5rem clamp(24px, 4.44444vw, 64px);
  margin-left: clamp(24px, 4.44444vw, 64px);
  flex: 1;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  border-left: 1px solid #1F1F1F;
}

@media screen and (max-width: 600px) {
  .access__right {
    margin-left: 0;
    padding: 0;
    border: none;
    font-size: 0.8125rem;
  }
}

.access__right p {
  margin-bottom: 1rem;
}


.access__right p:last-child {
  margin-bottom: 0;
}


/*---------------------------------------------

	secAreaInfo

---------------------------------------------*/
.secAreaInfo {
  margin-bottom: 10rem;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .secAreaInfo {
    margin-bottom: 3rem;
  }
}

.secAreaInfo__items {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .secAreaInfo__items {
    flex-direction: column;
    gap: 2.375rem;
  }
}

.secAreaInfo__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-basis: 48.3%;
}

@media screen and (max-width: 600px) {
  .secAreaInfo__item {
    gap: 1rem;
  }
}

.secAreaInfo__image {
  position: relative;
}

.secAreaInfo__text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 600px) {
  .secAreaInfo__text {
    font-size: 0.8125rem;
  }
}

.secAreaInfo__text p {
  margin-bottom: 1.625rem;
}


@media screen and (max-width: 600px) {
  .secAreaInfo__text p {
    margin-bottom: 0.9rem;
    letter-spacing: 0.004em;
  }

}

.secAreaInfo__text p:last-child {
  margin-bottom: 0;
}


.secAreaInfo .scroll-infinity {
  position: absolute;
  left: -140%;
  bottom: -6%;
  z-index: 10;
}

@media screen and (max-width: 600px) {
  .secAreaInfo .scroll-infinity {
    bottom: auto;
    top: -22%;
  }
}

.secAreaInfo .scroll-infinity__item {
  width: calc(100vw / 0.9);
}

@media screen and (max-width: 600px) {
  .secAreaInfo .scroll-infinity__item {
    width: calc(100vw / 0.5);
  }
}

/*---------------------------------------------

	secContact

---------------------------------------------*/
.secContact {
  position: relative;
  background-color: #FFFFFF;
  border: 20px solid #ECEDEF;
}

@media screen and (max-width: 600px) {
  .secContact {
    border: 12px solid #ECEDEF;
  }
}

.secContact::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 20px solid #ECEDEF;
}

.contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.5rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 4.5rem 0 6.625rem 0;
}

@media screen and (max-width: 820px) {
  .contact {
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
    padding: 1.8rem 0 2.8rem 0;
  }
}



@media screen and (max-width: 820px) {
  .contact__left {
    width: 100%;
  }
}

.contact__title {
  font-size: 48px;
  font-family: serif;
  margin: 0;
}

.contact__subtitle {
  font-size: 18px;
  margin-top: 8px;
  font-weight: bold;
}

.contact__text {
  font-size: 1rem;
  line-height: 1.8;
}

@media screen and (max-width: 600px) {
  .contact__text {
    font-size: 0.8125rem;
    letter-spacing: normal;
    line-height: 1.6;
  }
}

.contact__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .contact__right {
    width: 100%;
  }
}

.contact__phone {
  margin-bottom: 2.3rem;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #1F1F1F;
}

.contact__phone,
.contact__mail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

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

  .contact__phone,
  .contact__mail {
    padding: 1.5rem 1rem;
    width: 100%;
    border: solid 3px #DBDBDB;
    justify-content: center;
    border-radius: 15px;
  }
}


.contact__phone .phone-number,
.contact__mail .email {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1;
}

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

  .contact__phone .phone-number,
  .contact__mail .email {
    font-size: 2rem;
  }
}

@media screen and (max-width: 820px) {
  .contact__phone .phone-number {
    justify-content: center;
    font-size: 2.125rem;
    gap: 0.4rem;
  }

  .contact__mail .email {
    font-size: 1.5rem;
    gap: 0.4rem;
  }
}

.contact__phone .hours,
.contact__mail .note {
  font-size: 1rem;
  color: #1F1F1F;
  letter-spacing: normal;
}

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

  .contact__phone .hours,
  .contact__mail .note {
    font-size: 0.75rem;
    text-align: center;
  }
}

.icon {
  width: 1.8rem;
}

@media screen and (max-width: 600px) {
  .icon {
    width: 1.6rem;
  }
}

.email .icon {
  margin-top: 0.5rem;
}

/*---------------------------------------------

	フッター

---------------------------------------------*/
.secFooter {
  padding: 7.8rem 0 4.8rem 0;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .secFooter {
    padding: 2.5rem 0 2.75rem 0;
  }
}

.secFooter__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 600px) {
  .secFooter__content {
    margin-bottom: 1.75rem;
  }
}

.secFooter__left {
  flex: 1;
  min-width: 300px;
}

@media screen and (max-width: 600px) {
  .secFooter__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.secFooter__logo {
  display: block;
  width: 19.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
  .secFooter__logo {
    margin-bottom: 1rem;
    width: 16rem;
  }
}

.secFooter__address {
  font-size: 1rem;
}

@media screen and (max-width: 600px) {
  .secFooter__address {
    font-size: 0.8125rem;
  }
}

.secFooter__text {
  font-size: 1rem;
  line-height: 2;
  color: #1F1F1F;
}

@media screen and (max-width: 600px) {
  .secFooter__text {
    display: flex;
    justify-content: center;
    font-size: 0.6875rem;
    line-height: 1.2;
  }
}

.secFooter__right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 820px) {
  .secFooter__right {
    display: none;
  }
}

.secFooter__menuWrap {
  display: flex;
  align-items: flex-start;
  gap: 41px;
}

.secFooter__menu {
  display: grid;
  /* grid-template-columns: auto auto; */
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.secFooter__menu li a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

.secFooter__btn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 12px 24px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .secFooter__right {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .secFooter__menuWrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .secFooter__menu {
    grid-template-columns: 1fr;
  }

  .secFooter__btn {
    margin-top: 16px;
  }
}