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

#title {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 372px;
  margin-top: 20px;
}

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

#title h1 > img {
  width: 25%;
  max-width: 100px;
}

#title h1 .text {
  width: 75%; 
  font-weight: 500;
  font-size: 18pt;
  line-height: 1em;
  letter-spacing: 3px;
  color: #b0bf9f;
  margin-left: 20px;
}

#title h1 > a > img {
  width: 18px; 
  padding-bottom: 3px;
}

.global-menu-right .header {
  position: relative;
}

.global-menu-right .header .image {
  width: 100px;
  margin: auto;
}

.global-menu-right .header img {
  width: 100%;
}

.global-menu-right .header .text {
  text-align: center;
  font-weight: 600;
  font-size: 12pt;
  line-height: 1em;
  letter-spacing: 3px;
  color: #b0bf9f;
}

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

.global-menu-right .in-page-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.global-menu-right .in-page-menu ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

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

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

.global-menu-right .in-page-menu ul li .down-arrows {
  width: 25px;
  margin-top: 3px;
}

.global-menu-right .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;
}

#overview .heading img {
  width: 9%;
  min-width: 30px;
  max-width: 50px;
  padding: 10px 0 10px;
}

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

#overview .wave-line {
  width: 85%;
  min-width: 160px;
  max-width: 500px;
  margin: auto;
  margin-top: 20px;
  z-index: 5;
}

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

#overview > .text {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-top: 30px;
  z-index: -1;
}

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

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

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

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

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

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

#about .heading img {
  width: 10%;
  min-width: 35px;
  max-width: 55px;
  padding: 10px 0 10px;
}

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

#about .wave-line {
  width: 50%;
  min-width: 160px;
  max-width: 200px;
  margin: auto;
  margin-top: -12px;
}

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

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

#about ul li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 25px;
  margin-left: 25px;
  margin-top: 25px;
}

#about ul li .left {
  width: 50%;
}

#about ul li .right {
  width: 50%;
}

#about ul li img.image {
  width: 100%;
  margin-left: -70px;
  min-width: 250px;
}


#about ul li:nth-of-type(2) img.image {
  width: 100%;
  min-width: 160px;
  margin-left: -15px;
}

#about ul li:nth-of-type(3) img.image {
  width: 100%;
  min-width: 190px;
  margin-left: -30px;
}

@media screen and (max-width:354px) {
  #about ul li img.image {
    min-width: 170px;
    margin-left: -55px;
  }

  #about ul li:nth-of-type(2) img.image {
    min-width: 140px;
    margin-left: 10px;
  }

  #about ul li:nth-of-type(3) img.image {
    min-width: 140px;
    margin-left: -30px;
  }
}

#about ul li img.background-image {
  width: 100%;
  min-width: 170px;
  max-width: 200px;
  margin-left: -20px;
}

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

#about ul li .text-wrap {
  margin-top: 15px;
}

#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: 1.5em;
  font-size: 9pt;
  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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

#user .heading img {
  width: 10%;
  min-width: 35px;
  max-width: 55px;
  padding: 10px 0 10px;
}

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

#user .wave-line {
  width: 50%;
  min-width: 160px;
  max-width: 200px;
  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: 100%;
  max-width: 600px;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 20px;
}

#user ul li {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

#merit .heading img {
  width: 10%;
  min-width: 35px;
  max-width: 55px;
  padding: 10px 0 10px;
}

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

#merit .wave-line {
  width: 50%;
  min-width: 160px;
  max-width: 200px;
  margin: auto;
  margin-top: -12px;
}

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

#merit ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-content: space-between;
  width: 100%;
  max-width: 700px;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 100px;
}

#merit ul li {
  width: 175px;
  height: 169px;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width:370px) {
  #merit ul li {
    width: 145px;
    position: relative;
    margin-bottom: 10px;
  }
}

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

#merit ul li img {
  position: absolute;
  left: 10px;
  top: -47px;
  width: 90%;
  max-width: 160px;
  z-index: -1;
}

@media screen and (max-width:370px) {
  #merit ul li p {
    color: #e870a3;
    font-family: 'Noto Sans JP', sans-serif; 
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 7pt;
  }

  #merit ul li {
    width: 145px;
    position: relative;
    margin-bottom: 10px;
  }

  #merit ul li img {
    position: absolute;
    left: 10px;
    top: -35px;
    width: 90%;
    max-width: 160px;
    z-index: -1;
  }
}


#merit ul li:nth-of-type(2) > p {
  font-size: 8pt;
}

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


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

#voice .heading img {
  width: 10%;
  min-width: 35px;
  max-width: 55px;
  padding: 10px 0 10px;
}

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

#voice .wave-line {
  width: 50%;
  min-width: 160px;
  max-width: 200px;
  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;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  margin: auto;
  margin-top: 40px;
}

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

#voice ul li .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 140px;
  width: 100%;
  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: 11pt;
  letter-spacing: 1px;
  line-height: 1.7em;
}
@media screen and (max-width:340px) {
#voice ul li .text p {
  font-size: 9pt;
  letter-spacing: 1px;
  line-height: 1.5em;
}
}
#voice ul li .text .name {
  margin-left: 180px;
  margin-top: 10px;
}

#voice ul li a.more {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100px;
  height: 40px;
  border: solid 1px #E870A3;
  border-radius: 16px;
  color: #fff;
  background-color: #E870A3;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 12pt;
  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: 50px;
}

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

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

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

#price-plan .wave-line {
  width: 50%;
  min-width: 160px;
  max-width: 200px;
  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: 600px;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 30px;
}

#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: 600px;
  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: 4px;
  line-height: 1.5em;
  font-size: 11pt;
  max-width: 600px;
  margin: auto;
  margin-top: 20px;
  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: 4px;
  line-height: 1.5em;
  font-size: 11pt;
  max-width: 600px;
  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: 4px;
  line-height: 1.5em;
  font-size: 9pt;
  max-width: 600px;
  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: 600px;
  margin: auto;
  margin-top: 20px;
}

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

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

/* 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: 68%;
  min-width: 320px;
  max-width: 950px;
  max-height: 70vh;
  min-height: 70vh;
  padding: 40px 20px 80px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .3);
  vertical-align: middle;
  border: solid 1px #E870A3;
  border-radius: 39px;
  background-color: #fcfade;
}

@media screen and (max-width:330px) {
  .modal-wrapper .modal-window {
    min-width: 260px;
  }
}

.modal-wrapper .modal-window .modal-content {
  max-height: 60vh;
  min-height: 60vh;
  overflow-y: scroll;
}

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

.modal-wrapper .modal-window .modal-content p.name {
  text-align: right;
  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: 6%;
  bottom: 30px;
  padding-left: 0px;
  padding-top: 0px;
}

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

#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: 65px;
}

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

#contact-button.clicked .sub-buttons .item:nth-of-type(1) {
  top: -195px;
  left: -37px;
}

#contact-button.clicked .sub-buttons .item:nth-of-type(2) {
  top: -135px;
  left: -84px;
}

#contact-button.clicked .sub-buttons .item:nth-of-type(3) {
  top: -63px;
  left: -101px;
}

#contact-button.clicked .sub-buttons .item:nth-of-type(4) {
  top: -202px;
  left: -120px;
}

#contact-button.clicked .sub-buttons .item:nth-of-type(5) {
  top: -135px;
  left: -159px;
}

#contact-button.clicked .sub-buttons .item:nth-of-type(6) {
  top: -63px;
  left: -180px;
}