@charset "UTF-8";
/*basic.css RESET*/
/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

ul, ol {
  list-style: none;
}

fieldset, img {
  border: none;
}

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font-size: 12px;
}

/* BASE */
html {
  margin-bottom: 1px;
  height: 100%;
  background-color: #FFF;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
  font-size: 14px;
  color: #000;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, select, option, a, span, button {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #151515;
}

/* HIDE HACK FROM MAC-IE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* END HIDING */
/* LINK */
a:link, a:visited {
  color: #0277bd;
  text-decoration: underline;
}

a:hover {
  color: #0071B9;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* IMG */
img {
  margin: 0;
  padding: 0;
  border: 0;
}

/* css3 */
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 1;
  opacity: 1;
}

body {
  background-color: #FFF;
}

#container {
  width: 960px;
}

#page_block5 {
  clear: both;
}

.bgblue-pastel {
  background-color: #b6e2f5;
}

.bgred-pastel {
  background-color: #f5b6b6;
}

/*---------*/
img {
  vertical-align: top;
}

.pc_only {
  display: block !important;
}

.pc_only_2 {
  display: flex !important;
}

.sp_only {
  display: none !important;
}

.sp_only_2 {
  display: none !important;
}

#container {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

#width-limit {
  max-width: 1440px;
}

header {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
}

.logo a {
  display: block;
  width: 145px;
  height: 70px;
  margin-left: -9px;
  background: url(/docs/images/2017/top/epark_logo.svg) no-repeat;
}

.logo a:hover {
  opacity: 0.8;
}

.main_img {
  position: relative;
}

.main_img img {
  display: block;
  width: 100%;
  margin: auto;
}

section {
  max-width: 1440px;
  margin: 0 auto;
}

.hidden {
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.hidden.left {
  transform: translate(-5%, 0);
}
.hidden.left.show {
  transform: translate(0, 0);
}
.hidden.right {
  transform: translate(5%, 0);
}
.hidden.right.show {
  transform: translate(0, 0);
}

.show {
  opacity: 1;
  transform: translate(0, 0);
}

.show.delay-100 {
  transition-delay: 100ms;
}

.show.delay-200 {
  transition-delay: 200ms;
}

.show.delay-300 {
  transition-delay: 300ms;
}

.show.delay-400 {
  transition-delay: 400ms;
}

/* -------------------------- コンテンツ領域（PC） ここから -------------------------- */
.highlighted-text {
  color: #FFE607;
  font-family: "Noto Sans JP", sans-serif;
}

.orange-text {
  color: #FF6B06;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.btn-consult {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #FF6B06;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  padding: 1rem 2.2rem 1rem 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.btn-effect_push.btn-consult {
  border-bottom: 5px solid #aaa;
  transition: margin-top 0.1s ease, border-bottom-width 0.1s ease;
}
.btn-effect_push.btn-consult:hover {
  margin-top: 3px;
  border-bottom-width: 2px;
}

.btn-effect_lighten.btn-consult {
  transition: opacity 0.2s ease;
}
.btn-effect_lighten.btn-consult:hover {
  opacity: 0.8;
}

.consult {
  display: flex;
  position: relative;
  margin-top: 14%;
}
.consult img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.consult .btn-group {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px;
  right: 5%;
  bottom: 22%;
}
.consult .btn-group p {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-family: "Noto Sans", sans-serif;
}
.consult .btn-group p .highlighted-text {
  color: #FF6B06;
  font-size: 32px;
  font-family: "Noto Sans", sans-serif;
}
.consult .btn-group .btn-consult {
  font-size: 32px;
  letter-spacing: 2.5px;
  gap: 4%;
  padding: 1.1rem 18% 1.1rem 15%;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.consult .btn-group .btn-consult .icon-envelope {
  width: 48px;
  height: 48px;
}
.consult .btn-group .btn-consult .icon-arrow {
  width: 24px;
  height: 42px;
  position: absolute;
  right: 5%;
}

.consult_2.consult {
  margin-top: 0;
  max-height: 408px;
}

.consult_3.consult {
  margin-top: 0;
  max-height: 408px;
  z-index: 10;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}
.section-title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFF;
  position: relative;
}
.section-title p::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background: #FFF;
}
.section-title h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 56px;
  color: #FFF;
}

