@charset "UTF-8";
.header.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.header {
  height: 52px;
  width: 100%;
  background-color: #FFFFFF;
}
.header-area h1 {
  width: 180px;
  padding: 10px;
}
.header-area h1 img {
  display: block;
  width: 160px;
  height: 35px;
}
.header .open-button, .header .close-button {
  display: none;
}
@media (max-width: 1160px) {
  .header .open-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .header .open-button span, .header .open-button span:before, .header .open-button span:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #d77e9a;
    display: block;
  }
  .header .open-button span:before {
    bottom: -8px;
  }
  .header .open-button span:after {
    bottom: -16px;
  }
  .header .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #d77e9a;
    font-size: 3rem;
    padding: 30px;
    cursor: pointer;
  }
  .header .close-button::before, .header .close-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 30px;
    background: #d77e9a;
  }
  .header .close-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header .close-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
    width: 100%;
    height: 90vh;
    padding-top: 40px;
  }
  .header nav ul li {
    padding-bottom: 20px;
  }
  .header nav ul li a {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #331911;
  }
  .header-area__register-area, .header-area__login-area {
    margin-top: 20px;
  }
}
@media (min-width: 1160px) {
  .header {
    height: 83px;
  }
  .header-area {
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .header-area h1 img {
    display: block;
    width: 250px;
    height: 65px;
  }
  .header-area nav {
    display: flex !important;
    text-align: right;
  }
  .header-area nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .header-area nav ul li a {
    display: block;
    padding: 26px 20px 0;
    color: #331911;
    text-decoration: none;
    font-size: 1.8rem;
    height: 83px;
  }
  .header-area__register-area {
    display: none;
  }
  .header-area__login-area {
    display: none;
  }
}

.section-top__wrapper__photo-area-m__mobile {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 70%;
     object-position: 30% 70%;
}
.section-top__wrapper__photo-area-p {
  display: none;
}
.section-top__wrapper__photo-area-pcl {
  display: none;
}
.section-top__wrapper__message-area {
  margin: 0 10px 0;
}
.section-top__wrapper__message-area__title {
  margin: 20px auto 0 auto;
  position: relative;
  z-index: 100;
}
.section-top__wrapper__message-area__title img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.section-top__wrapper__message-area__title-pc {
  display: none;
}
.section-top__wrapper__message-area__english {
  text-align: right;
  margin: -8px auto 40px auto;
}
.section-top__wrapper__message-area__english img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.section-top__wrapper__message-area__register-button, .section-top__wrapper__message-area__login-button {
  margin-bottom: 40px;
}
.section-top__wrapper__fixbutton-area {
  display: none;
}
@media (min-width: 768px) {
  .section-top__wrapper__photo-area-m__mobile {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30% 70%;
       object-position: 30% 70%;
  }
  .section-top__wrapper__message-area__title {
    max-width: 600px;
  }
  .section-top__wrapper__message-area__ashirai {
    max-width: 600px;
    margin: 0 auto;
  }
  .section-top__wrapper__message-area__english {
    max-width: 600px;
  }
}
@media (min-width: 1160px) {
  .section-top {
    margin: 0 auto;
  }
  .section-top__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
  }
  .section-top__wrapper__photo-area-m {
    display: none;
  }
  .section-top__wrapper__photo-area-p {
    display: block;
  }
  .section-top__wrapper__photo-area-p img {
    display: block;
    width: 100%;
  }
  .section-top__wrapper__message-area {
    margin: 0 auto 0 -30px;
  }
  .section-top__wrapper__message-area__title {
    display: none;
  }
  .section-top__wrapper__message-area__title-pc {
    display: block;
    margin-bottom: 40px;
  }
  .section-top__wrapper__message-area__title-pc img {
    width: 75%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .section-top__wrapper__message-area__ashirai {
    margin: 0 auto 0 -30px;
  }
  .section-top__wrapper__message-area__ashirai img {
    width: 60%;
  }
  .section-top__wrapper__message-area__english {
    text-align: right;
    margin: 10px 0 40px;
  }
  .section-top__wrapper__message-area__english img {
    width: 40%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .section-top__wrapper__message-area__register-button {
    margin-bottom: 0;
  }
  .section-top__wrapper__message-area__login-button {
    display: none;
  }
  .section-top__wrapper__fixbutton-area {
    display: block;
  }
}
@media (min-width: 1441px) {
  .section-top__wrapper__photo-area-m {
    display: none;
  }
  .section-top__wrapper__photo-area-p {
    display: none;
  }
  .section-top__wrapper__photo-area-pcl {
    display: block;
  }
  .section-top__wrapper__photo-area-pcl img {
    display: block;
    width: 100%;
  }
  .section-top__wrapper__message-area {
    margin-left: 10px;
  }
  .section-top__wrapper__message-area__title-pc img {
    width: 80%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.section-worris {
  margin: 0 auto;
  padding: 60px 0;
  background-color: #f8f7f2;
  width: 100%;
}
.section-worris_header__subheader {
  font-size: 1.6rem;
}
.section-worris_header__subheader__carrier {
  background-image: linear-gradient(transparent 85%, #d77e9a -30%);
}
.section-worris_header__header {
  display: block;
  font-size: 2.4rem;
  margin: 10px auto 30px;
}
.section-worris_header__header__worry {
  font-size: 3rem;
  padding: 0 5px;
}
.section-worris ul li {
  list-style: none;
}
.section-worris__worry-list-1__photo-area {
  opacity: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section-worris__worry-list-1__photo-area_woman_decoration-1 {
  position: absolute;
  top: 190px;
  left: 50px;
  transform: translate(-50%, -50%);
}
.section-worris__worry-list-1__photo-area_woman_decoration-1 img {
  width: 160px;
  height: 130px;
}
.section-worris__worry-list-1__text {
  opacity: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 50px;
}
.section-worris__worry-list-1__text__p-pc {
  display: none;
}
.section-worris__worry-list-1__text__body-1 {
  position: absolute;
  top: 77px;
  left: 186px;
  transform: translate(-50%, -60%);
  width: 285px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  margin: 0 auto;
}
.section-worris__worry-list-1__text__body-1 span {
  display: inline-block;
}
.section-worris__worry-list-2__photo-area {
  opacity: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section-worris__worry-list-2__photo-area_woman_decoration-2 {
  position: absolute;
  top: 190px;
  left: 160px;
  transform: translate(-50%, -50%);
}
.section-worris__worry-list-2__photo-area_woman_decoration-2 img {
  width: 160px;
  height: 130px;
}
.section-worris__worry-list-2__text {
  opacity: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 50px;
}
.section-worris__worry-list-2__text__p-pc {
  display: none;
}
.section-worris__worry-list-2__text__body-2 {
  position: absolute;
  top: 94px;
  left: 186px;
  transform: translate(-50%, -60%);
  width: 285px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  margin: 0 auto;
}
.section-worris__worry-list-2__text__body-2 span {
  display: inline-block;
}
.section-worris__worry-list-3__photo-area {
  opacity: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section-worris__worry-list-3__photo-area_woman_decoration-3 {
  position: absolute;
  top: 190px;
  left: 40px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.section-worris__worry-list-3__photo-area_woman_decoration-3 img {
  width: 160px;
  height: 130px;
}
.section-worris__worry-list-3__text {
  opacity: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 50px;
}
.section-worris__worry-list-3__text__p-pc {
  display: none;
}
.section-worris__worry-list-3__text__body-3 {
  position: absolute;
  top: 77px;
  left: 180px;
  transform: translate(-50%, -60%);
  width: 285px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  margin: 0 auto;
}
.section-worris__worry-list-3__text__body-3 span {
  display: inline-block;
}
@media (min-width: 1160px) {
  .section-worris {
    padding: 80px 0 90px 0;
  }
  .section-worris_header__subheader {
    font-size: 1.8rem;
  }
  .section-worris_header__subheader__carrier {
    font-size: 2rem;
  }
  .section-worris_header__header {
    font-size: 3rem;
    margin: 20px auto 60px auto;
  }
  .section-worris_header__header__worry {
    font-size: 4.2rem;
    padding: 0 8px;
  }
  .section-worris ul {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-worris ul li {
    list-style: none;
    margin-bottom: 100px;
  }
  .section-worris ul li:last-child {
    margin: 0;
  }
  .section-worris__worry-list-1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-worris__worry-list-1__photo-area {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 140px;
  }
  .section-worris__worry-list-1__photo-area_woman_decoration-1 {
    position: absolute;
    top: 180px;
    left: 30px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
  .section-worris__worry-list-1__photo-area_woman_decoration-1 img {
    width: 180px;
    height: 130px;
  }
  .section-worris__worry-list-1__text {
    margin: 0 auto 50px 25px;
  }
  .section-worris__worry-list-1__text__p-mobile {
    display: none;
  }
  .section-worris__worry-list-1__text__p-pc {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 0 0 -90px;
  }
  .section-worris__worry-list-1__text__p-pc img {
    width: 80%;
  }
  .section-worris__worry-list-1__text__body-1 {
    position: absolute;
    top: 108px;
    left: 375px;
    transform: translate(-50%, -60%);
    width: 450px;
    font-size: 2.4rem;
    line-height: 3.8rem;
    text-align: left;
    margin: 0 auto;
  }
  .section-worris__worry-list-1__text__body-1 span {
    display: inline-block;
  }
  .section-worris__worry-list-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .section-worris__worry-list-2__photo-area {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 80px 0 0;
  }
  .section-worris__worry-list-2__photo-area_woman_decoration-2 {
    position: absolute;
    top: 190px;
    left: 160px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
  .section-worris__worry-list-2__photo-area_woman_decoration-2 img {
    width: 180px;
    height: 130px;
  }
  .section-worris__worry-list-2__text {
    margin: 0 auto 50px auto;
  }
  .section-worris__worry-list-2__text__p-mobile {
    display: none;
  }
  .section-worris__worry-list-2__text__p-pc {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 -90px 0 0;
  }
  .section-worris__worry-list-2__text__p-pc img {
    width: 80%;
  }
  .section-worris__worry-list-2__text__body-2 {
    position: absolute;
    top: 134px;
    left: 458px;
    transform: translate(-50%, -60%);
    width: 460px;
    font-size: 2.4rem;
    line-height: 3.6rem;
    text-align: left;
    margin: 0 auto;
  }
  .section-worris__worry-list-2__text__body-2 span {
    display: inline-block;
  }
  .section-worris__worry-list-3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-worris__worry-list-3__photo-area {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 100px;
  }
  .section-worris__worry-list-3__photo-area_woman_decoration-3 {
    position: absolute;
    top: 180px;
    left: 30px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
  .section-worris__worry-list-3__photo-area_woman_decoration-3 img {
    width: 180px;
    height: 130px;
  }
  .section-worris__worry-list-3__text {
    margin: 0 auto 50px auto;
  }
  .section-worris__worry-list-3__text__p-mobile {
    display: none;
  }
  .section-worris__worry-list-3__text__p-pc {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 0 0 -90px;
  }
  .section-worris__worry-list-3__text__p-pc img {
    width: 80%;
  }
  .section-worris__worry-list-3__text__body-3 {
    position: absolute;
    top: 111px;
    left: 410px;
    transform: translate(-50%, -60%);
    width: 450px;
    font-size: 2.4rem;
    line-height: 3.6rem;
    text-align: left;
    margin: 0 auto;
  }
  .section-worris__worry-list-3__text__body-3 span {
    display: inline-block;
  }
}

.section-explanation {
  margin-bottom: 80px;
}
.section-explanation__introduction {
  background-color: #d77e9a;
  padding: 50px 30px;
  width: 100%;
  height: 150px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
}
.section-explanation__introduction-dots {
  font-size: 3rem;
  background-image: radial-gradient(circle at center, #FFFFFF 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  padding-top: 0.8em;
}
.section-explanation__introduction__span1, .section-explanation__introduction__span2 {
  display: inline-block;
}
.section-explanation__traiangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: solid 30px #d77e9a;
  border-right: solid 25px transparent;
  border-bottom: solid 30px transparent;
  border-left: solid 25px transparent;
}
.section-explanation__body {
  margin: 0 24px 60px;
  padding-top: 160px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.section-explanation__body__titlearea {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section-explanation__body__titlearea__english {
  position: absolute;
  top: -50px;
  left: 80px;
  margin: 0 auto;
  transform: translate(-50%, -60%);
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
}
.section-explanation__body__titlearea__english img {
  opacity: 0.7;
}
.section-explanation__body__titlearea__english_pc {
  display: none;
}
.section-explanation__body__titlearea__subtitle {
  display: block;
  margin-bottom: 14px;
  font-size: 1.6rem;
  font-weight: 500;
}
.section-explanation__body__titlearea__title {
  display: block;
  font-size: 3rem;
  margin: 0 auto;
  padding-bottom: 60px;
}
.section-explanation__body__photo {
  vertical-align: top;
}
.section-explanation__body__attraction {
  padding: 0 5px;
}
.section-explanation__body__attraction ol li {
  list-style-type: none;
  margin-top: 40px;
  padding-bottom: 20px;
}
.section-explanation__body__attraction-wrapper-1__pc-image, .section-explanation__body__attraction-wrapper-2__pc-image, .section-explanation__body__attraction-wrapper-3__pc-image {
  display: none;
}
.section-explanation__body__attraction-wrapper-1-body__title, .section-explanation__body__attraction-wrapper-2-body__title, .section-explanation__body__attraction-wrapper-3-body__title {
  opacity: 0;
}
.section-explanation__body__attraction-wrapper-1-body__title__span, .section-explanation__body__attraction-wrapper-2-body__title__span, .section-explanation__body__attraction-wrapper-3-body__title__span {
  display: block;
  color: #d77e9a;
  margin: 0 auto 14px;
  font-size: 1.8rem;
  font-weight: 600;
}
.section-explanation__body__attraction-wrapper-1-body h2, .section-explanation__body__attraction-wrapper-2-body h2, .section-explanation__body__attraction-wrapper-3-body h2 {
  margin: 20px auto;
  font-size: 2.4rem;
  line-height: 3rem;
}
.section-explanation__body__attraction-wrapper-1-body__sp-img, .section-explanation__body__attraction-wrapper-2-body__sp-img, .section-explanation__body__attraction-wrapper-3-body__sp-img {
  height: 200px;
  width: 300px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 20px;
  box-shadow: 2px 2px 4px gray;
}
.section-explanation__body__attraction-wrapper-1-body__text-1, .section-explanation__body__attraction-wrapper-1-body__text-2, .section-explanation__body__attraction-wrapper-1-body__text-3, .section-explanation__body__attraction-wrapper-2-body__text-1, .section-explanation__body__attraction-wrapper-2-body__text-2, .section-explanation__body__attraction-wrapper-2-body__text-3, .section-explanation__body__attraction-wrapper-3-body__text-1, .section-explanation__body__attraction-wrapper-3-body__text-2, .section-explanation__body__attraction-wrapper-3-body__text-3 {
  margin: 30px auto 50px auto;
  width: 96%;
  max-width: 340px;
  text-align: left;
}
.section-explanation__body__attraction-dotted {
  width: 100%;
  height: 10px;
  background-image: linear-gradient(to right, #331911 8px, transparent 8px);
  background-size: 13px 2px;
  background-repeat: repeat-x;
  background-position: left top;
}
.section-explanation__text {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 1160px) {
  .section-explanation {
    margin-bottom: 120px;
  }
  .section-explanation__introduction {
    background-color: #d77e9a;
    padding: 3% 10%;
    width: 100%;
    height: 140px;
    color: #FFFFFF;
    font-size: 2.8rem;
    line-height: 4.2rem;
    text-align: center;
  }
  .section-explanation__introduction-dots {
    font-size: 4rem;
    background-image: radial-gradient(circle at center, #FFFFFF 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 1em;
    padding-top: 0.8em;
  }
  .section-explanation__body {
    margin: 0 auto 80px auto;
    max-width: 1160px;
    padding-top: 180px;
  }
  .section-explanation__body__titlearea__english {
    display: none;
  }
  .section-explanation__body__titlearea__english_pc {
    display: block;
    position: absolute;
    top: -40px;
    left: -130px;
    transform: translate(-50%, -60%);
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
    margin: 0 auto;
  }
  .section-explanation__body__titlearea__english_pc img {
    width: 285px;
  }
  .section-explanation__body__titlearea__subtitle {
    font-size: 2.4rem;
    font-weight: 400;
    margin: 0 auto 30px;
  }
  .section-explanation__body__titlearea__title {
    font-size: 4.8rem;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .section-explanation__body__attraction {
    margin-top: 80px;
  }
  .section-explanation__body__attraction ol li {
    padding-bottom: 40px;
  }
  .section-explanation__body__attraction-wrapper-1, .section-explanation__body__attraction-wrapper-3 {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
  .section-explanation__body__attraction-wrapper-1__pc-image, .section-explanation__body__attraction-wrapper-3__pc-image {
    opacity: 0;
    display: block;
    height: 300px;
    width: 450px;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    border-radius: 20px;
    margin-right: 80px;
    box-shadow: 2px 2px 4px gray;
  }
  .section-explanation__body__attraction-wrapper-1-body__title, .section-explanation__body__attraction-wrapper-3-body__title {
    display: flex;
    align-items: baseline;
  }
  .section-explanation__body__attraction-wrapper-1-body__title__span, .section-explanation__body__attraction-wrapper-3-body__title__span {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 20px 0 0;
  }
  .section-explanation__body__attraction-wrapper-1-body h2, .section-explanation__body__attraction-wrapper-3-body h2 {
    font-size: 3rem;
    margin: 40px 0 20px -5px;
    text-align: left;
  }
  .section-explanation__body__attraction-wrapper-1-body br, .section-explanation__body__attraction-wrapper-3-body br {
    display: none;
  }
  .section-explanation__body__attraction-wrapper-1-body__sp-img, .section-explanation__body__attraction-wrapper-3-body__sp-img {
    display: none;
  }
  .section-explanation__body__attraction-wrapper-1-body__text-1, .section-explanation__body__attraction-wrapper-1-body__text-2, .section-explanation__body__attraction-wrapper-1-body__text-3, .section-explanation__body__attraction-wrapper-3-body__text-1, .section-explanation__body__attraction-wrapper-3-body__text-2, .section-explanation__body__attraction-wrapper-3-body__text-3 {
    max-width: 410px;
    margin: 0;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .section-explanation__body__attraction-wrapper-2 {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    flex-direction: row-reverse;
  }
  .section-explanation__body__attraction-wrapper-2__pc-image {
    opacity: 0;
    display: block;
    height: 300px;
    width: 450px;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    border-radius: 20px;
    margin: 0 -45px 0 50px;
    box-shadow: 2px 2px 4px gray;
  }
  .section-explanation__body__attraction-wrapper-2-body {
    margin: 0px 0 0 -70px;
  }
  .section-explanation__body__attraction-wrapper-2-body__title {
    display: flex;
    align-items: baseline;
  }
  .section-explanation__body__attraction-wrapper-2-body__title__span {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 20px 0 0;
  }
  .section-explanation__body__attraction-wrapper-2-body h2 {
    font-size: 3rem;
    margin: 40px 0 20px -1px;
    text-align: left;
  }
  .section-explanation__body__attraction-wrapper-2-body br {
    display: none;
  }
  .section-explanation__body__attraction-wrapper-2-body__sp-img {
    display: none;
  }
  .section-explanation__body__attraction-wrapper-2-body__text-2 {
    max-width: 410px;
    margin: 0;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .section-explanation__body__attraction-dotted {
    width: 85%;
    margin: 0 auto;
  }
}

#slick-slide1 {
  max-width: 1160px;
  margin: 0 auto;
}

.section-mynavi-temptoperm {
  background-color: #f8f7f2;
  padding: 100px 24px 60px 24px;
}
.section-mynavi-temptoperm__title-area {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section-mynavi-temptoperm__title-area__title {
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.section-mynavi-temptoperm__title-area__photo-area {
  position: absolute;
  top: 50px;
  left: -5px;
  transform: translate(-50%, -40%);
  margin: 0 auto;
}
.section-mynavi-temptoperm__title-area__photo-area img {
  width: 100px;
}
.section-mynavi-temptoperm__point1 {
  margin: 40px 0;
}
.section-mynavi-temptoperm__point1__body {
  margin-bottom: 80px;
}
.section-mynavi-temptoperm__point1__body__title {
  opacity: 0;
  display: flex;
  margin: 40px auto 20px auto;
  align-items: center;
  justify-content: center;
}
.section-mynavi-temptoperm__point1__body__title h3 img {
  width: 120px;
}
.section-mynavi-temptoperm__point1__body__title__ashirai {
  margin-left: 40px;
  width: 100px;
  transform: rotate(30deg);
}
.section-mynavi-temptoperm__point1__body h4 {
  font-size: 2.4rem;
  margin: 0 auto 20px auto;
}
.section-mynavi-temptoperm__point1__body__word {
  color: #d77e9a;
}
.section-mynavi-temptoperm__point1__body p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.section-mynavi-temptoperm__point1__body p span {
  display: inline-block;
}
.section-mynavi-temptoperm__point1__workexamples {
  margin-bottom: 40px;
}
.section-mynavi-temptoperm__point1__workexamples h5 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.section-mynavi-temptoperm__point1__workexamples__ul__worklist {
  opacity: 0;
  border-radius: 10px;
  overflow: hidden;
  width: 307px;
  margin: 0 30px 24px;
  filter: drop-shadow(0px 0px 10px rgba(128, 128, 128, 0.16));
}
.section-mynavi-temptoperm__point1__workexamples__ul__worklist__photo img {
  display: block;
  width: 100%;
}
.section-mynavi-temptoperm__point1__workexamples__ul__worklist__body {
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 30px;
  height: 260px;
}
.section-mynavi-temptoperm__point1__workexamples__ul__worklist__body__h6 {
  display: flex;
  margin: 20px auto;
}
.section-mynavi-temptoperm__point1__workexamples__ul__worklist__body__h6 h6 {
  width: 20%;
  margin: 0 auto;
  background-color: #daa089;
  height: 25px;
  border-radius: 10px;
  color: #FFFFFF;
}
.section-mynavi-temptoperm__point1__workexamples__ul__worklist__body__h6 p {
  margin: 0 auto 0 10px;
  width: 80%;
  text-align: left;
}
.section-mynavi-temptoperm__point1__button-area {
  margin: 80px auto 40px auto;
}
.section-mynavi-temptoperm__point1__button-area__text {
  font-size: 1.6rem;
  font-weight: 600;
}
.section-mynavi-temptoperm__point1__ashirai {
  display: block;
  margin: 0 -23px 0 auto;
  width: 80%;
}
.section-mynavi-temptoperm__point2 {
  margin: 0 auto;
}
.section-mynavi-temptoperm__point2__body {
  margin-bottom: 60px;
}
.section-mynavi-temptoperm__point2__body__title {
  opacity: 0;
  display: flex;
  margin: 80px auto 20px auto;
  align-items: center;
  justify-content: center;
}
.section-mynavi-temptoperm__point2__body__title h3 img {
  width: 130px;
}
.section-mynavi-temptoperm__point2__body__title__ashirai {
  width: 140px;
  margin: 0 -35px 0 25px;
}
.section-mynavi-temptoperm__point2__body h4 {
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3rem;
}
.section-mynavi-temptoperm__point2__body__word {
  color: #d77e9a;
}
.section-mynavi-temptoperm__point2__body p {
  width: 75%;
  max-width: 498px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0 auto;
}
.section-mynavi-temptoperm__point2__body p span {
  display: inline-block;
}
.section-mynavi-temptoperm__point2 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto;
}
.section-mynavi-temptoperm__point2 ul li {
  opacity: 0;
  list-style: none;
  background-color: #FFFFFF;
  padding-bottom: 40px;
  margin: 0 auto 40px auto;
  max-width: 327px;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(0px 0px 20px rgba(128, 128, 128, 0.16));
}
.section-mynavi-temptoperm__point2__support__photo {
  text-align: center;
  margin-bottom: 20px;
}
.section-mynavi-temptoperm__point2__support__body_img01, .section-mynavi-temptoperm__point2__support__body_img02 {
  width: 200px;
  height: 150px;
}
.section-mynavi-temptoperm__point2__support__body_img03 {
  width: 230px;
  height: 150px;
}
.section-mynavi-temptoperm__point2__support__body__support1 {
  width: 75%;
  margin: 20px auto 0 auto;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
.section-mynavi-temptoperm__point2__support__body__support2 {
  width: 75%;
  margin: 20px auto 0 auto;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
.section-mynavi-temptoperm__point2__support__body__support3 {
  width: 75%;
  margin: 20px auto 0 auto;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
.section-mynavi-temptoperm__point2__ashirai {
  display: block;
  margin: 0 auto 0 -25px;
  width: 80%;
}
@media (min-width: 768px) {
  .section-mynavi-temptoperm__point1__body p {
    text-align: center;
  }
}
@media (min-width: 1160px) {
  .section-mynavi-temptoperm {
    padding: 100px 0 100px 0;
  }
  .section-mynavi-temptoperm__title {
    font-size: 2.8rem;
    line-height: 4.5rem;
  }
  .section-mynavi-temptoperm__photo-area {
    position: absolute;
    left: 40%;
    transform: translate(-50%, -40%);
    margin: 0 auto;
  }
  .section-mynavi-temptoperm__photo-area img {
    width: 130%;
  }
  .section-mynavi-temptoperm__point1 {
    margin: 80px 0;
  }
  .section-mynavi-temptoperm__point1__body__title h3 {
    font-size: xx-large;
  }
  .section-mynavi-temptoperm__point1__body__title__number {
    font-size: 4.5rem;
  }
  .section-mynavi-temptoperm__point1__body__title img {
    width: 160px;
    margin-left: 50px;
  }
  .section-mynavi-temptoperm__point1__body h4 {
    font-size: 2.6rem;
    margin: 0 auto 20px auto;
  }
  .section-mynavi-temptoperm__point1__body p {
    text-align: center;
  }
  .section-mynavi-temptoperm__point1__workexamples {
    margin-bottom: 100px;
  }
  .section-mynavi-temptoperm__point1__workexamples h5 {
    font-size: 2rem;
  }
  .section-mynavi-temptoperm__point1__workexamples__ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .section-mynavi-temptoperm__point1__workexamples__ul__worklist {
    list-style: none;
    width: 327px;
    filter: drop-shadow(0px 0px 20px rgba(128, 128, 128, 0.16));
  }
  .section-mynavi-temptoperm__point1__workexamples__ul__worklist__body {
    height: 217px;
  }
  .section-mynavi-temptoperm__point1__button-area {
    margin: 10px auto 80px auto;
  }
  .section-mynavi-temptoperm__point1__ashirai {
    width: 55%;
    margin: 0 0 0 auto;
  }
  .section-mynavi-temptoperm__point2__body__title h3 {
    font-size: xx-large;
  }
  .section-mynavi-temptoperm__point2__body__title__number {
    font-size: 4.5rem;
  }
  .section-mynavi-temptoperm__point2__body__title img {
    width: 190px;
    margin-left: 50px;
  }
  .section-mynavi-temptoperm__point2__body h4 {
    font-size: 2.6rem;
    margin: 0 auto 20px auto;
  }
  .section-mynavi-temptoperm__point2 ul li {
    margin: 0 auto 100px auto;
  }
  .section-mynavi-temptoperm__point2__ashirai {
    width: 55%;
    margin: 0 auto 0 0;
  }
}

.section-voices {
  padding: 120px 10px 40px 10px;
}
.section-voices__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section-voices__title__deco {
  position: absolute;
  top: -40px;
  left: -180px;
}
.section-voices__title__deco img {
  width: 30%;
}
.section-voices__title h2 {
  margin: 0 auto;
  font-size: 2.4rem;
}
.section-voices__title__note {
  margin-top: 20px;
  font-size: 1.4rem;
}
.section-voices__voice {
  opacity: 0;
  background-color: #FFFFFF;
  margin: 80px auto 0 auto;
  padding-bottom: 80px;
  box-shadow: 20px 20px #daa089;
  border-radius: 10px;
  width: 90%;
  list-style: none;
}
.section-voices__voice:first-child {
  margin: 60px auto 0 auto;
}
.section-voices__voice-1__image {
  margin-bottom: 20px;
  padding-top: 60px;
}
.section-voices__voice-1__image img {
  width: 200px;
  height: 190px;
  margin: 0 auto 10px auto;
}
.section-voices__voice-1__image p {
  font-size: 1.6rem;
  font-weight: 400;
}
.section-voices__voice-1__body__accordion {
  width: 100%;
  margin: 0 auto;
}
.section-voices__voice-1__body__accordion-text {
  position: relative;
  height: auto;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 1s;
}
.section-voices__voice-1__body__accordion-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.section-voices__voice-1__body__accordion-text.open:after {
  z-index: -1;
  opacity: 0;
}
.section-voices__voice-1__body__accordion-btn {
  position: relative;
  display: block;
  margin: 30px auto 0 auto;
  padding: 8px 40px;
  border: 0;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #FFFFFF;
  background-color: #daa089;
  box-shadow: 10px 10px 15px -10px grey;
  cursor: pointer;
}
.section-voices__voice-1__body__accordion-btn:hover {
  bottom: -8px;
  box-shadow: 3px 3px 5px -3px grey;
}
.section-voices__voice-1__body__title h3 {
  margin: 0 auto;
  width: 216px;
  padding-bottom: 40px;
  color: #d77e9a;
  font-size: 2.4rem;
  text-align: left;
}
.section-voices__voice-1__body__title h3 span {
  display: inline-block;
}
.section-voices__voice-1__body p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: justify;
  margin: 0 auto;
  width: 80%;
}
.section-voices__voice-2__image {
  margin-bottom: 20px;
  padding-top: 40px;
}
.section-voices__voice-2__image img {
  width: 200px;
  height: 190px;
  margin: 0 auto 10px auto;
}
.section-voices__voice-2__image p {
  font-size: 1.6rem;
  font-weight: 400;
}
.section-voices__voice-2__body__accordion {
  width: 100%;
  margin: 0 auto;
}
.section-voices__voice-2__body__accordion-text {
  position: relative;
  height: auto;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 1s;
}
.section-voices__voice-2__body__accordion-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.section-voices__voice-2__body__accordion-text.open:after {
  z-index: -1;
  opacity: 0;
}
.section-voices__voice-2__body__accordion-btn {
  position: relative;
  display: block;
  margin: 30px auto 0 auto;
  padding: 8px 40px;
  border: 0;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #FFFFFF;
  background-color: #daa089;
  box-shadow: 10px 10px 15px -10px grey;
  cursor: pointer;
}
.section-voices__voice-2__body__accordion-btn:hover {
  bottom: -8px;
  box-shadow: 3px 3px 5px -3px grey;
}
.section-voices__voice-2__body__title h3 {
  margin: 0 auto;
  width: 260px;
  padding-bottom: 40px;
  color: #d77e9a;
  font-size: 2.4rem;
  text-align: left;
}
.section-voices__voice-2__body__title h3 span {
  display: inline-block;
}
.section-voices__voice-2__body p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: justify;
  margin: 0 auto;
  width: 80%;
}
.section-voices__voice-3__image {
  margin-bottom: 20px;
  padding-top: 40px;
}
.section-voices__voice-3__image img {
  width: 200px;
  height: 190px;
  margin: 0 auto 10px auto;
}
.section-voices__voice-3__image p {
  font-size: 1.6rem;
  font-weight: 400;
}
.section-voices__voice-3__body__accordion {
  width: 100%;
  margin: 0 auto;
}
.section-voices__voice-3__body__accordion-text {
  position: relative;
  height: auto;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 1s;
}
.section-voices__voice-3__body__accordion-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.section-voices__voice-3__body__accordion-text.open:after {
  z-index: -1;
  opacity: 0;
}
.section-voices__voice-3__body__accordion-btn {
  position: relative;
  display: block;
  margin: 30px auto 0 auto;
  padding: 8px 40px;
  border: 0;
  border-radius: 10px;
  font-size: 1.8rem;
  color: #FFFFFF;
  background-color: #daa089;
  box-shadow: 10px 10px 15px -10px grey;
  cursor: pointer;
}
.section-voices__voice-3__body__accordion-btn:hover {
  bottom: -8px;
  box-shadow: 3px 3px 5px -3px grey;
}
.section-voices__voice-3__body__title h3 {
  margin: 0 auto;
  width: 264px;
  padding-bottom: 40px;
  color: #d77e9a;
  font-size: 2.4rem;
  text-align: left;
}
.section-voices__voice-3__body__title h3 span {
  display: inline-block;
}
.section-voices__voice-3__body p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: justify;
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 768px) {
  .section-voices {
    padding: 100px 10px 40px 10px;
  }
  .section-voices__voice {
    width: 80%;
  }
  .section-voices__voice-1__image {
    margin: 0 auto 20px auto;
    padding-top: 60px;
  }
  .section-voices__voice-2__image {
    margin: 0 auto 20px auto;
    padding-top: 60px;
  }
  .section-voices__voice-3__image {
    margin: 0 auto 20px auto;
    padding-top: 60px;
  }
}
@media (min-width: 1160px) {
  .section-voices {
    padding: 160px 0 180px 0;
  }
  .section-voices__title__deco {
    position: absolute;
    top: -60px;
    left: -240px;
  }
  .section-voices__title__deco img {
    width: 60%;
  }
  .section-voices__title h2 {
    font-size: 2.8rem;
  }
  .section-voices__title__note {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .section-voices__voice {
    max-width: 1160px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 100px auto 0 auto;
    width: 85%;
    box-shadow: 30px 30px #daa089;
  }
  .section-voices__voice:first-child {
    margin: 80px auto 0 auto;
  }
  .section-voices__voice-1__image img {
    width: 220px;
    height: 240px;
    margin: 0 auto 30px auto;
  }
  .section-voices__voice-1__body {
    max-width: 800px;
  }
  .section-voices__voice-1__body__title {
    padding-top: 60px;
  }
  .section-voices__voice-1__body__title h3 {
    font-size: 2.8rem;
    line-height: 4rem;
    text-align: left;
    margin: 0;
    width: 80%;
  }
  .section-voices__voice-1__body p {
    margin: 0;
    text-align: justify;
  }
  .section-voices__voice-2__image img {
    width: 260px;
    height: 280px;
    margin: 0 auto 20px auto;
  }
  .section-voices__voice-2__body {
    max-width: 780px;
  }
  .section-voices__voice-2__body__title {
    padding-top: 60px;
  }
  .section-voices__voice-2__body__title h3 {
    font-size: 2.8rem;
    line-height: 4rem;
    text-align: left;
    margin: 0;
    width: 88%;
  }
  .section-voices__voice-2__body p {
    margin: 0;
    text-align: justify;
  }
  .section-voices__voice-3__image img {
    width: 240px;
    height: 260px;
    margin: 0 auto 20px auto;
  }
  .section-voices__voice-3__body {
    max-width: 780px;
  }
  .section-voices__voice-3__body__title {
    padding-top: 60px;
  }
  .section-voices__voice-3__body__title h3 {
    font-size: 2.8rem;
    line-height: 4rem;
    text-align: left;
    margin: 0;
    width: 80%;
  }
  .section-voices__voice-3__body p {
    margin: 0;
    text-align: justify;
  }
}

.section-flow {
  padding: 90px 10px 50px 10px;
}
.section-flow__title {
  position: relative;
  margin: 0 auto 60px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.section-flow__title p {
  position: absolute;
  top: -20px;
  left: -120px;
}
.section-flow__title p img {
  width: 30%;
}
.section-flow__title h2 {
  margin: 0 auto;
  font-size: 2.4rem;
}
.section-flow ol {
  margin-bottom: 100px;
}
.section-flow ol li {
  list-style: none;
  max-width: 768px;
  margin: 0 auto;
}
.section-flow__triangle {
  opacity: 0;
  display: block;
  margin: 130px auto 40px auto;
  width: 0;
  height: 0;
  border-top: solid 25px #d77e9a;
  border-right: solid 40px transparent;
  border-bottom: solid 25px transparent;
  border-left: solid 40px transparent;
}
.section-flow__list {
  opacity: 0;
}
.section-flow__list__circle {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 2px solid #d77e9a;
  color: #d77e9a;
  line-height: 1.5;
  position: relative;
  z-index: 20;
}
.section-flow__list__circle__step-wrapper {
  font-size: 2.4rem;
}
.section-flow__list__circle__step-number {
  font-size: 2.4rem;
}
.section-flow__list__text-1, .section-flow__list__text-2, .section-flow__list__text-3, .section-flow__list__text-4, .section-flow__list__text-5 {
  background-color: #FFFFFF;
  border: 2px solid #d77e9a;
  width: 100%;
  padding: 70px 40px 40px;
  margin: -50px auto -50px;
  border-radius: 10px;
}
.section-flow__list__text-1 h3, .section-flow__list__text-2 h3, .section-flow__list__text-3 h3, .section-flow__list__text-4 h3, .section-flow__list__text-5 h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.section-flow__list__text-1 p, .section-flow__list__text-2 p, .section-flow__list__text-3 p, .section-flow__list__text-4 p, .section-flow__list__text-5 p {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
.section-flow__list__circle-pk {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d77e9a;
  color: #FFFFFF;
  line-height: 1.5;
  position: relative;
  z-index: 20;
}
.section-flow__list__circle-pk__step-wrapper {
  font-size: 2.4rem;
}
.section-flow__list__circle-pk__step-number {
  font-size: 2.4rem;
}
.section-flow__list__text-pk {
  background-color: #FFFFFF;
  border: 2px solid #d77e9a;
  width: 100%;
  padding: 70px 40px 40px;
  margin: -50px auto -50px;
  border-radius: 10px;
}
.section-flow__list__text-pk h3 {
  color: #331911;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.section-flow__list__text-pk p {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  color: #331911;
  font-size: 1.6rem;
  font-weight: 400;
}
.section-flow__list__text-pk__title {
  margin-bottom: 20px;
}
@media (min-width: 1160px) {
  .section-flow {
    padding: 80px 0 60px 0;
  }
  .section-flow__title p {
    position: absolute;
    top: -40px;
    left: -150px;
  }
  .section-flow__title p img {
    width: 60%;
  }
  .section-flow__title h2 {
    margin: 0 auto;
    font-size: 2.8rem;
  }
  .section-flow ol {
    margin-bottom: 100px;
  }
  .section-flow ol li {
    max-width: 1160px;
  }
  .section-flow ol li::after {
    margin: 60px auto 30px auto;
  }
  .section-flow__triangle {
    margin: 90px auto 60px auto;
  }
  .section-flow__list {
    list-style: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .section-flow__list__circle {
    margin: 0;
    left: 115px;
  }
  .section-flow__list__text-1, .section-flow__list__text-3, .section-flow__list__text-4 {
    width: 80%;
    padding: 60px 40px 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-flow__list__text-1 h3, .section-flow__list__text-3 h3, .section-flow__list__text-4 h3 {
    font-size: 2.4rem;
    margin-right: 50px;
  }
  .section-flow__list__text-1 p, .section-flow__list__text-3 p, .section-flow__list__text-4 p {
    width: 60%;
    margin: 0;
    text-align: justify;
    font-size: 1.6rem;
  }
  .section-flow__list__text-2, .section-flow__list__text-5 {
    width: 80%;
    padding: 60px 40px 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-flow__list__text-2 h3, .section-flow__list__text-5 h3 {
    font-size: 2.4rem;
    margin-right: 75px;
  }
  .section-flow__list__text-2 p, .section-flow__list__text-5 p {
    width: 60%;
    margin: 0;
    text-align: justify;
    font-size: 1.6rem;
  }
  .section-flow__list__circle-pk {
    margin: 0;
    left: 115px;
  }
  .section-flow__list__text-pk {
    width: 80%;
    padding: 60px 40px 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-flow__list__text-pk h3 {
    font-size: 2.4rem;
    margin-right: 50px;
  }
  .section-flow__list__text-pk p {
    width: 60%;
    margin: 0;
    text-align: justify;
    font-size: 1.6rem;
  }
}

.section-flow__message {
  padding: 0 23px 0 10px;
}
.section-flow__message__container {
  max-width: 768px;
  background-color: #FFFFFF;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
  box-shadow: 15px 20px #daa089;
}
.section-flow__message__container h3 {
  color: #daa089;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.4rem;
  margin: 0 auto 40px auto;
}
.section-flow__message__container h3 span {
  display: inline-block;
}
.section-flow__message__container__body {
  display: flex;
  flex-direction: row-reverse;
}
.section-flow__message__container__body p {
  font-size: 1.6rem;
  text-align: left;
  margin: 0 20px;
  width: 80%;
  text-align: justify;
}
.section-flow__message__container__body img {
  width: 200px;
  height: 100px;
}
@media (min-width: 1160px) {
  .section-flow__message {
    padding: 0;
  }
  .section-flow__message__container {
    padding: 60px 0;
    max-width: 1000px;
    z-index: -1;
  }
  .section-flow__message__container h3 {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
  .section-flow__message__container__body p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    width: 80%;
  }
  .section-flow__message__container__body img {
    width: 300px;
    height: 130px;
  }
}

.section-faq {
  margin: 80px 10px 60px 10px;
}
.section-faq__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section-faq__title p {
  position: absolute;
  top: -25px;
  left: -72px;
}
.section-faq__title p img {
  width: 30%;
}
.section-faq__title h2 {
  margin: 0 auto;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.section-faq__container {
  max-width: 768px;
  margin: 0 auto;
}
.section-faq__container dl {
  margin-bottom: 40px;
}
.section-faq__container__question {
  position: relative;
  background-color: #d77e9a;
  color: #FFFFFF;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: flex-start;
  padding: 20px 50px 20px 20px;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 400;
}
.section-faq__container__question img {
  width: 18px;
  margin-top: 2px;
}
.section-faq__container__question p {
  text-align: left;
}
.section-faq__container__question:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #331911;
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.section-faq__container__question:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #331911;
  top: 48%;
  right: 15px;
  transition: all 0.3s ease-in-out;
}
.section-faq__container__question.active {
  border-radius: 10px 10px 0 0;
}
.section-faq__container__question.active:before {
  transform: rotate(180deg);
}
.section-faq__container__question.active:after {
  opacity: 0;
}
.section-faq__container__answer {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 13px;
       column-gap: 13px;
  background-color: #FFFFFF;
  padding: 20px;
  text-align: left;
  border-radius: 0 0 10px 10px;
  font-size: 1.6rem;
  font-weight: 400;
}
.section-faq__container__answer img {
  width: 18px;
}
.section-faq__container__answer p {
  width: 90%;
  text-align: justify;
}
@media (min-width: 1160px) {
  .section-faq {
    margin: 180px auto 126px auto;
  }
  .section-faq__title p {
    position: absolute;
    top: -55px;
    left: -85px;
  }
  .section-faq__title p img {
    width: 60%;
  }
  .section-faq__title h2 {
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
  .section-faq__container {
    max-width: 1160px;
    width: 80%;
  }
  .section-faq__container dl {
    margin-bottom: 60px;
  }
  .section-faq__container__question {
    padding: 40px 80px 40px 40px;
    font-size: 2rem;
  }
  .section-faq__container__question img {
    width: 28px;
    margin-top: -8px;
  }
  .section-faq__container__question::before {
    width: 30px;
    height: 2.5px;
    right: 50px;
  }
  .section-faq__container__question::after {
    width: 30px;
    height: 2.5px;
    right: 50px;
  }
  .section-faq__container__answer {
    padding: 40px;
    font-size: 2rem;
  }
  .section-faq__container__answer img {
    width: 28px;
  }
}

.section-message {
  opacity: 0;
}
.section-message__area {
  background-image: url("../image/section-message/sectioin-message-image.jpg");
  background-position: 60% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.section-message__area__span1, .section-message__area__span2, .section-message__area__span3 {
  display: inline-block;
}
.section-message__area h2 {
  padding: 60px 0 40px 0;
  margin: 0 auto;
  width: 80%;
  font-size: 2.4rem;
  line-height: 3rem;
  text-align: center;
}
.section-message__area__button-area__button-register, .section-message__area__button-area__button-workfind {
  margin: 0 auto 40px auto;
}
.section-message__area__button-login {
  margin: 0 auto;
  padding-bottom: 80px;
}
.section-message__area__button-login a {
  color: #331911;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  vertical-align: middle;
}
.section-message__area__button-login a img {
  width: 20px;
  margin-left: 10px;
  text-align: center;
  vertical-align: text-bottom;
}
@media (min-width: 1160px) {
  .section-message__area {
    background-image: url("../image/section-message/sectioin-message-image.jpg");
    background-position: 60% 40%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }
  .section-message__area h2 {
    padding: 70px 0 60px 0;
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
  .section-message__area__button-area {
    display: flex;
    justify-content: center;
  }
  .section-message__area__button-area__button-register, .section-message__area__button-area__button-workfind {
    margin: 0 0 60px 0;
  }
  .section-message__area__button-area__button-workfind {
    padding-left: 100px;
  }
  .section-message__area__button-login {
    padding-bottom: 133px;
  }
  .section-message__area__button-login a {
    font-size: 2rem;
  }
  .section-message__area__button-login a img {
    width: 28px;
    margin-left: 20px;
  }
}

.footer {
  padding: 20px;
  position: relative;
}
.footer #page-top {
  position: absolute;
  top: 200px;
  right: 10px;
}
.footer #page-top .button_top {
  /* ①ボタンの色と文字の色とサイズ */
  background-color: #d77e9a;
  /* ②ボタンのサイズと角丸 */
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* ③次に作る上向きの三角と、TOPの文字の位置を揃えるためのcss */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer #page-top .button_top::before {
  /* ④絶対必要 */
  content: "";
  display: block;
  /* ⑤三角のサイズ */
  width: 15px;
  height: 15px;
  /* ⑥三角の線と回転角度 */
  border-top: 2px solid #f6f0ea;
  border-right: 2px solid #f6f0ea;
  transform: rotate(-45deg);
}
.footer img {
  width: 80%;
}
.footer ul {
  margin: 0 auto;
}
.footer ul li {
  list-style: none;
  padding-bottom: 20px;
}
.footer ul li:first-child {
  padding-top: 20px;
}
.footer ul li a {
  color: #331911;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
}
.footer small {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 1160px) {
  .footer {
    padding: 70px 0 40px 0;
  }
  .footer #page-top {
    position: absolute;
    top: 300px;
    right: 95px;
  }
  .footer img {
    width: 500px;
  }
  .footer ul {
    margin: 40px auto 80px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer ul li:first-child {
    padding-top: 0;
  }
  .footer ul li a {
    margin-left: 70px;
  }
  .footer small {
    font-size: 1.2rem;
    font-weight: 400;
  }
}/*# sourceMappingURL=index.css.map */