/*************************************************

mv

*************************************************/
.mv {
  position: relative;
  overflow: hidden;
  padding: 20px 25px;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 8px 8px 45px;
  }
}

.mv-letters {
  position: absolute;
  top: calc(20px + 19.0277777778vw);
  left: calc(20px + 9.9305555556vw);
  line-height: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mv-letters {
    top: auto;
    bottom: calc(45px + 7.8226857888vw);
    left: calc(8px + 5.2151238592vw);
  }
}
.mv-letters img {
  width: 100%;
}

.mv-logo {
  width: 28.0555555556vw;
  margin-bottom: 1.1805555556vw;
}
@media screen and (max-width: 767px) {
  .mv-logo {
    width: 78.2268578879vw;
    margin-bottom: 2.8683181226vw;
  }
}

.mv-text {
  width: 41.7361111111vw;
}
@media screen and (max-width: 767px) {
  .mv-text {
    width: 78.2268578879vw;
  }
}

.mv-images {
  position: relative;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}
.mv-images img {
  width: 100%;
}

.mv-border {
  position: absolute;
  top: -50px;
  left: -40px;
  z-index: 4;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .mv-border {
    top: -10px;
    left: -10px;
    width: 64px;
  }
}

/*************************************************

borders

*************************************************/
/* border01
---------------------------------------*/
.border01 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .border01-ajust {
    position: absolute;
    top: -30px;
    left: 0;
    overflow: hidden;
    width: 33px;
    height: 45px;
  }
}

.border01-el {
  position: absolute;
  bottom: 0;
  left: 40%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .border01-el {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    width: 43px;
  }
}

/* border02
---------------------------------------*/
.border02 {
  position: relative;
  z-index: 3;
}

.border02-el {
  position: absolute;
  top: -186px;
  right: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .border02-el {
    top: -56px;
    width: 58px;
  }
}

/* border03
---------------------------------------*/
.border03 {
  position: relative;
  z-index: 1;
}

.border03-ajust {
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .border03-ajust {
    left: -30px;
    width: 110px;
    height: 95px;
  }
}

@media screen and (max-width: 767px) {
  .border03-el {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
  }
}

/*************************************************

background

*************************************************/
.background {
  padding: 0 30px;
}

.background-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .background-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* background-letters
---------------------------------------*/
.background-letters {
  width: 48.6363636364%;
}
@media screen and (max-width: 767px) {
  .background-letters {
    width: 100%;
  }
}
.background-letters p {
  font-weight: 500;
}

/* background-image
---------------------------------------*/
.background-image {
  width: 48.6363636364%;
}
@media screen and (max-width: 767px) {
  .background-image {
    width: 100%;
    margin-top: 30px;
  }
}

.background-image__el {
  overflow: hidden;
  -webkit-clip-path: inset(20% round 30px);
          clip-path: inset(20% round 30px);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-clip-path 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-clip-path 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, clip-path 0.5s, transform 0.5s;
  transition: opacity 0.5s, clip-path 0.5s, transform 0.5s, -webkit-clip-path 0.5s, -webkit-transform 0.5s;
}
.is-view .background-image__el {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .is-view .background-image__el {
    -webkit-clip-path: inset(0% round 30px);
            clip-path: inset(0% round 30px);
  }
}
@media screen and (max-width: 767px) {
  .is-view .background-image__el {
    -webkit-clip-path: inset(0% round 15px);
            clip-path: inset(0% round 15px);
  }
}

/*************************************************

about

*************************************************/
.about {
  position: relative;
  margin-top: 60px;
  padding: 130px 30px 220px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 70px;
    padding: 70px 30px 150px;
  }
}
.about .parts-buttons {
  margin-top: 10px;
}

.about-inner {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 55px;
  border-radius: 50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about-inner {
    padding: 25px;
    border-radius: 25px;
  }
}
.about-inner > * {
  position: relative;
  z-index: 5;
}
.about-inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: 1;
}

.about-lead {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-lead {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.about-text {
  font-weight: 500;
}

.about-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-bg {
    height: 100%;
    border-radius: 25px 25px 0 0;
  }
}

.about-bg__el {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about-bg__el img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: calc(100% - 2px);
}
.about-bg__el::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(243, 243, 243)), to(rgba(243, 243, 243, 0)));
  background: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgba(243, 243, 243, 0) 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about-bg__el::before {
    height: 30%;
  }
}

/*************************************************

introduction

*************************************************/
.introduction {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .introduction {
    padding-bottom: 70px;
  }
}

.introduction-inner {
  position: relative;
  width: min(1100px, 100% - 60px);
  margin: 0 auto;
  z-index: 5;
}

.introduction-map {
  overflow: hidden;
  margin-top: 40px;
  line-height: 0;
  -webkit-clip-path: inset(20% round 30px);
          clip-path: inset(20% round 30px);
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s, -webkit-clip-path 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-clip-path 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, clip-path 0.5s, transform 0.5s;
  transition: opacity 0.5s, clip-path 0.5s, transform 0.5s, -webkit-clip-path 0.5s, -webkit-transform 0.5s;
}
.introduction-map.is-view {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (min-width: 768px) {
  .introduction-map.is-view {
    -webkit-clip-path: inset(0% round 30px);
            clip-path: inset(0% round 30px);
  }
}
@media screen and (max-width: 767px) {
  .introduction-map.is-view {
    -webkit-clip-path: inset(0% round 15px);
            clip-path: inset(0% round 15px);
  }
}
@media screen and (max-width: 767px) {
  .introduction-map {
    margin-top: 20px;
  }
}

.introduction-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px 30px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .introduction-list {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.introduction-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .introduction-list__item {
    width: 100%;
  }
}
.introduction-list__item.is-wide {
  width: 100%;
}

.introduction-list__img {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(20% round 30px);
          clip-path: inset(20% round 30px);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-clip-path 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-clip-path 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, clip-path 0.5s, transform 0.5s;
  transition: opacity 0.5s, clip-path 0.5s, transform 0.5s, -webkit-clip-path 0.5s, -webkit-transform 0.5s;
  z-index: 1;
}
.is-view .introduction-list__img {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .is-view .introduction-list__img {
    -webkit-clip-path: inset(0% round 30px);
            clip-path: inset(0% round 30px);
  }
}
@media screen and (max-width: 767px) {
  .is-view .introduction-list__img {
    -webkit-clip-path: inset(0% round 15px);
            clip-path: inset(0% round 15px);
  }
}
.introduction-list__img img {
  width: 100%;
}

.introduction-list__letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: -45px 25px 0;
  padding: 25px 40px;
  background-color: #fff;
  border-radius: 30px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .introduction-list__letters {
    margin: -25px 10px 0;
    padding: 15px 20px 20px;
    border-radius: 15px;
  }
}

.introduction-list__pin {
  position: absolute;
  bottom: calc(100% - 17px);
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .introduction-list__pin {
    bottom: calc(100% - 10px);
  }
}
.introduction-list__pin img {
  width: 44px;
}
@media screen and (max-width: 767px) {
  .introduction-list__pin img {
    width: 38px;
  }
}

.introduction-list__title {
  color: #00757F;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .introduction-list__title {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.introduction-list__label {
  display: table;
  margin: 0 auto 10px;
  padding: 3px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #00757F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .introduction-list__label {
    padding: 1px 13px;
    border-radius: 4px;
  }
}

.introduction-list__text {
  font-weight: 500;
}
.introduction-list__text small {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .introduction-list__text small {
    font-size: 10px;
  }
}

.introduction-list__cap {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .introduction-list__cap {
    right: -5px;
    bottom: calc(100% + 5px);
    font-size: 10px;
  }
}
@media screen and (max-width: 576px) {
  .introduction-list__cap {
    font-size: 8px;
  }
}

.introduction-list__modals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 11px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: #C9C9C9 solid 1px;
}
@media screen and (max-width: 1080px) {
  .introduction-list__modals {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .introduction-list__modals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 25px -20px 0;
    border-top: none;
  }
}

.introduction-list__modals-btn {
  display: block;
  width: calc(33.3333333333% - 7.3333333333px);
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .introduction-list__modals-btn {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .introduction-list__modals-btn {
    width: 100%;
  }
}

.introduction-list__modals-img {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 30px;
  line-height: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .introduction-list__modals-img {
    border-radius: 15px;
  }
}

.introduction-list__modals-cap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  font-size: 10px;
  text-align: right;
  font-weight: 500;
  line-height: 1.4;
}

.introduction-list__modals-letters {
  position: relative;
  display: block;
  margin: -10px 18px 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .introduction-list__modals-letters {
    margin: -10px 18px 0;
  }
}

.introduction-list__modals-label {
  display: table;
  margin-bottom: 4px;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #00757F;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .introduction-list__modals-label {
    font-size: 11px;
  }
}
.introduction-list__modals-label strong {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .introduction-list__modals-label strong {
    font-size: 14px;
  }
}

.introduction-list__modals-title {
  display: block;
  color: #00757F;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .introduction-list__modals-title {
    font-size: 16px;
  }
}

.introduction-list__modals-zoom {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #DA3734;
  line-height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .introduction-list__modals-zoom {
    width: 38px;
  }
}
@media screen and (max-width: 767px) {
  .introduction-list__modals-zoom img {
    width: 20px;
  }
}

/* introduction-modal
---------------------------------------*/
.introduction-modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .introduction-modal-head {
    gap: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}

.introduction-modal-head__label {
  margin-top: 7px;
  padding: 1px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #00757F;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .introduction-modal-head__label {
    font-size: 11px;
  }
}
.introduction-modal-head__label strong {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .introduction-modal-head__label strong {
    font-size: 14px;
  }
}

.introduction-modal-head__title {
  color: #00757F;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .introduction-modal-head__title {
    font-size: 16px;
  }
}
.introduction-modal-head__title sup {
  position: relative;
  top: 0.4em;
  font-size: 1em;
  line-height: 1;
}

.introduction-modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .introduction-modal-body {
    display: block;
  }
}

.introduction-modal-image {
  overflow: hidden;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 60.2150537634%;
  border-radius: 30px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .introduction-modal-image {
    width: 100%;
    border-radius: 10px;
  }
}
.introduction-modal-image img {
  width: 100%;
}

.introduction-modal-image__cap {
  position: absolute;
  bottom: 10px;
  right: 25px;
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .introduction-modal-image__cap {
    right: 10px;
    font-size: 10px;
  }
}

.introduction-modal-letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 36.0215053763%;
}
@media screen and (max-width: 767px) {
  .introduction-modal-letters {
    width: 100%;
    margin-top: 10px;
  }
}

.introduction-modal-letters__top > * {
  font-weight: 500;
}
.introduction-modal-letters__top .in-cap {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .introduction-modal-letters__top .in-cap {
    font-size: 10px;
  }
}

.introduction-modal-letters__bottonm {
  margin-top: 20px;
}

/* introduction-border
---------------------------------------*/
.introduction-border {
  position: absolute;
  line-height: 0;
  z-index: 1;
}
.introduction-border.is-01 {
  top: 80px;
  left: 0;
  width: 45px;
}
@media screen and (max-width: 767px) {
  .introduction-border.is-01 {
    width: 24px;
  }
}
.introduction-border.is-02 {
  top: 150px;
  right: 0;
  width: 143px;
}
@media screen and (max-width: 767px) {
  .introduction-border.is-02 {
    width: 54px;
  }
}
.introduction-border.is-03 {
  top: 20%;
  left: 0;
  width: 228px;
}
@media screen and (max-width: 767px) {
  .introduction-border.is-03 {
    top: 12%;
    width: 84px;
  }
}
.introduction-border.is-04 {
  top: 30%;
  left: 0;
  width: 115px;
}
@media screen and (max-width: 767px) {
  .introduction-border.is-04 {
    top: 23%;
    width: 54px;
  }
}
.introduction-border.is-05 {
  top: 37%;
  right: 0;
  width: 116px;
}
@media screen and (max-width: 767px) {
  .introduction-border.is-05 {
    top: 20%;
    width: 54px;
  }
}
.introduction-border.is-06 {
  top: 65%;
  left: 10px;
  width: 158px;
}
@media screen and (max-width: 767px) {
  .introduction-border.is-06 {
    left: 0;
    width: 50px;
  }
}
.introduction-border.is-07 {
  top: 65%;
  right: 0;
  width: 198px;
}
@media screen and (max-width: 767px) {
  .introduction-border.is-07 {
    top: 56%;
    width: 80px;
  }
}
.introduction-border.is-08 {
  top: 80%;
  left: 20px;
  width: 68px;
}
@media screen and (max-width: 767px) {
  .introduction-border.is-08 {
    top: 96%;
    width: 30px;
  }
}
.introduction-border.is-09 {
  top: 90%;
  left: 0px;
  width: 73px;
}
@media screen and (max-width: 767px) {
  .introduction-border.is-09 {
    top: 98%;
    width: 20px;
  }
}
.introduction-border.is-10 {
  top: 94%;
  right: 20px;
  width: 163px;
}
@media screen and (max-width: 767px) {
  .introduction-border.is-10 {
    top: 98%;
    right: 0;
    width: 40px;
  }
}
.introduction-border.is-11 {
  top: 97%;
  left: 40%;
  width: 295px;
}
@media screen and (max-width: 767px) {
  .introduction-border.is-11 {
    top: 98%;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .introduction-border.is-12 {
    top: 76%;
    right: 10px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .introduction-border.is-13 {
    top: 71%;
    left: 10px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .introduction-border.is-14 {
    top: 45%;
    left: 0;
    width: 70px;
  }
}