body {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  background-color: #fff;
}

.main {
  margin-top: -50px;
}

#title {
  display: block;
  margin: auto;
  width: 670px;
  margin-top: 20px;
}

#title h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#title h1 > img {
  width: 150px;
}

#title h1 .text {
  font-weight: 600;
  font-size: 30pt;
  line-height: 1.5em;
  letter-spacing: 10px;
  color: #b0bf9f;
  padding-bottom: 10px;
  margin-left: 20px;
}

#title h1 > a > img {
  width: 30px;
}

/* In-page menu */
#in-page-menu {
  display: block;
  margin-top: 35px;
}

#in-page-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 10px;
}

#in-page-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#in-page-menu ul li {
  margin-right: 15px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#in-page-menu ul li .a-wrap {
  border: solid 1px #E870A3;
  border-radius: 15px;
}

#in-page-menu ul li a {
  color: #E870A3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 300;
  font-size: 12pt;
  letter-spacing: 5px;
  line-height: 1.7em;
  padding-left: 20px;
  padding-right: 20px;
}

#in-page-menu ul li .down-arrows {
  width: 32px;
  margin-top: 3px;
  transition: transform ease 0.4s;
}

#in-page-menu ul li:hover .down-arrows {
  transform: translateY(7px);
}

#in-page-menu ul li .down-arrows .arrow {
  fill: none;
  stroke-width:.56458px;
  stroke: #E870A3;
}


/* main visual */
#overview .heading {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}

#overview .heading img {
  width: 55px;
  padding: 10px 0 10px;
}

#overview .heading h2 {
  color: #8E9B90;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 1em;
  font-size: 23pt;
  margin-left: 35px;
  padding: 20px 0 20px;
}

#overview .wave-line {
  width: 535px;
  margin: auto;
  margin-top: -12px;
}

#overview .wave-line img {
  width: 100%;
}

#overview > .text {
  position: relative;
  width: 1120px;
  margin: auto;
  margin-top: 35px;
}

#overview > .text p {
  color: #8E9B90;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 3em;
  font-size: 15pt;
  text-align: center;
}

#overview > .text .background-image1 {
  position: absolute; 
  left: 12px;
  top: -100px;
  z-index: -1;
}

#overview > .text .background-image1 img {
  width: 230px;
}

#overview > .text .background-image2 {
  position: absolute; 
  right: 40px;
  bottom: -60px;
  z-index: -1;
}

#overview > .text .background-image2 img {
  width: 265px;
}

/* 家事サポートとは、どんなことをするのか？ */
#about .heading {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}

#about .heading img {
  width: 55px;
  padding: 10px 0 10px;
}

#about .heading h2 {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 400;
  letter-spacing: 7px;
  line-height: 1em;
  font-size: 17pt;
  margin-left: 0;
  padding: 20px 0 20px;
}

#about .wave-line {
  width: 350px;
  margin: auto;
  margin-top: -12px;
}

#about .wave-line img {
  width: 100%;
}

#about ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

#about ul li {
  display: flex;
/*  flex-direction: column;*/
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  margin-left: 25px;
}

#about ul li > .head-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#about ul li img.image {
  width: 320px;
}

#about ul li img.background-image {
  width: 300px;
}

#about ul li h3 {
  color: #e870a3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  letter-spacing: 9px;
  line-height: 1em;
  font-size: 20pt;
  margin-top: -55px;
}

#about ul li .text-wrap {
  min-height: 290px;
  margin-top: 40px;
}

#about ul li p {
  color: #A1B5A5;
  /*font-family: 'Noto Sans JP', sans-serif; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 2em;
  font-size: 11pt;
  max-width: 267px;
}

#about ul li p.annotation {
  margin-top: 15px;
}

#about ul li p strong {
  font-weight: 600;
}

#about ul li p:nth-last-of-type(1) {
  max-width: 280px;
}

/* どんな人が利用している？ */
#user .heading {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}

#user .heading img {
  width: 55px;
  padding: 10px 0 10px;
}

#user .heading h2 {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 500;
  letter-spacing: 7px;
  line-height: 1em;
  font-size: 18pt;
  margin-left: 0;
  padding: 20px 0 20px;
}

#user .wave-line {
  width: 350px;
  margin: auto;
  margin-top: -12px;
}

#user .wave-line img {
  width: 100%;
}

#user ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  width: 990px;
  height: 660px;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 40px;
}

#user ul li {
  width: 310px;
}

#user ul li img {
  width: 100%;
}

/* どんなメリットがある？ */
#merit .heading {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}

#merit .heading img {
  width: 55px;
  padding: 10px 0 10px;
}

#merit .heading h2 {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 500;
  letter-spacing: 7px;
  line-height: 1em;
  font-size: 18pt;
  margin-left: 0;
  padding: 20px 0 20px;
}

#merit .wave-line {
  width: 350px;
  margin: auto;
  margin-top: -12px;
}

#merit .wave-line img {
  width: 100%;
}

#merit ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  width: 1120px;
  height: 350px;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 100px;
}

#merit ul li {
  width: 280px;
  position: relative;
}


#merit ul li p {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 2em;
  font-size: 14pt;
  text-align: center;
}

#merit ul li img {
  position: absolute;
  left: 28px;
  top: -50px;
  width: 220px;
  z-index: -1;
}

#merit ul li:nth-of-type(2) > p {
  font-size: 12pt;
  margin-top: 16px;
}

#merit ul li:nth-of-type(5) > p {
  margin-top: 18px;
}

#merit ul li:nth-of-type(6) > p {
  margin-top: 42px;
}

#merit ul li:nth-of-type(7) > p {
  margin-top: 18px;
}

