@charset "UTF-8";
/*---------- component common ----------*/
.txt3 {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--font-Zen_mincho);
}
@media only screen and (max-width: 767px) {
  .txt3 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.txt-center {
  text-align: center;
}

.cm-sec03_inner.left .ct {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.cm-sec03_inner.left img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.cm-sec03_inner.left .cm-title01 {
  margin-bottom: 1.5rem;
}
.cm-sec03_inner.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cm-difference {
  padding: 10.4rem 0 12.4rem;
}
@media only screen and (max-width: 767px) {
  .cm-difference {
    padding: 4rem 0;
  }
}
.cm-difference p.mt-35 {
  margin-top: 3.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cm-difference p.mt-35 {
    margin-top: 2rem;
  }
}

.c-concerns {
  display: -ms-grid;
  display: grid;
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  gap: 3rem;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .c-concerns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-concerns__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 2rem 1.6rem;
  border: 1px solid #5a81a6;
  border-radius: 1rem;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-concerns__item {
    padding: 1.5rem;
  }
}
.c-concerns__item::before {
  position: absolute;
  content: "";
  right: -13px;
  bottom: 4px;
  width: 18px;
  height: 16px;
  background: url(../will_preparation/images/ic-arrow.png) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .c-concerns__item::before {
    display: none;
  }
}
.c-concerns__ct {
  margin-right: 1.2rem;
  width: 80%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-concerns__img {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-concerns h3 {
  color: #00498c;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c-concerns h3 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.c-concerns p {
  margin: 1.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .c-concerns p {
    margin: 0.5rem 0 0;
  }
}
.c-concerns.no-img .c-concerns__ct {
  width: 100%;
  margin-right: 0;
}
.c-concerns.no-img .c-concerns__ct h3 {
  letter-spacing: 0;
}

.c-difference {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12rem 1fr;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem 5rem;
  gap: 12rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-difference {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 1.5rem;
    gap: 4rem;
  }
  .c-difference__box:nth-child(2) {
    position: relative;
  }
  .c-difference__box:nth-child(2)::before {
    position: absolute;
    content: "";
    width: calc(100% + 3rem);
    height: 1px;
    background-color: #b7b7b7;
    left: -1.5rem;
    top: -2rem;
  }
}
.c-difference::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #b7b7b7;
  right: 50%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .c-difference::after {
    display: none;
  }
}
.c-difference h3 {
  font-size: 3rem;
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  margin: 0 0 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-difference h3 {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
}
.c-difference p {
  margin-bottom: 0;
  margin-top: 1.4rem;
}

/*---------- page will_preparation ----------*/
.p-will_preparation .sec02 {
  padding: 10.8rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-will_preparation .sec02 {
    padding: 4rem 0 0;
  }
}
.p-will_preparation .c-concerns {
  margin: 4.5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-will_preparation .c-concerns {
    margin: 0;
  }
}
.p-will_preparation .img {
  width: 43rem;
  margin: 3.3rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-will_preparation .img {
    width: 60%;
    max-width: 430px;
    margin: 2rem auto 0;
    padding: 0 2rem;
  }
}
.p-will_preparation .cm-sec03 .cm-sec03_inner.left img {
  max-width: 49rem;
}
@media only screen and (max-width: 767px) {
  .p-will_preparation .cm-sec03 .cm-sec03_inner.left img {
    max-width: 100%;
  }
}
.p-will_preparation .cm-sec03 .cm-sec03_inner.center img {
  width: 74.4rem;
}
@media only screen and (max-width: 767px) {
  .p-will_preparation .cm-sec03 .cm-sec03_inner.center img {
    width: 100%;
  }
}
.p-will_preparation .cm-sec03 .cm-sec03_inner + .cm-sec03_inner {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-will_preparation .cm-sec03 .cm-sec03_inner + .cm-sec03_inner {
    margin-top: 4rem;
  }
}
.p-will_preparation .c-difference {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-will_preparation .c-difference {
    margin-top: 0;
  }
}
.p-will_preparation .cm-sec04_list .item .ct .ttl {
  letter-spacing: 0;
}
.p-will_preparation .cm-sec05_inner .content dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-will_preparation .cm-sec05_inner .content dl dd p {
  font-size: 2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-will_preparation .cm-sec05_inner .content dl dd p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-will_preparation .cm-sec06 {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-will_preparation .cm-sec06 {
    padding-bottom: 4rem;
  }
}
.p-will_preparation .cm-sec06 .txt3 {
  margin-top: 12rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-will_preparation .cm-sec06 .txt3 {
    margin-top: 5rem;
  }
}

/*---------- component common ----------*/
.txt-note {
  color: #939393;
}

.c-misconceptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-misconceptions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-misconceptions figure {
  width: 70rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-misconceptions figure {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.c-misconceptions figure img {
  border-radius: 1rem;
}
.c-misconceptions__ct {
  margin-left: -2rem;
}
@media only screen and (max-width: 767px) {
  .c-misconceptions__ct {
    margin-left: 0;
  }
}
.c-misconceptions__box {
  border: 1px solid #5a81a6;
  border-radius: 1rem;
  padding: 2.3rem 3rem 2.3rem 5.1rem;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-misconceptions__box {
    padding: 1.5rem;
  }
}
.c-misconceptions__box::before {
  position: absolute;
  content: "";
  left: -13px;
  bottom: 4px;
  width: 18px;
  height: 16px;
  background: url(../will_preparation/images/ic-arrow.png) no-repeat center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .c-misconceptions__box::before {
    display: none;
  }
}
.c-misconceptions__box + .c-misconceptions__box {
  margin-top: 2rem;
}
.c-misconceptions h3 {
  margin: 0 0 1.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #00498c;
}
@media only screen and (max-width: 767px) {
  .c-misconceptions h3 {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
  }
}
.c-misconceptions p {
  margin: 0;
}

/*---------- page inheritance_renunciation ----------*/
.p-inheritance_renunciation .cm-sec01 .txt-note {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .cm-sec01 .txt-note {
    margin-top: 2rem;
  }
}
.p-inheritance_renunciation .sec02 {
  padding: 10.4rem 0 2.3rem;
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .sec02 {
    padding: 4rem 0 2.3rem;
  }
}
.p-inheritance_renunciation .sec02 .c-concerns {
  margin: 4.5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .sec02 .c-concerns {
    margin: 0;
  }
}
.p-inheritance_renunciation .sec02 .img {
  width: 41.9rem;
  margin-left: auto;
  margin-top: -25rem;
  margin-right: 12.8rem;
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .sec02 .img {
    margin-top: -5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 41.9rem;
  }
}
.p-inheritance_renunciation .cm-sec03 .txt-note {
  margin-bottom: 0;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .cm-sec03 .txt-note {
    margin-top: 2rem;
  }
}
.p-inheritance_renunciation .cm-sec03 .cm-title01 .en {
  letter-spacing: 0.1rem;
}
.p-inheritance_renunciation .cm-sec03 .cm-sec03_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-inheritance_renunciation .cm-sec04_list .item .ct .ttl {
  letter-spacing: 0;
}
.p-inheritance_renunciation .sec04 {
  padding: 10.4rem 0 8rem;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .sec04 {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-inheritance_renunciation .sec05 {
    padding: 10.4rem 0 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .sec05 {
    padding: 4rem 0;
  }
}
.p-inheritance_renunciation .sec05_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 9rem;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_renunciation .sec05_list {
    gap: 9rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .sec05_list {
    gap: 8rem;
    margin-top: 7rem;
  }
}
.p-inheritance_renunciation .sec05_list .item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_renunciation .sec05_list .item {
    width: calc(33.3333333333% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .sec05_list .item {
    width: 100%;
  }
}
.p-inheritance_renunciation .sec05_list .item .step {
  width: 7.8rem;
  height: 2.7rem;
  border: 1px solid #0186d8;
  border-radius: 2rem;
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  color: var(--co-main_accent);
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_renunciation .sec05_list .item .step {
    font-size: 2rem;
    top: -3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .sec05_list .item .step {
    font-size: 1.6rem;
    top: -3.5rem;
  }
}
.p-inheritance_renunciation .sec05_list .item .number {
  border: 0.2rem solid #ecf2fa;
  background: #5a81a6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-family: var(--font-Zen_mincho);
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_renunciation .sec05_list .item .number {
    font-size: 3rem;
    width: 6.2rem;
    height: 6.2rem;
    top: -4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .sec05_list .item .number {
    font-size: 2rem;
    width: 6rem;
    height: 6rem;
    top: -3rem;
  }
}
.p-inheritance_renunciation .sec05_list .item figure {
  width: 100%;
  display: block;
}
.p-inheritance_renunciation .sec05_list .item figure img {
  width: 100%;
  display: block;
}
.p-inheritance_renunciation .sec05_list .item .ttl {
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  color: #00498c;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_renunciation .sec05_list .item .ttl {
    font-size: 2.4rem;
    margin: 1.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .sec05_list .item .ttl {
    font-size: 2rem;
    margin: 1.5rem 0 0;
  }
}
.p-inheritance_renunciation .cm-sec06_list .item:nth-child(2) .tag {
  padding-right: 1.5rem;
  padding-left: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_renunciation .cm-sec06_list .item:nth-child(3) .txt {
    font-size: 3.6rem;
    line-height: 1.5277777778;
  }
}
.p-inheritance_renunciation .cm-sec05_inner .content dl dd p {
  font-size: 2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-inheritance_renunciation .cm-sec05_inner .content dl dd p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

/*---------- component common ----------*/
.c-points .ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-family: var(--font-Zen_mincho);
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .c-points .ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.c-points__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c-points__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-points__img {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .c-points__img {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    margin: 0 auto;
  }
}
.c-points__list {
  width: 58.2rem;
  margin: 0 4.9rem 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .c-points__list {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.c-points__list li {
  border: 1px solid #5a81a6;
  border-radius: 1rem;
  padding: 1.9rem 3.4rem;
  position: relative;
  background-color: #fff;
  font-size: 2.4rem;
  color: #00498c;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-points__list li {
    padding: 1.5rem;
    font-size: 1.6rem;
  }
}
.c-points__list li::before {
  position: absolute;
  content: "";
  right: -13px;
  bottom: 3px;
  width: 18px;
  height: 16px;
  background: url(../will_preparation/images/ic-arrow.png) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .c-points__list li::before {
    display: none;
  }
}
.c-points__list li + li {
  margin-top: 1.5rem;
}

/*---------- page inheritance_renunciation ----------*/
.p-real_estate_inheritance .sec02 {
  padding: 10.8rem 0 11.9rem;
}
@media only screen and (max-width: 767px) {
  .p-real_estate_inheritance .sec02 {
    padding: 4rem 0;
  }
}
.p-real_estate_inheritance .sec02 .img {
  margin: 4.5rem auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-real_estate_inheritance .sec02 .img {
    margin: 0 auto;
  }
}
.p-real_estate_inheritance .sec03 {
  padding: 10.5rem 0 12.2rem;
}
@media only screen and (max-width: 767px) {
  .p-real_estate_inheritance .sec03 {
    padding: 4rem 0;
  }
}
.p-real_estate_inheritance .sec03 .cm-title01 {
  text-align: left;
}
.p-real_estate_inheritance .cm-sec04_list .item .ct p {
  font-weight: 400;
}
.p-real_estate_inheritance .sec05 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-real_estate_inheritance .sec05 {
    padding: 11rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-real_estate_inheritance .sec05 {
    padding: 4rem 0;
  }
}
.p-real_estate_inheritance .sec05_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 9rem;
}
@media only screen and (min-width: 768px) {
  .p-real_estate_inheritance .sec05_list {
    gap: 9rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-real_estate_inheritance .sec05_list {
    gap: 8rem;
    margin-top: 7rem;
  }
}
.p-real_estate_inheritance .sec05_list .item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-real_estate_inheritance .sec05_list .item {
    width: calc(33.3333333333% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-real_estate_inheritance .sec05_list .item {
    width: 100%;
  }
}
.p-real_estate_inheritance .sec05_list .item .step {
  width: 9.8rem;
  height: 2.7rem;
  border: 1px solid #0186d8;
  border-radius: 2rem;
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  color: var(--co-main_accent);
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-real_estate_inheritance .sec05_list .item .step {
    font-size: 2rem;
    top: -4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-real_estate_inheritance .sec05_list .item .step {
    font-size: 1.6rem;
    top: -3.5rem;
  }
}
.p-real_estate_inheritance .sec05_list .item .number {
  border: 0.2rem solid #ecf2fa;
  background: #5a81a6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-family: var(--font-Zen_mincho);
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-real_estate_inheritance .sec05_list .item .number {
    font-size: 3rem;
    width: 6.2rem;
    height: 6.2rem;
    top: -4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-real_estate_inheritance .sec05_list .item .number {
    font-size: 2rem;
    width: 6rem;
    height: 6rem;
    top: -3rem;
  }
}
.p-real_estate_inheritance .sec05_list .item figure {
  width: 100%;
  display: block;
}
.p-real_estate_inheritance .sec05_list .item figure img {
  width: 100%;
  display: block;
}
.p-real_estate_inheritance .sec05_list .item .ttl {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: var(--font-Zen_mincho);
}
@media only screen and (min-width: 768px) {
  .p-real_estate_inheritance .sec05_list .item .ttl {
    font-size: 3rem;
    margin: 1.9rem 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-real_estate_inheritance .sec05_list .item .ttl {
    font-size: 2rem;
    margin: 1.5rem 0 0.5rem;
  }
}
.p-real_estate_inheritance .sec05_list .item p {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-real_estate_inheritance .cm-sec03 {
  padding-bottom: 0;
}
.p-real_estate_inheritance .cm-sec05_inner .content dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-real_estate_inheritance .cm-sec05_inner .content dl dd .ttl {
  margin-bottom: 0;
}

/*---------- component common ----------*/
.cm-bg-blue-thin {
  background: #f6fafc;
}

.pc-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.c-deadline {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.9rem 5rem;
}
@media only screen and (max-width: 767px) {
  .c-deadline {
    padding: 1.5rem;
  }
}
.c-deadline__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10rem;
}
@media only screen and (max-width: 767px) {
  .c-deadline__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.c-deadline__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.8rem;
}
@media only screen and (max-width: 767px) {
  .c-deadline__ttl {
    margin: 0 0 1rem;
  }
  .c-deadline__ttl img {
    width: 4rem;
  }
}
.c-deadline__ttl span {
  margin-left: 1.8rem;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-family: var(--font-Zen_mincho);
}
@media only screen and (max-width: 767px) {
  .c-deadline__ttl span {
    font-size: 1.8rem;
    margin-left: 1rem;
  }
}
.c-deadline__item:nth-child(2) {
  position: relative;
}
.c-deadline__item:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -5rem;
  top: 0;
  background-color: #b7b7b7;
}
.c-deadline__item ul {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 2rem;
}
@media only screen and (max-width: 767px) {
  .c-deadline__item ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-deadline__item ul li {
  list-style: none;
  position: relative;
  padding-left: 2.3rem;
}
.c-deadline__item ul li::before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: #000;
  border-radius: 50%;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cm-sec05_inner.left .content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.cm-sec05_inner.left img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/*---------- page legally_reserved_portion ----------*/
.p-legally_reserved_portion .cm-sec01 p {
  letter-spacing: 0.1rem;
}
.p-legally_reserved_portion .cm-sec01 p + p {
  margin-top: 2rem;
}
.p-legally_reserved_portion .sec02 {
  padding: 10.4rem 0 7.8rem;
}
@media only screen and (max-width: 767px) {
  .p-legally_reserved_portion .sec02 {
    padding: 4rem 0;
  }
}
.p-legally_reserved_portion .sec02 .img {
  margin: 4.5rem auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-legally_reserved_portion .sec02 .img {
    margin: 0 auto;
  }
}
.p-legally_reserved_portion .cm-sec02 {
  padding: 10.4rem 0 11.8rem;
}
@media only screen and (max-width: 767px) {
  .p-legally_reserved_portion .cm-sec02 {
    padding: 4rem 0;
  }
}
.p-legally_reserved_portion .cm-sec02 .c-deadline {
  margin-top: 5.3rem;
}
.p-legally_reserved_portion .sec03 {
  background-color: #fff;
  padding: 11.2rem 0 11.8rem;
}
@media only screen and (max-width: 767px) {
  .p-legally_reserved_portion .sec03 {
    padding: 4rem 0;
  }
}
.p-legally_reserved_portion .sec03 .cm-sec03_inner + .cm-sec03_inner {
  margin-top: 11rem;
}
@media only screen and (max-width: 767px) {
  .p-legally_reserved_portion .sec03 .cm-sec03_inner + .cm-sec03_inner {
    margin-top: 4rem;
  }
}
.p-legally_reserved_portion .sec03 .cm-sec03_inner + .cm-sec03_inner p {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.p-legally_reserved_portion .cm-sec05 {
  padding: 0 0 11.9rem;
}
@media only screen and (max-width: 767px) {
  .p-legally_reserved_portion .cm-sec05 {
    padding: 0 0 4rem;
  }
}
.p-legally_reserved_portion .sec05 {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-legally_reserved_portion .sec05 {
    padding: 10.4rem 0 9.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-legally_reserved_portion .sec05 {
    padding: 4rem 0;
  }
}
.p-legally_reserved_portion .sec05_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 9rem;
}
@media only screen and (min-width: 768px) {
  .p-legally_reserved_portion .sec05_list {
    gap: 9rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-legally_reserved_portion .sec05_list {
    gap: 8rem;
    margin-top: 7rem;
  }
}
.p-legally_reserved_portion .sec05_list .item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-legally_reserved_portion .sec05_list .item {
    width: calc(25% - 2.3rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-legally_reserved_portion .sec05_list .item {
    width: 100%;
  }
}
.p-legally_reserved_portion .sec05_list .item .step {
  width: 7.8rem;
  height: 2.7rem;
  border: 1px solid #0186d8;
  border-radius: 2rem;
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  color: var(--co-main_accent);
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-legally_reserved_portion .sec05_list .item .step {
    font-size: 2rem;
    top: -3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-legally_reserved_portion .sec05_list .item .step {
    font-size: 1.6rem;
    top: -3.5rem;
  }
}
.p-legally_reserved_portion .sec05_list .item .number {
  border: 0.2rem solid #ecf2fa;
  background: #5a81a6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-family: var(--font-Zen_mincho);
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-legally_reserved_portion .sec05_list .item .number {
    font-size: 3rem;
    width: 6.2rem;
    height: 6.2rem;
    top: -4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-legally_reserved_portion .sec05_list .item .number {
    font-size: 2rem;
    width: 6rem;
    height: 6rem;
    top: -3rem;
  }
}
.p-legally_reserved_portion .sec05_list .item figure {
  width: 100%;
  display: block;
}
.p-legally_reserved_portion .sec05_list .item figure img {
  width: 100%;
  display: block;
}
.p-legally_reserved_portion .sec05_list .item .ttl {
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  color: #00498c;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-legally_reserved_portion .sec05_list .item .ttl {
    font-size: 2.4rem;
    margin: 1.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-legally_reserved_portion .sec05_list .item .ttl {
    font-size: 2rem;
    margin: 1.5rem 0 0;
  }
}
.p-legally_reserved_portion .cm-sec07 .ttl {
  margin-bottom: 0;
}

/*---------- component common ----------*/
.c-issues {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.3rem 1fr 1.3rem 1fr 1.3rem 1fr 1.3rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  gap: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .c-issues {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .c-issues__img {
    width: 8rem;
    margin-right: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .c-issues__ct {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
}
.c-issues__item {
  list-style: none;
  background-color: #f6fafc;
  border-radius: 1rem;
  padding: 2.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .c-issues__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem;
  }
}
.c-issues .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 1.4rem 0;
}
@media only screen and (max-width: 767px) {
  .c-issues .ttl {
    margin: 0 0 0.5rem;
    font-size: 1.6rem;
  }
}
.c-issues p {
  letter-spacing: 0.1rem;
}

.c-case__item {
  background-color: #fff;
  border-radius: 1rem;
  padding: 6rem 6rem 7.9rem;
}
@media only screen and (max-width: 767px) {
  .c-case__item {
    padding: 2rem;
  }
}
.c-case__item + .c-case__item {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .c-case__item + .c-case__item {
    margin-top: 3rem;
  }
}
.c-case__number {
  font-size: 2rem;
  color: #0186d8;
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c-case__number {
    font-size: 1.6rem;
  }
}
.c-case__number span {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .c-case__number span {
    font-size: 2rem;
  }
}
.c-case__ttl {
  font-size: 3rem;
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-top: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .c-case__ttl {
    font-size: 1.8rem;
    margin: 1rem 0 1.5rem;
  }
}
.c-case__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-case__gr {
    gap: 2rem;
  }
  .c-case__gr img {
    width: 5rem;
  }
}
.c-case__bt {
  margin: 0 0 0 2.6rem;
  border: 1px solid #5a81a6;
  border-radius: 1rem;
  padding: 1.6rem 7rem 1.6rem 4rem;
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .c-case__bt {
    width: 67.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-case__bt {
    margin: 0;
    padding: 1rem;
  }
}
.c-case__bt::before {
  position: absolute;
  content: "";
  left: -13px;
  bottom: 3px;
  width: 18px;
  height: 16px;
  background: url(../will_preparation/images/ic-arrow.png) no-repeat center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .c-case__bt::before {
    display: none;
  }
}
.c-case__bt .ttl {
  font-weight: 500;
}
.c-case__bt span {
  display: block;
}

.c-imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
}
@media only screen and (max-width: 767px) {
  .c-imgtxt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.c-imgtxt__img {
  width: 45rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-imgtxt__img {
    width: 100%;
  }
}
.c-imgtxt__img img {
  border-radius: 1rem;
}
.c-imgtxt__ct {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-imgtxt__ct .ttl {
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-imgtxt__ct .ttl {
    font-size: 1.8rem;
  }
}
.c-imgtxt__ct p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c-imgtxt__ct p {
    margin-top: 0.5rem;
  }
}
.c-imgtxt.right .c-imgtxt__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .c-imgtxt.right .c-imgtxt__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.c-imgtxt.right .c-imgtxt__ct {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .c-imgtxt.right .c-imgtxt__ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.c-imgtxt.right p {
  margin-bottom: 0;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .c-imgtxt.right p {
    margin-top: 0.5rem;
  }
}

/*---------- page case_studies ----------*/
.p-case_studies .cm-sec01 p {
  letter-spacing: 0.1rem;
}
.p-case_studies .cm-sec01 p + p {
  margin-top: 2rem;
}
.p-case_studies .cm-sec01 .c-issues {
  margin-top: 5.2rem;
}
@media only screen and (max-width: 767px) {
  .p-case_studies .cm-sec01 .c-issues {
    margin-top: 2rem;
  }
}
.p-case_studies .sec02 {
  padding: 10.4rem 0 12rem;
}
@media only screen and (min-width: 768px) {
  .p-case_studies .sec02 .cm-title01 {
    margin: 0 0 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec02 {
    padding: 4rem 0;
  }
}
.p-case_studies .sec02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10rem;
}
@media only screen and (min-width: 768px) {
  .p-case_studies .sec02_list {
    gap: 9rem 3rem;
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec02_list {
    gap: 8rem;
    margin-top: 7rem;
  }
}
.p-case_studies .sec02_list .item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-case_studies .sec02_list .item {
    width: calc(33.3333333333% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec02_list .item {
    width: 100%;
  }
}
.p-case_studies .sec02_list .item .step {
  width: 11.9rem;
  height: 2.7rem;
  border: 1px solid #0186d8;
  border-radius: 2rem;
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  color: var(--co-main_accent);
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-case_studies .sec02_list .item .step {
    font-size: 2rem;
    top: -4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec02_list .item .step {
    font-size: 1.6rem;
    top: -3.5rem;
  }
}
.p-case_studies .sec02_list .item .number {
  border: 0.2rem solid #ecf2fa;
  background: #5a81a6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-family: var(--font-Zen_mincho);
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-case_studies .sec02_list .item .number {
    font-size: 3rem;
    width: 6.2rem;
    height: 6.2rem;
    top: -4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec02_list .item .number {
    font-size: 2rem;
    width: 6rem;
    height: 6rem;
    top: -3rem;
  }
}
.p-case_studies .sec02_list .item figure {
  width: 100%;
  display: block;
  background-color: #f6fafc;
  border-radius: 1rem;
  min-height: 22rem;
  max-width: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec02_list .item figure {
    min-height: 20rem;
  }
}
.p-case_studies .sec02_list .item figure img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-case_studies .sec02_list .item .ttl {
  font-weight: 500;
  line-height: 1.5;
  color: #00498c;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-case_studies .sec02_list .item .ttl {
    font-size: 2.4rem;
    margin: 1.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec02_list .item .ttl {
    font-size: 2rem;
    margin: 1.5rem 0 0;
  }
}
.p-case_studies .sec02 .c-imgtxt {
  margin-top: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec02 .c-imgtxt {
    margin-top: 3rem;
  }
}
.p-case_studies .sec03 {
  background-color: #fff;
  padding: 10.4rem 0 7.4rem;
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec03 {
    padding: 4rem 0;
  }
}
.p-case_studies .sec06 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-case_studies .sec06 {
    padding: 10.8rem 0 12.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec06 {
    padding: 4rem 0;
  }
}
.p-case_studies .sec06_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-case_studies .sec06_list {
    gap: 5.3rem 2.8rem;
    margin-top: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec06_list {
    gap: 1rem;
  }
}
.p-case_studies .sec06 .item {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-case_studies .sec06 .item {
    width: calc(25% - 2.1rem);
  }
  .p-case_studies .sec06 .item:hover figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec06 .item {
    width: calc(50% - 0.5rem);
  }
}
.p-case_studies .sec06 .item figure {
  width: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-case_studies .sec06 .item figure {
    height: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec06 .item figure {
    height: 15rem;
  }
}
.p-case_studies .sec06 .item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p-case_studies .sec06 .item .ttl {
  text-align: center;
  color: var(--co-accent_deep_blue);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-case_studies .sec06 .item .ttl {
    margin: 2.4rem 0 0;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-case_studies .sec06 .item .ttl {
    margin: 0.5rem 0 0;
    font-size: 1.8rem;
  }
}

/*---------- component common ----------*/
.c-listimg {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.9rem 1fr 2.9rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .c-listimg {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-listimg__ttl {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .c-listimg__ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.c-listimg li {
  list-style: none;
  text-align: center;
}
.c-listimg .ttl {
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  margin: 1.5rem 0;
}
@media only screen and (max-width: 767px) {
  .c-listimg .ttl {
    font-size: 1.8rem;
    margin: 1rem 0 0.5rem;
  }
}
.c-listimg__box + .c-listimg__box {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .c-listimg__box + .c-listimg__box {
    margin-top: 3rem;
  }
}

/*---------- page business_succession ----------*/
.p-business_succession .sec02 {
  padding: 10.4rem 0 2.3rem;
}
@media only screen and (max-width: 767px) {
  .p-business_succession .sec02 {
    padding: 4rem 0 2.3rem;
  }
}
.p-business_succession .sec02 .img {
  margin: 4.5rem auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-business_succession .sec02 .img {
    margin: 0 auto;
  }
}
.p-business_succession .cm-sec03 .cm-title01 .en {
  letter-spacing: 0;
}
.p-business_succession .sec03 {
  padding: 10.4rem 0 9.4rem;
}
@media only screen and (max-width: 767px) {
  .p-business_succession .sec03 {
    padding: 4rem 0;
  }
}
.p-business_succession .sec03 .txt-center {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-business_succession .sec03 .txt-center {
    margin-bottom: 3rem;
  }
}
.p-business_succession .sec03 .txt {
  margin: 4rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-business_succession .sec03 .txt {
    margin: 3rem 0 0;
  }
}
.p-business_succession .cm-sec04_list .item .ct .ttl {
  letter-spacing: 0;
}
.p-business_succession .cm-sec04_list .item .ct p {
  font-weight: 400;
}
.p-business_succession .cm-sec05_inner .content dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-business_succession .cm-sec05_inner .content dl dd .ttl {
    line-height: 1.4583333333;
  }
}

/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
:root {
  --font-jakarta: "Plus Jakarta Sans", sans-serif;
  --font-Zen_gothic: "Zen Kaku Gothic New", sans-serif;
  --font-Zen_mincho: "Zen Old Mincho", serif;
  --co-accent_deep_blue: #00498c;
  --co-main_accent: #0186d8;
  --co-accent_right_blue: #5a81a6;
  --co-bg_color: #ecf2fa;
  --co-accent_right2_blue: #91b3e3;
}

/*---------- START BREADCRUMB ----------*/
.c-breadcrumb {
  background: #fff;
  margin-top: 4.7rem;
  padding: 5.9rem 0 8.8rem;
}
.c-breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.c-breadcrumb ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1rem;
  margin-right: 0.7rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.c-breadcrumb ul li:not(:last-child) {
  color: #afaba2;
}
.c-breadcrumb ul li:after {
  position: absolute;
  content: "";
  border: solid #939393;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.3rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.c-breadcrumb ul li:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0;
}
.c-breadcrumb ul li:last-child:after {
  content: none;
}
.c-breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}
.c-breadcrumb ul li a {
  line-height: 1.2;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

.cm-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cm-mv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-mv_copyright {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #939393;
    font-family: var(--font-Zen_mincho);
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    position: absolute;
    left: 1.9rem;
    width: 4.4rem;
    position: absolute;
    top: 30rem;
    height: 38rem;
    z-index: 999;
  }
}
@media only screen and (max-width: 767px) {
  .cm-mv_copyright {
    display: none;
  }
}
.cm-mv_img {
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .cm-mv_img {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% + 5.7rem);
    height: 53rem;
    border-radius: 0 0 0 4rem;
  }
  .cm-mv_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .cm-mv_img {
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0 1.2rem;
  }
  .cm-mv_img img {
    display: block;
    width: 100%;
    border-radius: 2rem;
  }
}
.cm-mv .cm-heading {
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .cm-mv .cm-heading {
    margin: 0 0 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-mv .cm-heading {
    margin: 0 0 4rem;
    text-align: center;
  }
}
.cm-mv .cm-heading .en {
  color: var(--co-main_accent);
  display: block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .cm-mv .cm-heading .en {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-mv .cm-heading .en {
    font-size: 1.6rem;
  }
}
.cm-mv .cm-heading .jp {
  line-height: 1.3541666667;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-mv .cm-heading .jp {
    font-size: 4.8rem;
    margin: 1.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-mv .cm-heading .jp {
    font-size: 2.2rem;
    margin: 0.5rem 0 0;
  }
}
.cm-mv .title {
  line-height: 1.3333333333;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-mv .title {
    font-size: 2.4rem;
    margin: 0 0 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-mv .title {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
  }
}
.cm-mv p {
  margin: 0;
}
.cm-mv_content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cm-mv_content {
    padding-top: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-mv_content {
    padding-top: 4rem;
  }
}
.cm-mv_content:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cm-mv_content .ct {
    width: 53.7rem;
    padding-right: 6rem;
    min-height: 35rem;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.pagination .prev {
  position: absolute;
  left: 0;
  top: 0;
}
.pagination .next {
  position: absolute;
  right: 0;
  top: 0;
}
.pagination a {
  color: #5a81a6;
  text-decoration: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .pagination a {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
  }
  .pagination a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .pagination a {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}
.pagination .active {
  border-radius: 50%;
  background: #5a81a6;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .pagination .active {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagination .active {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}
.pagination .prev {
  gap: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .pagination .prev {
    width: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagination .prev {
    width: 6rem;
  }
}
.pagination .prev .icon {
  height: 0.9rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pagination .prev .icon {
    width: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagination .prev .icon {
    width: 1.5rem;
  }
}
.pagination .prev .icon:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #5a81a6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagination .prev .icon:after {
  content: "";
  border: solid #5a81a6;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.3rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.pagination .next {
  gap: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .pagination .next {
    width: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagination .next {
    width: 6rem;
  }
}
.pagination .next .icon {
  width: 2rem;
  height: 0.9rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pagination .next .icon {
    width: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagination .next .icon {
    width: 1.5rem;
  }
}
.pagination .next .icon:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #5a81a6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagination .next .icon:after {
  content: "";
  border: solid #5a81a6;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.3rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.p-after_inheritance .sec01 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec01 {
    padding-bottom: 11.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec01 {
    padding: 4rem 0;
  }
}
.p-after_inheritance .sec01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec01 .inner {
    gap: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec01 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-after_inheritance .sec01 .inner img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec01 .inner img {
    width: 59rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec01 .inner img {
    width: 100%;
  }
}
.p-after_inheritance .sec01 .inner .ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec01 .inner .ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-after_inheritance .sec01_ttl {
  font-weight: 500;
  font-family: var(--font-Zen_mincho);
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec01_ttl {
    font-size: 4.5rem;
    line-height: 1.3333333333;
    margin: 0 0 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec01_ttl {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.p-after_inheritance .sec01 p {
  margin: 0;
  letter-spacing: 0.1em;
}
.p-after_inheritance .sec02 {
  background: #ecf2fa;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec02 {
    padding: 10.9rem 0 11.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec02 {
    padding: 4rem 0;
  }
}
.p-after_inheritance .sec02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec02_list {
    margin-top: 3.1rem;
    gap: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec02_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-after_inheritance .sec02_list .item {
  background: #fff;
  border-radius: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec02_list .item {
    width: calc(25% - 1.95rem);
    padding: 3.2rem 1rem 0;
    height: 29rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec02_list .item {
    width: 100%;
    padding: 2rem 2rem 0;
  }
}
.p-after_inheritance .sec02_list .item .ttl {
  color: var(--co-accent_deep_blue);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec02_list .item .ttl {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    margin: 0 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec02_list .item .ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-after_inheritance .sec02_list .item p {
  line-height: 1.5;
  margin: 0;
}
.p-after_inheritance .sec02_list .item img {
  width: auto;
  height: auto;
  display: block;
  margin: 1.8rem auto 0;
  height: 10.8rem;
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec02_list .item img {
    margin-bottom: -1rem;
  }
}
.p-after_inheritance .sec03 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec03 {
    padding: 11.8rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec03 {
    padding: 4rem 0;
  }
}
.p-after_inheritance .sec03_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec03_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-after_inheritance .sec03.sec03_l .sec03_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec03.sec03_l .sec03_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-after_inheritance .sec03.sec03_l .sec03_img img {
    left: 8.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec03.sec03_l .sec03_ct {
    width: 74.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec03_img {
    width: 45.9rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-after_inheritance .sec03_img img {
    width: 54.6rem;
    max-width: none;
    position: relative;
    left: -16.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec03_img {
    width: 100%;
  }
  .p-after_inheritance .sec03_img img {
    width: 100%;
  }
}
.p-after_inheritance .sec03_ct {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec03_ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 73.4rem;
    margin-top: -0.2rem;
  }
  .p-after_inheritance .sec03_ct .cm-title01 {
    text-align: left;
    margin-bottom: 2.4rem;
  }
  .p-after_inheritance .sec03_ct .cm-title01 .en {
    letter-spacing: 0.09em;
  }
  .p-after_inheritance .sec03_ct .cm-title01 .jp {
    line-height: 1.3777777778;
    margin-top: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec03_ct {
    width: 100%;
  }
}
.p-after_inheritance .sec03_ct p {
  margin: 0;
  letter-spacing: 0.05em;
}
.p-after_inheritance .sec03_ct ul {
  margin: 0 0 3rem;
  padding: 0;
}
.p-after_inheritance .sec03_ct ul li {
  list-style-type: none;
  padding-left: 3rem;
  position: relative;
  letter-spacing: 0.05em;
}
.p-after_inheritance .sec03_ct ul li:before {
  content: "・";
  position: absolute;
  left: 0.5rem;
  top: 0;
}
.p-after_inheritance .sec04 {
  background: #f6fafc;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec04 {
    padding: 10.7rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec04 {
    padding: 4rem 0;
  }
}
.p-after_inheritance .sec04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec04_list {
    gap: 5.3rem 4rem;
    margin-top: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec04_list {
    gap: 2rem;
  }
}
.p-after_inheritance .sec04 .item {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec04 .item {
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec04 .item {
    width: 100%;
  }
}
.p-after_inheritance .sec04 .item figure {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec04 .item figure {
    height: 40rem;
  }
  .p-after_inheritance .sec04 .item figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec04 .item figure img {
    width: 100%;
    display: block;
  }
}
.p-after_inheritance .sec04 .item .ttl {
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec04 .item .ttl {
    font-size: 3rem;
    margin: 0.8rem 0 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec04 .item .ttl {
    font-size: 1.8rem;
    margin: 0.8rem 0;
  }
}
.p-after_inheritance .sec04 .item p {
  margin: 0;
  letter-spacing: 0.1em;
}
.p-after_inheritance .sec05_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec05_inner {
    padding: 11.8rem 0 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec05_inner {
    padding: 4rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec05 .left {
    padding-top: 1.1rem;
  }
  .p-after_inheritance .sec05 .left .cm-title01 {
    text-align: left;
  }
  .p-after_inheritance .sec05 .left .cm-title01 .jp {
    line-height: 1.3333333333;
    margin-top: 1.5rem;
  }
}
.p-after_inheritance .sec05 .left p {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec05 .left p {
    margin: 2.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec05 .left p {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec05 .right {
    width: 64.3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec05 .right {
    margin-top: 2rem;
    width: 100%;
  }
}
.p-after_inheritance .sec05 .item {
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec05 .item {
    background: #fff url(../before_inheritance/images/check.png) no-repeat left 2.3rem center;
    background-size: 6.6rem auto;
    padding: 1.4rem 1rem 2.7rem 11.7rem;
    margin: 0 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec05 .item {
    background: #fff url(../before_inheritance/images/check.png) no-repeat left 0.5rem top 1rem;
    background-size: 4rem auto;
    padding: 1.4rem 1rem 1.5rem 5rem;
    margin: 0 0 1.5rem;
  }
  .p-after_inheritance .sec05 .item:last-child {
    margin-bottom: 0;
  }
}
.p-after_inheritance .sec05 .item p {
  margin: 0;
}
.p-after_inheritance .sec05 .ttl {
  margin: 0 0 1rem;
}
.p-after_inheritance .sec05 .ttl .en {
  color: var(--co-main_accent);
  font-family: var(--font-Zen_mincho);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec05 .ttl .en {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec05 .ttl .en {
    font-size: 1.6rem;
  }
}
.p-after_inheritance .sec05 .ttl .en span {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec05 .ttl .en span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec05 .ttl .en span {
    font-size: 2.5rem;
  }
}
.p-after_inheritance .sec05 .ttl .jp {
  color: var(--co-accent_deep_blue);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec05 .ttl .jp {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec05 .ttl .jp {
    font-size: 1.8rem;
  }
}
.p-after_inheritance .sec06 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec06 {
    padding: 11.1rem 0 11.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec06 {
    padding: 4rem 0;
  }
}
.p-after_inheritance .sec06 .text {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec06 .text {
    margin: 1.8rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec06 .text {
    margin: 0 0 2rem;
  }
}
.p-after_inheritance .sec06_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec06_list {
    gap: 5.3rem 2.8rem;
    margin-top: 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec06_list {
    gap: 1rem;
  }
}
.p-after_inheritance .sec06 .item {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec06 .item {
    width: calc(25% - 2.1rem);
  }
  .p-after_inheritance .sec06 .item:hover figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec06 .item {
    width: calc(50% - 0.5rem);
  }
}
.p-after_inheritance .sec06 .item figure {
  width: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec06 .item figure {
    height: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec06 .item figure {
    height: 15rem;
  }
}
.p-after_inheritance .sec06 .item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p-after_inheritance .sec06 .item .ttl {
  text-align: center;
  color: var(--co-accent_deep_blue);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec06 .item .ttl {
    margin: 2.4rem 0 0;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec06 .item .ttl {
    margin: 0.5rem 0 0;
    font-size: 1.8rem;
  }
}
.p-after_inheritance .sec07 {
  background: url(../before_inheritance/images/bg.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec07 {
    padding: 12.5rem 0 12.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec07 {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec07.sec07_after .inner .img {
    right: 0;
    left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec07.sec07_after .inner_ct {
    padding-right: 0;
    padding-left: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec07.sec07_after .inner_ct {
    padding-left: 1rem;
    padding-top: 7rem;
    padding-bottom: 2rem;
    padding-right: 10rem;
  }
}
.p-after_inheritance .sec07.sec07_after .inner_ct a {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.p-after_inheritance .sec07.sec07_after .inner_ct a .icon {
  right: auto;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec07.sec07_after .inner_ct a .icon {
    left: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec07.sec07_after .inner_ct a .icon {
    left: 1.5rem;
  }
}
.p-after_inheritance .sec07.sec07_after .inner_ct a .icon:after {
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.p-after_inheritance .sec07 .inner {
  max-width: 96.8rem;
  margin: auto;
  border-radius: 1rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec07 .inner {
    gap: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec07 .inner {
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
}
.p-after_inheritance .sec07 .inner .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec07 .inner .img {
    width: 35.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec07 .inner .img {
    width: 15rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-after_inheritance .sec07 .inner_ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec07 .inner_ct {
    padding-top: 4.9rem;
    padding-right: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec07 .inner_ct {
    padding-right: 1rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
    padding-left: 10rem;
  }
}
.p-after_inheritance .sec07 .inner_ct h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec07 .inner_ct h3 {
    font-size: 3rem;
    margin: 0 0 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec07 .inner_ct h3 {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-after_inheritance .sec07 .inner_ct p {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec07 .inner_ct p {
    line-height: 1.875;
  }
}
.p-after_inheritance .sec07 .inner_ct a {
  background: var(--co-accent_right_blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 6rem;
  color: #fff;
  text-decoration: none;
  padding: 1rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec07 .inner_ct a {
    width: 40.4rem;
    height: 9.5rem;
    gap: 1.8rem;
    margin-top: 2.3rem;
  }
  .p-after_inheritance .sec07 .inner_ct a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec07 .inner_ct a {
    width: 100%;
    height: 6rem;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.p-after_inheritance .sec07 .inner_ct a img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec07 .inner_ct a img {
    width: 7.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec07 .inner_ct a img {
    width: 3rem;
  }
}
.p-after_inheritance .sec07 .inner_ct a p {
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec07 .inner_ct a p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec07 .inner_ct a p {
    font-size: 1.6rem;
  }
}
.p-after_inheritance .sec07 .inner_ct a p span {
  font-weight: 700;
}
.p-after_inheritance .sec07 .inner_ct a .icon {
  width: 1.8rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .p-after_inheritance .sec07 .inner_ct a .icon {
    right: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-after_inheritance .sec07 .inner_ct a .icon {
    right: 1.5rem;
  }
}
.p-after_inheritance .sec07 .inner_ct a .icon:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-after_inheritance .sec07 .inner_ct a .icon:after {
  content: "";
  border: solid #ffffff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.p-office_information .sec01 {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 {
    padding: 4rem 0;
  }
}
.p-office_information .sec01 .txt {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec01 .txt {
    margin: 2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 .txt {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec01 .list_flow {
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 .list_flow {
    margin-top: 2rem;
  }
}
.p-office_information .sec01 .list_flow .flow {
  background: #f6fafc;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec01 .list_flow .flow {
    padding: 2rem 4rem 2rem 2rem;
    gap: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 .list_flow .flow {
    padding: 1.5rem;
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-office_information .sec01 .list_flow .flow .photo {
  border-radius: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec01 .list_flow .flow .photo {
    width: 45rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 .list_flow .flow .photo {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec01 .list_flow .flow_ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 .list_flow .flow_ct {
    width: 100%;
  }
}
.p-office_information .sec01 .list_flow .flow_ct p {
  margin: 0;
  letter-spacing: 0.1em;
}
.p-office_information .sec01 .list_flow .flow_ct .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec01 .list_flow .flow_ct .flx {
    margin-top: 2.4rem;
    gap: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 .list_flow .flow_ct .flx {
    margin-top: 1rem;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-office_information .sec01 .list_flow .flow_ct .flx p {
  font-weight: 500;
  color: var(--co-accent_deep_blue);
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec01 .list_flow .flow_ct .flx p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 .list_flow .flow_ct .flx p {
    font-size: 1.6rem;
  }
}
.p-office_information .sec01 .list_flow .flow_ct .flx a {
  border-radius: 2.9rem;
  background: var(--co-accent_deep_blue);
  border: 1px solid var(--co-accent_deep_blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec01 .list_flow .flow_ct .flx a {
    width: 23.2rem;
    height: 4.5rem;
    gap: 1.1rem;
  }
  .p-office_information .sec01 .list_flow .flow_ct .flx a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 .list_flow .flow_ct .flx a {
    font-size: 1.6rem;
    gap: 0.5rem;
    width: 17rem;
    height: 4rem;
  }
}
.p-office_information .sec01 .list_flow .flow_ct .flx a img {
  width: 1.6rem;
  border-radius: none;
}
.p-office_information .sec01 .list_flow .flow .title {
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec01 .list_flow .flow .title {
    margin: 0 0 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 .list_flow .flow .title {
    margin: 0 0 1rem;
  }
}
.p-office_information .sec01 .list_flow .flow .title p {
  color: var(--co-main_accent);
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec01 .list_flow .flow .title p {
    font-size: 2rem;
    margin: 0 0 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 .list_flow .flow .title p {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec01 .list_flow .flow .title p span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 .list_flow .flow .title p span {
    font-size: 2rem;
  }
}
.p-office_information .sec01 .list_flow .flow .title h3 {
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec01 .list_flow .flow .title h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec01 .list_flow .flow .title h3 {
    font-size: 2rem;
  }
}
.p-office_information .sec01 .list_flow .icon {
  width: 0.9rem;
  height: 2rem;
  position: relative;
  margin: 2.1rem auto 1.9rem;
}
.p-office_information .sec01 .list_flow .icon:before {
  content: "";
  width: 0.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #939393;
}
.p-office_information .sec01 .list_flow .icon:after {
  content: "";
  border: solid #939393;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.2rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.p-office_information .sec02 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec02 {
    padding: 10.9rem 0 11rem;
  }
  .p-office_information .sec02 .cm-title01 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec02 {
    padding: 0 0 4rem;
  }
}
.p-office_information .sec02 .txt {
  margin: 2rem 0 0;
  letter-spacing: 0.1em;
}
.p-office_information .sec02 table {
  width: 100%;
  margin-top: 1.9rem;
}
.p-office_information .sec02 table tr {
  border-bottom: 1px solid #b7b7b7;
}
.p-office_information .sec02 table th {
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec02 table th {
    font-size: 1.8rem;
    padding: 0 0 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec02 table th {
    font-size: 1.6rem;
    padding: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec02 table th:first-child {
    width: 24rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec02 table th:first-child {
    width: 14rem;
  }
}
.p-office_information .sec02 table td {
  vertical-align: top;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec02 table td {
    padding: 2.2rem 0 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec02 table td {
    padding: 1rem 0;
  }
}
.p-office_information .sec02 .txt_note {
  color: #939393;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec02 .txt_note {
    margin: 2.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec02 .txt_note {
    margin: 1rem 0 0;
  }
}
.p-office_information .sec03 {
  background: #f6fafc;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03 {
    padding: 11rem 0 11.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03 {
    padding: 4rem 0;
  }
}
.p-office_information .sec03 .txt {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03 .txt {
    margin: 2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03 .txt {
    margin: 0;
  }
}
.p-office_information .sec03_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_inner {
    gap: 8rem;
    margin: 5.2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.p-office_information .sec03_inner .member {
  border-radius: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_inner .member {
    width: 43rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_inner .member {
    width: 100%;
  }
}
.p-office_information .sec03_inner p {
  margin: 0;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_inner p {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    padding-top: 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_inner p {
    margin: 0;
  }
}
.p-office_information .sec03_inner .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_inner .name {
    position: absolute;
    right: 0;
    bottom: 6.3rem;
    padding-right: 52.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_inner .name img {
    width: 20rem;
  }
}
.p-office_information .sec03_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_img {
    gap: 2rem;
    margin-top: 10rem;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0 1.5rem;
    margin-top: 3rem;
  }
}
.p-office_information .sec03_img img {
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_img img {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_img img {
    width: 100%;
  }
}
.p-office_information .sec03_infor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_infor {
    margin-top: 8rem;
    gap: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_infor {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}
.p-office_information .sec03_infor img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_infor img {
    width: 59rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_infor .ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.p-office_information .sec03_infor .ct h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_infor .ct h3 {
    font-size: 3rem;
    margin: 0 0 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_infor .ct h3 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.p-office_information .sec03_infor table {
  width: 100%;
}
.p-office_information .sec03_infor table th {
  text-align: left;
  font-weight: 500;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_infor table th {
    width: 14rem;
    padding: 0 0 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_infor table th {
    width: 11rem;
    padding: 0 0 1.4rem;
  }
}
.p-office_information .sec03_infor table td {
  vertical-align: top;
}
.p-office_information .sec03_accsess {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_accsess {
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_accsess {
    margin-top: 3rem;
  }
}
.p-office_information .sec03_accsess h3 {
  font-weight: 500;
  margin: 0 0 1rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_accsess h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_accsess h3 {
    font-size: 2rem;
  }
}
.p-office_information .sec03_accsess p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_accsess p {
    margin: 2.6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_accsess p {
    margin: 1rem 0 0;
  }
}
.p-office_information .sec03_accsess .map {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-office_information .sec03_accsess .map {
    height: 40rem;
    margin-top: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-office_information .sec03_accsess .map {
    height: 20rem;
    margin-top: 2rem;
  }
}
.p-office_information .sec03_accsess .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.p-strengths .sec01 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec01 {
    margin-top: -0.2rem;
    padding: 0 0 11.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec01 {
    padding: 4rem 0;
  }
}
.p-strengths .sec01_inner {
  text-align: center;
}
.p-strengths .sec01_ttl {
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-family: var(--font-Zen_mincho);
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec01_ttl {
    font-size: 4.5rem;
    margin: 0 0 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec01_ttl {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.p-strengths .sec01 p {
  margin: 0;
  letter-spacing: 0.1em;
}
.p-strengths .sec02 {
  background: url(../strengths/images/bg1.png) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec02 {
    height: 46rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec02 {
    height: 13rem;
  }
}
.p-strengths .sec02 p {
  font-weight: 500;
  font-family: var(--font-Zen_mincho);
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec02 p {
    font-size: 4.5rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec02 p {
    font-size: 2rem;
    line-height: 1.3333333333;
  }
}
.p-strengths .sec03 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec03 {
    padding: 8rem 0 11.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec03 {
    padding: 4rem 0;
  }
}
.p-strengths .sec03 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec03 .block {
    gap: 5rem;
    margin-bottom: 8rem;
  }
  .p-strengths .sec03 .block:nth-child(2n + 1) img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-strengths .sec03 .block:nth-child(2n + 1) .ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec03 .block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.p-strengths .sec03 .block:last-child {
  margin-bottom: 0;
}
.p-strengths .sec03 .block img {
  border-radius: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec03 .block img {
    width: 55rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec03 .block img {
    width: 100%;
  }
}
.p-strengths .sec03 .block .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--font-Zen_mincho);
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec03 .block .ttl {
    font-size: 3rem;
    line-height: 1.5;
    margin: -0.7rem 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec03 .block .ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-strengths .sec03 .block p {
  margin: 0;
  letter-spacing: 0.1em;
}
.p-strengths .sec04 {
  background: #f6fafc;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec04 {
    padding: 10.7rem 0 11.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec04 {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec04_list {
    margin-top: 3rem;
  }
}
.p-strengths .sec04 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec04 .item {
    gap: 4.9rem;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec04 .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    gap: 2rem;
  }
}
.p-strengths .sec04 .item:last-child {
  margin-bottom: 0;
}
.p-strengths .sec04 .item img {
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec04 .item img {
    width: 55rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec04 .item img {
    width: 100%;
  }
}
.p-strengths .sec04 .item_ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec04 .item_ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 1.5rem;
  }
}
.p-strengths .sec04 .item_ct p {
  margin: 0;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec04 .item .ttl {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec04 .item .ttl {
    margin-bottom: 2rem;
  }
}
.p-strengths .sec04 .item .ttl p {
  color: var(--co-main_accent);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
  font-family: var(--font-Zen_mincho);
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec04 .item .ttl p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec04 .item .ttl p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec04 .item .ttl p span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec04 .item .ttl p span {
    font-size: 2rem;
  }
}
.p-strengths .sec04 .item .ttl h3 {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: var(--font-Zen_mincho);
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec04 .item .ttl h3 {
    font-size: 3rem;
    margin: 1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec04 .item .ttl h3 {
    font-size: 1.8rem;
    margin: 0.5rem 0 0;
  }
}
.p-strengths .sec04 .item .box {
  background: #fff;
  border-radius: 1rem;
  color: var(--co-accent_deep_blue);
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec04 .item .box {
    line-height: 1.8888888889;
    margin-top: 3.6rem;
    padding: 2.2rem 4.7rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec04 .item .box {
    margin-top: 1.5rem;
    padding: 1.5rem;
    font-size: 1.6rem;
  }
}
.p-strengths .sec05 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec05 {
    padding: 10.8rem 0 12.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec05 {
    padding: 4rem 0;
  }
}
.p-strengths .sec05_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec05_list {
    gap: 5.3rem 2.8rem;
    margin-top: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec05_list {
    gap: 1rem;
  }
}
.p-strengths .sec05 .item {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec05 .item {
    width: calc(25% - 2.1rem);
  }
  .p-strengths .sec05 .item:hover figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec05 .item {
    width: calc(50% - 0.5rem);
  }
}
.p-strengths .sec05 .item figure {
  width: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec05 .item figure {
    height: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec05 .item figure {
    height: 15rem;
  }
}
.p-strengths .sec05 .item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p-strengths .sec05 .item .ttl {
  text-align: center;
  color: var(--co-accent_deep_blue);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-strengths .sec05 .item .ttl {
    margin: 2.4rem 0 0;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-strengths .sec05 .item .ttl {
    margin: 0.5rem 0 0;
    font-size: 1.8rem;
  }
}

.bg_fff {
  background: #fff;
}

.p-faq .sec01 {
  background: #fff;
}
.p-faq .sec01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #5a81a6;
  border-radius: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-faq .sec01 .inner {
    gap: 8rem;
    padding: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .sec01 .inner {
    gap: 2rem;
    padding: 2rem 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-faq .sec01 .inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .p-faq .sec01 .inner a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .sec01 .inner a {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-faq .sec01 .inner a .icon {
  width: 0.9rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-faq .sec01 .inner a .icon {
    height: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .sec01 .inner a .icon {
    height: 1.5rem;
  }
}
.p-faq .sec01 .inner a .icon:before {
  content: "";
  width: 0.2rem;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-faq .sec01 .inner a .icon:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.p-faq .sec02 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-faq .sec02 {
    padding-top: 6.6rem;
    padding-bottom: 10.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .sec02 {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-faq .sec02 .block {
    margin-bottom: 10.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .sec02 .block {
    margin-bottom: 3rem;
  }
}
.p-faq .sec02 .block:last-child {
  margin-bottom: 0;
}
.p-faq .sec02 .block_ttl {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--font-Zen_mincho);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-faq .sec02 .block_ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .sec02 .block_ttl {
    font-size: 1.8rem;
  }
}
.p-faq .sec02 .block_list dl {
  border-bottom: 1px solid #b7b7b7;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-faq .sec02 .block_list dl {
    padding: 0 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .sec02 .block_list dl {
    padding: 0 0 1.5rem;
  }
}
.p-faq .sec02 .block_list dl dt {
  position: relative;
  font-weight: 500;
  color: var(--co-accent_deep_blue);
  margin: 0;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-faq .sec02 .block_list dl dt {
    font-size: 2.4rem;
    padding: 2.5rem 7rem 1rem 7.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .sec02 .block_list dl dt {
    font-size: 1.6rem;
    padding: 2.5rem 3rem 1rem 3rem;
  }
}
.p-faq .sec02 .block_list dl dt:before {
  content: "Q";
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--co-accent_deep_blue);
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-faq .sec02 .block_list dl dt:before {
    font-size: 3.2rem;
    left: 2.9rem;
    top: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .sec02 .block_list dl dt:before {
    font-size: 2rem;
    left: 0;
    top: 2rem;
  }
}
.p-faq .sec02 .block_list dl dt .icon {
  border-radius: 50%;
  background: #5a81a6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .p-faq .sec02 .block_list dl dt .icon {
    width: 3rem;
    height: 3rem;
    border: 0.4rem solid #dee6ed;
    right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .sec02 .block_list dl dt .icon {
    width: 2.1rem;
    height: 2.1rem;
    border: 0.2rem solid #dee6ed;
    right: 0;
  }
}
.p-faq .sec02 .block_list dl dt .icon:before,
.p-faq .sec02 .block_list dl dt .icon:after {
  content: "";
  height: 0.2rem;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .p-faq .sec02 .block_list dl dt .icon:before,
  .p-faq .sec02 .block_list dl dt .icon:after {
    width: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .sec02 .block_list dl dt .icon:before,
  .p-faq .sec02 .block_list dl dt .icon:after {
    width: 0.8rem;
  }
}
.p-faq .sec02 .block_list dl dt .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq .sec02 .block_list dl dt.active .icon:after {
  content: none;
}
.p-faq .sec02 .block_list dl dd {
  margin: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-faq .sec02 .block_list dl dd {
    padding-left: 7.2rem;
    padding-right: 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .sec02 .block_list dl dd {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-faq .sec02 .block_list dl dd p {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .p-news .sec01 {
    padding-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .sec01 {
    padding-bottom: 5rem;
  }
}
.p-news .item {
  border-bottom: 1px solid #b7b7b7;
}
@media only screen and (min-width: 768px) {
  .p-news .item {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  .p-news .item:after {
    content: "";
    clear: both;
    display: block;
  }
  .p-news .item img {
    float: right;
    width: 38rem;
    border-radius: 1rem;
    margin-left: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .p-news .item img {
    width: 100%;
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-news .item .date_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
}
.p-news .item .date_cat p {
  margin: 0;
  line-height: 2.5rem;
  letter-spacing: 0.1em;
}
.p-news .item .date_cat span {
  background: #d8eaf6;
  border-radius: 0.3rem;
  padding: 0.5rem;
  min-width: 8rem;
  height: 2.5rem;
  font-size: 1.6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-news .item .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-news .item .ttl {
    font-size: 2rem;
    margin: 0.5rem 0 1.1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .item .ttl {
    font-size: 1.8rem;
    margin: 0.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .item .item_ttl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.p-news .item p {
  margin: 0;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-news .item p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.p-contact .sec01 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec01 {
    padding: 0 0 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec01 {
    padding: 4rem 0;
  }
}
.p-contact .sec01_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec01_list {
    gap: 3rem;
    margin-top: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec01_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem;
    margin-top: 5rem;
  }
}
.p-contact .sec01 .item {
  background: #ffffff;
  border: 1px solid #b7b7b7;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 72, 140, 0.1);
  box-shadow: 0px 2px 10px 2px rgba(0, 72, 140, 0.1);
  border-radius: 1rem;
  position: relative;
  text-align: center;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec01 .item {
    width: calc(33.3333333333% - 2rem);
    padding: 4.5rem 3rem 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec01 .item {
    width: 100%;
    padding: 3rem 2rem;
  }
}
.p-contact .sec01 .item img {
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-contact .sec01 .item img {
    width: 7.8rem;
    top: -4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec01 .item img {
    width: 5rem;
    top: -2.5rem;
  }
}
.p-contact .sec01 .item .ttl {
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec01 .item .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec01 .item .ttl {
    font-size: 2rem;
  }
}
.p-contact .sec01 .item .tell {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0.9rem 0 0;
  display: block;
  font-size: 3rem;
}
.p-contact .sec01 .item .time {
  letter-spacing: 0.1em;
  margin: -0.6rem 0 1rem;
}
.p-contact .sec01 .item .txt {
  letter-spacing: 0.1em;
  margin: 0;
}
.p-contact .sec01 .item .tit {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0.9rem 0 0.3rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec01 .item .tit {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec01 .item .tit {
    font-size: 2rem;
  }
}
.p-contact .sec01 .item .btn1 {
  width: 100%;
  border-radius: 2.5rem;
  background: #00488c;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.5rem;
  border-radius: 2.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin: 2.2rem auto 1.1rem;
}
.p-contact .sec01 .item .btn2 {
  width: 100%;
  border-radius: 2.5rem;
  border: 0.1rem solid #c1c1c1;
  background: #fff;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  height: 4.5rem;
  border-radius: 2.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin: 2.2rem auto 1.1rem;
}
.p-contact .sec01 .item .btn2 span {
  color: #06c755;
  font-family: var(--font-jakarta);
  font-weight: 700;
}
.p-contact .sec01 .item .note {
  color: #939393;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec02 {
    padding: 10.8rem 0 11.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec02 {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact .sec02 .box {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec02 .box {
    margin-top: 3rem;
  }
}
.p-contact .sec02 .box h3 {
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec02 .box h3 {
    margin: 0 0 1.6rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec02 .box h3 {
    margin: 0 0 1rem;
    font-size: 1.8rem;
  }
}
.p-contact .sec02 .box p {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec02 .box p {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec02 .box p {
    margin: 0;
  }
}
.p-contact .sec03 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec03 {
    padding: 11rem 0 12rem;
  }
  .p-contact .sec03 .cm-title01 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec03 {
    padding: 3rem 0;
  }
}
.p-contact .sec03 .inner {
  background: #f6fafc;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec03 .inner {
    padding: 5rem 5rem;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec03 .inner {
    padding: 2rem 1.5rem;
  }
}
.p-contact .sec03 .inner .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 1.1rem;
  color: var(--co-accent_deep_blue);
}
@media only screen and (min-width: 768px) {
  .p-contact .sec03 .inner .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec03 .inner .ttl {
    font-size: 1.8rem;
  }
}
.p-contact .sec03 .inner p {
  margin: 0;
}
.p-contact .sec03 .inner .note {
  color: #939393;
  letter-spacing: 0;
  border-top: 1px solid #b7b7b7;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec03 .inner .note {
    padding-top: 1.6rem;
    margin-top: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec03 .inner .note {
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.p-contact .table_fee {
  margin-top: 3.1rem;
}
.p-contact .table_fee .table_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-contact .table_fee .table_head .th {
  width: 33.3333333333%;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-contact .table_fee .table_head .th {
    font-size: 3rem;
    padding: 2.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .table_fee .table_head .th {
    font-size: 1.6rem;
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-contact .table_fee .table_head .th.th2 {
  background: #00498c;
  border-radius: 1rem 0 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .table_fee .table_head .th.th2 {
    width: 41rem;
  }
}
.p-contact .table_fee .table_head .th.th3 {
  background: #0186d8;
  border-radius: 0 1rem 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .table_fee .table_head .th.th3 {
    width: 41rem;
  }
}
.p-contact .table_fee .table_content .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1rem solid #b7b7b7;
}
.p-contact .table_fee .table_content .tr .td2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px 10px rgba(0, 73, 140, 0.05);
  box-shadow: 0px 4px 15px 10px rgba(0, 73, 140, 0.05);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .table_fee .table_content .tr .td2 {
    width: 41rem;
    padding-top: 1.8rem;
    padding-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .table_fee .table_content .tr .td2 {
    width: 33.3333333333%;
    padding: 1rem 0;
  }
}
.p-contact .table_fee .table_content .tr .td2 p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #00498c;
}
@media only screen and (min-width: 768px) {
  .p-contact .table_fee .table_content .tr .td2 p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .table_fee .table_content .tr .td2 p {
    font-size: 1.6rem;
  }
}
.p-contact .table_fee .table_content .tr .td2 .note1 {
  color: #939393;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-contact .table_fee .table_content .tr .td2 .note1 {
    margin: -0.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .table_fee .table_content .tr .td2 .note1 {
    font-size: 0.9rem;
  }
}
.p-contact .table_fee .table_content .tr .td2 .note2 {
  color: #000;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-contact .table_fee .table_content .tr .td2 .note2 {
    margin: -0.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .table_fee .table_content .tr .td2 .note2 {
    font-size: 0.9rem;
  }
}
.p-contact .table_fee .table_content .tr .td3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 15px 10px rgba(0, 73, 140, 0.05);
  box-shadow: 0px 4px 15px 10px rgba(0, 73, 140, 0.05);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .table_fee .table_content .tr .td3 {
    width: 41rem;
    padding-top: 1.8rem;
    padding-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .table_fee .table_content .tr .td3 {
    width: 33.3333333333%;
    padding: 1rem 0;
  }
}
.p-contact .table_fee .table_content .tr .td3 p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #0186d8;
}
@media only screen and (min-width: 768px) {
  .p-contact .table_fee .table_content .tr .td3 p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .table_fee .table_content .tr .td3 p {
    font-size: 1.6rem;
  }
}
.p-contact .table_fee .table_content .tr .td3 .note1 {
  color: #939393;
  margin: -0.4rem 0 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-contact .table_fee .table_content .tr .td3 .note1 {
    font-size: 0.9rem;
  }
}
.p-contact .table_fee .table_content .tr .td3 .note2 {
  color: #000;
  margin: -0.4rem 0 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-contact .table_fee .table_content .tr .td3 .note2 {
    font-size: 0.9rem;
  }
}
.p-contact .table_fee .table_content .tr .td1 {
  background: #f6fafc;
  -webkit-box-shadow: 0px 4px 15px 10px rgba(0, 73, 140, 0.05);
  box-shadow: 0px 4px 15px 10px rgba(0, 73, 140, 0.05);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .table_fee .table_content .tr .td1 {
    width: calc(100% - 82rem);
    padding-top: 1.8rem;
    padding-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .table_fee .table_content .tr .td1 {
    width: 33.3333333333%;
    padding: 1rem 0;
  }
}
.p-contact .table_fee .table_content .tr .td1 p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .p-contact .table_fee .table_content .tr .td1 p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .table_fee .table_content .tr .td1 p {
    font-size: 1.6rem;
  }
}
.p-contact .table_fee .table_content .tr .td1 .note1 {
  color: #939393;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-contact .table_fee .table_content .tr .td1 .note1 {
    margin: -0.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .table_fee .table_content .tr .td1 .note1 {
    font-size: 0.9rem;
    margin: 0;
  }
}
.p-contact .table_fee .table_content .tr1 .td1 {
  border-radius: 10px 0px 0px 0;
}
.p-contact .table_fee .table_content .tr3 {
  border-bottom: none;
}
.p-contact .table_fee .table_content .tr3 .td3 {
  border-radius: 0px 0px 10px 0;
}
.p-contact .table_fee .table_content .tr3 .td1 {
  border-radius: 0px 0px 0 10px;
}
.p-contact .sec04 {
  background: url(../contact/images/bg.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec04 {
    padding: 10.9rem 0 12.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec04 {
    padding: 3rem 0;
  }
}
.p-contact .sec04 .cm-title01 {
  color: #fff;
}
.p-contact .sec04 .cm-title01 .en {
  color: #fff;
}
.p-contact .sec04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec04_list {
    margin-top: 2.8rem;
  }
}
.p-contact .sec04_list .item {
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec04_list .item {
    padding: 2.9rem 1rem 3rem 2rem;
    width: calc(50% - 1rem);
    gap: 3rem;
    border: 0.4rem solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec04_list .item {
    padding: 1.5rem;
    width: 100%;
    gap: 1rem;
    border: 0.2rem solid #fff;
  }
}
.p-contact .sec04_list .item .number {
  border: 0.1rem solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--font-Zen_mincho);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec04_list .item .number {
    width: 6.2rem;
    height: 6.2rem;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec04_list .item .number {
    width: 6rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}
.p-contact .sec04_list .item .tt {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec04_list .item .tt {
    font-size: 2.4rem;
    margin: 0 0 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec04_list .item .tt {
    font-size: 1.8rem;
    margin: 0;
  }
}
.p-contact .sec04_list .item p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec05 {
    padding: 11rem 0 11.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec05 {
    padding: 3rem 0;
  }
}
.p-contact .sec05 .text {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec05 .text {
    margin: 2.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec05 .text {
    margin: 1.5rem 0 0;
  }
}
.p-contact .sec05 .form_table {
  background: #fff;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec05 .form_table {
    padding: 5.3rem 12.7rem 6rem;
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec05 .form_table {
    padding: 2rem 1.5rem;
    margin-top: 2rem;
  }
}
.p-contact .sec05 .form_table dl {
  margin: 0 0 2.3rem;
}
.p-contact .sec05 .form_table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec05 .form_table dt {
    gap: 1.8rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec05 .form_table dt {
    gap: 1rem;
    font-size: 1.6rem;
  }
}
.p-contact .sec05 .form_table dt span {
  border-radius: 0.3rem;
  background: #d8eaf6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec05 .form_table dt span {
    width: 4.5rem;
    height: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec05 .form_table dt span {
    width: 4rem;
    height: 2.2rem;
  }
}
.p-contact .sec05 .form_table dd {
  margin: 0;
  padding: 0;
  margin-top: 1.5rem;
}
.p-contact .sec05 .form_table dd input {
  width: 100%;
  border: 1px solid #b7b7b7;
  border-radius: 0.3rem;
  padding: 0.7rem 1rem;
  font-size: 1.6rem;
}
.p-contact .sec05 .form_table dd select {
  width: 60.6rem;
  border: 1px solid #b7b7b7;
  border-radius: 0.3rem;
  padding: 0.7rem 1rem;
  font-size: 1.6rem;
}
.p-contact .sec05 .form_table dd textarea {
  border: 1px solid #b7b7b7;
  border-radius: 0.3rem;
  padding: 0.7rem 1rem;
  font-size: 1.6rem;
  width: 100%;
  height: 16rem;
}
@media only screen and (min-width: 768px) {
  .p-contact #formEnd {
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact #formEnd {
    margin-top: 2rem;
  }
}
.p-contact #formEnd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-contact .contact-group-btn {
    margin-top: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .contact-group-btn {
    margin-top: 2rem;
  }
}
.p-contact .contact-group-btn input {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.p-contact .contact-group-btn .disabled .cm-btn01 {
  margin: auto !important;
}
.p-contact .contact-group-btn .disabled .cm-btn01:hover {
  background: var(--co-accent_right_blue);
  color: #fff;
}
.p-contact .contact-group-btn .disabled .cm-btn01:hover .icon:before {
  background: #ffffff;
}
.p-contact .contact-group-btn .disabled .cm-btn01:hover .icon:after {
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
}
.p-contact .contact-group-btn .disabled .cm-btn01 input:hover {
  color: #fff;
}
.p-contact .sec06 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec06 {
    padding: 10.9rem 0;
  }
  .p-contact .sec06 .cm-title01 {
    text-align: left;
    margin-bottom: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec06 {
    padding: 3rem 0;
  }
}
.p-contact .sec06 p {
  margin: 0;
  letter-spacing: 0;
}
.p-contact .sec06 h3 {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec06 h3 {
    font-size: 2rem;
    margin: 2.8rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec06 h3 {
    font-size: 1.6rem;
    margin: 2rem 0 0;
  }
}
.p-contact .sec06 ul {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-contact .sec06 ul {
    margin: 3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .sec06 ul {
    margin: 2rem 0 0;
  }
}
.p-contact .sec06 ul li {
  list-style-type: none;
  position: relative;
  padding-left: 2.6rem;
}
.p-contact .sec06 ul li:before {
  content: "・";
  position: absolute;
  left: 0.5rem;
  top: 0;
}
.p-contact .sec06 .link {
  margin-top: 3rem;
}
.p-contact .sec06 .link a {
  color: var(--co-accent_right2_blue);
}
.p-contact .popup {
  display: block;
}

.popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .popup {
    padding: 1.5rem;
  }
}
.popup .title01 .jp {
  font-size: 45px;
}

.popup.active {
  display: block;
}

.popup__overlay {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background: #c9c9c9;
}

.popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 120rem;
  border-radius: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .popup__content {
    padding: 11rem 5rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .popup__content {
    padding: 2rem 1.5rem;
    width: calc(100% - 3rem);
  }
}
.popup__content p {
  margin: 2.3rem 0 0;
}
@media only screen and (min-width: 768px) {
  .popup__content p {
    font-size: 2rem;
    line-height: 2;
  }
}
.popup__content p a {
  font-weight: 700;
}

.cm-sec01 {
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-sec01 {
    padding-bottom: 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec01 {
    padding-bottom: 4rem;
    padding-top: 3rem;
  }
}
.cm-sec01_ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--font-Zen_mincho);
}
@media only screen and (min-width: 768px) {
  .cm-sec01_ttl {
    font-size: 4.5rem;
    line-height: 1.3333333333;
    margin: 0 0 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec01_ttl {
    font-size: 2rem;
  }
}
.cm-sec01 p {
  margin: 0;
  letter-spacing: 0.1em;
}

.cm-sec03 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-sec03 {
    padding: 11.8rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec03 {
    padding: 4rem 0;
  }
}
.cm-sec03_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .cm-sec03_inner {
    gap: 5.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec03_inner {
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cm-sec03_inner img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .cm-sec03_inner img {
    width: 59rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec03_inner img {
    width: 100%;
  }
}
.cm-sec03_inner .ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cm-sec03_inner .ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec03_inner .ct {
    width: 100%;
  }
}
.cm-sec03_inner .cm-title01 {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .cm-sec03_inner p {
    margin: 2rem 0 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec03_inner p {
    margin: 0 0 1.5rem;
  }
}
.cm-sec03_inner .box {
  margin-top: 1rem;
}
.cm-sec03_inner .box h3 {
  font-weight: 500;
  margin: 0;
  font-size: 1.6rem;
}
.cm-sec03_inner .box ul {
  margin: 0;
  padding: 0;
}
.cm-sec03_inner .box ul li {
  list-style-type: none;
  position: relative;
  padding-left: 2.3rem;
  letter-spacing: 0;
}
.cm-sec03_inner .box ul li:before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: #000;
  border-radius: 50%;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cm-sec04 {
  background: url(../inheritance_procedures/images/bg1.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cm-sec04 {
    padding: 10.9rem 0 10.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec04 {
    padding: 4rem 0;
  }
}
.cm-sec04 .txt {
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-sec04 .txt {
    margin: 2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec04 .txt {
    margin: 0;
  }
}
.cm-sec04 .cm-title01 .en,
.cm-sec04 .cm-title01 .jp {
  color: #fff;
}
.cm-sec04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .cm-sec04_list {
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec04_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
    gap: 2rem;
  }
}
.cm-sec04_list .item {
  background: #fff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .cm-sec04_list .item {
    width: calc(50% - 1rem);
    padding: 1.6rem 3rem 1.6rem 1.7rem;
    gap: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec04_list .item {
    gap: 1.5rem;
    width: 100%;
    padding: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cm-sec04_list .item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .cm-sec04_list .item img {
    width: 17.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec04_list .item img {
    width: 5rem;
  }
}
.cm-sec04_list .item .ct {
  width: 100%;
  text-align: left;
}
.cm-sec04_list .item .ct .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-sec04_list .item .ct .ttl {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin: 0 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec04_list .item .ct .ttl {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
  }
}
.cm-sec04_list .item .ct p {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}

.cm-sec05 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-sec05 {
    padding: 10.7rem 0 11.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec05 {
    padding: 4rem 0;
  }
}
.cm-sec05 .txt {
  text-align: center;
  letter-spacing: 0.05em;
  margin: 2.1rem 0 0;
}
.cm-sec05_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .cm-sec05_inner {
    gap: 5.5rem;
    margin-top: 5.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec05_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-sec05_inner img {
    width: 60.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec05_inner img {
    width: 100%;
  }
}
.cm-sec05_inner .content {
  width: 100%;
}
.cm-sec05_inner .content dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .cm-sec05_inner .content dl {
    gap: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec05_inner .content dl {
    gap: 1.5rem;
  }
}
.cm-sec05_inner .content dl dt {
  border-radius: 1rem;
  background: var(--co-accent_right_blue);
  color: #fff;
  text-align: center;
  font-family: var(--font-Zen_mincho);
  line-height: 3;
  letter-spacing: 0.1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .cm-sec05_inner .content dl dt {
    width: 9rem;
    height: 9rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec05_inner .content dl dt {
    width: 6rem;
    height: 6rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.cm-sec05_inner .content dl dt span {
  display: block;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-sec05_inner .content dl dt span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec05_inner .content dl dt span {
    font-size: 2rem;
  }
}
.cm-sec05_inner .content dl dt span:before {
  content: "";
  width: 1rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .cm-sec05_inner .content dl dt span:before {
    top: -0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec05_inner .content dl dt span:before {
    top: -0.2rem;
  }
}
.cm-sec05_inner .content dl dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cm-sec05_inner .content dl dd {
    padding: 0.4rem 0 0;
  }
}
.cm-sec05_inner .content dl dd .ttl {
  font-weight: 500;
  color: var(--co-accent_deep_blue);
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-sec05_inner .content dl dd .ttl {
    font-size: 2.4rem;
    margin: 0 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec05_inner .content dl dd .ttl {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
  }
}
.cm-sec05_inner .content dl dd p {
  line-height: 1.5;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .cm-sec06 {
    padding: 11rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec06 {
    padding: 4rem 0;
  }
}
.cm-sec06 .txt {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-sec06 .txt {
    margin: 1.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec06 .txt {
    margin: 0;
  }
}
.cm-sec06_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .cm-sec06_list {
    gap: 3rem;
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec06_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.cm-sec06_list .item {
  background: #fff;
  border-radius: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cm-sec06_list .item {
    width: calc(33.3333333333% - 2rem);
    padding: 2.5rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec06_list .item {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.cm-sec06_list .item .tag {
  background: #00498c;
  border-radius: 2.9rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-sec06_list .item .tag {
    font-size: 2.4rem;
    padding: 0.6rem 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec06_list .item .tag {
    font-size: 1.8rem;
    padding: 0.6rem 2rem;
  }
}
.cm-sec06_list .item .txt {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .cm-sec06_list .item .txt {
    font-size: 4rem;
    margin: 1.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec06_list .item .txt {
    font-size: 2.6rem;
    margin: 1rem 0 0;
  }
}
.cm-sec06_list .item .txt span {
  color: #0186d8;
  font-weight: 700;
}
.cm-sec06_list .item .note {
  font-weight: 600;
  margin: -0.8rem 0 0;
}
@media only screen and (min-width: 768px) {
  .cm-sec06_list .item .note {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec06_list .item .note {
    font-size: 1.8rem;
  }
}
.cm-sec06 .txt2 {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-sec06 .txt2 {
    margin: 3.6rem 0 0;
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec06 .txt2 {
    margin: 2rem 0 0;
  }
}

.cm-sec07 {
  background: #f6fafc;
}
@media only screen and (min-width: 768px) {
  .cm-sec07 {
    padding: 6.8rem 0 7.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec07 {
    padding: 4rem 0;
  }
}
.cm-sec07 .title {
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-sec07 .title {
    font-size: 3rem;
    margin: 0 0 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec07 .title {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }
}
.cm-sec07 .ttl {
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-sec07 .ttl {
    font-size: 2rem;
    margin: -2rem 0 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec07 .ttl {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
  }
}
.cm-sec07 p {
  margin: 0;
  letter-spacing: 0.1em;
}

.cm-sec08 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-sec08 {
    padding: 11.7rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec08 {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-sec08_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cm-sec08_inner .cm-title01 {
    text-align: left;
    width: 30.7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 1.3rem;
  }
  .cm-sec08_inner .cm-title01 .jp {
    line-height: 1.3333333333;
    margin-top: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec08_inner .cm-title01 br {
    display: none;
  }
}
.cm-sec08_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .cm-sec08_list {
    gap: 5.3rem 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec08_list {
    gap: 2rem 1rem;
  }
}
.cm-sec08_list .item {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .cm-sec08_list .item {
    width: calc(33.3333333333% - 1.8666666667rem);
  }
  .cm-sec08_list .item:hover figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec08_list .item {
    width: calc(50% - 0.5rem);
  }
}
.cm-sec08_list .item figure {
  width: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cm-sec08_list .item figure {
    height: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec08_list .item figure {
    height: 15rem;
  }
}
.cm-sec08_list .item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cm-sec08_list .item .ttl {
  text-align: center;
  color: var(--co-accent_deep_blue);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .cm-sec08_list .item .ttl {
    margin: 2.4rem 0 0;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-sec08_list .item .ttl {
    margin: 0.5rem 0 0;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec02 {
    padding: 11rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec02 {
    padding: 4rem 0;
  }
}
.p-inheritance_procedures .sec02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec02_list {
    margin-top: 7.4rem;
    gap: 7.2rem 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec02_list {
    margin-top: 7rem;
    gap: 6rem;
  }
}
.p-inheritance_procedures .sec02 .item {
  border-radius: 1rem;
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec02 .item {
    width: calc(25% - 2.025rem);
    padding: 0.5rem 0.5rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec02 .item {
    width: 100%;
    padding: 0.5rem 0.5rem 1.5rem;
  }
}
.p-inheritance_procedures .sec02 .item .step {
  width: 7.8rem;
  height: 2.7rem;
  border: 1px solid #0186d8;
  border-radius: 2rem;
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -3.2rem;
  color: var(--co-main_accent);
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec02 .item .step {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec02 .item .step {
    font-size: 1.6rem;
  }
}
.p-inheritance_procedures .sec02 .item .number {
  border: 0.2rem solid #ecf2fa;
  background: #5a81a6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-family: var(--font-Zen_mincho);
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec02 .item .number {
    font-size: 3rem;
    width: 6.2rem;
    height: 6.2rem;
    top: -4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec02 .item .number {
    font-size: 2rem;
    width: 6rem;
    height: 6rem;
    top: -2.5rem;
  }
}
.p-inheritance_procedures .sec02 .item figure {
  width: 100%;
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}
.p-inheritance_procedures .sec02 .item figure img {
  width: 100%;
}
.p-inheritance_procedures .sec02 .item .ttl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--co-accent_deep_blue);
  margin: 1.8rem 0 0;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec02 .item .ttl {
    font-size: 2.4rem;
    min-height: 7.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec02 .item .ttl {
    font-size: 2rem;
  }
}
.p-inheritance_procedures .sec02 .text {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec02 .text {
    margin: 4.1rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec02 .text {
    margin: 3rem 0 0;
  }
}
.p-inheritance_procedures .sec04 {
  background: url(../inheritance_procedures/images/bg1.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec04 {
    padding: 10.9rem 0 10.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec04 {
    padding: 4rem 0;
  }
}
.p-inheritance_procedures .sec04 .txt {
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec04 .txt {
    margin: 2rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec04 .txt {
    margin: 0;
  }
}
.p-inheritance_procedures .sec04 .cm-title01 .en,
.p-inheritance_procedures .sec04 .cm-title01 .jp {
  color: #fff;
}
.p-inheritance_procedures .sec04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec04_list {
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec04_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
    gap: 2rem;
  }
}
.p-inheritance_procedures .sec04_list .item {
  background: #fff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec04_list .item {
    width: calc(50% - 1rem);
    padding: 1.6rem 3rem 1.6rem 1.7rem;
    gap: 2.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec04_list .item {
    gap: 1.5rem;
    width: 100%;
    padding: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-inheritance_procedures .sec04_list .item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec04_list .item img {
    width: 17.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec04_list .item img {
    width: 5rem;
  }
}
.p-inheritance_procedures .sec04_list .item .ct {
  width: 100%;
  text-align: left;
}
.p-inheritance_procedures .sec04_list .item .ct .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .p-inheritance_procedures .sec04_list .item .ct .ttl {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin: 0 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-inheritance_procedures .sec04_list .item .ct .ttl {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
  }
}
.p-inheritance_procedures .sec04_list .item .ct p {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .p-estate_division .sec02 {
    padding: 10.8rem 0 11.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec02 {
    padding: 4rem 0;
  }
}
.p-estate_division .sec02 .c-concerns {
  margin: 44px 0 0;
}
.p-estate_division .sec02 .c-concerns__item {
  text-align: left;
}
.p-estate_division .sec02 .inner {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec02 img {
    width: 95.1rem;
    margin: 4.5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec02 img {
    width: 100%;
    margin: 0 auto 0;
  }
  .p-estate_division .sec02 .c-concerns {
    margin: 20px 0 0;
  }
}
.p-estate_division .sec05 {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec05 {
    padding: 11rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec05 {
    padding: 4rem 0;
  }
}
.p-estate_division .sec05_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 7rem;
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec05_list {
    gap: 12.7rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec05_list {
    gap: 8rem;
  }
}
.p-estate_division .sec05_list .item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec05_list .item {
    width: calc(33.3333333333% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec05_list .item {
    width: 100%;
  }
}
.p-estate_division .sec05_list .item .step {
  width: 7.8rem;
  height: 2.7rem;
  border: 1px solid #0186d8;
  border-radius: 2rem;
  font-family: var(--font-Zen_mincho);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  color: var(--co-main_accent);
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec05_list .item .step {
    font-size: 2rem;
    top: -4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec05_list .item .step {
    font-size: 1.6rem;
    top: -3.5rem;
  }
}
.p-estate_division .sec05_list .item .number {
  border: 0.2rem solid #ecf2fa;
  background: #5a81a6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-family: var(--font-Zen_mincho);
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec05_list .item .number {
    font-size: 3rem;
    width: 6.2rem;
    height: 6.2rem;
    top: -4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec05_list .item .number {
    font-size: 2rem;
    width: 6rem;
    height: 6rem;
    top: -3rem;
  }
}
.p-estate_division .sec05_list .item figure {
  width: 100%;
  display: block;
}
.p-estate_division .sec05_list .item figure img {
  width: 100%;
  display: block;
}
.p-estate_division .sec05_list .item .ttl {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: var(--font-Zen_mincho);
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec05_list .item .ttl {
    font-size: 3rem;
    margin: 1.9rem 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec05_list .item .ttl {
    font-size: 2rem;
    margin: 1.5rem 0 0.5rem;
  }
}
.p-estate_division .sec05_list .item p {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-estate_division .sec05_box {
  background: #f6fafc;
  border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec05_box {
    margin-top: 7rem;
    padding: 6rem 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec05_box {
    margin-top: 3rem;
    padding: 1.5rem;
  }
}
.p-estate_division .sec05_box .title {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--co-accent_deep_blue);
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec05_box .title {
    font-size: 2.4rem;
    margin: 0 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec05_box .title {
    font-size: 2rem;
    margin: 0 0 1.3rem;
  }
}
.p-estate_division .sec05_box p {
  margin: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec06 {
    padding: 11rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec06 {
    padding: 4rem 0;
  }
}
.p-estate_division .sec06 .txt {
  text-align: center;
  letter-spacing: 0.1em;
  margin: 1.6rem 0 0;
}
.p-estate_division .sec06 .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec06 .list_item {
    margin-top: 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec06 .list_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec06 .list_item .item {
    width: calc(25% - 2.1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec06 .list_item .item {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec06 .list_item .item .ct {
    padding: 2.5rem 2.8rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec06 .list_item .item .ct {
    padding: 1.5rem 1rem 0;
  }
}
.p-estate_division .sec06 .list_item .item .ct .ttl {
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  color: var(--co-accent_deep_blue);
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-estate_division .sec06 .list_item .item .ct .ttl {
    font-size: 2.4rem;
    margin: 0 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-estate_division .sec06 .list_item .item .ct .ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-estate_division .sec06 .list_item .item .ct p {
  margin: 0;
  line-height: 1.5;
}

.cm-bg1 {
  background: #ecf2fa;
}

.p-legally_reserved_portion .cm-sec03_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-legally_reserved_portion .flex01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-legally_reserved_portion .flex01 .cm-title01 .jp {
  margin-top: 0;
}
.p-legally_reserved_portion .flex01 .ct {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p-legally_reserved_portion .flex01 img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.p-legally_reserved_portion .flex02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 11.7rem;
}
.p-legally_reserved_portion .flex02 .cm-title01 .jp {
  margin-top: 0;
}
.p-legally_reserved_portion .flex02 .ct {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.p-legally_reserved_portion .flex02 img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
