@charset "UTF-8";
@import url("grid.css");
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700;900&family=Zen+Maru+Gothic:wght@400;700;900&display=swap');

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #474E9C;
    --link-color: #474E9C;
    --linkhover-color: #343b83;
    --back-color: #ffffff;
    --border-color: #848EF3;
    --white-color: #fff;
    --contents_width: 1100px;
    --paleblue:#848EF3;
    --blue:#4553F0;
    --gray_800: 136, 136, 136;
    --lineheight_head: 1.6;
    --ease-inout-quad: cubic-bezier(0.455,0.030,0.515,0.955);
    --palebl: #CED3FF;
    --surface_700: 255, 255, 255;
    --line_height_base: 2;
    --line_height_head: 1.5;
    --letter_spacing_base: .05em;
    --letter_spacing_head: .05em;
    --black: 10, 10, 10;
    --gray_800: 136, 136, 136;
    --gray_500: 204, 204, 204;
    --gray_200: 231, 231, 231;
    --gray_100: 244, 244, 244;
    --accent_1_500: 251, 214, 0;
    --accent_2_500: 255, 84, 84;
    --accent_2_100: 255, 235, 235;
    --swiper-navigation-size: 44px;
    --swiper-navigation-color: var(--swiper-theme-color);
    --swiper-theme-color: #007aff;
}
html { scroll-behavior: smooth;}
body{  font-family: "Zen Kaku Gothic New", serif;color: var(--base-color);background-color: var(--back-color);font-size: 1.6rem;-webkit-text-size-adjust: 100%;
  margin: 0px;
}
img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
    transition: .3s ease;
}
a:hover { 
    color: var(--linkhover-color);
}
ul[class], ol[class] {
  list-style: none;
}
/*---------------------------
common
----------------------------*/
.senior-souzoku {
  display: block;
}

.senior-souzoku .pc {
  display: block;
}x
.pc{
  display: block;
}
.sp{
  display: none;
}

/* ボタンがあるところ */
.pc.onbtn{
 width: 100%;
 position: relative;
 height: auto;
}
.onbtn .flex{
  position: absolute;
  width: 51%;
  left: calc(50% - 26%);
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: nowrap;
  z-index: 2;
}
.onbtn.two .flex{
  bottom: 21%;
}
.onbtn.eight .flex{
  top: 70%;
}
.onbtn.thirteen .flex{
  bottom: 29%;
}
@media (max-width: 767px) {
  .sp.onbtn{
    width: 100%;
    position: relative;
    height: auto;
   }
.onbtn .flex{
  position: absolute;
  width: 80%;
  left: calc(50% - 40%);
  /* display: flex; */
  /* justify-content: space-evenly; */
  flex-direction: column;
  /* flex-wrap: nowrap; */
  z-index: 2;
}
.onbtn.three .flex{
  top: 42%;
  height: 190px;
}
.onbtn.eleven .flex,.onbtn.nineteen .flex{
  bottom: 4%;
}
.onbtn.twelve .flex{
  top: 3%;
}
.onbtn.twenty .flex{
  top: 5%;
}
}
/* ヘッダーロゴサイズ */
.nav-header__logo-img--rehouse[data-v-c9b80252] {
  height: 60px!important;
  width: auto;
}
/* footer */


/* footer {
  background: #333;
} */

footer ul {
  padding: 0;
  list-style: none;
}

footer a {
  color: #004aad;
  text-decoration: none;
}

footer a:hover {
  color: #6ab5df;
}

footer hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e78a1b;
}

