@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #222222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  display: flex;
  flex-flow: column;
  gap: 15px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #0095e2;
  line-height: 42px;
}
.heading--lv3 .sub {
  color: #222222;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    gap: 10px;
    font-size: 2.3rem;
    line-height: 35px;
  }
  .heading--lv3 .sub {
    font-size: 1.6rem;
  }
}
.button--pattern-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 210px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background: #222222;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 90px;
  transition: opacity 0.2s;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}
.button--pattern-1:hover {
  transition: transform 0.3s ease;
  background: #0095e2;
}
.button--pattern-1:hover i {
  transition: transform 0.3s ease;
  transform: translateX(3px);
}
.button--pattern-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #222222;
  color: #333333;
}
.button--pattern-2:hover {
  color: #0095e2;
  border-bottom: 1px solid #0095e2;
}
.button--pattern-2:hover .icon {
  color: #0095e2;
}
.button--pattern-2 .icon {
  color: #222222;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 210px;
    padding: 15px;
  }
  .button--pattern-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.sub-mv {
  position: relative;
  height: 550px;
  margin-top: -100px;
}
.sub-mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sub-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.95;
}
.sub-mv__title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 750px;
  width: 40%;
  padding: 30px 0;
  background: #ffffff;
  border-radius: 0 10px 0 0;
  font-size: 3.8rem;
  font-weight: 500;
  color: #0095e2;
  line-height: 1;
}
.sub-mv__img {
  position: absolute;
  bottom: 0;
  left: 38%;
  width: 218px;
  z-index: 2;
}
.sub-mv__img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .sub-mv {
    height: 400px;
    margin-top: -60px;
  }
  .sub-mv__bg img {
    -o-object-position: left;
       object-position: left;
  }
  .sub-mv__title {
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 20px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .sub-mv__img {
    left: unset;
    width: 120px;
    right: 10px;
  }
}
.header {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 100;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.header__logo {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 290px;
}
.header__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  padding-right: 20px;
}
.header__tel {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
.header__tel span {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__item a {
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.2s;
}
.header__item a:hover {
  color: #0095e2;
}
.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 150px;
  background: #0095e2;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.header__contact:hover {
  transition: background 0.3s ease;
  background: #222222;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
  .header__inner {
    padding: 0 15px;
  }
  .header__logo {
    width: 180px;
  }
}
.footer-action {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.footer-action__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.footer-action__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-action__inner {
  position: relative;
  z-index: 1;
}
.footer-action__contents {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 50px 55px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.footer-action__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.footer-action__title {
  font-size: 3rem;
  font-weight: 500;
  color: #0095e2;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 2px;
}
.footer-action__text {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.footer-action__cta {
  display: flex;
  gap: 30px;
  align-items: stretch;
  width: 100%;
  max-width: 830px;
}
.footer-action__tel, .footer-action__mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 1;
  background: #f2f2f2;
  padding: 30px;
  box-sizing: border-box;
  min-height: 150px;
}
.footer-action__tel-label, .footer-action__mail-label {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.footer-action__tel-num {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-action__tel-num i {
  font-size: 2rem;
}
.footer-action__tel-num span {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
.footer-action__tel-hours {
  text-align: center;
  letter-spacing: 0.05em;
}
.footer-action__mail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 290px;
  background: #0095e2;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.footer-action__mail-btn i {
  font-size: 1.6rem;
}
.footer-action__mail-btn:hover {
  transition: background 0.3s ease;
  background: #222222;
}
.footer-action__mail-note {
  text-align: center;
  letter-spacing: 0.05em;
}

.footer-bar {
  padding: 80px 0 50px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  border-top: 1px solid #222222;
  padding-top: 10px;
  margin-top: 220px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  width: 290px;
  margin-bottom: 55px;
}
.footer-bar__address {
  font-size: 1.4rem;
  font-weight: 500;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 520px;
  height: -moz-fit-content;
  height: fit-content;
}
.footer-bar__item a {
  font-size: 1.5rem;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  font-weight: 500;
}
.footer-bar__copyright a:hover {
  opacity: 0.8;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 50px 0;
  }
  .footer-action__contents {
    padding: 30px 20px;
  }
  .footer-action__heading {
    text-align: center;
  }
  .footer-action__title {
    font-size: 2.5rem;
  }
  .footer-action__text {
    font-size: 1.4rem;
  }
  .footer-action__cta {
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
  }
  .footer-action__tel-num span {
    font-size: 3rem;
  }
  .footer-action__mail-btn {
    width: 100%;
    max-width: 290px;
  }
  .footer-bar {
    padding: 60px 0 30px;
  }
  .footer-bar__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    margin-top: 60px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
  }
  .footer-bar__logo {
    width: 250px;
    margin-bottom: 20px;
  }
  .footer-bar__group {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .footer-bar__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #0095e2;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__header {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 180px;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: linear-gradient(135deg, #063675 0%, #68788d 100%);
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #0095e2;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #ffffff;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  position: relative;
  margin-top: -100px;
  height: 100vh;
  max-height: 900px;
  min-height: 700px;
}
.top-mv__bg {
  position: absolute;
  inset: 0;
  background: url(../img/pages/top/mv.jpg) no-repeat center center/cover;
  z-index: 0;
}
.top-mv__body {
  position: absolute;
  left: 55px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  z-index: 1;
}
.top-mv__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top-mv__copy-line {
  display: inline-block;
  background: #ffffff;
  color: #0095e2;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 3px 5px 5px;
}
.top-mv__sub {
  font-size: 2.5rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}
.top-mv__img {
  position: absolute;
  right: -186px;
  top: -20px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    max-height: 420px;
    min-height: unset;
    margin-top: -60px;
  }
  .top-mv__bg {
    background-position: left;
  }
  .top-mv__body {
    left: 20px;
    bottom: 30px;
    gap: 15px;
  }
  .top-mv__copy {
    gap: 10px;
  }
  .top-mv__copy-line {
    font-size: 2.4rem;
    padding: 2px 5px 4px;
  }
  .top-mv__sub {
    font-size: 1.6rem;
  }
  .top-mv__img {
    width: 130px;
    right: -110px;
    top: -20px;
  }
}
.top-about {
  position: relative;
  padding: 100px 0;
}
.top-about__bg-img {
  position: absolute;
  top: 100px;
  right: 0;
  width: 62.5%;
  height: 560px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.top-about__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-about__inner {
  position: relative;
  z-index: 1;
  height: 560px;
  display: flex;
  align-items: flex-end;
}
.top-about__contents {
  position: relative;
  background: #ffffff;
  padding: 25px;
  width: 520px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-about__img {
  position: absolute;
  right: 0;
  top: -80px;
  display: flex;
  justify-content: flex-end;
}
.top-about__text {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #222;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 0 0 60px;
    display: flex;
    flex-flow: column;
    margin-top: 60px;
  }
  .top-about__inner {
    height: auto;
    margin-top: -130px;
  }
  .top-about__bg-img {
    position: static;
    width: 100%;
    height: 240px;
    border-radius: 0;
  }
  .top-about__contents {
    width: 100%;
    padding: 30px;
    gap: 20px;
    padding-bottom: 0;
  }
  .top-about__img {
    top: -105px;
    width: 200px;
  }
  .top-about__text {
    font-size: 1.5rem;
  }
}
.top-inheritance {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #0095e2;
  border-radius: 90px 90px 0 0;
}
.top-inheritance__inner {
  position: relative;
  z-index: 1;
}
.top-inheritance__box {
  display: flex;
  align-items: center;
  gap: 80px;
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 100px;
  box-sizing: border-box;
}
.top-inheritance__contents {
  display: flex;
  flex-direction: column;
  gap: 27px;
  flex: 1;
  min-width: 0;
}
.top-inheritance__text {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #222;
}
.top-inheritance__img {
  flex-shrink: 0;
  width: 460px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.top-inheritance__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-inheritance__illust {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 279px;
  z-index: 100;
}
.top-inheritance__illust img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .top-inheritance {
    padding: 30px 10px;
    border-radius: 40px 40px 0 0;
  }
  .top-inheritance__box {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }
  .top-inheritance__text {
    font-size: 1.4rem;
  }
  .top-inheritance__img {
    width: 100%;
    height: 220px;
  }
  .top-inheritance__illust {
    display: none;
  }
  .top-inheritance__btn {
    margin: 0 auto;
  }
}
.top-tax {
  padding: 80px 0;
}
.top-tax__heading {
  margin-bottom: 30px;
}
.top-tax__list {
  display: flex;
  gap: 60px;
}
.top-tax__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.top-tax__img {
  position: relative;
  width: 100%;
}
.top-tax__img-photo {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.top-tax__illust {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: auto;
}
.top-tax__contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top-tax__item-title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 20px;
}
.top-tax__item-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #0095e2;
  border-radius: 1px;
  margin: auto;
}
.top-tax__item-title span {
  font-size: 2rem;
  line-height: 1.5;
}
.top-tax__item-text {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.top-tax__item-taglist {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}
.top-tax__item-tag {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #0095e2;
  letter-spacing: 0.05em;
  width: auto;
}
.top-tax__btn {
  align-self: flex-end;
}

@media only screen and (max-width: 767px) {
  .top-tax {
    padding: 60px 0;
  }
  .top-tax__heading {
    margin-bottom: 30px;
  }
  .top-tax__list {
    flex-direction: column;
    gap: 50px;
  }
  .top-tax__img-photo {
    height: 220px;
  }
  .top-tax__illust {
    width: 40%;
  }
  .top-tax__item-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .top-tax__item-title span {
    display: inline-block;
    font-size: 1.7rem;
  }
}
.top-faq {
  padding: 50px 0;
  background: #ecf9ff;
}
.top-faq__inner {
  display: flex;
  justify-content: center;
}
.top-faq__box {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #ffffff;
  border-radius: 30px;
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
}
.top-faq__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 425px;
  flex-shrink: 0;
}
.top-faq__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.top-faq__label {
  display: inline-block;
  background: #0095e2;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  padding: 3px 15px 5px 10px;
  line-height: 1;
}
.top-faq__heading {
  font-size: 3rem;
  font-weight: 500;
  color: #0095e2;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #0095e2;
  text-underline-offset: 25%;
  text-decoration-thickness: 2px;
}
.top-faq__text {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
}
.top-faq__img {
  display: flex;
  align-items: center;
  width: 500px;
}
.top-faq__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-faq__btn {
  width: 230px;
}

@media only screen and (max-width: 767px) {
  .top-faq {
    padding: 50px 0;
  }
  .top-faq__box {
    flex-direction: column;
    padding: 30px 20px;
    gap: 30px;
  }
  .top-faq__contents {
    width: 100%;
  }
  .top-faq__label {
    font-size: 1.8rem;
  }
  .top-faq__heading {
    font-size: 2rem;
  }
  .top-faq__img {
    width: 100%;
    max-width: 400px;
  }
}
.top-column {
  padding: 80px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 30px;
}
.top-column__list {
  display: flex;
  gap: 40px;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.top-column__item .time {
  color: #0095E2;
  line-height: 1;
}
.top-column__item .title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #0095E2;
  padding-bottom: 15px;
  line-height: 120%;
  letter-spacing: 0.9px;
}
.top-column__item .caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__button {
  position: absolute;
  top: 10px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column__title {
    margin-bottom: 30px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .title {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .top-column__button {
    position: static;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
}
.top-news {
  position: relative;
  padding: 80px 0;
}
.top-news::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 43%;
  height: 100%;
  background-color: #ECF9FF;
  z-index: -1;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 725px;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 25px 0;
}
.top-news__item .link:hover {
  opacity: 0.8;
}
.top-news__item:first-child .link {
  padding-top: 0;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 95%;
}
.top-news__item .time {
  color: #0095E2;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.top-news__item .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
.top-news__item .icon {
  color: #0095E2;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news::after {
    width: 100%;
  }
  .top-news__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .top-news__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90%;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__button {
    position: static;
    margin: 0 auto;
  }
}
.inheritance-problem {
  padding: 100px 0;
}
.inheritance-problem__box {
  display: flex;
  gap: 80px;
}
.inheritance-problem__img {
  flex-shrink: 0;
  width: 305px;
}
.inheritance-problem__img img {
  width: 100%;
  height: auto;
}
.inheritance-problem__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.inheritance-problem__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inheritance-problem__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.inheritance-problem__item i {
  color: #0095e2;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.inheritance-problem__item span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.05em;
}
.inheritance-problem__arrow {
  width: 44px;
  margin: 50px auto 10px;
  text-align: center;
}
.inheritance-problem__lead {
  margin-top: 20px;
  text-align: center;
}
.inheritance-problem__lead p {
  font-size: 3rem;
  font-weight: 500;
  color: #0095e2;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

@media only screen and (max-width: 767px) {
  .inheritance-problem {
    padding: 60px 0;
  }
  .inheritance-problem__box {
    flex-flow: column;
    gap: 30px;
  }
  .inheritance-problem__body {
    gap: 30px;
  }
  .inheritance-problem__img {
    display: none;
  }
  .inheritance-problem__item span {
    font-size: 1.5rem;
  }
  .inheritance-problem__arrow {
    margin: 30px auto 10px;
  }
  .inheritance-problem__lead p {
    font-size: 1.9rem;
  }
}
.inheritance-about {
  padding: 100px 0;
  background: #0095e2;
  border-radius: 90px 90px 0 0;
  overflow: hidden;
}
.inheritance-about__box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 80px;
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 100px;
  box-sizing: border-box;
}
.inheritance-about__contents {
  display: flex;
  flex-direction: column;
  gap: 27px;
  flex: 1;
  min-width: 0;
}
.inheritance-about__img {
  flex-shrink: 0;
  width: 460px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.inheritance-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inheritance-about__illust {
  position: absolute;
  bottom: 50px;
  right: calc(50% - 540px);
  width: 279px;
  z-index: 2;
}
.inheritance-about__illust img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .inheritance-about {
    padding: 30px 10px;
    border-radius: 40px 40px 0 0;
  }
  .inheritance-about__box {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }
  .inheritance-about__img {
    width: 100%;
    height: 220px;
  }
  .inheritance-about__illust {
    display: none;
  }
}
.inheritance-reason {
  padding: 80px 0;
}
.inheritance-reason__heading {
  text-align: center;
  margin-bottom: 50px;
}
.inheritance-reason__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.inheritance-reason__item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.inheritance-reason__img {
  flex-shrink: 0;
  width: 420px;
  height: 299px;
  border-radius: 8px;
  overflow: hidden;
}
.inheritance-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inheritance-reason__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inheritance-reason__title {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.inheritance-reason__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0095e2;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0px 1px 2px;
}
.inheritance-reason__title-text {
  font-size: 2.6rem;
  font-weight: 500;
  color: #0095e2;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .inheritance-reason {
    padding: 60px 0;
  }
  .inheritance-reason__heading {
    margin-bottom: 30px;
  }
  .inheritance-reason__item {
    flex-direction: column;
    gap: 20px;
  }
  .inheritance-reason__img {
    width: 100%;
    height: 250px;
  }
  .inheritance-reason__title {
    padding-bottom: 15px;
  }
  .inheritance-reason__title-text {
    font-size: 2rem;
  }
}
.inheritance-service {
  position: relative;
  padding: 80px 0;
  background: #ecf9ff;
}
.inheritance-service__heading {
  text-align: center;
  margin-bottom: 40px;
}
.inheritance-service__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
.inheritance-service__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
}
.inheritance-service__card-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0095e2;
  text-align: center;
  letter-spacing: 0.05em;
}
.inheritance-service__card-text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.inheritance-service__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  z-index: 100;
}
.inheritance-service__illust {
  position: absolute;
  right: 0;
  top: -34px;
  width: 235px;
}
.inheritance-service__illust img {
  width: 100%;
  height: auto;
}
.inheritance-service__detail {
  position: relative;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  z-index: 100;
}
.inheritance-service__detail-title {
  background: #0095e2;
  padding: 15px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 100%;
}
.inheritance-service__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 30px;
}
.inheritance-service__list-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.inheritance-service__list-item i {
  color: #0095e2;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.inheritance-service__list-item span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .inheritance-service {
    padding: 60px 0;
  }
  .inheritance-service__heading {
    margin-bottom: 30px;
  }
  .inheritance-service__arrow {
    margin-bottom: 40px;
  }
  .inheritance-service__arrow img {
    width: 44px;
  }
  .inheritance-service__detail-title {
    font-size: 2.1rem;
  }
  .inheritance-service__cards {
    flex-direction: column;
  }
  .inheritance-service__card {
    width: 100%;
    padding: 20px;
  }
  .inheritance-service__card-title {
    padding-bottom: 10px;
  }
  .inheritance-service__list {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .inheritance-service__list-item span {
    font-size: 1.6rem;
  }
}
.inheritance-flow {
  position: relative;
  padding: 80px 0;
  background: #ffffff;
}
.inheritance-flow__illust {
  position: absolute;
  top: 71px;
  right: calc(50% - 660px);
  width: 469px;
}
.inheritance-flow__illust img {
  width: 100%;
  height: auto;
}
.inheritance-flow__heading {
  margin-bottom: 40px;
}
.inheritance-flow__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.inheritance-flow__item {
  display: flex;
  gap: 55px;
  align-items: flex-start;
}
.inheritance-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 65px;
  color: #0095e2;
}
.inheritance-flow__step-label {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.inheritance-flow__step-num {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.inheritance-flow__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.inheritance-flow__title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
  font-weight: 500;
  color: #0095e2;
  letter-spacing: 0.05em;
}
.inheritance-flow__cta {
  display: flex;
  gap: 30px;
  align-items: stretch;
  margin-top: 5px;
}
.inheritance-flow__tel, .inheritance-flow__mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 1;
  background: #f2f2f2;
  padding: 25px 30px;
  box-sizing: border-box;
  min-height: 150px;
}
.inheritance-flow__cta-label {
  font-size: 1.8rem;
}
.inheritance-flow__tel-num {
  display: flex;
  align-items: center;
  gap: 10px;
}
.inheritance-flow__tel-num i {
  font-size: 2rem;
  color: #222;
}
.inheritance-flow__tel-num span {
  font-size: 4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.inheritance-flow__mail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 290px;
  background: #0095e2;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.inheritance-flow__mail-btn i {
  font-size: 1.6rem;
}
.inheritance-flow__mail-btn:hover {
  transition: background 0.3s ease;
  background: #222222;
}
.inheritance-flow__mail-note {
  font-size: 1.5rem;
  color: #222;
  text-align: center;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .inheritance-flow {
    padding: 60px 0;
  }
  .inheritance-flow__illust {
    display: none;
  }
  .inheritance-flow__heading {
    margin-bottom: 30px;
  }
  .inheritance-flow__list {
    gap: 30px;
  }
  .inheritance-flow__item {
    gap: 20px;
  }
  .inheritance-flow__step {
    width: 40px;
  }
  .inheritance-flow__step-num {
    font-size: 3rem;
  }
  .inheritance-flow__title {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .inheritance-flow__cta {
    flex-direction: column;
    gap: 15px;
  }
  .inheritance-flow__cta-label {
    font-size: 1.6rem;
  }
  .inheritance-flow__tel-num span {
    font-size: 3rem;
  }
  .inheritance-flow__mail-btn {
    width: 100%;
    max-width: 230px;
  }
}
.inheritance-faq {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
.inheritance-faq__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 100%;
  background: #ecf9ff;
  z-index: 0;
}
.inheritance-faq__inner {
  position: relative;
  z-index: 1;
}
.inheritance-faq__heading {
  margin-bottom: 40px;
}
.inheritance-faq__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.inheritance-faq__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 30px 0;
  border-top: 1px solid #ccc;
}
.inheritance-faq__q {
  display: flex;
  align-items: center;
  gap: 10px;
}
.inheritance-faq__q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0095e2;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0px 1px 2px;
}
.inheritance-faq__q-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0095e2;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.inheritance-faq__a-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .inheritance-faq {
    padding: 60px 0;
  }
  .inheritance-faq__bg {
    width: 100%;
  }
  .inheritance-faq__heading {
    margin-bottom: 30px;
  }
  .inheritance-faq__item {
    padding: 30px 10px 0;
  }
  .inheritance-faq__q-text {
    font-size: 1.6rem;
  }
  .inheritance-faq__a-text {
    font-size: 1.4rem;
  }
}
.individual-problem {
  padding: 100px 0;
}
.individual-problem__box {
  display: flex;
  gap: 80px;
}
.individual-problem__img {
  flex-shrink: 0;
  width: 305px;
}
.individual-problem__img img {
  width: 100%;
  height: auto;
}
.individual-problem__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.individual-problem__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.individual-problem__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.individual-problem__item i {
  color: #0095e2;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.individual-problem__item span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.05em;
}
.individual-problem__arrow {
  width: 44px;
  margin: 50px auto 10px;
  text-align: center;
}
.individual-problem__lead {
  margin-top: 20px;
  text-align: center;
}
.individual-problem__lead p {
  font-size: 3rem;
  font-weight: 500;
  color: #0095e2;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

@media only screen and (max-width: 767px) {
  .individual-problem {
    padding: 60px 0;
  }
  .individual-problem__box {
    flex-flow: column;
    gap: 30px;
  }
  .individual-problem__body {
    gap: 30px;
  }
  .individual-problem__img {
    display: none;
  }
  .individual-problem__item span {
    font-size: 1.5rem;
  }
  .individual-problem__arrow {
    margin: 30px auto 10px;
  }
  .individual-problem__lead p {
    font-size: 1.9rem;
  }
}
.individual-about {
  padding: 100px 0;
  background: #0095e2;
  border-radius: 90px 90px 0 0;
  overflow: hidden;
}
.individual-about__box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 80px;
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 100px;
  box-sizing: border-box;
}
.individual-about__contents {
  display: flex;
  flex-direction: column;
  gap: 27px;
  flex: 1;
  min-width: 0;
}
.individual-about__img {
  flex-shrink: 0;
  width: 460px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.individual-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.individual-about__illust {
  position: absolute;
  bottom: 50px;
  right: calc(50% - 540px);
  width: 279px;
  z-index: 2;
}
.individual-about__illust img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .individual-about {
    padding: 30px 10px;
    border-radius: 40px 40px 0 0;
  }
  .individual-about__box {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }
  .individual-about__img {
    width: 100%;
    height: 220px;
  }
  .individual-about__illust {
    display: none;
  }
}
.individual-reason {
  padding: 80px 0;
}
.individual-reason__heading {
  text-align: center;
  margin-bottom: 50px;
}
.individual-reason__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.individual-reason__item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.individual-reason__img {
  flex-shrink: 0;
  width: 420px;
  height: 299px;
  border-radius: 8px;
  overflow: hidden;
}
.individual-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.individual-reason__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.individual-reason__title {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.individual-reason__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0095e2;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0px 1px 2px;
}
.individual-reason__title-text {
  font-size: 2.6rem;
  font-weight: 500;
  color: #0095e2;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .individual-reason {
    padding: 60px 0;
  }
  .individual-reason__heading {
    margin-bottom: 30px;
  }
  .individual-reason__item {
    flex-direction: column;
    gap: 20px;
  }
  .individual-reason__img {
    width: 100%;
    height: 250px;
  }
  .individual-reason__title {
    padding-bottom: 15px;
  }
  .individual-reason__title-text {
    font-size: 2rem;
  }
}
.individual-service {
  position: relative;
  padding: 80px 0;
  background: #ecf9ff;
}
.individual-service__heading {
  text-align: center;
  margin-bottom: 40px;
}
.individual-service__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
.individual-service__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
}
.individual-service__card-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0095e2;
  text-align: center;
  letter-spacing: 0.05em;
}
.individual-service__card-text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.individual-service__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  z-index: 100;
}
.individual-service__illust {
  position: absolute;
  right: 0;
  top: -34px;
  width: 235px;
}
.individual-service__illust img {
  width: 100%;
  height: auto;
}
.individual-service__detail {
  position: relative;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  z-index: 100;
}
.individual-service__detail-title {
  background: #0095e2;
  padding: 15px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 100%;
}
.individual-service__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 30px;
}
.individual-service__list-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.individual-service__list-item i {
  color: #0095e2;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.individual-service__list-item span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .individual-service {
    padding: 60px 0;
  }
  .individual-service__heading {
    margin-bottom: 30px;
  }
  .individual-service__arrow {
    margin-bottom: 40px;
  }
  .individual-service__arrow img {
    width: 44px;
  }
  .individual-service__detail-title {
    font-size: 2.1rem;
  }
  .individual-service__cards {
    flex-direction: column;
  }
  .individual-service__card {
    width: 100%;
    padding: 20px;
  }
  .individual-service__card-title {
    padding-bottom: 10px;
  }
  .individual-service__list {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .individual-service__list-item span {
    font-size: 1.6rem;
  }
}
.individual-flow {
  position: relative;
  padding: 80px 0;
  background: #ffffff;
}
.individual-flow__illust {
  position: absolute;
  top: 71px;
  right: calc(50% - 660px);
  width: 469px;
}
.individual-flow__illust img {
  width: 100%;
  height: auto;
}
.individual-flow__heading {
  margin-bottom: 40px;
}
.individual-flow__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.individual-flow__item {
  display: flex;
  gap: 55px;
  align-items: flex-start;
}
.individual-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 65px;
  color: #0095e2;
}
.individual-flow__step-label {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.individual-flow__step-num {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.individual-flow__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.individual-flow__title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
  font-weight: 500;
  color: #0095e2;
  letter-spacing: 0.05em;
}
.individual-flow__cta {
  display: flex;
  gap: 30px;
  align-items: stretch;
  margin-top: 5px;
}
.individual-flow__tel, .individual-flow__mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 1;
  background: #f2f2f2;
  padding: 25px 30px;
  box-sizing: border-box;
  min-height: 150px;
}
.individual-flow__cta-label {
  font-size: 1.8rem;
}
.individual-flow__tel-num {
  display: flex;
  align-items: center;
  gap: 10px;
}
.individual-flow__tel-num i {
  font-size: 2rem;
  color: #222;
}
.individual-flow__tel-num span {
  font-size: 4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.individual-flow__mail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 290px;
  background: #0095e2;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.individual-flow__mail-btn i {
  font-size: 1.6rem;
}
.individual-flow__mail-btn:hover {
  transition: background 0.3s ease;
  background: #222222;
}
.individual-flow__mail-note {
  font-size: 1.5rem;
  color: #222;
  text-align: center;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .individual-flow {
    padding: 60px 0;
  }
  .individual-flow__illust {
    display: none;
  }
  .individual-flow__heading {
    margin-bottom: 30px;
  }
  .individual-flow__list {
    gap: 30px;
  }
  .individual-flow__item {
    gap: 20px;
  }
  .individual-flow__step {
    width: 40px;
  }
  .individual-flow__step-num {
    font-size: 3rem;
  }
  .individual-flow__title {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .individual-flow__cta {
    flex-direction: column;
    gap: 15px;
  }
  .individual-flow__cta-label {
    font-size: 1.6rem;
  }
  .individual-flow__tel-num span {
    font-size: 3rem;
  }
  .individual-flow__mail-btn {
    width: 100%;
    max-width: 230px;
  }
}
.individual-faq {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
.individual-faq__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 100%;
  background: #ecf9ff;
  z-index: 0;
}
.individual-faq__inner {
  position: relative;
  z-index: 1;
}
.individual-faq__heading {
  margin-bottom: 40px;
}
.individual-faq__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.individual-faq__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 30px 0;
  border-top: 1px solid #ccc;
}
.individual-faq__q {
  display: flex;
  align-items: center;
  gap: 10px;
}
.individual-faq__q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0095e2;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0px 1px 2px;
}
.individual-faq__q-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0095e2;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.individual-faq__a-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .individual-faq {
    padding: 60px 0;
  }
  .individual-faq__bg {
    width: 100%;
  }
  .individual-faq__heading {
    margin-bottom: 30px;
  }
  .individual-faq__item {
    padding: 30px 10px 0;
  }
  .individual-faq__q-text {
    font-size: 1.6rem;
  }
  .individual-faq__a-text {
    font-size: 1.4rem;
  }
}
.company-problem {
  padding: 100px 0;
}
.company-problem__box {
  display: flex;
  gap: 80px;
}
.company-problem__img {
  flex-shrink: 0;
  width: 305px;
}
.company-problem__img img {
  width: 100%;
  height: auto;
}
.company-problem__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.company-problem__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.company-problem__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.company-problem__item i {
  color: #0095e2;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.company-problem__item span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.05em;
}
.company-problem__arrow {
  width: 44px;
  margin: 50px auto 10px;
  text-align: center;
}
.company-problem__lead {
  margin-top: 20px;
  text-align: center;
}
.company-problem__lead p {
  font-size: 3rem;
  font-weight: 500;
  color: #0095e2;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

@media only screen and (max-width: 767px) {
  .company-problem {
    padding: 60px 0;
  }
  .company-problem__box {
    flex-flow: column;
    gap: 30px;
  }
  .company-problem__body {
    gap: 30px;
  }
  .company-problem__img {
    display: none;
  }
  .company-problem__item span {
    font-size: 1.5rem;
  }
  .company-problem__arrow {
    margin: 30px auto 10px;
  }
  .company-problem__lead p {
    font-size: 1.9rem;
  }
}
.company-about {
  padding: 100px 0;
  background: #0095e2;
  border-radius: 90px 90px 0 0;
  overflow: hidden;
}
.company-about__box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 80px;
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 100px;
  box-sizing: border-box;
}
.company-about__contents {
  display: flex;
  flex-direction: column;
  gap: 27px;
  flex: 1;
  min-width: 0;
}
.company-about__img {
  flex-shrink: 0;
  width: 460px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.company-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-about__illust {
  position: absolute;
  bottom: 50px;
  right: calc(50% - 540px);
  width: 279px;
  z-index: 2;
}
.company-about__illust img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .company-about {
    padding: 30px 10px;
    border-radius: 40px 40px 0 0;
  }
  .company-about__box {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }
  .company-about__img {
    width: 100%;
    height: 220px;
  }
  .company-about__illust {
    display: none;
  }
}
.company-reason {
  padding: 80px 0;
}
.company-reason__heading {
  text-align: center;
  margin-bottom: 50px;
}
.company-reason__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.company-reason__item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.company-reason__img {
  flex-shrink: 0;
  width: 420px;
  height: 299px;
  border-radius: 8px;
  overflow: hidden;
}
.company-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-reason__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.company-reason__title {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.company-reason__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0095e2;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0px 1px 2px;
}
.company-reason__title-text {
  font-size: 2.6rem;
  font-weight: 500;
  color: #0095e2;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .company-reason {
    padding: 60px 0;
  }
  .company-reason__heading {
    margin-bottom: 30px;
  }
  .company-reason__item {
    flex-direction: column;
    gap: 20px;
  }
  .company-reason__img {
    width: 100%;
    height: 250px;
  }
  .company-reason__title {
    padding-bottom: 15px;
  }
  .company-reason__title-text {
    font-size: 2rem;
  }
}
.company-service {
  position: relative;
  padding: 80px 0;
  background: #ecf9ff;
}
.company-service__heading {
  text-align: center;
  margin-bottom: 40px;
}
.company-service__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}
.company-service__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
}
.company-service__card-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0095e2;
  text-align: center;
  letter-spacing: 0.05em;
}
.company-service__card-text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.company-service__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  z-index: 100;
}
.company-service__illust {
  position: absolute;
  right: 0;
  top: -34px;
  width: 235px;
}
.company-service__illust img {
  width: 100%;
  height: auto;
}
.company-service__detail {
  position: relative;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  z-index: 100;
}
.company-service__detail-title {
  background: #0095e2;
  padding: 15px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 100%;
}
.company-service__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 30px;
}
.company-service__list-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.company-service__list-item i {
  color: #0095e2;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.company-service__list-item span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .company-service {
    padding: 60px 0;
  }
  .company-service__heading {
    margin-bottom: 30px;
  }
  .company-service__arrow {
    margin-bottom: 40px;
  }
  .company-service__arrow img {
    width: 44px;
  }
  .company-service__detail-title {
    font-size: 2.1rem;
  }
  .company-service__cards {
    flex-direction: column;
  }
  .company-service__card {
    width: 100%;
    padding: 20px;
  }
  .company-service__card-title {
    padding-bottom: 10px;
  }
  .company-service__list {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .company-service__list-item span {
    font-size: 1.6rem;
  }
}
.company-flow {
  position: relative;
  padding: 80px 0;
  background: #ffffff;
}
.company-flow__illust {
  position: absolute;
  top: 71px;
  right: calc(50% - 660px);
  width: 469px;
}
.company-flow__illust img {
  width: 100%;
  height: auto;
}
.company-flow__heading {
  margin-bottom: 40px;
}
.company-flow__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.company-flow__item {
  display: flex;
  gap: 55px;
  align-items: flex-start;
}
.company-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 65px;
  color: #0095e2;
}
.company-flow__step-label {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.company-flow__step-num {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.company-flow__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.company-flow__title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
  font-weight: 500;
  color: #0095e2;
  letter-spacing: 0.05em;
}
.company-flow__cta {
  display: flex;
  gap: 30px;
  align-items: stretch;
  margin-top: 5px;
}
.company-flow__tel, .company-flow__mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 1;
  background: #f2f2f2;
  padding: 25px 30px;
  box-sizing: border-box;
  min-height: 150px;
}
.company-flow__cta-label {
  font-size: 1.8rem;
}
.company-flow__tel-num {
  display: flex;
  align-items: center;
  gap: 10px;
}
.company-flow__tel-num i {
  font-size: 2rem;
  color: #222;
}
.company-flow__tel-num span {
  font-size: 4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.company-flow__mail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 290px;
  background: #0095e2;
  color: #ffffff;
  border-radius: 50px;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.company-flow__mail-btn i {
  font-size: 1.6rem;
}
.company-flow__mail-btn:hover {
  transition: background 0.3s ease;
  background: #222222;
}
.company-flow__mail-note {
  font-size: 1.5rem;
  color: #222;
  text-align: center;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .company-flow {
    padding: 60px 0;
  }
  .company-flow__illust {
    display: none;
  }
  .company-flow__heading {
    margin-bottom: 30px;
  }
  .company-flow__list {
    gap: 30px;
  }
  .company-flow__item {
    gap: 20px;
  }
  .company-flow__step {
    width: 40px;
  }
  .company-flow__step-num {
    font-size: 3rem;
  }
  .company-flow__title {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .company-flow__cta {
    flex-direction: column;
    gap: 15px;
  }
  .company-flow__cta-label {
    font-size: 1.6rem;
  }
  .company-flow__tel-num span {
    font-size: 3rem;
  }
  .company-flow__mail-btn {
    width: 100%;
    max-width: 230px;
  }
}
.company-faq {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
.company-faq__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 100%;
  background: #ecf9ff;
  z-index: 0;
}
.company-faq__inner {
  position: relative;
  z-index: 1;
}
.company-faq__heading {
  margin-bottom: 40px;
}
.company-faq__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.company-faq__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 30px 0;
  border-top: 1px solid #ccc;
}
.company-faq__q {
  display: flex;
  align-items: center;
  gap: 10px;
}
.company-faq__q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0095e2;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0px 1px 2px;
}
.company-faq__q-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0095e2;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.company-faq__a-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .company-faq {
    padding: 60px 0;
  }
  .company-faq__bg {
    width: 100%;
  }
  .company-faq__heading {
    margin-bottom: 30px;
  }
  .company-faq__item {
    padding: 30px 10px 0;
  }
  .company-faq__q-text {
    font-size: 1.6rem;
  }
  .company-faq__a-text {
    font-size: 1.4rem;
  }
}
.faq-list {
  padding: 100px 0;
}
.faq-list__heading {
  margin-bottom: 40px;
}
.faq-list__tab-list {
  display: flex;
  gap: 30px;
}
.faq-list__tab-item {
  flex: 1;
}
.faq-list__tab-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222222;
  font-size: 1.6rem;
  color: #333333;
  transition: color 0.2s, border-color 0.2s;
}
.faq-list__tab-item a i {
  font-size: 1.8rem;
}
.faq-list__tab-item a:hover {
  color: #0095e2;
  border-color: #0095e2;
}
.faq-list__tab-item a:hover i {
  color: #0095e2;
}
.faq-list__category {
  margin-bottom: 0;
}
.faq-list__category + .faq-list__category {
  margin-top: 0;
}
.faq-list__category--blue {
  background: #ecf9ff;
}
.faq-list__category-inner {
  display: flex;
  gap: 80px;
  padding: 100px 0;
  max-width: 1080px;
  margin: 0 auto;
}
.faq-list__category-label {
  width: 130px;
}
.faq-list__category-text {
  font-size: 3rem;
  color: #0095e2;
  text-decoration: underline;
  line-height: 1;
  text-decoration-thickness: 5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
.faq-list__items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq-list__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 30px 0;
  border-top: 1px solid #ccc;
}
.faq-list__q {
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-list__q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0095e2;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0px 1px 2px;
}
.faq-list__q-text {
  font-size: 1.8rem;
  color: #0095e2;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.faq-list__a-text {
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .faq-list {
    padding: 60px 0 0;
  }
  .faq-list__heading {
    margin-bottom: 30px;
  }
  .faq-list__tab-list {
    gap: 10px;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-bottom: 5px;
  }
  .faq-list__tab-item a {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .faq-list__category-inner {
    flex-direction: column;
    gap: 30px;
    padding: 60px 0;
  }
  .faq-list__category-label {
    width: auto;
  }
  .faq-list__category-text {
    font-size: 2.4rem;
  }
  .faq-list__item {
    padding: 20px 0 0;
    gap: 15px;
  }
  .faq-list__q-text {
    font-size: 1.6rem;
  }
}
.info-greeting {
  padding: 100px 0 100px;
}
.info-greeting__inner {
  display: flex;
  gap: 70px;
  align-items: flex-start;
  margin-bottom: 50px;
}
.info-greeting__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.info-greeting__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-greeting__img {
  flex-shrink: 0;
  width: 370px;
  height: 470px;
  border-radius: 10px;
  overflow: hidden;
}
.info-greeting__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-greeting__support-inner {
  padding: 0;
  background: #ecf9ff;
}
.info-greeting__support-box {
  overflow: hidden;
  border-radius: 10px;
}
.info-greeting__support-title {
  background: #0095e2;
  padding: 15px;
  text-align: center;
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
}
.info-greeting__support-lead {
  padding: 30px 30px 0;
  text-align: center;
}
.info-greeting__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px;
  box-sizing: border-box;
}
.info-greeting__card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
}
.info-greeting__card-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
  font-weight: 500;
  color: #0095e2;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.info-greeting__card-text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .info-greeting {
    padding: 60px 0 60px;
  }
  .info-greeting__inner {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
  .info-greeting__body {
    gap: 30px;
  }
  .info-greeting__img {
    width: 100%;
    height: 250px;
  }
  .info-greeting__cards {
    flex-direction: column;
  }
  .info-greeting__card {
    width: 100%;
    padding: 20px;
  }
  .info-greeting__card-title {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .info-greeting__support-lead {
    padding: 20px 20px 0;
  }
  .info-greeting__cards {
    padding: 20px;
  }
}
.info-office {
  position: relative;
  background: #0095e2;
  border-radius: 90px 90px 0 0;
  overflow: hidden;
}
.info-office__inner {
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
}
.info-office__card {
  background: #ffffff;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  gap: 80px;
}
.info-office__dl {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
}
.info-office__dl-row {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.info-office__dl-row:last-child {
  margin-bottom: 0;
}
.info-office__dt {
  flex-shrink: 0;
  width: 150px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0095e2;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.info-office__dd {
  flex: 1;
  font-size: 1.6rem;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.info-office__map {
  width: 100%;
  height: 450px;
  background: #f2f2f2;
  position: relative;
  z-index: 1;
}
.info-office__map iframe {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .info-office {
    border-radius: 40px 40px 0 0;
  }
  .info-office__inner {
    padding: 30px 10px;
    width: calc(100% - 40px);
  }
  .info-office__card {
    padding: 30px 20px;
    gap: 30px;
    flex-flow: column;
  }
  .info-office__dl-row {
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .info-office__dt {
    width: auto;
    font-size: 1.4rem;
  }
  .info-office__dd {
    font-size: 1.5rem;
  }
  .info-office__map {
    height: 300px;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #0095e2;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #0095e2;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */