@media print, screen and (min-width: 1366px) {
  ._sp {
    display: none;
  }
}

._pc {
  display: none;
}

@media print, screen and (min-width: 1366px) {
  ._pc {
    display: block;
  }
}

.profile {
  background-image: url("../image/section_base_sp@2x.png");
  background-size: cover;
  background-position: center;
  height: 253.87vw;
}

@media print, screen and (min-width: 639px) {
  .profile {
    height: 70.55vw;
    background-image: url("../image/section_base@2x.png");
  }
}

.profile .title {
  padding-top: 6.33vw;
  margin-left: 7.81vw;
  color: #333;
}

.profile .title h1 {
  font-size: 9.6vw;
  font-family: 'Montserrat';
  text-shadow: 1px 1px gray;
}

@media print, screen and (min-width: 639px) {
  .profile .title h1 {
    font-size: 3.13vw;
  }
}

.profile .profile-inner {
  width: 89.33%;
  background: rgba(255, 255, 255, 0.5);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5.08vw;
  padding-bottom: 5.08vw;
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    width: 84.38%;
  }
}

.profile .profile-inner .map {
  width: 80vw;
  padding-left: 5.08vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 53.33vw;
  position: relative;
  overflow: hidden;
  margin-top: 8.27vw;
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner .map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 31.56vw;
    height: auto;
    margin-top: 0;
  }
}

.profile .profile-inner .text {
  width: 80.27vw;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 4.53vw;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 37.19vw;
    margin-left: 5.55vw;
  }
}

.profile .profile-inner .text .list {
  font-size: 4vw;
  font-weight: bold;
  width: 20vw;
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner .text .list {
    width: 5.86vw;
    font-size: 1.17vw;
  }
}

.profile .profile-inner .text .list .lists {
  height: 5.87vw;
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner .text .list .lists {
    height: 1.72vw;
  }
}

.profile .profile-inner .text .list .lists + .lists {
  margin-top: 5.15vw;
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner .text .list .lists + .lists {
    margin-top: 2.58vw;
  }
}

.profile .profile-inner .text .list .lists:nth-child(3) {
  margin-top: 10.13vw;
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner .text .list .lists:nth-child(3) {
    margin-top: 2.58vw;
  }
}

.profile .profile-inner .text .list .lists-tel {
  height: 5.87vw;
  margin-top: 9.6vw;
  margin-bottom: 4.8vw;
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner .text .list .lists-tel {
    height: 1.72vw;
    margin-top: 1.41vw;
    margin-bottom: 1.41vw;
  }
}

.profile .profile-inner .text .item {
  font-size: 3.73vw;
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner .text .item {
    font-size: 1.09vw;
  }
}

.profile .profile-inner .text .item .sp {
  display: block;
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner .text .item .sp {
    display: none;
  }
}

.profile .profile-inner .text .item .items {
  height: 5.33vw;
  line-height: 1.3;
}

.profile .profile-inner .text .item .items:nth-child(2) {
  height: 10.67vw;
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner .text .item .items:nth-child(2) {
    height: initial;
  }
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner .text .item .items {
    height: 1.65vw;
  }
}

.profile .profile-inner .text .item .items + .items {
  margin-top: 5.6vw;
}

@media print, screen and (min-width: 639px) {
  .profile .profile-inner .text .item .items + .items {
    margin-top: 2.66vw;
  }
}

.profile .bottom {
  margin-top: 16vw;
  color: #333;
}

@media print, screen and (min-width: 639px) {
  .profile .bottom {
    margin-top: 9.06vw;
  }
}

.profile .bottom .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2vw;
  font-weight: bold;
}

@media print, screen and (min-width: 639px) {
  .profile .bottom .foot {
    font-size: 1.09vw;
  }
}

.profile .bottom .foot .foots + .foots {
  margin-left: 8vw;
}

@media print, screen and (min-width: 639px) {
  .profile .bottom .foot .foots + .foots {
    margin-left: 2.42vw;
  }
}

.profile .bottom .privacy {
  font-size: 0.86vw;
  text-align: center;
  margin-top: 5.33vw;
}

@media print, screen and (min-width: 639px) {
  .profile .bottom .privacy {
    margin-top: 1.25vw;
  }
}