.section-title.white-bg p {
  color: #285496;
}
.section-title.white-bg p::after {
  background: #285496;
}
.section-title.white-bg h2 {
  color: #151515;
}

.endlist {
  border-radius: 8px;
  list-style: disc;
  padding: 5% 7%;
}
.endlist li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
}
.endlist li::marker {
  font-size: 10px;
}

.back-to-top {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  bottom: 80px;
  right: 5px;
  border: none;
  background: none;
  z-index: 1000;
  cursor: pointer;
}
.back-to-top.show {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.back-to-top.show:hover {
  opacity: 0.8;
}

.endnote {
  width: 100%;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 12px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  padding: 16px 32px;
  z-index: 1000;
}
header nav .btn-consult {
  float: right;
}

.hero {
  position: relative;
  margin-top: 101px;
}
.hero .hero-wrapper {
  position: relative;
}
.hero .hero-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  opacity: 0.5;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.hero .hero-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  opacity: 0.5;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.hero .hero-wrapper .hero-text {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.hero .hero-wrapper .hero-text .upper-text {
  padding: 1% 8% 1% 9%;
  background: #285496;
  clip-path: polygon(12% 0%, 99% 0%, 90% 100%, 3% 100%);
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  font-size: 24px;
  color: #FFF;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
}
.hero .hero-wrapper .hero-text .upper-text span {
  font-family: "Noto Sans JP", sans-serif;
}
.hero .hero-wrapper .hero-text h1 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 7px;
  font-family: "Noto Sans JP", sans-serif;
}
.hero .hero-wrapper .hero-text h1 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #285496;
  font-size: 64px;
}
.hero .hero-wrapper .hero-pop {
  position: absolute;
  left: 50%;
  bottom: -40%;
  transform: translate(-50%, -12px);
  z-index: 10;
  width: 70%;
  max-width: 1500px;
  display: block;
}
.hero .hero-wrapper .hero-pop img {
  width: 100%;
}

.problem {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: none;
}
.problem .problem-body-wrapper {
  padding: 13% 0 12% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/bg_navy.png") no-repeat center bottom/cover;
  z-index: 2;
  position: relative;
}
.problem .problem-body-wrapper .problem-body {
  row-gap: 2rem;
  margin-top: 7rem;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.problem .problem-body-wrapper .problem-body img {
  z-index: 5;
}
.problem .intro_inheritance {
  background: url("../img/bg_img.png") no-repeat center/cover;
  padding: 15% 0 3% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7rem;
  z-index: 1;
  margin-top: -6%;
}
.problem .intro_inheritance div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 56px;
  text-align: center;
  row-gap: 12px;
  width: 100%;
}
.problem .intro_inheritance div h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 56px;
}
.problem .intro_inheritance div h2 div {
  display: flex;
  flex: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.sub-card .en-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
}
.sub-card p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.sub-card h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  border-bottom: 2px solid red;
  padding: 1% 0 1% 0;
  margin-bottom: 35px;
}

.merit {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12.5% 0 0 0;
  gap: 8rem;
  background-color: #fff;
}
.merit .merit-card {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #285496;
  margin-bottom: 2%;
  border-radius: 8px;
  overflow: hidden;
  max-width: 1440px;
}
.merit .merit-card .sub-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5% 2% 5% 8%;
}
.merit .merit-card .sub-card .en-title {
  color: #FFF;
  line-height: 1;
}
.merit .merit-card .sub-card p {
  color: #FFF;
  line-height: 1.7;
}
.merit .merit-card .sub-card h3 {
  color: #FFF;
  border-bottom: 2px solid #FFF;
}

