@charset "UTF-8";
/*---------------------------
common
----------------------------*/
.senior-souzoku {
  display: block;
}

.senior-souzoku .pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .senior-souzoku .pc {
    display: none;
  }
}

.senior-souzoku .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .senior-souzoku .sp {
    display: block;
  }
}

.senior-souzoku .tab.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .senior-souzoku .tab.sp {
    display: block;
  }
}

.senior-souzoku {
  overflow: hidden;
  padding: 0 0 100px;
  font-family: "游ゴシック体", YuGothic,'Noto Sans JP','myfont', sans-serif;
  text-align: left;
  -webkit-text-size-adjust: none;
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.8;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .senior-souzoku {
    margin: 0 0 50px;
    padding: 0;
    font-size: 0.875rem;
  }
}

.senior-souzoku img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .senior-souzoku img {
    width: 100%;
  }
}

.senior-souzoku a {
  text-decoration: none;
}

.senior-souzoku a:visited {
  color: inherit;
}

.senior-souzoku a:hover {
  opacity: 0.8;
}

.senior-souzoku a:active {
  color: inherit;
}

.senior-souzoku ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.senior-souzoku strong {
  font-weight: bold;
}

.senior-souzoku-main {
  padding: 0 30px;
  background-image: url(../images/senior-souzoku-bg_main.jpg);
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-main {
    padding: 0;
  }
}

.senior-souzoku-main__inner {
  max-height: 550px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-main__inner {
    max-height: inherit;
    padding: 0;
  }
}

.senior-souzoku-main__ttl {
  max-width: 1204px;
  width: 100%;
  margin: auto;
}

.senior-souzoku-main__ttl img {
  width: 100%;
}

.senior-souzoku-cv {
  position: relative;
  padding: 40px 30px 0;
  background: #1963aa;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv {
    padding: 30px 10px 0;
  }
}

.senior-souzoku-cv__ttl {
  margin: 0 0 50px;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__ttl {
    margin: 0 0 30px;
    font-size: 31px;
  }
}

.senior-souzoku-cv__ttl span {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 0 20px;
  background: url(../images/senior-souzoku-dec_ttl3.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 4px;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__ttl span {
    margin: 0 0 25px;
    padding: 0 0 25px;
    background-size: auto 2px;
    font-size: 18px;
  }
}

.senior-souzoku-cv__inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 145px;
}

.senior-souzoku-cv__inner2 {
  max-width: 980px;
  width: 100%;
  margin: -145px auto 0;
  padding: 0 40px 20px;
  border: 3px solid #1963aa;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__inner2 {
    padding: 0 20px 20px;
    border: 4px solid #1963aa;
  }
}

.senior-souzoku-cv__text {
  margin: 0 0 25px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__text {
    font-size: 18px;
  }
}

.senior-souzoku-cv__text span {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ff9700;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__text span {
    border-bottom: 2px solid #ff9700;
  }
}

.senior-souzoku-cv__text2 {
  margin: 0 0 20px;
  padding: 30px 0;
  text-align: center;
  background-image: url(../images/senior-souzoku-dec_btnbox.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__text2 {
    padding: 25px 0;
    font-size: 20px;
  }
}

.senior-souzoku-cv__text2 p {
  color: #00395b;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__text2 p {
    font-size: 20px;
  }
}

.senior-souzoku-cv__block2 {
  position: relative;
  z-index: 1;
}

.senior-souzoku-cv__list {
  margin: 0 0 44px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__list {
    margin: 0 0 24px;
  }
}

.senior-souzoku-cv__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__list ul {
    flex-wrap: wrap;
  }
}

.senior-souzoku-cv__list ul li {
  width: 237px;
  margin: 0 5px 10px;
  padding: 15px 0;
  border-radius: 3px;
  background: #fff;
  color: #00395b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__list ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46%;
    height: 62px;
    margin: 0 1.5% 3%;
    padding: 0;
    font-size: 16px;
  }
}

.senior-souzoku-cv__list2 {
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__list2 {
    margin: 0;
  }
}

.senior-souzoku-cv__list2 ul {
  display: flex;
  justify-content: space-between;
  max-width: 978px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .senior-souzoku-cv__list2 ul {
    display: inherit;
  }
}

