/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900|M+PLUS+Rounded+1c:100,300,400,500,700,800,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap");
.area01 {
  width: 100%;
  margin-top: 50px;
}
.area01__inner {
  width: 960px;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .area01__inner {
    width: 93.75%;
  }
}
.area01__inner ul {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area01__inner ul {
    display: block;
  }
}
.area01__inner ul li:first-child {
  width: 580px;
}
@media screen and (max-width: 480px) {
  .area01__inner ul li:first-child {
    width: 100%;
  }
}
.area01__inner ul li:first-child .title {
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 2px solid #f90;
  margin-bottom: 18px;
}
.area01__inner ul li:first-child h4 {
  position: relative;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #c36;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 480px) {
  .area01__inner ul li:first-child h4 {
    position: inherit;
    font-size: 36px;
    text-align: center;
  }
}
.area01__inner ul li:first-child h4 span {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #369;
}
@media screen and (max-width: 480px) {
  .area01__inner ul li:first-child h4 span {
    position: inherit;
    display: inherit;
    text-align: center;
    margin-top: 0.5em;
    font-size: 21px;
  }
}
.area01__inner ul li:first-child .copy {
  margin-top: 16px;
  line-height: 1.5;
}
.area01__inner ul li:first-child .copy span {
  color: #c36;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .area01__inner ul li:first-child .copy {
    font-size: 18px;
  }
}
.area01__inner ul li:last-child {
  width: 355px;
}
.area01__inner ul li:last-child .img_p {
  width: 100%;
  box-sizing: border-box;
  border: 5px solid #fff;
  padding-top: 100%;
  overflow: hidden;
  height: 0;
  position: relative;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  transform: rotate(-3deg);
}
.area01__inner ul li:last-child .img_p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/senior_maintenance/img02.jpg") center bottom/cover no-repeat;
}
@media screen and (max-width: 480px) {
  .area01__inner ul li:last-child {
    width: 93.75%;
    margin: 24px auto 0;
  }
  .area01__inner ul li:last-child .img_p {
    padding-top: 75%;
  }
}

.area02 {
  width: 100%;
}
.area02__inner {
  width: 960px;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .area02__inner {
    width: 93.75%;
  }
}
.area02__inner ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area02__inner ul {
    display: block;
  }
}
.area02__inner ul li {
  width: 465px;
}
@media screen and (max-width: 480px) {
  .area02__inner ul li {
    width: 100%;
  }
  .area02__inner ul li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.area02__inner ul li .steps:nth-child(n + 2) {
  margin-top: 2em;
}
.area02__inner ul li .steps dl {
  display: flex;
  align-items: center;
}
.area02__inner ul li .steps dl dt {
  font-size: 24px;
  padding-left: 2.75em;
}
@media screen and (max-width: 480px) {
  .area02__inner ul li .steps dl dt {
    font-size: 27px;
  }
}
.area02__inner ul li .steps dl dt div {
  width: 50px;
  height: 50px;
  background: #369;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .area02__inner ul li .steps dl dt div {
    width: 56px;
    height: 56px;
  }
}
.area02__inner ul li .steps dl dt div::before {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  content: "STEP. ";
  display: inline-block;
  position: absolute;
  color: #369;
  left: -2.75em;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #999;
}
.area02__inner ul li .steps dl dt div p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .area02__inner ul li .steps dl dt div p {
    font-size: 36px;
  }
}
.area02__inner ul li .steps dl dd {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #369;
  margin-left: 0.375em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 480px) {
  .area02__inner ul li .steps dl dd {
    font-size: 36px;
  }
}
.area02__inner ul li .copy {
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .area02__inner ul li .copy {
    font-size: 18px;
  }
}
.area02__inner ul li h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0.5em;
  color: #c36;
}
@media screen and (max-width: 480px) {
  .area02__inner ul li h4 {
    font-size: 22px;
  }
}

.area03 {
  width: 100%;
}
.area03__inner {
  width: 960px;
  margin: auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .area03__inner {
    width: 93.75%;
  }
}
.area03__inner .l_q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .area03__inner .l_q {
    display: block;
  }
}
.area03__inner .l_q > li {
  width: 465px;
  box-sizing: border-box;
  border: 5px solid #b7e0e2;
  background: #ffe;
}
@media screen and (max-width: 480px) {
  .area03__inner .l_q > li {
    width: 100%;
  }
  .area03__inner .l_q > li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.area03__inner .l_q > li:first-child {
  box-sizing: border-box;
  padding: 2em 1em;
}
.area03__inner .l_q > li:first-child h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #369;
}
.area03__inner .l_q > li:first-child .turn {
  width: 100%;
  margin-top: 20px;
}
.area03__inner .l_q > li:first-child .turn .turn_name {
  box-sizing: border-box;
  padding: 1em;
  background: #369;
  border-radius: 12px;
}
.area03__inner .l_q > li:first-child .turn .turn_name dl {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .area03__inner .l_q > li:first-child .turn .turn_name dl {
    font-size: 18px;
  }
}
.area03__inner .l_q > li:first-child .turn .turn_name dl dt {
  width: 8.5em;
  padding-right: 0.5em;
  border-right: 1px solid #fff;
  position: relative;
}
.area03__inner .l_q > li:first-child .turn .turn_name dl dt span {
  display: inline-block;
  position: absolute;
  right: .5em;
}
.area03__inner .l_q > li:first-child .turn .turn_name dl dd {
  padding-left: .5em;
}
.area03__inner .l_q > li:first-child .under_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #df6691 transparent transparent transparent;
  margin: 12px auto;
}
.area03__inner .l_q > li:last-child {
  box-sizing: border-box;
  padding: 1em;
}
@media screen and (max-width: 480px) {
  .area03__inner .l_q > li:last-child {
    font-size: 18px;
  }
}
.area03__inner .l_q > li:last-child ul:nth-child(n + 2) {
  margin-top: 1em;
}
.area03__inner .l_q > li:last-child ul li {
  padding-left: 50px;
  min-height: 36px;
  position: relative;
  line-height: 1.5;
}
.area03__inner .l_q > li:last-child ul li:nth-child(n + 2) {
  margin-top: 0.5em;
}
.area03__inner .l_q > li:last-child ul li .question {
  font-size: 22px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  color: #215283;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .area03__inner .l_q > li:last-child ul li .question {
    font-size: 26px;
  }
}
.area03__inner .l_q > li:last-child ul li div {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.area03__inner .l_q > li:last-child ul li div.q {
  background: #215283;
}
.area03__inner .l_q > li:last-child ul li div.a {
  background: #df6691;
}
.area03__inner .l_q > li:last-child ul li div p {
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
}
