@charset "UTF-8";
#breadcrumb {
  margin: 15px auto 25px auto;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #breadcrumb {
    margin: 15px auto 25px auto;
    position: inherit;
    display: flex;
    justify-content: end;
    padding: 0 30px 0 30px;
  }
}
/*----------------------------
inheritance_kv
----------------------------*/
#inheritance_kv {
  background: url("../img/kv_bg.jpg") no-repeat center top;
  background-size: cover;
  height: 660px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#inheritance_kv img {
  width: 820px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #inheritance_kv img {
    width: 600px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #inheritance_kv {
    justify-content: start;
    background: url(../img/kv_sp.jpg) no-repeat left top;
    background-size: cover;
  }
}
/*----------------------------
anxiety
----------------------------*/
#anxiety {
  padding-bottom: 60px;
  position: relative;
}
#anxiety:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-top: 16px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -24px;
  content: '';
  z-index: 1;
}
#anxiety h2 {
  text-align: center;
  font-size: 42px;
  color: #124390;
  margin-bottom: 32px;
}
#anxiety ul {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#anxiety ul:before {
  content: '';
  display: inline-block;
  width: 165px;
  height: 161px;
  background-image: url("../img/img01.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
#anxiety ul li {
  padding-left: 62px;
  position: relative;
  font-size: 20px;
}
#anxiety ul li:not(:last-child) {
  margin-bottom: 10px;
}
#anxiety ul li:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../img/check.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 6px;
  background-repeat: no-repeat;
}
#anxiety ul li span {
  background-color: #ebeff7;
  display: block;
  padding: 8px 25px;
  max-width: 510px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #anxiety h2 {
    font-size: 30px;
  }
  #anxiety ul li {
    font-size: 18px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #anxiety {
    padding: 0 30px 60px 30px;
  }
  #anxiety ul li span {
    max-width: 400px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #anxiety {
    padding: 0 4% 140px 4%;
  }
  #anxiety h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #anxiety ul:before {
    width: 100px;
    height: 97px;
    z-index: 1;
    right: 50%;
    bottom: -120px;
    margin-right: -50px;
  }
  #anxiety ul li span {
    max-width: 100%;
    padding: 7px 12px;
  }
  #anxiety ul li {
    font-size: 14px;
    padding-left: 32px;
  }
  #anxiety ul li:before {
    width: 24px;
    height: 24px;
  }
}
/*----------------------------
leave
----------------------------*/
#leave {
  background-color: #124390;
  padding: 55px 30px;
  position: relative;
}
#leave:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-top: 16px solid #124390;
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -24px;
  content: '';
  z-index: 1;
}
#leave p {
  color: #fff;
  font-size: 42px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .09em;
}
#leave p span {
  display: block;
  font-size: 24px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #leave p {
    font-size: 36px;
  }
  #leave p span {
    font-size: 20px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #leave p {
    font-size: 30px;
  }
  #leave p span {
    font-size: 16px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #leave {
    padding: 42px 30px;
  }
  #leave p {
    font-size: 24px;
  }
  #leave p span {
    font-size: 14px;
  }
}
/*----------------------------
strengths
----------------------------*/
#strengths {
  padding: 70px 30px 60px 30px;
  position: relative;
}
#strengths:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 330px;
  transform: translateX(-50%);
  background: #ebeff7;
  z-index: -1;
}
#strengths h2 {
  color: #124390;
  text-align: center;
  font-size: 39px;
  margin-bottom: 30px;
}
#strengths h2 + p {
  text-align: center;
  color: #124390;
  font-size: 16px;
  margin-bottom: 35px;
}
#strengths ul {
  display: flex;
  gap: 60px;
  justify-content: center;
}
#strengths li {
  max-width: 540px;
  width: 50%;
}
#strengths li img {
  max-width: 540px;
  width: 100%;
}
#strengths li dt, #strengths li dd {
  text-align: center;
}
#strengths li dt {
  color: #124390;
  font-size: 25px;
  margin: 25px 0;
}
#strengths li dd {
  font-size: 15px;
  line-height: 2.1;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #strengths h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #strengths li dt {
    font-size: 20px;
    margin: 20px 0 10px 0;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #strengths {
    padding: 70px 4% 40px 4%;
  }
  #strengths h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #strengths h2 + p {
    font-size: 14px;
  }
  #strengths ul {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  #strengths li {
    width: 100%;
  }
  #strengths li dd {
    font-size: 14px;
    line-height: 1.7;
  }
}
/*----------------------------
inquiry
----------------------------*/
#inquiry {
  max-width: 1140px;
  margin: 0 auto;
  padding: 35px 30px;
  border: 1px solid #a9bbd8;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