.senior-souzoku-cv__list2 ul li {
  margin: 0 auto 20px;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.senior-souzoku-cv__btnbox {
  margin: 0 0 40px;
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__btnbox {
    margin: 0 0 5px;
  }
}

.senior-souzoku-cv__btnbox ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__btnbox ul {
    display: inherit;
    padding: 0 5%;
  }
}

.senior-souzoku-cv__btnbox ul li {
  max-width: 540px;
  width: 48%;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__btnbox ul li {
    max-width: inherit;
    width: 100%;
    margin: 0 0 15px;
  }
}

.senior-souzoku-cv__btn--tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 86px;
  margin: 0 auto;
  border-radius: 5px;
  border-bottom: 6px solid #1963aa;
  color: #fff;
  background: #ed6b00;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__btn--tel a {
    width: 100%;
    height: 58px;
    background-size: 80% auto;
    font-size: 18px;
  }
}

.senior-souzoku-cv__btn--tel a span {
  vertical-align: middle;
  color: #fff;
}

.senior-souzoku-cv__btn--tel a i {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__btn--tel a i {
    width: 45px;
  }
}

.senior-souzoku-cv__btn--mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 86px;
  margin: 0 auto;
  border-radius: 5px;
  border-bottom: 5px solid #1963aa;
  background: #ed6b00;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__btn--mail a {
    width: 100%;
    height: 58px;
    font-size: 18px;
  }
}

.senior-souzoku-cv__btn--mail a span {
  vertical-align: middle;
  color: #fff;
}

.senior-souzoku-cv__btn--mail a i {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__btn--mail a i {
    width: 36px;
  }
}

.senior-souzoku-cv__notice ul li {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv__notice ul li {
    font-size: 14px;
  }
}

.senior-souzoku-cv::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 0;
  width: 100%;
  height: 150px;
  background: #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv::after {
    height: 240px;
  }
}

.senior-souzoku-cv2 {
  position: relative;
  padding: 50px 30px 0;
  background: #1963aa;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2 {
    padding: 40px 10px 0;
  }
}

.senior-souzoku-cv2__ttl {
  position: relative;
  max-width: 980px;
  margin: 0 auto 40px;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .senior-souzoku-cv2__ttl {
    margin: 0 auto -60px;
    font-size: 31px;
    text-align: center;
  }
}

.senior-souzoku-cv2__ttl span {
  display: inline-block;
  width: 96%;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ff9700;
  font-size: 26px;
}

@media screen and (max-width: 1000px) {
  .senior-souzoku-cv2__ttl span {
    font-size: 18px;
    text-align: center;
  }
}

.senior-souzoku-cv2__ttl::after {
  position: absolute;
  top: -20px;
  right: 0;
  width: 290px;
  height: 290px;
  background: url(../images/senior-souzoku-img_cv.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  content: '';
}

@media screen and (max-width: 1000px) {
  .senior-souzoku-cv2__ttl::after {
    display: block;
    position: inherit;
    top: inherit;
    right: inherit;
    width: 200px;
    height: 200px;
    margin: 40px auto 0;
    background-size: 200px auto;
  }
}

.senior-souzoku-cv2__inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 145px;
}

.senior-souzoku-cv2__inner2 {
  max-width: 980px;
  width: 100%;
  margin: 0 auto 0;
  padding: 0 40px 20px;
  border: 3px solid #1963aa;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2__inner2 {
    padding: 0 20px 20px;
    border: 4px solid #1963aa;
  }
}

.senior-souzoku-cv2__text {
  margin: 0 0 25px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2__text {
    font-size: 13px;
  }
}

.senior-souzoku-cv2__text span {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 3px solid #ff9700;
}