#merit ul li:nth-of-type(8) > p {
  margin-top: 18px;
}

/* ご利用者さまの声 */
#voice .heading {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}

#voice .heading img {
  width: 55px;
  padding: 10px 0 10px;
}

#voice .heading h2 {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 500;
  letter-spacing: 7px;
  line-height: 1em;
  font-size: 18pt;
  margin-left: 0;
  padding: 20px 0 20px;
}

#voice .wave-line {
  width: 350px;
  margin: auto;
  margin-top: -12px;
}

#voice .wave-line img {
  width: 100%;
}

#voice ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  width: 1010px;
  height: 550px;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 40px;
}

#voice ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#voice ul li .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 468px;
  height: 230px;
  border: solid 1px #E870A3;
  border-radius: 40px;
  background-color: #fcfade;
}

#voice ul li .text p {
  color: #E870A3;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 15pt;
  letter-spacing: 1px;
  line-height: 1.7em;
}

#voice ul li .text .name {
  margin-left: 180px;
  margin-top: 20px;
}

#voice ul li a.more {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 140px;
  height: 55px;
  border: solid 1px #E870A3;
  border-radius: 20px;
  color: #fff;
  background-color: #E870A3;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 16pt;
  letter-spacing: 2px;
  line-height: 1.7em;
  margin-top: -28px;
  transition: all .3s;
}

/*
#voice ul li a.more:hover {
  color: #E870A3;
  background-color: #fff;
}
*/

/* 価格・プラン */
#price-plan {
  margin-top: 160px;
}

#price-plan .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
}

#price-plan .heading img {
  width: 55px;
  padding: 10px 0 10px;
}

#price-plan .heading h2 {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 500;
  letter-spacing: 7px;
  line-height: 1em;
  font-size: 18pt;
  margin-left: 0;
  padding: 20px 0 20px;
}

#price-plan .wave-line {
  width: 350px;
  margin: auto;
  margin-top: -12px;
}

#price-plan .wave-line img {
  width: 100%;
}

#price-plan .price {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  max-width: 780px;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 80px;
}

#price-plan .price img:nth-of-type(1) {
  width: 97%;
  margin-bottom: 3%;
}

#price-plan .price img:nth-of-type(2) {
  width: 97%;
  margin-bottom: 0px;
}

#price-plan .price img:nth-of-type(3) {
  width: 100%;
}

#price-plan .price2 {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-direction: column;
  max-width: 780px;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 20px;
}

#price-plan .price2 img {
  width: 97%;
}

#price-plan .annotation p {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 400;
  letter-spacing: 7px;
  line-height: 2em;
  font-size: 15pt;
  max-width: 780px;
  margin: auto;
  margin-top: 40px;
  padding-left: 32px;
  padding-right: 32px;
}

#price-plan .annotation p.nospace {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 400;
  letter-spacing: 7px;
  line-height: 2em;
  font-size: 15pt;
  max-width: 780px;
  margin: auto;
  margin-top: 5px;
  padding-left: 32px;
  padding-right: 32px;
}

#price-plan .annotation p.small {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 400;
  letter-spacing: 7px;
  line-height: 2em;
  font-size: 13pt;
  max-width: 780px;
  margin: auto;
  margin-top: 15px;
  padding-left: 32px;
  padding-right: 32px;
}


#price-plan .annotation2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 780px;
  margin: auto;
  margin-top: 35px;
}

#price-plan .annotation2 img {
  height: 75px;
  margin-right: 25px;
  margin-left: 25px;
}

#price-plan .annotation2 p {
  color: #e870a3;
  font-family: 'Noto Sans JP', sans-serif; 
  font-weight: 400;
  letter-spacing: 7px;
  line-height: 2em;
  font-size: 15pt;
}

/* modal window */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 99;
  position: relative;
  width: 70%;
  max-width: 990px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .3);
  vertical-align: middle;
  border: solid 1px #E870A3;
  border-radius: 40px;
  background-color: #fcfade;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  min-height: 300px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-wrapper .modal-window .modal-content p { 
  color: #E870A3;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 15pt;
  letter-spacing: 1px;
  line-height: 1.7em;
  text-align: left;
}

.modal-wrapper .modal-window .modal-content p.name {
  margin-left: 180px;
  margin-top: 20px;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .4)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  color: #aaa !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

/* 問い合わせボタン */
#contact-button {
  position: fixed;
  cursor: pointer;
  right: 100px;
  bottom: 80px;
  padding-left: 0px;
  padding-top: 0px;
}

#contact-button img {
  width: 160px;
}

#contact-button .sub-buttons {
  position: relative;
}

#contact-button .sub-buttons .item {
  position: absolute;
  top: -124px;
  left: 40px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

#contact-button .sub-buttons .item img {
  width: 78px;
}

#contact-button:hover {
  padding-left: 320px;
  padding-top: 150px;
}

#contact-button:hover .sub-buttons .item {
  opacity: 1;
  visibility: visible;
}

#contact-button:hover .sub-buttons .item:nth-of-type(1) {
  top: -260px;
  left: -50px;
}

#contact-button:hover .sub-buttons .item:nth-of-type(2) {
  top: -180px;
  left: -112px;
}

#contact-button:hover .sub-buttons .item:nth-of-type(3) {
  top: -85px;
  left: -135px;
}

#contact-button:hover .sub-buttons .item:nth-of-type(4) {
  top: -270px;
  left: -160px;
}

#contact-button:hover .sub-buttons .item:nth-of-type(5) {
  top: -180px;
  left: -212px;
}

#contact-button:hover .sub-buttons .item:nth-of-type(6) {
  top: -85px;
  left: -240px;
}