#inquiry p span {
  font-size: 27px;
  display: block;
  text-align: center;
  color: #124390;
  margin-bottom: 15px;
}
#inquiry a {
  font-size: 20px;
  background-color: #124390;
  text-decoration: none;
  color: #fff;
  width: 480px;
  display: block;
  text-align: center;
  padding: 29px 0;
  position: relative;
  margin: 0 auto;
}
#inquiry a:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: #99abc7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -0.5px;
  background-repeat: no-repeat;
}
#inquiry a:hover {
  background-color: #1b5cb0;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #inquiry {
    max-width: 900px;
  }
  #inquiry p span {
    font-size: 22px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #inquiry {
    max-width: 660px;
  }
  #inquiry p span {
    font-size: 20px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #inquiry {
    max-width: 90%;
    padding: 25px 20px;
  }
  #inquiry p span {
    font-size: 16px;
  }
  #inquiry a {
    width: 100%;
    padding: 18px 0;
    font-size: 16px;
  }
}
/*----------------------------
help
----------------------------*/
#help {
  padding: 120px 30px 65px 30px;
  background-color: #ebeff7;
  margin-top: -60px;
}
#help h2 {
  text-align: center;
  font-size: 39px;
  color: #124390;
  margin-bottom: 20px;
}
#help h2 + p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 25px;
}
#help ul {
  max-width: 990px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
}
#help li {
  width: 240px;
  height: 240px;
  background-color: #fff;
  border-radius: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#help li p {
  text-align: center;
  font-size: 19px;
  position: relative;
  line-height: 1.3;
  padding-top: 100px;
}
#help li p:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
}
#help li:nth-child(1) p:before {
  width: 102px;
  height: 78px;
  background-image: url("../img/help1.png");
  margin-left: -51px;
  top: 0;
}
#help li:nth-child(2) p:before {
  width: 51.5px;
  height: 82px;
  background-image: url("../img/help2.png");
  margin-left: -25.75px;
  top: 0;
}
#help li:nth-child(3) p:before {
  width: 126.5px;
  height: 92px;
  background-image: url("../img/help3.png");
  margin-left: -63.25px;
  top: -17px;
}
#help li:nth-child(4) p:before {
  width: 72px;
  height: 68px;
  background-image: url("../img/help4.png");
  margin-left: -36px;
  top: 12px;
}
#help li:nth-child(5) p:before {
  width: 128.5px;
  height: 50px;
  background-image: url("../img/help5.png");
  margin-left: -64.25px;
  top: 30px;
}
#help li:nth-child(6) p:before {
  width: 126.5px;
  height: 84px;
  background-image: url("../img/help6.png");
  margin-left: -63.25px;
  top: -8px;
}
#help li:nth-child(7) p:before {
  width: 142.5px;
  height: 100px;
  background-image: url("../img/help7.png");
  margin-left: -71.25px;
  top: -18px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #help h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #help ul {
    max-width: 835px;
  }
  #help li p {
    font-size: 16px;
  }
  #help li {
    width: 200px;
    height: 200px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #help li p {
    font-size: 14px;
  }
  #help li {
    width: 170px;
    height: 170px;
  }
  #help li p {
    padding-top: 88px;
  }
  #help li:nth-child(1) p:before {
    width: 90px;
    height: 69px;
    margin-left: -45px;
    top: 8px;
  }
  #help li:nth-child(2) p:before {
    width: 43.5px;
    height: 69px;
    margin-left: -21.75px;
    top: 6px;
  }
  #help li:nth-child(3) p:before {
    width: 100px;
    height: 72px;
    margin-left: -50px;
    top: -4px;
  }
  #help li:nth-child(4) p:before {
    width: 60px;
    height: 57px;
    margin-left: -23px;
    top: 17px;
  }
  #help li:nth-child(5) p:before {
    width: 104px;
    height: 40px;
    margin-left: -52px;
    top: 29px;
  }
  #help li:nth-child(6) p:before {
    width: 102px;
    height: 68px;
    margin-left: -51px;
    top: 0px;
  }
  #help li:nth-child(7) p:before {
    width: 110px;
    height: 77px;
    margin-left: -55px;
    top: -2px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #help {
    padding: 120px 4% 65px 4%;
  }
  #help h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #help h2 + p {
    font-size: 14px;
    line-height: 1.7;
  }
  #help li {
    width: 150px;
    height: 150px;
  }
  #help li p {
    padding-top: 36px;
    line-height: 1.2;
  }
  #help li:nth-child(1) p::before {
    width: 64px;
    height: 49px;
    margin-left: -32px;
    top: -18px;
  }
  #help li:nth-child(2) p::before {
    width: 32px;
    height: 52px;
    margin-left: -16px;
    top: -20px;
  }
  #help li:nth-child(3) p::before {
    width: 70px;
    height: 52px;
    margin-left: -35px;
    top: -23px;
  }
  #help li:nth-child(4) p::before {
    width: 38px;
    height: 36px;
    margin-left: -15px;
    top: -7px;
  }
  #help li:nth-child(5) p::before {
    width: 66px;
    height: 26px;
    margin-left: -33px;
    top: 3px;
  }
  #help li:nth-child(6) p::before {
    width: 66px;
    height: 44px;
    margin-left: -33px;
    top: -17px;
  }
  #help li:nth-child(7) p::before {
    width: 70px;
    height: 49px;
    margin-left: -35px;
    top: -19px;
  }
}
/*----------------------------
flow
----------------------------*/
#flow {
  padding: 60px 30px 80px 30px;
}
#flow h2 {
  text-align: center;
  color: #124390;
  margin-bottom: 16px;
  font-size: 39px;
}
#flow h2 + p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 45px;
}
#flow ol {
  max-width: 778px;
  margin: 0 auto;
}
#flow li:not(:last-child) {
  margin-bottom: 18px;
}
#flow li {
  font-size: 22px;
  text-align: center;
  color: #fff;
  background-color: #124390;
  padding: 26px 0;
  position: relative;
  line-height: 1;
}
#flow li:before {
  display: inline-block;
  width: 74px;
  height: 74px;
  background-color: #ebeff7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  color: #124390;
  font-size: 36px;
  line-height: 74px;
  letter-spacing: .09em;
}
#flow li:nth-child(1):before {
  content: '01';
}
#flow li:nth-child(2):before {
  content: '02';
}
#flow li:nth-child(3):before {
  content: '03';
}
#flow li:nth-child(4):before {
  content: '04';
}
#flow li:nth-child(5):before {
  content: '05';
}
#flow li:nth-child(6):before {
  content: '06';
}
#flow li:nth-child(7):before {
  content: '07';
}
#flow li:nth-child(8):before {
  content: '08';
}
#flow li:nth-child(9):before {
  content: '09';
}
#flow li:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 8px solid #124390;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: -8px;
}
#flow li:last-child:after {
  display: none;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #flow h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  #flow h2 + p {
    margin-bottom: 30px;
  }
  #flow ol {
    max-width: 650px;
  }
  #flow li {
    font-size: 18px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #flow h2 {
    margin-bottom: 15px;
    font-size: 26px;
  }
  #flow h2 + p {
    font-size: 14px;
    line-height: 1.7;
  }
  #flow li {
    font-size: 14px;
    padding: 17px 0 17px 60px;
    text-align: left;
    min-height: 50px;
    line-height: 1.5;
  }
  #flow li:before {
    width: 50px;
    height: 100%;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
  }
}
/*------------------------------
inheritance_inquiry
------------------------------*/
#inheritance_inquiry {
  background-color: #ebeff7;
  padding-top: 100px;
  padding: 83px 3% 0 3%;
}
#inheritance_inquiry h2 {
  text-align: center;
  font-size: 39px;
  color: #124390;
  font-weight: 200;
  letter-spacing: .09em;
  margin-bottom: 20px;
}
#inheritance_inquiry h2 + p {
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 23px;
}
#inheritance_inquiry_inner {
  max-width: 1142px;
  width: 100%;
  display: flex;
  background-color: #fff;
  padding: 40px;
  margin: 0 auto;
  align-items: center;
  gap: 80px;
  margin-bottom: -30px;
  position: relative;
}
#inheritance_inquiry_inner figure {
  max-width: 540px;
  }