.senior-souzoku-cv2__text2 {
  margin: 0 0 20px;
  padding: 30px 0;
  text-align: center;
  background-image: url(../images/senior-souzoku-dec_btnbox.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.senior-souzoku-cv2__text2 p {
  color: #00395b;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2__text2 p {
    font-size: 20px;
  }
}

.senior-souzoku-cv2__block2 {
  position: relative;
  z-index: 1;
}

.senior-souzoku-cv2__list {
  margin: 0 0 40px;
}

.senior-souzoku-cv2__list ul {
  display: flex;
  justify-content: space-between;
  max-width: 978px;
  margin: 0 auto;
}

.senior-souzoku-cv2__list ul li {
  width: 24%;
  padding: 15px 0;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.senior-souzoku-cv2__list2 {
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2__list2 {
    margin: 0;
  }
}

.senior-souzoku-cv2__list2 ul {
  display: flex;
  justify-content: space-between;
  max-width: 978px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .senior-souzoku-cv2__list2 ul {
    display: inherit;
  }
}

.senior-souzoku-cv2__list2 ul li {
  margin: 0 auto 20px;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.senior-souzoku-cv2__btnbox {
  margin: 0 0 40px;
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2__btnbox {
    margin: 0 0 5px;
  }
}

.senior-souzoku-cv2__btnbox ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2__btnbox ul {
    display: inherit;
    padding: 0 5%;
  }
}

.senior-souzoku-cv2__btnbox ul li {
  max-width: 540px;
  width: 48%;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2__btnbox ul li {
    max-width: inherit;
    width: 100%;
    margin: 0 0 15px;
  }
}

.senior-souzoku-cv2__btn--tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 86px;
  margin: auto;
  border-radius: 5px;
  border-bottom: 6px solid #1963aa;
  background: #ed6b00;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2__btn--tel a {
    width: 100%;
    height: 58px;
    background-size: 80% auto;
    font-size: 18px;
  }
}

.senior-souzoku-cv2__btn--tel a span {
  vertical-align: middle;
  color: #fff;
}

.senior-souzoku-cv2__btn--tel a i {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2__btn--tel a i {
    width: 45px;
  }
}

.senior-souzoku-cv2__btn--mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 86px;
  margin: auto;
  border-radius: 5px;
  border-bottom: 5px solid #1963aa;
  background: #ed6b00;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2__btn--mail a {
    width: 100%;
    height: 58px;
    font-size: 18px;
  }
}

.senior-souzoku-cv2__btn--mail a span {
  vertical-align: middle;
  color: #fff;
}

.senior-souzoku-cv2__btn--mail a i {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2__btn--mail a i {
    width: 36px;
  }
}

.senior-souzoku-cv2__notice ul li {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-cv2__notice ul li {
    font-size: 14px;
  }
}

.senior-souzoku-cv2::after {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 150px;
  background: #fff;
  content: "";
}

.senior-souzoku-about {
  margin: 0 auto;
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-about {
    padding: 50px 0 0;
  }
}

.senior-souzoku-about__ttl {
  color: #00395b;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 50px;
  background: url(../images/senior-souzoku-dec_ttl2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-about__ttl {
    margin: 0 0 40px;
    padding: 0 0 30px;
    background-size: 25px auto;
    font-size: 26px;
  }
}

.senior-souzoku-about__ttl2 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-about__ttl2 {
    font-size: 26px;
  }
}

.senior-souzoku-about__text {
  margin: 0 auto;
}

.senior-souzoku-about__text p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-about__text p {
    font-size: 16px;
  }
}

.senior-souzoku-about__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px 80px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-about__inner {
    padding: 0 0 60px;
  }
}

.senior-souzoku-about__inner2 {
  padding: 100px 30px;
  background: url(../images/senior-souzoku-bg_about.png);
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-about__inner2 {
    padding: 0;
  }
}

.senior-souzoku-about__img {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-about__img {
    margin: 0 10px;
  }
}

.senior-souzoku-about__img img {
  width: 100%;
  height: auto;
}

.senior-souzoku-about__box {
  display: flex;
  max-width: 976px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-about__box {
    display: inherit;
  }
}

.senior-souzoku-about__left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-about__left {
    width: inherit;
    padding: 50px 40px;
    background: #1963aa;
    font-size: 26px;
  }
}

.senior-souzoku-about__right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-about__right {
    width: inherit;
    font-size: 16px;
  }
}

.senior-souzoku-about__right img {
  width: 100%;
}

.senior-souzoku-service {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service {
    margin: 0 0 50px;
    padding: 0;
  }
}

.senior-souzoku-service__ttl {
  position: relative;
  z-index: 100;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 0 0 20px 390px;
  background: url(../images/senior-souzoku-dec_ttl2.png);
  background-repeat: no-repeat;
  background-position: 390px bottom;
  color: #00395b;
  font-size: 44px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__ttl {
    text-align: center;
    margin: 0 0 30px;
    padding: 0 0 30px;
    background-position: center bottom;
    background-size: 25px 2px;
    font-size: 26px;
  }
}