.feature {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 7.2rem;
  padding: 13% 7.4% 0 7.4%;
  background: #E6ECF6;
  position: relative;
  z-index: 10;
  max-width: none;
}
.feature::after {
  display: none;
}
.feature .feature-cards {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 6.5rem;
  display: flex;
}
.feature .feature-card {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
}
.feature .feature-card .sub-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.3% 0 0 9%;
}
.feature .feature-card .sub-card .en-title {
  color: #285496;
  line-height: 1;
}
.feature .feature-card .sub-card p {
  line-height: 1.7;
}
.feature .feature-card .sub-card p:not(.en-title) {
  padding-bottom: 1.7rem;
}
.feature .feature-card .sub-card h3 {
  padding: 2% 0 3% 0;
  border-bottom: 2px solid #285496;
}
.feature .feature-card .sub-card .endnote {
  color: #4E4E4E;
  font-size: 15px;
  margin-top: 4%;
}
.feature .feature-card img {
  width: 46%;
  height: -moz-fit-content;
  height: fit-content;
}
.feature .feature-1.feature-card {
  margin-bottom: 3rem;
}
.feature .feature-2.feature-card {
  flex-direction: row-reverse;
  margin-bottom: 1.9rem;
}
.feature .feature-2.feature-card .sub-card {
  padding: 0.3% 9% 0 0%;
}
.feature .feature-2.feature-card .sub-card p:not(.en-title) {
  padding-bottom: 1.2rem;
}
.feature .feature-3.feature-card {
  margin-bottom: 2.5rem;
}
.feature .feature-3.feature-card .endlist {
  padding: 0 7%;
}
.feature .feature-4.feature-card {
  flex-direction: row-reverse;
  margin-bottom: 2.8rem;
}
.feature .feature-4.feature-card .sub-card {
  padding: 0.3% 9% 0 0%;
}
.feature .feature-4.feature-card .sub-card h3 {
  padding: 3% 0 3% 0;
}
.feature .feature-4.feature-card .sub-card p:not(.en-title) {
  padding-bottom: 0;
}
.feature .feature-5.feature-card {
  flex-wrap: wrap;
}
.feature .feature-5.feature-card .sub-card p:not(.en-title) {
  padding-bottom: 0;
}
.feature .feature-5.feature-card .endnote {
  padding-left: 9%;
  padding-top: 1%;
  text-align: left;
  color: #4E4E4E;
}

