/*------------------------
  common
------------------------*/
/*------------------------
  Profile
------------------------*/
.profile-sect .wrapper {
  max-width: 820px;
}
.profile-sect .row-default figure, .profile-sect .row-default .text {
  padding: 1.25vw;
}
.profile-sect .row-default figure {
  width: 45%;
  overflow: hidden;
}
.profile-sect .row-default figure figcaption {
  font-size: 13px;
  font-size: 1.083vw;
  color: #707070;
  margin: 0.833vw 0 0;
}
.profile-sect .row-default figure img {
  width: 100%;
  border-radius: 0.833vw;
}
.profile-sect .row-default .text {
  width: 55%;
}
.profile-sect .row-default .text dl {
  display: flex;
  flex-wrap: wrap;
}
.profile-sect .row-default .text dl dt {
  width: 7em;
}
.profile-sect .row-default .text dl dd {
  width: calc(100% - 7em);
}
.profile-sect .row-default .text ul {
  list-style: disc;
  margin-left: 1em;
}
.profile-sect .row-default .text h4 {
  font-size: 18px;
  font-size: 1.5vw;
  margin: 1.667vw 0 0.833vw;
}

@media screen and (min-width: 1200px) {
  .profile-sect .row-default figure, .profile-sect .row-default .text {
    padding: 1.25vw;
  }
  .profile-sect .row-default figure figcaption {
    font-size: 13px;
    margin: 10px 0 0;
  }
  .profile-sect .row-default figure img {
    border-radius: 10px;
  }
  .profile-sect .row-default .text h4 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .profile-sect .row-default {
    justify-content: center;
  }
  .profile-sect .row-default figure, .profile-sect .row-default .text {
    padding: 5px;
  }
  .profile-sect .row-default figure {
    width: 100%;
  }
  .profile-sect .row-default figure figcaption {
    font-size: 13px;
    margin: 5px 0 0;
    text-align: center;
  }
  .profile-sect .row-default figure img {
    width: 220px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
  }
  .profile-sect .row-default .text {
    width: 100%;
    max-width: 280px;
  }
  .profile-sect .row-default .text h4 {
    font-size: 16px;
    margin: 20px 0 5px;
  }
}
/*------------------------
  Greeting
------------------------*/
.greeting-sect {
  position: relative;
}
.greeting-sect .char {
  position: absolute;
  top: -60px;
  top: -5vw;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
}
.greeting-sect .col2 {
  position: relative;
}
.greeting-sect .col2 p + p {
  margin-top: 1em;
}

@media screen and (min-width: 1200px) {
  .greeting-sect .char {
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .greeting-sect .char {
    top: -20px;
    width: 320px;
  }
}
/*------------------------
  Others
------------------------*/
.others-sect .wrapper {
  max-width: 820px;
}
.others-sect .row-default {
  margin: 0 -1.25vw;
}
.others-sect .row-default.center {
  justify-content: center;
}
.others-sect .row-default + .heading-medium {
  margin-top: 3.333vw;
}
.others-sect .row-default .inner {
  border: 1px solid #D2D2D2;
  background-color: #FFF;
  border-radius: 0.833vw;
  padding: 1.667vw;
  height: 100%;
}
.others-sect .row-default .inner dl dt {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.833vw;
  margin-bottom: 0.833vw;
}
.others-sect .row-default .inner dl dt small {
  display: block;
  font-size: 14px;
  font-size: 1.167vw;
  font-weight: 500;
  line-height: 1;
}
.others-sect .row-default .inner dl dd {
  font-size: 15px;
  font-size: 1.25vw;
  line-height: 1.5;
}
.others-sect.bg-mint .row-default .inner {
  border: none;
}

@media screen and (min-width: 1200px) {
  .others-sect .row-default {
    margin: 0 -15vw;
  }
  .others-sect .row-default + .heading-medium {
    margin-top: 40px;
  }
  .others-sect .row-default .inner {
    border-radius: 10px;
    padding: 20px;
  }
  .others-sect .row-default .inner dl dt {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .others-sect .row-default .inner dl dd {
    font-size: 15px;
  }
  .others-sect.bg-mint .row-default .inner {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .others-sect .row-default {
    margin: 0 -5px;
  }
  .others-sect .row-default + .heading-medium {
    margin-top: 40px;
  }
  .others-sect .row-default .inner {
    border-radius: 10px;
    padding: 10px 15px 15px;
    height: 100%;
  }
  .others-sect .row-default .inner dl dt {
    font-size: 18px;
    margin-bottom: 0;
  }
  .others-sect .row-default .inner dl dd {
    font-size: 14px;
  }
}
/*------------------------

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