footer address {
  font-style: normal;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.footer {
  padding: 2rem;
  font-size: 15px;
  color: #004aad;
  background: #ffa629;
}

.footer__navi-heading {
  font-weight: 600;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.footer__navi li {
  margin-bottom: 0.75rem;
}

.footer__address {
  margin-bottom: 2rem;
}

.footer__address a {
  text-decoration: underline;
}
.copyright{
  margin-top: 20px;
}
@media (min-width: 768px) {
  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }

  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .footer__address a {
    text-decoration: none;
    pointer-events: none;
  }
}

@media (min-width: 1024px) {
  .lg-flex {
    display: flex;
  }
  .footer .lg-flex.md-justify-between,footer hr,.copyright{
    width: 990px;
    margin: 0 auto;
  }
  .copyright{
    margin-top: 20px;
  }
}

/* footerここまで */
@media (min-width: 768px) {
  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }

  .copyright {
    text-align: left;
    
  }
}
@media screen and (max-width: 767px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .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: 120px 0 0;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .senior-souzoku-main {
    padding: 60px 0 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: #ff8c00;
}

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

.senior-souzoku-cv__ttl {
  margin: 0 0 50px;
  color: #000;
  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 #fff;
  background: #fff;
}

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

.senior-souzoku-cv__text {
  margin: 0 0 25px;
  color: #000;
  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 #fff;
  font-weight: bold;
}

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

.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;
  }
}

/*ヘッダー
-------------------------------------*/
.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 3;
}
.header_inner {
  position: relative;
  padding: 15px;
  box-sizing: border-box;
}
.logo{
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  /* color: #313195;
  display: flex;
  align-items: center;
  flex-direction: row; */
  /* width: 200px; */
  height: auto;
  box-sizing: content-box;
  font-weight: 700;
}



.nav_item a {
  /*基本設定*/
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1em;
  /* font-family: Didot, serif; */
  color: var(--base-color);
  font-weight: bold;
  
  /*固有設定*/
  position: relative;
}
  .nav_item a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 0;
    height: 1px;
    background-color: var(--base-color);
    transition: 0.3s all;
  }
  .nav_item a:hover::after {
    width: 100%;
  }
  .nav .contact{
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-start;
      margin-right: -15px;
      margin-top: -15px;
      margin-bottom: 0px;
      font-family: "Zen Maru Gothic", serif;
      font-weight: 900;
      position: relative;
      padding-left: 0;
    }
    .contact .phone{
      font-size: 2em;
      display: flex;
      flex-direction: column;
    }
    .phone span{
      font-size: small;
      font-weight: 700;
    }
    .contact .phone::before{
      position: absolute;
      display: block;
      width: 23px;
      height: auto;
      vertical-align: middle;
      color: var(--base-color);
      content:'\f0e0';
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      margin-left: -40px;
      margin-top: 3px;
    }
    .contact .mail{
      background-color: var(--blue);
      border-radius: 0 0 0 20px;
      padding: 18px 32px 20px 70px;
      margin-left: 20px;
    }
    .contact .mail::before{
      position: absolute;
      display: block;
      width: 23px;
      height: auto;
      vertical-align: middle;
      color: #fff;
      content:'\f0e0';
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      margin-left: -24px;
    }
    .contact .mail a{
      color: #fff;
    }
  img.pc.copy {
      width: 280px;
  }
  
/* ナビゲーション */
@media only screen and (max-width: 767px) {
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 15px;
    width: 260px;
    height: auto;
    box-sizing: content-box;
    font-weight: 700;
    display: flex;
    align-items: center;
}
  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: var(--palebl);
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
    background: var(--blue);
        border-radius: 99px;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    /* border-bottom: 1px solid var(--border-color); */
    text-decoration: none;
    color: var(--base-color);
    font-weight: 700;
  }
  /* .nav_item a:hover {
    background-color: #eee;
  } */
  .c-social-media.sp{
    display: flex;
    justify-content: center;
  }
  .c-social-media.sp li{
    margin-bottom: 0;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  /* sp */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  .nav .contact{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
  }
  .contact .mail {
    border-radius: 99px;
    padding: 18px 32px 20px 50px;
    margin-left: -20px;
}
}

/* pc */
@media only screen and (min-width: 768px) {
    .c-social-media.sp{
        display: none;}
  .header_inner{
    /* max-width: 100%; */
    width: 100%;
    /* padding: 15px 30px; */
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
  .nav{
    display: flex;
    flex-direction: column-reverse;
  }
  .nav_list{
    text-align: right;
    padding-left: 300px;
    margin: 0;
  }
  .nav_list li{
    display: inline-block;
    text-align: right;
    padding-left: 20px;
  }
  .nav_list li a{
    color: var(--base-color);
    font-weight: 600;
  }
}