.senior-souzoku-service__ttl img {
  width: 100%;
}

.senior-souzoku-service__text {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 390px;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__text {
    padding: 0 0;
    font-size: 16px;
  }
}

.senior-souzoku-service__text p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__text p {
    margin: 0 0 12px;
  }
}

.senior-souzoku-service__text p span {
  display: inline;
  margin: 0 0 10px;
  padding: 0 0 3px;
  border-bottom: 2px solid #ff9700;
  font-weight: bold;
}

.senior-souzoku-service__text i {
  position: absolute;
  top: -170px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__text i {
    display: block;
    position: inherit;
    top: inherit;
    left: inherit;
    max-width: 130px;
    margin: 0 auto -130px;
  }
}

.senior-souzoku-service__text2 {
  position: relative;
  max-width: 530px;
  margin: 0;
  padding: 0;
  font-size: 22px;
}

.senior-souzoku-service__text2 i {
  position: absolute;
  top: -180px;
  left: -60px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__text2 {
    max-width: calc(100% - 100px);
    font-size: 16px;
  }
}

.senior-souzoku-service__inner {
  padding: 100px 0 190px;
  background: #e6fdff;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__inner {
    padding: 40px 40px 300px;
  }
}

.senior-souzoku-service__list {
  max-width: 790px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__list {
    padding: 0 25px;
  }
}

.senior-souzoku-service__list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.senior-souzoku-service__list ul li {
  width: 250px;
  height: 220px;
  margin: 0 0 20px;
  padding: 20px 0 0;
  border: 3px solid #1963aa;
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__list ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    height: auto;
    margin: 0 0 2%;
    padding: 20px 0;
  }
}

.senior-souzoku-service__list ul li p {
  margin: 0 15px 10px;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__list ul li p {
    margin: 0 0 10px;
    text-align: center;
  }
}

.senior-souzoku-service__list ul li em {
  display: block;
  margin: 0 0 10px;
  color: #00395b;
  line-height: 1.4;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__list ul li em {
    font-size: 18px;
    text-align: center;
  }
}

.senior-souzoku-service__list ul li em.dec_icon {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__list ul li em.dec_icon {
    margin: 0 0 0;
  }
}

.senior-souzoku-service__list ul li:last-child {
  position: relative;
  width: 100%;
  padding: 36px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__list ul li:last-child {
    padding: 19px 15px;
  }
}

.senior-souzoku-service__list ul li:last-child p {
  margin: 0 0 10px;
  font-size: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__list ul li:last-child p {
    font-size: 16px;
  }
}

.senior-souzoku-service__list ul li:last-child em {
  display: block;
  margin: 0 0 10px;
  color: #00395b;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}

.senior-souzoku-service__block {
  position: relative;
  margin: -130px 0 0;
}

@media screen and (max-width: 1000px) {
  .senior-souzoku-service__block {
    margin: -130px 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__block {
    margin: -300px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__img {
    max-width: 80px;
    margin: 0 auto;
  }
}

.senior-souzoku-service__img.dec_icon {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__img.dec_icon {
    margin: 10px auto 0;
  }
}

.senior-souzoku-service__img2 {
  position: absolute;
  top: 40px;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__img2 {
    top: 50px;
    right: 20px;
    max-width: 100px;
  }
}

.senior-souzoku-service__box {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-service__box {
    padding: 0;
  }
}

.senior-souzoku-case {
  padding: 80px 0 10px;
  background: #e6fdff;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case {
    padding: 60px 0 10px;
  }
}

.senior-souzoku-case__ttl {
  margin: 0 0 54px;
  padding: 0 0 20px;
  background: url(../images/senior-souzoku-dec_ttl2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #00395b;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__ttl {
    background-size: 25px 2px;
    font-size: 26px;
  }
}

.senior-souzoku-case__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__inner {
    padding: 0 25px;
  }
}

.senior-souzoku-case__list dl {
  position: relative;
  margin: 0 0 80px;
  padding: 50px 40px 0;
  border-top: 2px solid #1963aa;
  border-bottom: 2px solid #1963aa;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__list dl {
    margin: 0 0 60px;
    padding: 50px 20px 0;
  }
}