.rate_structure {
  padding: 12.4% 9.7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.2rem;
}
.rate_structure .rate-card {
  margin-bottom: 2.5%;
  max-width: 1440px;
}
.rate_structure .rate-card .sub-card .en-title {
  color: #285496;
}
.rate_structure .rate-card .sub-card p:not(.en-title) {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.rate_structure .rate-card .sub-card h3 {
  padding: 0.7% 0 15px 0;
  border-bottom: 2px solid #285496;
}
.rate_structure .comparison {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #285496;
  background-color: #E6ECF6;
  padding: 1.2% 1.7%;
  margin-top: 3%;
  border-radius: 16px;
}
.rate_structure .rate-1.rate-card .rate-1-img {
  padding: 2% 3% 1.5% 3%;
}
.rate_structure .rate-1.rate-card .endnote {
  width: auto;
  float: right;
  color: #4E4E4E;
}
.rate_structure .rate-1.rate-card .endnote.question {
  gap: 1%;
  color: #151515;
  margin: 0;
  font-size: 16px;
}
.rate_structure .rate-1.rate-card .endnote.question img {
  width: 18px;
  vertical-align: bottom;
}
.rate_structure .rate-2.rate-card p:not(.en-title) {
  margin-bottom: 0;
}
.rate_structure .rate-2.rate-card .endnote {
  float: right;
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.rate_structure .rate-2.rate-card .endlist {
  padding: 2.5% 11.5%;
  background-color: #DEDEDE;
  border-radius: 16px;
  margin-top: 1.5%;
}
.rate_structure .rate-2.rate-card .endlist li {
  font-size: 16px;
  line-height: 1.9;
}
.rate_structure .rate-3.rate-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.rate_structure .rate-3.rate-card img {
  margin-left: 5%;
}
.rate_structure .rate-3.rate-card p:not(.en-title) {
  margin-bottom: 0;
}

.last-consult .consult {
  margin-top: -12%;
  justify-content: flex-end;
}
.last-consult .consult .pop-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 11%;
  left: 0;
  background: #285496;
  z-index: 10;
  padding: 3.1rem 36% 2.6rem 15%;
  clip-path: polygon(0 0, 67% 0, 62% 100%, 0 100%);
  gap: 0px;
}
@media (min-width: 1075px) and (max-width: 1300px) {
  .last-consult .consult .pop-text {
    top: -5%;
    padding: 3.1rem 36% 2.6rem 3%;
  }
}
.last-consult .consult .pop-text div {
  font-family: "Noto Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #fff;
}
.last-consult .consult .pop-text p {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  color: #fff;
}
.last-consult .consult .btn-group {
  gap: 8px;
  right: 26%;
  bottom: 17%;
  top: auto;
}
.last-consult .consult .btn-group p {
  font-size: 32px;
}

.footer-wrapper {
  margin-top: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-wrapper p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #151515;
  letter-spacing: 1px;
}
.footer-wrapper img {
  margin: 1% auto;
}

/* -------------------------- コンテンツ領域（PC） ここまで -------------------------- */
footer .ad_number {
  width: 600px;
  margin: 24px auto;
  text-align: right;
  color: #aaa;
}

footer .footer_introduction_text {
  margin-bottom: 2.9%;
}

footer .footer_links {
  display: flex;
  justify-content: center;
}

footer .footer_links li {
  align-items: center;
  line-height: 15px;
}

footer .footer_links li + li {
  margin-left: 32px;
  padding-left: 32px;
  border-left: 1px solid #000;
}

footer .footer_links li a {
  font-size: 15px;
  color: #666666;
}

footer .ad_number {
  margin: 5rem auto 0;
  color: #aaa;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
}

footer .copyright {
  background-color: #E6ECF6;
  width: 100%;
  display: block;
  margin: 14px 0 0 0;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.footer_links a.tap {
  opacity: 0.5;
}

@media screen and (max-width: 1074px) {
  html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
  }
  h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
  }
  ul, ol {
    list-style: none;
  }
  fieldset, img {
    border: none;
  }
  caption, th {
    text-align: left;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
  }
  input {
    margin: 0;
    padding: 0;
  }
  textarea {
    font-size: 12px;
  }
  html {
    height: 100%;
  }
  html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    font-size: 12px;
    color: #151515;
  }
  html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, select, option, a, span {
    font-family: "Verdana", Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clearfix {
    display: inline-block;
  }
  * html .clearfix {
    height: 1%;
  }
  .clearfix {
    display: block;
  }
  .clearfix {
    overflow: hidden;
  }
  a:link, a:visited {
    color: #0277bd;
    text-decoration: none;
  }
  a:focus {
    outline: none;
  }
  img {
    margin: 0;
    padding: 0;
    border: 0;
  }
  hr {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #999;
    height: 1px;
    margin-bottom: 15px;
  }
  hr.dot {
    border-width: 1px 0 0 0;
    border-style: dotted;
    border-color: #999;
    height: 1px;
  }
  hr.dash {
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #999;
    height: 1px;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt25 {
    margin-top: 25px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .floR {
    float: right !important;
  }
  .floL {
    float: left !important;
  } /*a:hover img{-webkit-opacity:0.7;opacity:0.7}*/
  body {
    background-color: #FFF;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }
  .sp_area_1 {
    background: #fffce9 !important;
  }
  i, cite, em, var, address, dfn {
    font-style: normal;
  }
  iframe {
    vertical-align: top;
  }
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .easy_registration a:hover {
    opacity: 1;
  }
  a.tap {
    opacity: 1;
  }
  .pc_only {
    display: none !important;
  }
  .pc_only_2 {
    display: none !important;
  }
  .pc_only_3 {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .sp_only_2 {
    display: flex !important;
  }
  .sp_only_3 {
    display: inline-block !important;
  }
  #container {
    width: auto;
  }
  header .logo a {
    display: block;
    width: 110px;
    height: 48px;
    background-position: top 6px left 19px;
    background-size: 80px;
  }
  .main_img img {
    width: 100%;
  }
  /* -------------------------- コンテンツ領域（SP） ここから -------------------------- */
  header {
    position: relative;
    padding: 7px 19px;
    box-shadow: none;
  }
  header img {
    width: 105px;
  }
  .section-title {
    gap: 5px;
  }
  .section-title p {
    font-size: 14px;
  }
  .section-title p::after {
    width: 24px;
    bottom: -4px;
  }
  .section-title h2 {
    font-size: 32px;
  }
  .sub-card .en-title {
    font-size: 16px;
  }
  .sub-card p {
    font-size: 18px;
  }
  .sub-card h3 {
    font-size: 24px;
  }
  .consult {
    margin-top: 70%;
    max-height: 800px;
  }
  .consult img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    max-height: 600px;
  }
  .consult .btn-group {
    width: 100%;
    bottom: 40%;
    top: auto;
    right: 0;
    padding: 0 5%;
    gap: 11px;
  }
  .consult .btn-group p {
    font-size: 18px;
    letter-spacing: 0.7px;
  }
  .consult .btn-group p .highlighted-text {
    font-size: 24px;
  }
  .consult .btn-group .btn-consult {
    font-size: 22px;
    letter-spacing: 0.5px;
    gap: 3%;
    padding: 1rem 16% 1rem 7%;
  }
  /* -------------------------- Tablet Design -------------------------- */
  /* -------------------------- コンテンツ領域（SP） ここまで -------------------------- */
  /* //@media screen and (max-width: 679px) */
}
@media screen and (max-width: 1074px) and (max-width: 360px) {
  .consult .btn-group .btn-consult {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1074px) {
  .consult .btn-group .btn-consult .icon-envelope {
    width: 34px;
    height: 34px;
  }
  .consult .btn-group .btn-consult .icon-arrow {
    width: 16px;
    height: 28px;
  }
  .consult_2.consult {
    margin-top: 8%;
    max-height: none;
  }
  .consult_2.consult .btn-group {
    bottom: auto;
    top: 8%;
  }
  .consult_3.consult {
    margin-top: -75px;
    max-height: none;
  }
  .consult_3.consult .btn-group {
    gap: 17px;
    top: 8%;
  }
  .consult_3.consult .btn-group p .highlighted-text {
    line-height: 1.2;
  }
  .endnote {
    text-align: left;
  }
  .hero {
    margin-top: 0;
  }
  .hero .hero-wrapper {
    background: url(../img/hero.png) no-repeat center/cover;
    min-height: 476px;
  }
  .hero .hero-wrapper::before {
    clip-path: polygon(0 0, 100% 0, 0 60%);
  }
  .hero .hero-wrapper::after {
    clip-path: polygon(160% 0, 100% 100%, 0 100%);
  }
  .hero .hero-wrapper .hero-text {
    top: 14%;
  }
  .hero .hero-wrapper .hero-text .upper-text {
    font-size: 19px;
  }
  .hero .hero-wrapper .hero-text .text-1.upper-text {
    clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
    padding: 7.5px 6% 7.5px 7%;
    margin-right: 161px;
  }
  .hero .hero-wrapper .hero-text .text-2.upper-text {
    margin: 2% 0% 0 14%;
    padding: 7.5px 7% 7.5px 9%;
    clip-path: polygon(11% 0%, 97% 0%, 91% 100%, 4% 100%);
  }
  .hero .hero-wrapper .hero-text h1 {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-top: 18px;
  }
  .hero .hero-wrapper .hero-text h1 span {
    font-size: 50px;
    letter-spacing: 10px;
  }
  .hero .hero-wrapper .hero-pop {
    top: 83%;
    transform: translate(-50%, -42px);
    z-index: 10;
    width: 90%;
    bottom: 0;
  }
  .hero .hero-wrapper .hero-pop .endnote {
    margin-bottom: 4px;
    padding-left: 10%;
  }
  .hero .consult {
    margin-top: 90%;
  }
  .hero .consult .btn-group {
    top: 19%;
    right: 0;
    padding: 0 5%;
    gap: 11px;
  }
  .hero .consult .btn-group p {
    font-size: 18px;
    letter-spacing: 0.7px;
  }
  .hero .consult .btn-group p span {
    font-size: 24px;
  }
  .problem .problem-body-wrapper {
    padding: 94px 0 94px 0;
  }
  .problem .problem-body-wrapper .problem-body {
    padding: 0 5%;
    margin-top: 3rem;
    align-items: center;
    justify-content: center;
    row-gap: 0;
  }
  .problem .problem-body-wrapper .problem-body img {
    margin-bottom: 24px;
    position: relative;
    max-width: 700px;
  }
  .problem .intro_inheritance {
    padding: 12% 0 3% 0;
    gap: 2rem;
    background-position: left;
  }
  .problem .intro_inheritance div {
    width: auto;
  }
  .problem .intro_inheritance div h2 {
    font-size: 32px;
  }
  .problem .intro_inheritance div div {
    font-size: 32px;
  }
  .problem .intro_inheritance div div #img-inheritance {
    width: 90%;
    margin-top: 3%;
  }
  .problem .intro_inheritance div div #img-exclaimation {
    width: 4%;
  }
  .problem .intro_inheritance img {
    width: 90%;
  }
  .merit {
    padding: 140px 0 0 0;
    gap: 3.5rem;
    z-index: 1;
    position: relative;
  }
  .merit .merit-card {
    width: 90%;
    overflow: visible;
    background: none;
    margin-bottom: 7%;
  }
  .merit .merit-card .sub-card {
    padding: 8% 5% 27% 5%;
    background: #285496;
    border-radius: 10px;
    width: 100%;
  }
  .merit .merit-card .sub-card p {
    line-height: 1.4;
  }
  .merit .merit-card .sub-card h3 {
    margin-bottom: 1.8rem;
    padding: 1% 0 2% 0;
  }
  .merit .merit-card img {
    margin-top: -20%;
    margin-left: 2%;
    width: 100%;
  }
  .merit .merit-card.merit-3 img {
    border-radius: 0 8px 8px 0;
  }
  .feature {
    padding: 94px 6% 94px 6%;
    row-gap: 3.8rem;
  }
  .feature .feature-cards {
    gap: 0;
  }
  .feature .feature-card {
    justify-content: center;
  }
  .feature .feature-card .sub-card {
    padding: 0 !important;
    width: 100%;
  }
  .feature .feature-card .sub-card img {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .feature .feature-card .sub-card h3 {
    padding: 1% 0 15px 0;
    margin-bottom: 1.9rem;
  }
  .feature .feature-card .sub-card p {
    line-height: 1.5;
  }
  .feature .feature-card .sub-card p:not(.en-title) {
    font-size: 18px;
    padding-bottom: 1.1rem;
  }
  .feature .feature-card .sub-card .endnote {
    font-size: 15px !important;
    margin-top: 1%;
  }
  .feature .feature-1.feature-card {
    margin-bottom: 4.2rem;
  }
  .feature .feature-2.feature-card {
    margin-bottom: 3.7rem;
  }
  .feature .feature-3.feature-card {
    margin-bottom: 5.5rem;
    width: 100%;
  }
  .feature .feature-4.feature-card {
    margin-bottom: 4rem;
  }
  .feature .feature-4.feature-card .sub-card h3 {
    padding: 0% 0 3% 0;
    line-height: 1.4;
  }
  .feature .feature-4.feature-card .sub-card p:not(.en-title) {
    padding-bottom: 1.4rem;
  }
  .feature .feature-5.feature-card .sub-card p:not(.en-title) {
    padding-bottom: 1.4rem;
  }
  .feature .feature-5.feature-card .endnote {
    padding: 0;
  }
  .rate_structure {
    padding: 96px 5% 22% 5%;
    gap: 3rem;
  }
  .rate_structure .rate-card {
    margin-bottom: 2rem;
  }
  .rate_structure .rate-card .sub-card h3 {
    margin-bottom: 1.9rem;
  }
  .rate_structure .rate-card .sub-card p:not(.en-title) {
    line-height: 1.4;
    margin-bottom: 1.8rem;
  }
  .rate_structure .comparison {
    margin-top: 0;
    line-height: 1.3;
    padding: 3% 4.7%;
    font-size: 22px;
  }
  .rate_structure .rate-1.rate-card .rate-1-img {
    padding: 1.2rem 0;
  }
  .rate_structure .rate-2.rate-card img {
    width: auto;
  }
  .rate_structure .rate-2.rate-card .endlist {
    padding: 5.8% 5% 1% 8%;
    margin-top: 1rem;
  }
  .rate_structure .rate-2.rate-card .endlist li {
    line-height: 1.4;
    margin-bottom: 1.6rem;
  }
  .rate_structure .rate-2.rate-card .rate-2-img {
    display: flex;
    width: 100%;
    align-items: flex-end;
    padding: 1.2rem 0;
    position: relative;
  }
  .rate_structure .rate-2.rate-card .rate-2-img .js-scrollable {
    width: 100%;
    position: static !important;
  }
  .rate_structure .rate-2.rate-card .rate-2-img .js-scrollable .table-right {
    width: auto;
  }
  .rate_structure .rate-2.rate-card .rate-2-img .js-scrollable .scroll-hint-icon-wrap {
    z-index: 10;
  }
  .rate_structure .rate-3.rate-card {
    display: block;
  }
  .rate_structure .rate-3.rate-card .sub-card {
    width: 100%;
  }
  .rate_structure .rate-3.rate-card p:not(.en-title) {
    margin-bottom: 0;
    line-height: 1.45;
  }
  .rate_structure .rate-3.rate-card img {
    margin-top: 3.6%;
    margin-left: 0;
    width: 100%;
  }
  .last-consult .consult {
    max-height: 540px;
  }
  .last-consult .consult img {
    -o-object-position: center;
       object-position: center;
  }
  .last-consult .consult .pop-text {
    top: 8%;
    padding: 22.5px 13% 22.5px 5%;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
    gap: 7px;
  }
  .last-consult .consult .pop-text div {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .last-consult .consult .pop-text p {
    font-size: 18px;
  }
  .last-consult .consult .btn-group {
    left: 0%;
    top: 67%;
  }
  .last-consult .consult .btn-group p {
    font-size: 18px;
  }
  .footer-wrapper {
    margin-top: 20%;
  }
  .footer-wrapper p {
    font-size: 14px;
  }
  .footer-wrapper img {
    width: 65%;
    margin: 2% auto 2.9% auto;
  }
  .footer-wrapper .footer_introduction_text {
    padding: 0 40px;
  }
  .footer-wrapper .footer_links {
    margin: 26px 16px;
  }
  .footer-wrapper .footer_links li a {
    font-size: 15px;
  }
  .footer-wrapper .footer_links li + li {
    margin-left: 19px;
    padding-left: 19px;
  }
  .footer-wrapper .btn-consult {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    font-size: 22px;
    max-width: none;
    border-radius: 0;
    padding: 0.9rem 0;
    justify-content: center;
    gap: 8px;
  }
  .footer-wrapper .btn-consult img {
    margin: 0;
  }
  .footer-wrapper .btn-consult .icon-envelope {
    width: 34px;
    height: 34px;
  }
  .footer-wrapper .btn-consult .icon-arrow {
    width: 16px;
    height: 28px;
  }
}
@media screen and (max-width: 1074px) and (min-width: 550px) and (max-width: 1074px) {
  .hero-pop .pc_only {
    display: block !important;
  }
  .hero-pop .sp_only {
    display: none !important;
  }
  .hero .consult {
    margin-top: 16%;
  }
  .inherit-img.pc_only {
    display: block !important;
  }
  .inherit-img.sp_only {
    display: none !important;
  }
  .rate-1-img.pc_only {
    display: block !important;
  }
  .rate-1-img.sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 1074px) and (min-width: 662px) and (max-width: 1074px) {
  .table-wrapper.pc_only {
    display: block !important;
    width: 100% !important;
  }
  .table-wrapper.sp_only_2 {
    display: none !important;
  }
  .rate-2-img.pc_only {
    display: block !important;
    width: 100% !important;
  }
  .rate-2-img.sp_only_2 {
    display: none !important;
  }
}
@media screen and (max-width: 1074px) {
  footer .ad_number {
    width: auto;
    margin: 24px 16px;
  }
  footer .footer_links {
    width: auto;
    margin: 24px 16px;
  }
  footer .footer_links li a {
    font-size: 11px;
    font-family: "Noto Sans JP", sans-serif;
  }
  footer .ad_number {
    margin: 5rem auto 0;
  }
  footer .copyright {
    background: #D0DAE9;
    margin-top: 14px;
    padding: 7px 0 3px 0;
    font-size: 12px;
    color: #151515;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 55px;
    border-bottom: 4px solid #acc4e9;
  }
  .ripple {
    position: relative;
    overflow: hidden;
    transition: 0.2s;
    z-index: 1;
  }
  .ripple .rp-effect { /*エフェクト*/
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    opacity: 0.3; /*波紋の濃さ*/
    transform: scale(0);
    background: #0277BD; /*波紋色*/
    animation: ripple 500ms forwards cubic-bezier(0, 0, 0.2, 1);
    pointer-events: none;
    z-index: -1;
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
  }
  @keyframes ripple {
    to {
      opacity: 0;
      transform: scale(2);
    }
  }
}/*# sourceMappingURL=style.css.map */