#inheritance_inquiry_inner figure img {
  max-width: 100%;
  }
#inheritance_inquiry_tel {
  line-height: 1.2;
}
#inheritance_inquiry_tel span {
  color: #124390;
  display: block;
  font-size: 17px;
  letter-spacing: .12em;
}
#inheritance_inquiry_tel em {
  font-family: "Ibarra Real Nova", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #124390;
  font-size: 54px;
  padding-left: 38px;
  position: relative;
}
#inheritance_inquiry_tel em:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 22px;
  background-image: url("../img/inquiry_icon_tel.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 19px;
  background-repeat: no-repeat;
}
#inheritance_inquiry_time {
  color: #124390;
  font-size: 14px;
  letter-spacing: .12em;
}
#inheritance_inquiry_mail a {
  font-size: 18.5px;
  background-color: #124390;
  text-decoration: none;
  color: #fff;
  width: 390px;
  display: block;
  text-align: center;
  padding: 29px 0;
  position: relative;
  margin-top: 30px;
}
#inheritance_inquiry_mail a:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: #99abc7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -0.5px;
  background-repeat: no-repeat;
}
#inheritance_inquiry_mail a:hover {
  background-color: #1b5cb0;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #inheritance_inquiry_inner {
    gap: 50px;
    justify-content: center;
  }
  #inheritance_inquiry_inner img {
    width: 400px;
  }
  #inheritance_inquiry_tel span {
    font-size: 14px;
  }
  #inheritance_inquiry_tel em {
    font-size: 42px;
  }
  #inheritance_inquiry_time {
    font-size: 12px;
  }
  #inheritance_inquiry_mail a {
    width: 330px;
    padding: 22px 0;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #inheritance_inquiry h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #inheritance_inquiry h2 + p {
    font-size: 14px;
  }
  #inheritance_inquiry_inner {
    gap: 25px;
    padding: 30px;
  }
  #inheritance_inquiry_inner img {
    width: 330px;
  }
  #inheritance_inquiry_mail a {
    width: 240px;
    font-size: 14px;
    margin-top: 15px;
  }
  #inheritance_inquiry_tel em {
    font-size: 28px;
    padding-left: 24px;
  }
  #inheritance_inquiry_tel em:before {
    width: 16px;
    height: 15px;
    bottom: 10px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #inheritance_inquiry {
    padding: 50px 4% 100px 4%;
  }
  #inheritance_inquiry_inner {
    display: block;
  }
  #inheritance_inquiry_inner figure {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #inheritance_inquiry_tel {
    text-align: center;
    line-height: 1.5;
  }
  #inheritance_inquiry_time {
    text-align: center;
  }
  #inheritance_inquiry_mail a {
    margin: 15px auto 0 auto;
    width: 100%;
  }
  #inheritance_inquiry_inner img {
    width: 100%;
  }
}