.senior-souzoku-case__list dl dt {
  position: relative;
  margin: 0 0 20px 0;
  min-height: 200px;
  padding: 0 300px 0 0;
  color: #00395b;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__list dl dt {
    margin: 0 0 30px 0;
    min-height: inherit;
    height: inherit;
    padding: 0 75px 0 0;
    font-size: 17px;
  }
}

.senior-souzoku-case__list dl dt i {
  position: absolute;
  top: 0;
  right: 30px;
  left: inherit;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__list dl dt i {
    width: 80px;
    right: -5px;
  }
}

.senior-souzoku-case__list dl dd {
  position: relative;
  margin: 0 0 60px 200px;
  padding: 0 0 0 20px;
  border-left: 2px solid #1963aa;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__list dl dd {
    margin: 0 0 30px 0;
    padding: 0;
    border: none;
    font-size: 16px;
  }
}

.senior-souzoku-case__list dl dd::after {
  position: absolute;
  top: 40px;
  left: -18px;
  width: 18px;
  height: 24px;
  background: url(../images/senior-souzoku-dec_case_pc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 18px 24px;
  content: "";
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__list dl dd::after {
    display: none;
  }
}

.senior-souzoku-case__list dl dd i {
  position: absolute;
  top: 0;
  right: inherit;
  width: 200px;
  left: -200px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__list dl dd i {
    width: 100px;
    left: 0;
  }
}

.senior-souzoku-case__list dl dd strong {
  display: block;
  position: relative;
  margin: 0 0 10px;
  color: #00395b;
  font-size: 22px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__list dl dd strong {
    margin: 0 0 0 100px;
    padding: 0 0 0 10px;
    border-left: 2px solid #1963aa;
    font-size: 16px;
  }
  .senior-souzoku-case__list dl dd strong::after {
    position: absolute;
    top: 40px;
    left: -18px;
    width: 18px;
    height: 24px;
    background: url(../images/senior-souzoku-dec_case_pc.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 18px 24px;
    content: "";
  }
}

.senior-souzoku-case__list dl dd strong em {
  display: inline;
  margin: 0 0 4px;
  padding: 0 0 3px;
  border-bottom: 2px solid #ff9700;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__list dl dd strong em {
    border-bottom: 2px solid #ff9700;
  }
}

.senior-souzoku-case__list dl i {
  position: absolute;
  top: 0;
  left: 0;
}

.senior-souzoku-case__balloon {
  position: relative;
  padding: 20px;
  border: 3px solid #1963aa;
  border-radius: 5px;
  background: #e6fdff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__balloon {
    margin: 0 20px 0 0;
  }
}

