@import url("global.css");
#introduction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
#introduction .img {
  width: 50vw;
  aspect-ratio: 1.84 / 1;
}
#introduction .img figure {
  height: 100%;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}
#introduction .main {
  width: 50vw;
  padding-inline: calc( ( 100vw - 1440px ) / 2 ) 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#introduction .main .catch {
  line-height: 1.6;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 28px);
}
#introduction .main .text {
  margin-top: 25px;
  text-align: justify;
}
#introduction .main .text > p + p {
  margin-top: 1em;
}

#ourconcept {
  position: relative;
  overflow: hidden;
}
#ourconcept .inner {
  padding-right: calc( ( 100vw - 1440px ) / 2 );
  padding-left: calc( ( 100vw - 1440px ) / 2 - 60px );
  display: flex;
  align-items: center;
}
#ourconcept .inner .img {
  max-width: 847px;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ourconcept .inner .img > figure {
  width: 100%;
  aspect-ratio: 1.32 / 1;
}
#ourconcept .inner .main .en {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
}
#ourconcept .inner .main .en::before, #ourconcept .inner .main .en::after {
  display: inline;
}
#ourconcept .inner .main .en::before {
  content: "(";
  margin-right: .3em;
}
#ourconcept .inner .main .en::after {
  content: ")";
  margin-left: .3em;
}
#ourconcept .inner .main .catchcopy {
  margin-block: 25px 35px;
  width: 500px;
}
#ourconcept .inner .main .text {
  text-align: justify;
}
#ourconcept .inner .main .text > p + p {
  margin-top: 1em;
}
#ourconcept .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 200%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
}
#ourconcept .bg .box {
  display: flex;
  animation: loop_anime 60s linear infinite;
}
#ourconcept .bg .box span {
  display: block;
  margin: 0 2.5vw;
  opacity: .06;
  height: 200px;
}
#ourconcept .bg .box span img {
  max-width: none;
  width: auto;
  height: 100%;
}

@keyframes loop_anime {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
#area {
  margin-top: 95px;
  display: flex;
  align-items: center;
  padding-left: 5vw;
  position: relative;
  z-index: 2;
  -webkit-border-radius: var(--radius-large);
  border-radius: var(--radius-large);
  overflow: hidden;
}
#area::before, #area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#area::before {
  z-index: -2;
  background-color: #F8F5EE;
}
#area::after {
  z-index: -1;
  background: url("../img/catalog/area_bg.png") repeat left top;
  background-size: 144px 144px;
}
#area .main {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#area .main .h {
  width: fit-content;
  font-weight: 700;
  font-size: clamp(18px, 2.7vw, 34px);
}
#area .main .h::before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 14px;
  border-radius: 50%;
  background-color: #D5501E;
  vertical-align: 6px;
}
#area .main .text {
  margin-top: 20px;
  text-align: justify;
}
#area .main .text > p em {
  color: #D5501E;
  font-weight: 700;
}
#area .img {
  flex-shrink: 0;
  width: 620px;
  aspect-ratio: 1.24 / 1;
}

#sec_form {
  margin-block: 130px 80px;
}

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

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  #introduction .main {
    padding-inline: 50px 60px;
  }

  #ourconcept .inner {
    padding-right: 50px;
    padding-left: 35px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #introduction {
    display: block;
    max-width: 800px;
    margin-inline: auto;
  }
  #introduction .img {
    width: 100%;
    margin-bottom: 40px;
  }
  #introduction .img figure {
    height: auto;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  #introduction .main {
    width: auto;
    padding-inline: 0 5vw;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  #introduction .img figure {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #introduction .main {
    padding-inline: 5vw;
  }
}

@media only screen and (max-width: 1300px) {
  #ourconcept .inner {
    padding-right: 50px;
    padding-left: 20px;
  }
  #ourconcept .inner .img {
    max-width: 50%;
    padding-right: 30px;
  }
  #ourconcept .inner .main .catchcopy {
    margin-block: 15px 20px;
    width: 100%;
  }
  #ourconcept .inner .main .text > p br {
    display: none;
  }
  #ourconcept .bg .box span {
    margin: 0 2vw;
    height: 160px;
  }

  #area {
    margin-top: 65px;
  }
  #area .main .h::before {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  #area .main .text {
    margin-top: 15px;
  }
  #area .main .text > p br {
    display: none;
  }
  #area .img {
    width: 50%;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  #area {
    align-items: stretch;
  }
  #area .main {
    padding-block: 35px;
  }
  #area .main .h::before {
    vertical-align: 2px;
  }
  #area .img figure {
    height: 100%;
  }
}

@media only screen and (max-width: 1300px) {
  #sec_form {
    margin-block: 100px 65px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #introduction .main .catch br {
    display: none;
  }
  #introduction .main .text > p br {
    display: none;
  }

  #ourconcept {
    position: relative;
    overflow: hidden;
  }
  #ourconcept .inner {
    padding-inline: 5vw;
    display: block;
  }
  #ourconcept .inner .img {
    max-width: 90%;
    padding-right: 0;
    margin: 0 auto 15px;
  }
  #ourconcept .inner .main .en::before {
    margin-right: .1em;
  }
  #ourconcept .inner .main .en::after {
    margin-left: .1em;
  }
  #ourconcept .inner .main .catchcopy {
    margin-block: 10px 20px;
    width: 100%;
  }
  #ourconcept .bg .box span {
    margin: 0 1vw;
    height: 110px;
  }

  #area {
    margin-top: 50px;
    display: block;
    padding-left: 0;
  }
  #area .main {
    padding: 20px 5vw 25px;
  }
  #area .main .h::before {
    width: 8px;
    height: 8px;
    margin-right: 10px;
  }
  #area .main .text {
    margin-top: 10px;
  }
  #area .img {
    width: 100%;
  }

  #sec_form {
    margin-block: 65px 45px;
  }
}
