.visit {
  border-radius: 6px;
  padding: 20px 21px;
  background-color: #fff;
}

.visit__text {
  font-size: 1.4rem;
  line-height: 1.75;
}

.visit__user {
  display: block;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.visit__area {
  position: relative;
}

.visit__copy {
  position: absolute;
}

@media screen and (max-width: 965px) {
  .visitArea {
    background-color: #C6CE51;
    padding: 16px 10px 0;
  }
  .visit {
    margin-top: 16px;
  }
  .visit__title {
    display: none;
  }
  .visit__user {
    width: 200px;
    height: 200px;
    border-radius: 100px;
  }
  .visit__text {
    font-weight: lighter;
  }
  .visit__text br {
    display: none;
  }
  .visit__copy--sp {
    top: 99px;
    right: 192px;
  }
  .visit__copy--sp img {
    width: 116px;
  }
}

@media screen and (min-width: 965px) {
  .visitArea {
    padding: 0 10px 360px 10px;
  }
  .visitArea:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14vw;
    width: 30px;
    height: 17px;
    background: url("../../../visit/images/deco_arrow.svg") 0 0 no-repeat;
  }
  .visit {
    display: flex;
    justify-content: center;
    margin-top: 120px;
  }
  .visit__titleArea {
    width: 530px;
    height: 335px;
    padding-left: 133px;
    box-sizing: border-box;
    background: url("../../../visit/images/deco_2circle.svg") 10px 100% no-repeat;
    background-size: 241px auto;
  }
  .visit__title {
    color: #C6CE51;
    font-size: 5.0rem;
    padding-bottom: 16px;
    border-bottom: 1px solid #C6CE51;
  }
  .visit__text {
    margin-top: 45px;
    font-weight: lighter;
    font-size: 2.0rem;
    letter-spacing: 2px;
  }
  .visit__user {
    width: 330px;
    height: 330px;
    border-radius: 165px;
  }
  .visit__copy--sp {
    display: none;
  }
  .visit__copy--pc {
    bottom: 10px;
    right: 204px;
  }
  .visit__copy--pc img {
    width: 291px;
  }
  .heading01--type1 {
    color: #222;
  }
  .visitArea {
    position: relative;
  }
  .visitArea:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 11vw;
    background: url("../../images/visual/wave_over_PC.svg") 0 100% no-repeat;
    background-size: cover;
  }
}

.aboutFlowArea {
  background-color: #C6CE51;
  padding: 0 10px 70px;
}

.flowList {
  max-width: 800px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-sizing: border-box;
}

.flowList__item {
  background: url("../../images/icon/line_re.png") 0 100% repeat-x;
  padding: 48px 0;
}

.flowList__item:last-child {
  border-bottom: none;
}

.flowBlock__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: normal;
  text-align: center;
}

.flowBlock__title:before {
  content: attr(data-text) "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  border-radius: 18.5px;
  margin-right: 12px;
  background-color: #C6CE51;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
}

.flowBlock__text {
  text-align: center;
  line-height: 1.7;
}

.flowTime {
  font-size: 1.4rem;
  text-align: right;
}

.flowImg {
  position: relative;
}

.flowImg__text {
  position: absolute;
  top: -15px;
  right: 54%;
}

.flowImg__text img {
  width: 32vw;
  max-width: 184px;
}

.flowImg__user {
  display: block;
  margin-left: auto;
  width: 50vw;
  height: 50vw;
  max-width: 330px;
  max-height: 330px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25vw;
}

.flowImg__copy {
  position: absolute;
  bottom: 16px;
  right: 39%;
}

.flowImg__copy img {
  width: 47vw;
  max-width: 267px;
}

@media screen and (max-width: 965px) {
  .flowList {
    margin-top: 16px;
    padding: 20px 21px;
  }
  .flowBlock__title {
    font-weight: normal;
    font-size: 2.1rem;
    margin-left: -37px;
  }
  .flowBlock__text {
    margin-top: 24px;
    font-size: 1.5rem;
    font-weight: lighter;
    text-align: left;
    line-height: 2;
  }
}

@media screen and (min-width: 965px) {
  .aboutFlowArea {
    padding-top: 60px;
  }
  .aboutFlowArea .heading01 {
    color: #fff;
  }
  .flowList {
    margin-top: 40px;
    padding: 40px 80px;
  }
  .flowBlock {
    display: flex;
    align-items: flex-start;
  }
  .flowBlock__title {
    flex: 0 0 260px;
    padding-left: 16px;
    justify-content: flex-start;
  }
  .flowBlock__text {
    text-align: left;
    letter-spacing: 2px;
  }
  .flowImg__user {
    display: block;
    margin-left: auto;
    width: 330px;
    height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 165px;
  }
}

.content {
  background: url("../../images/visual/wave_under_SP.svg") 0 0 no-repeat;
}

.content__text {
  margin-top: 5vw;
  text-align: center;
}

.content__text:after {
  content: "";
  display: block;
  width: 75px;
  height: 5px;
  margin: 5vw auto 0;
  background-color: #C6CE51;
}

.contentBlock__title {
  display: flex;
  align-items: center;
  margin-top: 48px;
  font-size: 2.3rem;
}

.contentBlock__title:before {
  content: attr(data-text) "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  margin-right: 12px;
  background-color: #222;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
}

.contentBlock__img {
  margin-top: 48px;
  width: 100%;
}

@media screen and (max-width: 965px) {
  .contentBlock__title {
    justify-content: center;
    margin-left: -46px;
  }
  .content {
    padding: 80px 14px 48px;
  }
  .content__text {
    margin-top: 38px;
    font-weight: lighter;
  }
}

@media screen and (min-width: 965px) {
  .contentBlock__title {
    font-weight: normal;
  }
  .contentBlock__title:before {
    margin-left: 2px;
  }
  .contentBlock__img {
    margin-top: 10px;
  }
  .content {
    padding: 200px 14px 120px;
  }
  .contentList {
    display: flex;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

.mapBlock {
  background-color: #C6CE51;
  border-bottom: 1px solid #C6CE51;
  border-top: 1px solid #C6CE51;
}

.map {
  margin-top: 5vw;
  width: 100%;
}

.map iframe {
  width: 100%;
}

.address {
  padding: 16px;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  font-style: normal;
  line-height: 2;
}

/* .address__text--type01 {
  font-weight: lighter;
} */

.address__text--type02 {
  margin-top: 16px;
}

.address__text--type04 {
  font-size: 1.4rem;
}

@media screen and (min-width: 965px) {
  .mapBlock {
    padding-bottom: 80px;
  }
  .mapBlock .heading01 {
    margin-top: 120px;
  }
  .address {
    display: flex;
    margin-top: 80px;
    padding: 16px 100px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .address__text--type01 span:first-child {
    margin-right: 10px;
  }
  .address div {
    flex: 1 1 auto;
  }
  .address img {
    width: 100px;
  }
}

@media screen and (max-width: 965px) {
  .address {
    margin: 20px 8px;
  }
  .address__text--type01 {
    font-size: 1.5rem;
  }
  .address__text--type04 {
    font-size: 1.2rem;
  }
  .address img {
    display: none;
  }
}