.senior-souzoku-case__balloon::after {
  position: absolute;
  top: 20px;
  right: -22px;
  width: 22px;
  height: 32px;
  background: url(../images/senior-souzoku-dec_balloon.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 22px 32px;
  content: "";
}

@media screen and (max-width: 1025px) {
  .senior-souzoku-case__balloon::after {
    right: -21px;
  }
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__balloon::after {
    right: -20px;
    background-size: 18px 32px;
  }
}

.senior-souzoku-case__notice {
  font-size: 16px;
}

.senior-souzoku-case__notice p {
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__notice {
    padding: 0 0 0 110px;
  }
  .senior-souzoku-case__notice p {
    margin: 0 0 20px;
  }
}

.senior-souzoku-case__text {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__text {
    margin: 20px 0 0;
  }
}

.senior-souzoku-case__dec--case01::before {
  position: absolute;
  top: -30px;
  left: 40px;
  width: 130px;
  height: 50px;
  background: url(../images/senior-souzoku-dec_case01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130px auto;
  content: "";
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__dec--case01::before {
    left: 20px;
    width: 90px;
    height: 47px;
    background-size: 90px auto;
  }
}

.senior-souzoku-case__dec--case02::before {
  position: absolute;
  top: -30px;
  left: 40px;
  width: 130px;
  height: 50px;
  background: url(../images/senior-souzoku-dec_case02.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130px auto;
  content: "";
}

@media screen and (max-width: 767px) {
  .senior-souzoku-case__dec--case02::before {
    left: 20px;
    width: 90px;
    height: 47px;
    background-size: 90px auto;
  }
}

.senior-souzoku-point {
  margin: 0 auto;
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point {
    position: relative;
    margin: 0;
    padding: 50px 0 0;
  }
}

.senior-souzoku-point__ttl {
  margin: 0 0 55px;
  padding: 0 0 20px;
  background: url(../images/senior-souzoku-dec_ttl2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #00395b;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__ttl {
    margin: 0 0 30px;
    background-size: 25px 2px;
    font-size: 26px;
    line-height: 1.8;
  }
}

.senior-souzoku-point__ttl strong {
  font-size: 54px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__ttl strong {
    font-size: 36px;
  }
}

.senior-souzoku-point__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.senior-souzoku-point__box {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__box {
    display: inherit;
    height: inherit;
    margin: 0 0;
  }
}

.senior-souzoku-point__left {
  order: 1;
  width: 48%;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .senior-souzoku-point__left {
    padding: 0 0 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__left {
    width: 100%;
  }
}

.senior-souzoku-point__left img {
  width: 100%;
}

.senior-souzoku-point__right {
  order: 2;
  width: 48%;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .senior-souzoku-point__right {
    padding: 0 0 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__right {
    width: 100%;
  }
}

.senior-souzoku-point__li01 {
  padding: 55px 30px 20px;
  background: #e6fdff;
}

.senior-souzoku-point__li01 .senior-souzoku-point__img {
  width: 80%;
  margin: 0 auto;
}

.senior-souzoku-point__li01 .senior-souzoku-point__ttl2,
.senior-souzoku-point__li01 .senior-souzoku-point__text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__li01 {
    padding: 40px 30px 40px 45px;
  }

  .senior-souzoku-point__li01 .senior-souzoku-point__img {
    width: 100%;
  }

  .senior-souzoku-point__li01 .senior-souzoku-point__ttl2,
  .senior-souzoku-point__li01 .senior-souzoku-point__text {
    text-align: left;
  }

  .senior-souzoku-point__li01 .senior-souzoku-point__text {
    margin-bottom: 0;
  }
}

.senior-souzoku-point__li01 i {
  display: block;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__li01 i {
    display: none;
  }
}

.senior-souzoku-point__li02 {
  padding: 55px 0 33px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__li02 {
    padding: 40px 30px 40px;
  }
}

.senior-souzoku-point__li02 i {
  display: block;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__li02 i {
    display: none;
  }
}

.senior-souzoku-point__li02 .senior-souzoku-point__text {
  order: 2;
}

.senior-souzoku-point__li02 .senior-souzoku-point__img {
  order: 1;
}

.senior-souzoku-point__li03 {
  padding: 55px 0 20px;
  background: url(../images/senior-souzoku-img_point03.png);
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1000px) {
  .senior-souzoku-point__li03 {
    min-height: 800px;
    background: url(../images/senior-souzoku-img_point03_sp.png);
    background-position: center bottom;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__li03 {
    min-height: 800px;
    padding: 40px 30px 40px;
    background: url(../images/senior-souzoku-img_point03_sp.png);
    background-position: bottom center;
    background-size: cover;
  }
}

.senior-souzoku-point__li03 i {
  display: block;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__li03 i {
    display: none;
  }
}

.senior-souzoku-point__li03 .senior-souzoku-point__left {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__li03 .senior-souzoku-point__left {
    width: inherit;
  }
}

.senior-souzoku-point__sub {
  margin: 0 0 20px;
  color: #1963aa;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__sub {
    margin: 0 0 10px;
    font-size: 16px;
  }
}

.senior-souzoku-point__sub sup {
  font-size: 60%;
}

.senior-souzoku-point__ttl2 {
  margin: 0 0 20px;
  color: #00395b;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__ttl2 {
    margin: 0 0 10px;
    font-size: 22px;
  }
}

.senior-souzoku-point__text {
  margin: 0 0 60px;
  color: #505050;
  font-size: 20px;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__text {
    margin: 0 0 30px;
    font-size: 16px;
  }
}

.senior-souzoku-point__img {
  margin: 0 0 30px;
  text-align: center;
}

.senior-souzoku-point__notice {
  margin: 8px 0 40px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-point__notice {
    font-size: 10px;
    text-align: left;
  }
}

.senior-souzoku-flow {
  margin: 0 auto;
  padding: 80px 30px 80px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow {
    position: relative;
    margin: 0;
    padding: 50px 0;
  }
}

.senior-souzoku-flow__ttl {
  margin: 0 0 55px;
  padding: 0 0 20px;
  background: url(../images/senior-souzoku-dec_ttl2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #00395b;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__ttl {
    margin: 0 0 30px;
    padding: 0 0 30px;
    background-size: 25px 2px;
    font-size: 26px;
  }
}

.senior-souzoku-flow__ttl strong {
  font-size: 54px;
}

.senior-souzoku-flow__list {
  margin: 0 0 30px;
}

.senior-souzoku-flow__list ul li {
  position: relative;
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__list ul li {
    margin: 30px 0 0;
  }
}

.senior-souzoku-flow__list ul li:first-child {
  margin: 0 0 0;
}

.senior-souzoku-flow__list ul li:last-child .senior-souzoku-flow__img::after {
  display: none;
}

.senior-souzoku-flow__list ul li:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__list ul li::after {
    position: absolute;
    bottom: -14px;
    width: 100%;
    height: 17px;
    background-image: url(../images/senior-souzoku-dec_flow02.png);
    background-size: 42px 17px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    content: "";
  }
}

.senior-souzoku-flow__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__inner {
    padding: 0 30px;
  }
}

.senior-souzoku-flow__box {
  display: flex;
  max-width: 980px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__box {
    display: inherit;
    height: inherit;
    margin: 10px 0 0;
    padding: 20px 15px;
    border: 2px solid #00395b;
    border-radius: 5px;
    background: #d9fbff;
  }
}

.senior-souzoku-flow__left {
  width: 50%;
}

.senior-souzoku-flow__right {
  width: 50%;
}

.senior-souzoku-flow__text {
  width: 500px;
  margin: 0 0 0 30px;
  font-size: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__text {
    width: inherit;
    margin: 0;
    font-size: 16px;
  }
}

.senior-souzoku-flow__img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 500px;
  height: 140px;
  margin: 0 0 30px;
  border: 2px solid #00395b;
  border-radius: 5px;
  background: #d9fbff;
  color: #00395b;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__img {
    width: inherit;
    height: inherit;
    margin: 0 0 10px;
    border: none;
    font-size: 22px;
  }
}

.senior-souzoku-flow__img span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.senior-souzoku-flow__img::after {
  position: absolute;
  bottom: -17px;
  left: 45%;
  right: inherit;
  text-align: center;
  width: 42px;
  height: 17px;
  background-image: url(../images/senior-souzoku-dec_flow02.png);
  background-size: 42px auto;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

@media screen and (max-width: 1025px) {
  .senior-souzoku-flow__img::after {
    bottom: -16px;
  }
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__img::after {
    display: none;
  }
}

.senior-souzoku-flow__notice {
  font-size: 16px;
}

.senior-souzoku-flow__detail-btn {
  width: 100%;
  padding: 15px 0;
  border-radius: 5px;
  background: #1963aa url(../images/senior-souzoku-btn_detail.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__detail-btn {
    font-size: 16px;
    background-size: 20px auto;
    background-position: 98% center;
  }
}

.senior-souzoku-flow__detail-btn.is-open {
  background: #1963aa url(../images/senior-souzoku-btn_detail2.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__detail-btn.is-open {
    font-size: 16px;
    background-size: 20px auto;
    background-position: 98% center;
  }
}

.senior-souzoku-flow__detail-text {
  display: none;
  padding: 20px 0;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__detail-text {
    font-size: 16px;
  }
}

.senior-souzoku-flow__detail-text dl {
  display: flex;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #b3b3b3;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__detail-text dl {
    display: inherit;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #b3b3b3;
  }
}

.senior-souzoku-flow__detail-text dl:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.senior-souzoku-flow__detail-text dl dt {
  width: 150px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__detail-text dl dt {
    width: inherit;
    font-size: 16px;
    font-weight: bold;
  }
}

.senior-souzoku-flow__detail-text dl dd {
  width: 800px;
  padding: 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-flow__detail-text dl dd {
    width: inherit;
    font-size: 16px;
  }
}
