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

body {
  color: #002955;
  background: #ffffff;
  font-family: "Noto Sans JP", 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) {
  html {
    overflow-x: clip;
  }
  body {
    overflow-x: clip;
    min-width: 0;
  }
  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 {
    max-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;
  }
}
a:hover {
  opacity: 0.7;
}

.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: 92%;
    max-width: none;
    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: #002955;
}

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

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

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

.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;
  }
}
.title--section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  color: #002955;
}
.title--section__en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.title--section__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .title--section {
    gap: 0.6rem;
  }
  .title--section__en {
    font-size: 1.6rem;
  }
  .title--section__ja {
    font-size: 2.4rem;
  }
}
.button--pattern-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 26.3rem;
  height: 5.6rem;
  padding: 0 2.4rem;
  box-sizing: border-box;
  background: #eb9e02;
  border-radius: 999px;
  text-decoration: none;
}
.button--pattern-1 .text {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.button--pattern-1 .icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
.button--pattern-1 .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.button--pattern-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #002955;
}
.button--pattern-2 .icon {
  color: #f09807;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    width: 100%;
    max-width: 26.3rem;
    height: 5.6rem;
    padding: 0 2rem;
    gap: 1rem;
  }
  .button--pattern-1 .text {
    font-size: 1.6rem;
  }
  .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;
  }
  .cont-dl .in-dl dd .select-wrp {
    width: 100%;
    max-width: 30rem;
  }
}

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

.header {
  position: relative;
  z-index: 100;
  width: 100%;
}
.header__inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 14.1rem;
  padding: 2rem 3rem;
  gap: 2rem;
}
.header__logo {
  display: block;
  flex-shrink: 0;
  width: 22.7rem;
  height: 12.1rem;
}
.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav {
  flex: 1;
  min-width: 0;
}
.header__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 4.8rem;
}
.header__item {
  flex-shrink: 0;
}
.header__link {
  color: #002955;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.header__link--en {
  font-family: "Josefin Sans", sans-serif;
}
.header__link[aria-current=page] {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5rem;
}
.header__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1.8rem;
}
.header__line {
  display: block;
  flex-shrink: 0;
  width: 4.4rem;
  height: 4.4rem;
}
.header__line img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  width: 17.6rem;
  height: 4.6rem;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #002955;
  border-radius: 999px;
  text-decoration: none;
}
.header__contact-icon {
  display: block;
  flex-shrink: 0;
  width: 2.2rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__contact-text {
  color: #002955;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.header--sub .header__inner {
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .header__inner {
    gap: 1.6rem;
    padding: 2rem 2rem;
  }
  .header__logo {
    width: 16rem;
    height: auto;
    aspect-ratio: 227/121;
  }
  .header__list {
    gap: 3rem;
  }
  .header__link {
    font-size: 1.3rem;
  }
  .header__actions {
    gap: 1.8rem;
  }
  .header__contact {
    width: auto;
    min-width: 0;
    padding: 0 1.4rem;
  }
  .header__contact-text {
    font-size: 1.3rem;
  }
  .header--sub .header__inner {
    padding: 2rem 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .header__inner {
    gap: 1.2rem;
    padding: 1.6rem 1.6rem;
  }
  .header__logo {
    width: 11rem;
  }
  .header__list {
    gap: 2.4rem;
  }
  .header__link {
    font-size: 1.2rem;
  }
  .header__actions {
    gap: 1.4rem;
  }
  .header__contact {
    padding: 0 1.2rem;
  }
  .header__contact-text {
    font-size: 1.2rem;
  }
  .header--sub .header__inner {
    padding: 1.6rem 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__inner {
    min-height: 8rem;
    padding: 12px;
    box-sizing: border-box;
    gap: 0;
  }
  .header__logo {
    width: 100px;
    height: auto;
    aspect-ratio: 227/121;
  }
  .header__nav, .header__actions {
    display: none;
  }
  .header--sub .header__inner {
    position: relative;
    z-index: 3;
    min-height: 8rem;
    padding: 1.2rem 1.6rem;
  }
  .header--sub .page-fv {
    position: relative;
    z-index: 1;
  }
}
.page-fv {
  position: relative;
  z-index: 1;
  margin-top: -3.5rem;
  padding: 0 3rem 4rem;
  overflow: visible;
}
.page-fv__inner {
  position: relative;
  width: 100%;
}
.page-fv__body {
  position: relative;
  min-height: 34.6rem;
}
.page-fv__visual {
  position: absolute;
  top: 0;
  left: 47.3rem;
  z-index: 1;
  width: calc(100% - 47.3rem + 3rem);
  height: 34.6rem;
  margin: 0;
  overflow: hidden;
  border-radius: 4rem 0 0 4rem;
}
.page-fv__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-fv__head {
  position: absolute;
  top: 13.5rem;
  left: 29rem;
  z-index: 3;
}
.page-fv__title {
  display: inline-flex;
  align-items: center;
  min-width: 36.2rem;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100vw - 6rem);
  min-height: 7.7rem;
  margin: 0;
  padding: 0 3.6rem;
  box-sizing: border-box;
  background: url(../img/layout/page-fv/title-bg.png) no-repeat center/100% 100%;
  color: #002955;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
.page-fv__deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.page-fv__deco--ring {
  top: 4.9rem;
  left: 17.2rem;
  width: 32.1rem;
  height: 32.1rem;
}
.page-fv__deco--accent {
  top: 29.8rem;
  left: 13.5rem;
  width: 15.3rem;
  height: 15.3rem;
}

@media only screen and (max-width: 767px) {
  .page-fv {
    margin-top: 0;
    padding: 0 1.6rem 2rem;
  }
  .page-fv__body {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .page-fv__visual {
    position: static;
    order: 1;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 1130/560;
    border-radius: 2rem;
  }
  .page-fv__head {
    position: absolute;
    top: auto;
    bottom: 2rem;
    left: 0;
    z-index: 3;
    order: 2;
    width: 100%;
    padding: 0 1.6rem;
    box-sizing: border-box;
  }
  .page-fv__title {
    display: inline-flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 1.2rem 1.6rem;
    box-sizing: border-box;
    background-color: #ffffff;
    background-image: none;
    color: #002955;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    white-space: normal;
  }
  .page-fv__deco {
    display: none;
  }
}
.footer-action {
  position: relative;
  padding: 120px 3rem 8rem;
  overflow: visible;
}
.footer-action__inner {
  position: relative;
}
.footer-action__deco-car {
  position: absolute;
  top: calc(4px - 9.3rem);
  left: 10.4rem;
  z-index: 2;
  width: 14.4rem;
  height: 9.3rem;
  pointer-events: none;
}
.footer-action__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 186.2rem);
  margin: 0 auto;
  min-height: 60.2rem;
  padding: 4.6rem 3rem 8rem;
  box-sizing: border-box;
  border-radius: 4rem;
  background-color: #f19904;
  overflow: visible;
}
.footer-action__panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52.2%;
  height: 100%;
  border-radius: 4rem;
  background: url(../img/layout/footer-action/bg-car.png) no-repeat right center/100% 100%;
  mix-blend-mode: screen;
  opacity: 0.3;
  pointer-events: none;
}
.footer-action__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-action__en {
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.footer-action__title {
  margin: 0 0 2.8rem;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.footer-action__line {
  display: block;
  width: 4.2rem;
  height: 0.6rem;
  margin-bottom: 2.9rem;
  background: url(../img/layout/footer-action/title-line.png) no-repeat center/contain;
}
.footer-action__lead {
  margin: 0 0 4.9rem;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
.footer-action__tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  width: 50.2rem;
  max-width: 100%;
  height: 10.2rem;
  margin-bottom: 0.7rem;
  padding: 0 3rem 0 2.4rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 999px;
  text-decoration: none;
}
.footer-action__tel-icon {
  flex-shrink: 0;
  width: 4.2rem;
  height: 4.2rem;
}
.footer-action__tel-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-action__tel-body {
  display: grid;
  flex: 1;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.4rem;
  align-items: center;
  text-align: left;
}
.footer-action__tel-label {
  grid-row: 1/3;
  color: #002955;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}
.footer-action__tel-num {
  color: #002955;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
.footer-action__tel-hours {
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.footer-action__tel-arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
}
.footer-action__tel-arrow img {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-action__note {
  margin: 0 0 3.9rem;
  color: #fffefc;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.footer-action__links {
  display: flex;
  justify-content: center;
  gap: 3.9rem;
  width: 100%;
}
.footer-action__link {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  width: 40.2rem;
  max-width: 100%;
  height: 7.2rem;
  padding: 0 2.4rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 3rem;
  color: #002955;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.footer-action__link-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.9rem;
  height: 3.9rem;
}
.footer-action__link-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-action__link-text {
  flex: 1;
  text-align: center;
}
.footer-action__link-arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
}
.footer-action__link-arrow img {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-bar {
  padding: 3.8rem 0 5rem;
  background-color: #ffffff;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 5.9rem;
  padding-top: 2.1rem;
  border-top: 1px solid #002955;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  display: block;
  width: 18.2rem;
  margin-bottom: 3.2rem;
}
.footer-bar__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-bar__address {
  margin: 0 0 4rem;
  color: #002955;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bar__sns {
  width: 3.1rem;
}
.footer-bar__sns a {
  display: block;
  width: 3.1rem;
  height: 3rem;
}
.footer-bar__sns img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-bar__list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 3.8rem 5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bar__item a {
  color: #002955;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.footer-bar__copyright {
  color: #002955;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.footer-bar__links {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bar__link a {
  color: #002955;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 6rem 1.6rem 4rem;
  }
  .footer-action__deco-car {
    top: calc(4px - 5.1666666667rem);
    left: 0;
    width: 8rem;
    height: auto;
  }
  .footer-action__panel {
    min-height: 0;
    padding: 3.2rem 1.6rem 3.6rem;
    border-radius: 2rem;
    overflow: visible;
  }
  .footer-action__panel::after {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
  }
  .footer-action__en {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  .footer-action__title {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .footer-action__line {
    margin-bottom: 2rem;
  }
  .footer-action__lead {
    margin-bottom: 2.4rem;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
  }
  .footer-action__tel {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    width: 100%;
    max-width: 30rem;
    height: auto;
    margin: 0 auto 0.7rem;
    padding: 1.2rem 1.4rem;
    box-sizing: border-box;
  }
  .footer-action__tel-icon {
    flex-shrink: 0;
    width: 3.2rem;
    height: 3.2rem;
  }
  .footer-action__tel-body {
    display: grid;
    flex: 1;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    row-gap: 0.3rem;
    align-items: center;
    min-width: 0;
    text-align: left;
  }
  .footer-action__tel-label {
    grid-row: 1/3;
    font-size: 1.4rem;
  }
  .footer-action__tel-num {
    font-size: clamp(1.8rem, 5.5vw, 2.4rem);
    letter-spacing: 0;
  }
  .footer-action__tel-hours {
    font-size: 1.2rem;
  }
  .footer-action__tel-arrow {
    flex-shrink: 0;
    width: 2.2rem;
    height: 2.2rem;
  }
  .footer-action__tel-arrow img {
    width: 2rem;
    height: 2rem;
  }
  .footer-action__note {
    margin-bottom: 2.4rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .footer-action__links {
    flex-direction: column;
    align-items: stretch;
    gap: 1.2rem;
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
  .footer-action__link {
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    height: 6.4rem;
    padding: 0 1.6rem;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 1.3;
    white-space: normal;
  }
  .footer-action__link-icon {
    width: 3rem;
    height: 3rem;
  }
  .footer-action__link-text {
    flex: 1;
    min-width: 0;
    text-align: center;
  }
  .footer-bar {
    padding: 5rem 0 3rem;
  }
  .footer-bar__wrapper--top {
    flex-direction: column;
    gap: 3rem;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    margin-top: 4rem;
  }
  .footer-bar__contents {
    align-items: center;
    width: 100%;
  }
  .footer-bar__address {
    text-align: center;
  }
  .footer-bar__group {
    justify-content: center;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__links {
    display: none;
  }
  .footer-bar__copyright {
    text-align: center;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #002955;
  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;
  padding: 14px 12px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 100px;
}
.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: #002955;
  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;
  border: 1px solid #002955;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #002955;
}
.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 {
  position: relative;
  z-index: 100;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  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;
}

@media only screen and (max-width: 767px) {
  .navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    margin-top: 2rem;
  }
  .navigation .left,
  .navigation .right {
    position: static;
  }
  .navigation a {
    font-size: 1.4rem;
  }
}
.top-mv {
  position: relative;
  z-index: 2;
  margin-top: -1.6rem;
  padding: 0 3rem;
  overflow: visible;
}
.top-mv__inner {
  position: relative;
}
.top-mv__body {
  position: relative;
  min-height: 75.8rem;
}
.top-mv__copy {
  position: absolute;
  top: 22.7rem;
  left: 16.2rem;
  z-index: 10;
}
.top-mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.top-mv__title-line, .top-mv__lead-line {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #002955;
  font-weight: 700;
}
.top-mv__title-line {
  min-height: 9.3rem;
  padding: 0.4rem 3.1rem 0;
  font-size: 6rem;
  line-height: 8.8rem;
}
.top-mv__title-line--01 {
  margin-bottom: 0.6rem;
}
.top-mv__title-line--02 {
  margin-bottom: 2.9rem;
}
.top-mv__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.top-mv__lead-line {
  min-height: 5.2rem;
  padding: 0.6rem 2.1rem 0;
  font-size: 2.8rem;
  line-height: 5rem;
}
.top-mv__lead-line--01 {
  margin-bottom: 0.8rem;
}
.top-mv__visual {
  position: absolute;
  top: 0;
  left: 28.8rem;
  right: -3rem;
  z-index: 2;
  width: auto;
  height: 75.8rem;
  margin: 0;
  border-radius: 4rem 0 0 4rem;
  overflow: hidden;
}
.top-mv__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-mv__deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.top-mv__deco--ring {
  top: 56.4rem;
  right: 8.9rem;
  width: 32.1rem;
  height: 32.1rem;
}
.top-mv__deco--accent {
  top: 81.4rem;
  right: 29.6rem;
  width: 15.3rem;
  height: 15.3rem;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    margin-top: 0;
    padding: 2rem 1.6rem 0;
  }
  .top-mv__body {
    position: relative;
    min-height: auto;
    padding-bottom: 5rem;
  }
  .top-mv__copy {
    position: absolute;
    top: 7rem;
    left: 0;
    z-index: 10;
    max-width: calc(100% - 0.4rem);
  }
  .top-mv__title-line {
    min-height: auto;
    padding: 0.55rem 1.1rem;
    font-size: 2.4rem;
    line-height: 1.45;
  }
  .top-mv__title-line--02 {
    margin-bottom: 1rem;
  }
  .top-mv__lead {
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem 0.9rem;
    background-color: #ffffff;
  }
  .top-mv__lead-line {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 0;
    background-color: transparent;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.55;
  }
  .top-mv__visual {
    position: relative;
    left: auto;
    width: calc(100% + 1.6rem);
    max-width: none;
    height: auto;
    margin-right: -1.6rem;
    aspect-ratio: 1601/758;
    border-radius: 2rem 0 0 0;
  }
  .top-mv__deco {
    display: none;
  }
}
.top-reason {
  position: relative;
  z-index: 1;
  margin-top: -43.6rem;
  padding: 65.3rem 3rem 14rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .top-reason {
    width: 93%;
    margin-inline: auto;
    border-radius: 4rem;
    background-color: #f2f1ec;
  }
}
.top-reason__inner {
  position: relative;
  z-index: 1;
}
.top-reason__watermark {
  position: absolute;
  top: 57.3rem;
  left: 50%;
  z-index: 0;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.5;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.top-reason__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 7.2rem;
}
.top-reason__title {
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.top-reason__line {
  display: block;
  width: 6.2rem;
  height: 0.8rem;
  margin: 3.9rem auto 3.8rem;
  background: url(../img/pages/top/reason/title-line.png) no-repeat center/contain;
}
.top-reason__lead {
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.top-reason__list {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 62rem));
  justify-content: center;
  gap: 6rem 3.6rem;
}
.top-reason__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.top-reason__item-head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -6rem;
}
.top-reason__num {
  color: #002955;
  font-family: "Josefin Sans", sans-serif;
  font-size: 7.32rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.top-reason__num-line {
  display: block;
  width: 6.2rem;
  height: 0.8rem;
  margin-top: 1.3rem;
  background: url(../img/pages/top/reason/num-line.png) no-repeat center/contain;
}
.top-reason__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 58rem;
  padding: 8.8rem 2.9rem 4rem;
  box-sizing: border-box;
  background: url(../img/pages/top/reason/card-bg.png) no-repeat center/100% 100%;
}
.top-reason__name {
  width: 100%;
  margin: 0 0 2.4rem;
  color: #002955;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.top-reason__photo {
  width: 54.2rem;
  max-width: 100%;
  height: 32.3rem;
  margin: 0 0 2.4rem;
  border-radius: 4rem;
  overflow: hidden;
}
.top-reason__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-reason__text {
  width: 100%;
  max-width: 52.8rem;
  margin-top: auto;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .top-reason {
    margin-top: -13rem;
    padding: 23rem 1.6rem 8rem;
    border-radius: 2rem;
    background-color: #f2f1ec;
    overflow: visible;
  }
  .top-reason__watermark {
    top: 22rem;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    font-size: 8rem;
    text-align: center;
  }
  .top-reason__head {
    margin-bottom: 4rem;
  }
  .top-reason__title {
    font-size: 2.8rem;
  }
  .top-reason__line {
    margin: 2rem auto;
  }
  .top-reason__lead {
    font-size: 1.5rem;
    text-align: left;
  }
  .top-reason__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .top-reason__item-head {
    margin-bottom: -5rem;
  }
  .top-reason__num {
    font-size: 5rem;
  }
  .top-reason__card {
    height: auto;
    min-height: 0;
    padding: 7rem 2rem 3rem;
  }
  .top-reason__name {
    font-size: 2rem;
  }
  .top-reason__photo {
    width: 100%;
    height: auto;
  }
  .top-reason__photo img {
    height: auto;
  }
  .top-reason__photo {
    border-radius: 2rem;
  }
}
.top-service {
  position: relative;
  z-index: 2;
  margin-top: 8.4rem;
  padding: 8.3rem 3rem 5.2rem;
  background-color: #ffffff;
  overflow: visible;
}
.top-service__inner {
  position: relative;
  z-index: 1;
}
.top-service__watermark {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  z-index: 0;
  color: #f2f1ec;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.top-service__deco {
  position: absolute;
  z-index: 0;
  height: auto;
  pointer-events: none;
}
.top-service__deco--ring {
  top: -15.8rem;
  left: 7.4rem;
  width: 25rem;
}
.top-service__deco--accent {
  top: 6.3rem;
  right: 26.1rem;
  width: 16.3rem;
}
.top-service__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 11.2rem;
}
.top-service__title {
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.top-service__line {
  display: block;
  width: 6.3rem;
  height: 0.8rem;
  margin-top: 3.3rem;
  background: url(../img/pages/top/service/title-line.png) no-repeat center/contain;
}
.top-service__body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9.2rem;
  width: 100%;
  box-sizing: border-box;
}
.top-service__photo {
  flex: 0 0 70.2rem;
  width: 70.2rem;
  max-width: 58%;
  height: 40.3rem;
  margin: 0;
  border-radius: 4rem;
  overflow: hidden;
}
.top-service__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-service__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.top-service__name {
  margin: 0 0 3.8rem;
  color: #002955;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.top-service__text {
  margin: 0 0 6.9rem;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.top-service__button {
  flex-shrink: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .top-service__watermark {
    font-size: 14rem;
  }
  .top-service__deco--ring {
    top: -17rem;
    left: -1rem;
    width: 16rem;
  }
  .top-service__deco--accent {
    top: 2.4rem;
    right: -1rem;
    width: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-service {
    margin-top: 0;
    padding: 8rem 1.6rem 4rem;
  }
  .top-service__watermark {
    position: absolute;
    top: 6.1rem;
    font-size: 8rem;
  }
  .top-service__head {
    margin-bottom: 3rem;
  }
  .top-service__title {
    font-size: 2.8rem;
  }
  .top-service__line {
    display: block;
    width: 3.3rem;
    margin-top: 2rem;
  }
  .top-service__body {
    flex-direction: column;
    gap: 3rem;
  }
  .top-service__photo {
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 702/403;
    border-radius: 2rem;
  }
  .top-service__name {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .top-service__text {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
  .top-service__button {
    align-self: center;
  }
  .top-service__deco {
    display: none;
  }
}
.top-results {
  position: relative;
  z-index: 1;
  margin-top: 22.9rem;
  padding: 0 3rem 8rem;
  overflow: visible;
}
.top-results::before {
  content: "";
  position: absolute;
  top: 13rem;
  left: 50%;
  z-index: 0;
  width: min(100vw, 192.1rem);
  height: 148.8rem;
  background: url(../img/pages/top/results/bg-texture.png) no-repeat center top/100% auto;
  opacity: 0.12;
  transform: translateX(-50%);
  pointer-events: none;
}
.top-results__watermark {
  position: absolute;
  top: -130px;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: #fbe0b3;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(10rem, 10.4vw, 20rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0.3;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.top-results__bg {
  position: relative;
  z-index: 1;
  margin-top: 13rem;
  box-sizing: border-box;
  background: url(../img/pages/top/results/bg.png) no-repeat center top/100% 100%;
  overflow: visible;
}
.top-results__inner {
  position: relative;
  z-index: 1;
  padding: 8.1rem 0 8rem;
  box-sizing: border-box;
}
.top-results__deco {
  position: absolute;
  top: -8.7rem;
  right: 4.4rem;
  z-index: 2;
  width: 18rem;
  height: 9.2rem;
  pointer-events: none;
}
.top-results__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.7rem;
}
.top-results__title {
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.top-results__line {
  display: block;
  width: 6.2rem;
  height: 0.9rem;
  margin-top: 2.6rem;
  background: url(../img/pages/top/results/title-line.png) no-repeat center/contain;
}
.top-results__list {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 40.3rem));
  justify-content: center;
  gap: 8.1rem 3.7rem;
}
.top-results__item {
  width: 100%;
  min-width: 0;
}
.top-results__link {
  display: block;
  text-decoration: none;
}
.top-results__photo {
  width: 100%;
  aspect-ratio: 520/360;
  background: url(../img/pages/results/no-img.jpg) no-repeat center/cover;
  border-radius: 40px;
  margin: 0 0 1.7rem;
}
.top-results__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-results__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.9rem;
  height: 3rem;
  margin: 0 0 1.2rem;
  padding: 0 1.8rem;
  box-sizing: border-box;
  border: 1px solid #002955;
  border-radius: 999px;
  background: transparent;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.top-results__name {
  max-width: 39.7rem;
  margin: 0 0 0.7rem;
  color: #002955;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.top-results__meta {
  display: grid;
  grid-template-columns: 9.2rem 1fr;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  row-gap: 0.7rem;
  align-items: center;
  margin: 0;
  padding-top: 1.3rem;
  background: url(../img/pages/top/results/meta-line.png) no-repeat top left/100% 0.3rem;
}
.top-results__meta-label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 9.2rem;
  height: 2.2rem;
  margin: 0;
  background: url(../img/pages/top/results/label-bg.png) no-repeat center/100% 100%;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.top-results__meta-value {
  margin: 0;
  color: #002955;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-results__foot {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
.top-results__button {
  height: 5.7rem;
}
.top-results__button .text {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .top-results {
    margin-top: 4rem;
    padding: 0 1.6rem 4rem;
    overflow: visible;
  }
  .top-results::before {
    display: none;
  }
  .top-results__watermark {
    top: -38px;
    z-index: 2;
    font-size: clamp(5.2rem, 8vw, 5.6rem);
    letter-spacing: 0.02em;
  }
  .top-results__deco {
    position: absolute;
    top: -4.7rem;
    right: 0.4rem;
    width: 100px;
    height: auto;
  }
  .top-results__bg {
    margin-top: 6rem;
    background-color: #fbe0b3;
    background-image: none;
    border-radius: 2rem;
  }
  .top-results__inner {
    padding: 5rem 1.6rem 4rem;
  }
  .top-results__head {
    margin-bottom: 3rem;
  }
  .top-results__title {
    font-size: 2.8rem;
  }
  .top-results__line {
    margin-top: 2rem;
  }
  .top-results__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .top-results__photo {
    height: auto;
    aspect-ratio: 403/303;
  }
  .top-results__photo img {
    height: auto;
  }
  .top-results__name {
    font-size: 1.6rem;
  }
  .top-results__meta {
    grid-template-columns: 1fr;
    row-gap: 0.6rem;
  }
  .top-results__meta-label {
    justify-self: start;
  }
  .top-results__meta-value {
    white-space: normal;
  }
  .top-results__foot {
    margin-top: 4rem;
  }
  .top-results__button {
    width: 100%;
    max-width: 26.3rem;
  }
}
.top-menu {
  position: relative;
  margin-top: clamp(-10rem, -9vw, -17.2rem);
  padding: 0 3rem calc(clamp(18rem, 17.9vw, 34.3rem) + clamp(12rem, 11.7vw, 22.5rem));
  overflow: visible;
}
.top-menu::before {
  content: "";
  position: absolute;
  top: clamp(-10rem, -9vw, -17.2rem);
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  background-color: #ffffff;
  background-image: url(../img/pages/service/flow/grid-cell_sp.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 2.8rem 2.8rem;
}
.top-menu__inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(12rem, 11.8vw, 22.7rem);
  overflow: visible;
}
.top-menu__list {
  display: grid;
  width: 100%;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 3vw, 5.8rem);
}
.top-menu__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-width: 0;
}
.top-menu__en {
  margin: 0 0 1.4rem;
  color: #002955;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-menu__title {
  margin: 0 0 2.6rem;
  color: #002955;
  font-size: clamp(2.8rem, 2.4vw, 4.6rem);
  font-weight: 700;
  line-height: 1;
}
.top-menu__line {
  display: block;
  width: 6.2rem;
  height: 0.8rem;
  margin-bottom: 4.1rem;
  background: url(../img/pages/top/menu/title-line.png) no-repeat center/contain;
}
.top-menu__photo {
  width: 100%;
  height: clamp(24rem, 21vw, 40.2rem);
  margin: 0 0 2.8rem;
  border-radius: clamp(2rem, 2.1vw, 4rem);
  overflow: hidden;
}
.top-menu__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-menu__text {
  flex: 1;
  margin: 0 0 2.8rem;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.top-menu__button {
  flex-shrink: 0;
  margin-top: auto;
}
.top-menu__deco-clip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.top-menu__deco {
  position: absolute;
  pointer-events: none;
  height: auto;
}
.top-menu__deco--ring {
  top: 0.3rem;
  right: calc(-9.9rem + 3rem);
  left: auto;
  width: min(35.4rem, 18.5vw);
}
.top-menu__deco--accent {
  top: clamp(16rem, 13.5vw, 26rem);
  right: calc(15.8rem + 3rem);
  left: auto;
  z-index: 2;
  width: min(13.3rem, 7vw);
}

@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .top-menu::before {
    right: auto;
    left: calc(50% - 50vw);
    width: 100vw;
  }
  .top-menu__deco-clip {
    right: auto;
    left: calc(50% - 50vw);
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .top-menu {
    margin-top: -8rem;
    padding: 0 3rem calc(6rem + 8rem);
  }
  .top-menu::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    border-radius: 2rem;
  }
  .top-menu__deco-clip {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    border-radius: 2rem;
  }
  .top-menu__deco--ring {
    top: 0.4rem;
    right: calc(-2rem + 3rem);
    left: auto;
    width: 8rem;
  }
  .top-menu__deco--accent {
    display: none;
  }
  .top-menu__inner {
    padding-top: 6rem;
  }
  .top-menu__title {
    font-size: 2.8rem;
  }
  .top-menu__photo {
    height: auto;
    aspect-ratio: 612/402;
    border-radius: 2rem;
  }
  .top-menu__text {
    flex: 1;
    margin-bottom: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .top-menu {
    margin-top: -17.2rem;
    padding: 0 3rem calc(34.3rem + 22.5rem);
  }
  .top-menu::before {
    top: -17.2rem;
  }
  .top-menu__inner {
    padding-top: 22.7rem;
  }
  .top-menu__list {
    grid-template-columns: repeat(2, minmax(0, 61.2rem));
    justify-content: center;
    gap: 5.8rem;
  }
  .top-menu__title {
    font-size: 4.6rem;
  }
  .top-menu__photo {
    height: 40.2rem;
    border-radius: 4rem;
  }
  .top-menu__deco--ring {
    display: block;
    top: 0.3rem;
    right: calc(-9.9rem + 3rem);
    width: 35.4rem;
  }
  .top-menu__deco--accent {
    display: block;
    top: 26rem;
    right: calc(15.8rem + 3rem);
    width: 13.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-menu {
    margin-top: -8rem;
    padding: 0 1.6rem calc(6rem + 8rem);
  }
  .top-menu::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    border-radius: 2rem;
  }
  .top-menu__deco-clip {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    border-radius: 2rem;
  }
  .top-menu__deco--ring {
    top: 0.4rem;
    right: calc(-2rem + 1.6rem);
    left: auto;
    width: 8rem;
  }
  .top-menu__deco--accent {
    display: none;
  }
  .top-menu__inner {
    padding-top: 11rem;
  }
  .top-menu__list {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .top-menu__title {
    font-size: 2.8rem;
  }
  .top-menu__photo {
    height: auto;
    aspect-ratio: 612/402;
    border-radius: 2rem;
  }
  .top-menu__text {
    flex: none;
    margin-bottom: 3rem;
  }
  .top-menu__button {
    align-self: center;
    margin-top: 0;
  }
}
.top-column {
  position: relative;
  z-index: 2;
  margin-top: -22.5rem;
  padding: 0 3rem 8rem;
  overflow: visible;
}
.top-column__bg {
  position: relative;
  width: 100%;
  min-height: 73.1rem;
  padding: 8.2rem 0 0;
  box-sizing: border-box;
  background: url(../img/pages/top/column/bg.png) no-repeat center top/100% 100%;
}
.top-column__inner {
  position: relative;
  z-index: 1;
}
.top-column__deco {
  position: absolute;
  top: -11.7rem;
  left: 9.3rem;
  z-index: 1;
  width: 15.7rem;
  height: 15.7rem;
  pointer-events: none;
}
.top-column__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.8rem;
}
.top-column__head-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-column__en {
  margin: 0 0 1.5rem;
  color: #002955;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-column__title {
  margin: 0 0 2.6rem;
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
}
.top-column__line {
  display: block;
  width: 6.2rem;
  height: 0.8rem;
  background: url(../img/pages/top/column/title-line.png) no-repeat center/contain;
}
.top-column__list {
  display: flex;
  gap: 3.7rem;
  width: 100%;
}
.top-column__item {
  display: flex;
  width: calc((100% - 7.4rem) / 3);
  min-width: 0;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  text-decoration: none;
}
.top-column__item .img {
  width: 100%;
  height: 25.1rem;
  margin-bottom: 2.6rem;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.top-column__item .title {
  margin: 0;
  color: #002955;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.top-column__item .caption {
  margin: 2.6rem 0 1.1rem;
  padding-top: 1.6rem;
  color: #002955;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  border-top: 1px solid #141824;
}
.top-column__item .time {
  align-self: flex-end;
  margin-top: auto;
  color: #002955;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.top-column__button {
  flex-shrink: 0;
  width: 20.3rem;
  height: 5.6rem;
  padding: 0 2rem;
  gap: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .top-column {
    margin-top: -8rem;
    padding: 0 3rem 8rem;
  }
  .top-column__bg {
    min-height: 0;
    padding: 5rem 3rem 4rem;
    box-sizing: border-box;
    background-color: #f2f1ec;
    background-image: none;
    border-radius: 2rem;
    overflow: hidden;
  }
  .top-column__inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .top-column__head {
    flex-wrap: wrap;
    gap: 2rem 3rem;
  }
  .top-column__title {
    font-size: 2.8rem;
  }
  .top-column__item .img {
    height: auto;
    aspect-ratio: 403/251;
  }
  .top-column__deco {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-column {
    margin-top: -8rem;
    padding: 0 1.6rem 4rem;
  }
  .top-column__bg {
    width: 100%;
    min-height: 0;
    padding: 5rem 1.6rem 4rem;
    background-color: #f2f1ec;
    background-image: none;
    border-radius: 2rem;
  }
  .top-column__deco {
    display: none;
  }
  .top-column__inner {
    display: flex;
    flex-direction: column;
  }
  .top-column__head {
    display: contents;
  }
  .top-column__head-main {
    order: 1;
  }
  .top-column__title {
    font-size: 2.8rem;
  }
  .top-column__list {
    order: 2;
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
  .top-column__item {
    width: 100%;
  }
  .top-column__item .img {
    height: auto;
    aspect-ratio: 403/251;
  }
  .top-column__button {
    order: 3;
    align-self: center;
    width: 100%;
    max-width: 26.3rem;
    margin-top: 4rem;
  }
}
.top-news {
  padding: 80px 0 120px;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__head {
  flex-shrink: 0;
}
.top-news__title {
  margin: 0;
}
.top-news__line {
  display: block;
  width: 6.2rem;
  height: 0.8rem;
  margin-top: 1.5rem;
  background: url(../img/pages/top/news/title-line.png) no-repeat center/contain;
}
.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 #002955;
  padding: 25px 0;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 95%;
}
.top-news__item .time {
  color: #002955;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.top-news__item .title {
  color: #002955;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.top-news__item .icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
.top-news__item .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 5rem 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__line {
    width: 3.3rem;
    margin-top: 2rem;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 3rem;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #002955;
    padding: 2rem 0;
  }
  .top-news__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: calc(100% - 3.5rem);
  }
  .top-news__item .time {
    font-size: 1.4rem;
  }
  .top-news__item .title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .top-news__button {
    position: static;
    width: 100%;
    max-width: 26.3rem;
    margin: 0 auto;
  }
}
.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: #002955;
  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: #002955;
  padding: 2px 10px;
}
.blog-single__title {
  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;
}

@media only screen and (max-width: 767px) {
  .contact-form__inner {
    padding: 5rem 0;
  }
  .contact-form__title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
.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;
  }
}
.service-flow {
  position: relative;
  z-index: 1;
  padding: 14rem 3rem 14rem;
  background-color: #ffffff;
  background-image: url(../img/pages/service/flow/bg.png);
  background-position: center top;
  background-size: min(100%, 192rem) auto;
  overflow: visible;
}
.service-flow__inner {
  position: relative;
}
.service-flow__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.7rem;
  overflow: visible;
}
.service-flow__watermark {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  color: #fbe0b3;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.4;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.service-flow__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.service-flow__deco--ring {
  top: -174px;
  left: -17.6rem;
  width: 25rem;
  height: auto;
}
.service-flow__deco--accent {
  top: 12.1rem;
  right: 3.8rem;
  width: 14.3rem;
  height: 14.3rem;
}
.service-flow__title {
  position: relative;
  z-index: 1;
  margin-top: 8.8rem;
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.service-flow__line {
  position: relative;
  z-index: 1;
  display: block;
  width: 6.2rem;
  height: 0.8rem;
  margin: 2.7rem auto 3.8rem;
  background: url(../img/pages/service/flow/title-line.png) no-repeat center/contain;
}
.service-flow__lead {
  position: relative;
  z-index: 1;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  text-align: center;
}
.service-flow__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-flow__item {
  width: 100%;
  margin-bottom: 7rem;
}
.service-flow__item:last-child {
  margin-bottom: 0;
}
.service-flow__card {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 109rem;
  height: 34.5rem;
  margin: 0 auto;
  padding-bottom: 3.5rem;
  box-sizing: border-box;
  background: url(../img/pages/service/flow/card-bg.png) no-repeat center/100% 100%;
}
.service-flow__card--04 {
  height: 30.7rem;
  padding-bottom: 0;
  background-image: url(../img/pages/service/flow/card-bg_4.png);
}
.service-flow__visual {
  display: flex;
  flex: 0 0 46.6rem;
  align-items: center;
  align-self: center;
  justify-content: center;
  min-height: 0;
  margin: 0;
  padding-left: 4.4rem;
  box-sizing: border-box;
}
.service-flow__visual img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 31rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-flow__body {
  flex: 1;
  align-self: center;
  min-width: 0;
  padding: 0 4rem 0 2rem;
  box-sizing: border-box;
}
.service-flow__step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.4rem;
  height: 4.3rem;
  margin: 0 0 2.4rem;
  background: url(../img/pages/service/flow/step-badge.png) no-repeat center/100% 100%;
}
.service-flow__step--04 {
  height: 4.2rem;
  background-image: url(../img/pages/service/flow/step-badge-04.png);
}
.service-flow__step-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 5px;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.service-flow__name {
  margin: 0 0 1.6rem;
  color: #002955;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.service-flow__text {
  margin: 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
}

@media only screen and (max-width: 767px) {
  .service-flow {
    padding: 5rem 1.6rem 8rem;
    background-color: #ffffff;
    background-image: none;
  }
  .service-flow::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url(../img/pages/service/flow/grid-cell_sp.png);
    background-repeat: repeat;
    background-position: left top;
    background-size: 2.8rem 2.8rem;
  }
  .service-flow__inner {
    position: relative;
    z-index: 1;
  }
  .service-flow__watermark {
    font-size: 8rem;
  }
  .service-flow__deco {
    display: none;
  }
  .service-flow__head {
    margin-bottom: 3rem;
  }
  .service-flow__title {
    margin-top: 4rem;
    font-size: 2.8rem;
  }
  .service-flow__line {
    margin: 2rem auto;
  }
  .service-flow__lead {
    font-size: 1.5rem;
    text-align: left;
  }
  .service-flow__item {
    margin-bottom: 4rem;
  }
  .service-flow__item:last-child {
    margin-bottom: 0;
  }
  .service-flow__card {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 3.2rem 2.4rem 5.6rem;
    box-sizing: border-box;
    overflow: hidden;
    background-image: url(../img/pages/service/flow/card-bg_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
  }
  .service-flow__card--04 {
    padding-bottom: 3.2rem;
    background-image: url(../img/pages/service/flow/card-bg_4_sp.png);
  }
  .service-flow__visual {
    flex: none;
    width: 100%;
    min-width: 0;
    align-self: auto;
    padding: 0;
    margin-bottom: 1.6rem;
  }
  .service-flow__visual img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 16rem;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .service-flow__body {
    align-self: auto;
    min-width: 0;
    padding: 0;
  }
  .service-flow__step {
    width: 14rem;
    height: 3.8rem;
    margin: 0 auto 1.6rem;
  }
  .service-flow__step-text {
    font-size: 2rem;
  }
  .service-flow__name {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    text-align: center;
  }
  .service-flow__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.service-photo {
  position: relative;
  z-index: 1;
  padding: 10rem 3rem 12rem;
  background-color: #f2f1ec;
  background-image: url(../img/pages/service/photo/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: min(100%, 192rem) auto;
  overflow: hidden;
}
.service-photo__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.service-photo__deco--ring {
  top: 12.8rem;
  right: -0.9rem;
  width: 32.1rem;
  height: 32.1rem;
}
.service-photo__deco--accent {
  top: 38.8rem;
  right: 20.7rem;
  width: 13.3rem;
  height: 13.3rem;
}
.service-photo__inner {
  position: relative;
  z-index: 1;
}
.service-photo__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4.8rem;
}
.service-photo__title {
  position: relative;
  z-index: 1;
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.service-photo__line {
  position: relative;
  z-index: 0;
  display: block;
  width: 31.4rem;
  height: 2.5rem;
  margin-top: -1.2rem;
  background: url(../img/pages/service/photo/title-line.png) no-repeat center/contain;
  pointer-events: none;
}
.service-photo__grid {
  display: grid;
  grid-template-columns: repeat(2, 52.3rem);
  gap: 6.5rem 3.6rem;
  justify-content: center;
}
.service-photo__item {
  width: 52.3rem;
  background: #ffffff;
  border-radius: 3rem;
  overflow: hidden;
}
.service-photo__visual {
  margin: 0;
  border-radius: 3rem 3rem 0 0;
  overflow: hidden;
}
.service-photo__visual img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-photo__body {
  margin-top: 2.8rem;
  padding-bottom: 3rem;
  text-align: center;
}
.service-photo__name {
  margin: 0 0 0.6rem;
  color: #002955;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.service-photo__text {
  margin: 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.service-photo__note {
  margin: 4.8rem 0 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .service-photo {
    padding: 5rem 1.6rem 8rem;
    background-size: calc(100% - 3.2rem) auto;
  }
  .service-photo__deco {
    display: none;
  }
  .service-photo__head {
    margin-bottom: 3rem;
  }
  .service-photo__title {
    font-size: 2.8rem;
  }
  .service-photo__line {
    width: 20rem;
    height: 1.6rem;
    margin-top: -0.8rem;
  }
  .service-photo__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .service-photo__item {
    width: 100%;
    border-radius: 2rem;
  }
  .service-photo__visual {
    border-radius: 2rem 2rem 0 0;
  }
  .service-photo__body {
    margin-top: 1.6rem;
  }
  .service-photo__name {
    font-size: 2rem;
  }
  .service-photo__text {
    font-size: 1.5rem;
  }
  .service-photo__note {
    margin-top: 3rem;
    font-size: 1.4rem;
    text-align: left;
  }
}
.main--service {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .main--service {
    overflow-x: clip;
  }
}

.service-why {
  position: relative;
  z-index: 1;
  margin-top: -33rem;
  overflow: visible;
}
.service-why__bg {
  position: relative;
  z-index: 1;
  width: min(100%, 180.2rem);
  margin: 3rem auto 0;
  padding: 36rem 0 10rem;
  box-sizing: border-box;
  border-radius: 4rem;
  background-color: #f2f1ec;
  overflow: visible;
}
.service-why__inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .service-why__inner.inner--l {
    width: min(100%, 168rem);
    min-width: 0;
  }
}
.service-why__watermark {
  position: absolute;
  top: 30rem;
  left: 50%;
  z-index: 0;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.5;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.service-why__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.8rem;
}
.service-why__title {
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.service-why__line {
  display: block;
  width: 6.2rem;
  height: 0.8rem;
  margin: 3.9rem auto 3.8rem;
  background: url(../img/pages/top/reason/title-line.png) no-repeat center/contain;
}
.service-why__lead {
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.service-why__list {
  position: relative;
  z-index: 1;
  width: 100%;
}
.service-why__item {
  display: grid;
  grid-template-columns: repeat(168, 1fr);
  align-items: start;
  position: relative;
  min-height: 45rem;
  margin-bottom: 7.2rem;
}
.service-why__item:last-child {
  margin-bottom: 0;
}
.service-why__item-head {
  position: relative;
  top: auto;
  left: auto;
  grid-column: 40/span 16;
  grid-row: 1;
  z-index: 3;
  margin-top: -2.8rem;
}
.service-why__item--reverse .service-why__item-head {
  grid-column: 96/span 16;
}
.service-why__num {
  color: #002955;
  font-family: "Josefin Sans", sans-serif;
  font-size: 7.4rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.service-why__num-line {
  display: block;
  width: 6.2rem;
  height: 0.9rem;
  margin-top: 1.3rem;
  border-radius: 999px;
  background-color: #f09807;
}
.service-why__panel {
  position: relative;
  top: auto;
  left: auto;
  grid-column: 29/119;
  grid-row: 1;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  width: auto;
  max-width: none;
  min-height: 45rem;
  box-sizing: border-box;
  background: url(../img/pages/service/card-bg.png) no-repeat center/100% 100%;
}
.service-why__item:nth-child(3) .service-why__panel {
  grid-column: 29/119;
}
.service-why__item--reverse .service-why__panel {
  grid-column: 70/160;
}
.service-why__content {
  flex: 0 1 70.888889%;
  max-width: 70.888889%;
  padding: 10.2rem 0 0 12%;
  box-sizing: border-box;
}
.service-why__item:nth-child(2) .service-why__content, .service-why__item:nth-child(4) .service-why__content {
  flex: 1 1 auto;
  max-width: none;
  padding: 9.3rem 12% 0 28%;
}
.service-why__name {
  margin: 0;
  color: #002955;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.85;
}
.service-why__name-mark {
  display: block;
  height: 2.9rem;
  margin-top: -1.8rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.service-why__name-mark--01 {
  width: 23.2rem;
  background-image: url(../img/pages/service/name-line-01.png);
}
.service-why__name-mark--02 {
  background-image: url(../img/pages/service/name-line-02.png);
}
.service-why__name-mark--03 {
  margin-top: -6.8rem;
  background-image: url(../img/pages/service/name-line-03.png);
}
.service-why__name-mark--04 {
  margin-left: 11rem;
  background-image: url(../img/pages/service/name-line-04.png);
}
.service-why__text {
  margin-top: 2.4rem;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
}
.service-why__item:nth-child(3) .service-why__text {
  margin-top: 5.4rem;
}
.service-why__photo {
  position: relative;
  top: auto;
  left: auto;
  grid-column: 99/147;
  grid-row: 1;
  z-index: 2;
  width: auto;
  height: auto;
  margin-top: 6.4rem;
  aspect-ratio: 482/323;
  border-radius: 4rem;
  overflow: hidden;
}
.service-why__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-why__item:nth-child(2) .service-why__photo {
  margin-top: 9rem;
}
.service-why__item:nth-child(3) .service-why__photo {
  margin-top: 8.5rem;
}
.service-why__item:nth-child(4) .service-why__photo {
  margin-top: 6.3rem;
}
.service-why__item--reverse .service-why__photo {
  grid-column: 39/87;
}

@media only screen and (max-width: 767px) {
  .service-why {
    margin-top: -6rem;
    padding: 0 1.6rem 8rem;
  }
  .service-why__bg {
    width: 100%;
    margin-top: 0;
    padding: 14rem 0 0;
    border-radius: 2rem;
    overflow: visible;
  }
  .service-why__watermark {
    top: 12rem;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    font-size: 8rem;
    text-align: center;
  }
  .service-why__head {
    margin-bottom: 4rem;
  }
  .service-why__title {
    font-size: 2.8rem;
  }
  .service-why__line {
    margin: 2rem auto;
  }
  .service-why__lead {
    font-size: 1.5rem;
    text-align: left;
  }
  .service-why__item {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 0;
    margin-bottom: 6rem;
  }
  .service-why__item-head {
    position: relative;
    grid-column: auto;
    grid-row: auto;
    z-index: 3;
    align-self: center;
    margin-top: 0;
    margin-bottom: -3.6rem;
    text-align: center;
  }
  .service-why__panel {
    position: relative;
    grid-column: auto;
    grid-row: auto;
    z-index: 1;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: 7rem 2rem 16rem;
    box-sizing: border-box;
    background-color: #ffffff;
    background-image: none;
    border-radius: 2rem;
    overflow: visible;
  }
  .service-why__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background-image: url(../img/pages/service/flow/grid-cell_sp.png);
    background-repeat: repeat;
    background-position: left top;
    background-size: 2.8rem 2.8rem;
  }
  .service-why__item:nth-child(n) .service-why__panel {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .service-why__content {
    position: relative;
    z-index: 1;
    flex: none;
    max-width: none;
    padding: 0;
  }
  .service-why__item:nth-child(n) .service-why__item-head {
    top: auto;
    left: auto;
    right: auto;
  }
  .service-why__item:nth-child(2) .service-why__content, .service-why__item:nth-child(4) .service-why__content {
    margin-left: 0;
    padding: 0;
  }
  .service-why__text {
    margin-top: 1.6rem;
  }
  .service-why__photo {
    position: relative;
    grid-column: auto;
    grid-row: auto;
    top: auto;
    right: auto;
    left: auto;
    z-index: 2;
    width: calc(100% - 2.4rem);
    max-width: 32rem;
    height: auto;
    margin: -12rem 0 0;
    aspect-ratio: 482/323;
    border-radius: 2rem;
    overflow: hidden;
  }
  .service-why__photo img {
    height: 100%;
  }
  .service-why__item:nth-child(odd) .service-why__photo {
    align-self: flex-end;
  }
  .service-why__item:nth-child(even) .service-why__photo {
    align-self: flex-start;
  }
  .service-why__item:nth-child(n) .service-why__photo {
    top: auto;
    left: auto;
    right: auto;
    margin-top: -12rem;
  }
  .service-why__num {
    font-size: 5rem;
  }
  .service-why__num-line {
    width: 4rem;
    height: 0.6rem;
    margin-top: 0.8rem;
  }
  .service-why__name {
    font-size: 2rem;
  }
  .service-why__name-mark {
    height: 2rem;
    margin-top: -1.2rem;
  }
  .service-why__name-mark--03 {
    margin-top: -4.8rem;
  }
  .service-why__name-mark--04 {
    margin-left: 11rem;
  }
}
.results-reason {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
  padding: 0 0 14rem;
  overflow: visible;
}
.results-reason__watermark {
  position: absolute;
  top: 8.5rem;
  left: 50%;
  z-index: 1;
  color: #fbe0b3;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.4;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.results-reason__top {
  position: relative;
  z-index: 1;
  padding: 17.1rem 0 3.5rem;
  overflow: hidden;
  pointer-events: none;
}
.results-reason__top > * {
  pointer-events: auto;
}
.results-reason__top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: max(100%, 100vw);
  transform: translateX(-50%);
  pointer-events: none;
  background-color: #ffffff;
  background-image: url(../img/pages/service/flow/grid-cell_sp.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 2.8rem 2.8rem;
}
.results-reason__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.results-reason__title {
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.results-reason__line {
  display: block;
  width: 6.2rem;
  height: 0.9rem;
  margin-top: 2.6rem;
  background: url(../img/pages/results/reason/title-line.png) no-repeat center/contain;
}
.results-reason__lead {
  margin: 3.8rem 0 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  text-align: center;
}
.results-reason__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 192rem);
  margin: 0 auto;
  padding: 15.5rem 0 8rem;
  box-sizing: border-box;
  border-radius: 4rem;
  background-color: #f2f1ec;
  overflow: visible;
}
.results-reason__deco {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 6.3rem;
  height: 5.3rem;
  transform: translateX(-50%);
  pointer-events: none;
}
.results-reason__inner {
  position: relative;
  min-width: 0;
}
@media only screen and (min-width: 768px) {
  .results-reason__inner {
    width: min(100%, 62rem * 2 + 5.5rem);
    max-width: calc(62rem * 2 + 5.5rem);
    min-width: 0;
    margin-inline: auto;
  }
}
.results-reason__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 8.4rem 5.5rem;
  width: 97%;
  max-width: calc(62rem * 2 + 5.5rem);
  margin-inline: auto;
  box-sizing: border-box;
}
.results-reason__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.results-reason__item-head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -6rem;
}
.results-reason__label {
  margin: 0;
  color: #002955;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.results-reason__num {
  margin: 0;
  color: #002955;
  font-family: "Josefin Sans", sans-serif;
  font-size: 7.32rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.results-reason__num-line {
  display: block;
  width: 6.2rem;
  height: 1rem;
  margin-top: -0.7rem;
  background: url(../img/pages/results/reason/num-line.png) no-repeat center/contain;
}
.results-reason__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 45rem;
  padding: 7.4rem 3rem 3rem;
  box-sizing: border-box;
  background: url(../img/pages/results/reason/card-bg.png) no-repeat center/100% 100%;
}
.results-reason__icon {
  position: relative;
  flex-shrink: 0;
  width: 18.2rem;
  height: 18.3rem;
  margin: 0 0 2.4rem;
}
.results-reason__icon-circle {
  display: block;
  width: 100%;
  height: 100%;
}
.results-reason__icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.results-reason__name {
  position: relative;
  margin: 0 0 1.4rem;
  text-align: center;
}
.results-reason__name-text {
  position: relative;
  z-index: 1;
  color: #002955;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.results-reason__name-line {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  z-index: 0;
  max-width: 100%;
  height: 1.9rem;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.results-reason__name-line--01 {
  width: 40.2rem;
  background-image: url(../img/pages/results/reason/name-line-01.png);
}
.results-reason__name-line--02 {
  width: 30.2rem;
  background-image: url(../img/pages/results/reason/name-line-02.png);
}
.results-reason__name-line--03 {
  width: 33.2rem;
  background-image: url(../img/pages/results/reason/name-line-03.png);
}
.results-reason__name-line--04 {
  width: 27.2rem;
  height: 1.7rem;
  background-image: url(../img/pages/results/reason/name-line-04.png);
}
.results-reason__text {
  width: 100%;
  max-width: 52rem;
  margin: 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  text-align: center;
}
.results-reason__foot {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 8rem;
  margin-inline: auto;
}
.results-reason__foot-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #002955;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.results-reason__foot-line {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 2.3rem;
  margin-top: -0.5rem;
  background: url(../img/pages/results/reason/foot-line.png) no-repeat center/100% 100%;
}

@media only screen and (max-width: 767px) {
  .results-reason {
    margin-top: 0;
    padding: 0 1.6rem 8rem;
  }
  .results-reason__watermark {
    top: 2rem;
    font-size: 5.6rem;
    z-index: 1;
  }
  .results-reason__top {
    padding: 8rem 0 2rem;
  }
  .results-reason__head {
    position: relative;
    z-index: 1;
  }
  .results-reason__title {
    font-size: 2.8rem;
  }
  .results-reason__line {
    margin-top: 2rem;
  }
  .results-reason__lead {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
  .results-reason__panel {
    position: relative;
    padding: 5rem 1.6rem 4rem;
    border-radius: 2rem;
    overflow: visible;
  }
  .results-reason__inner {
    position: relative;
    z-index: 1;
  }
  .results-reason__deco {
    top: -4px;
    left: 50%;
    z-index: 2;
    width: 4.3rem;
    height: 2.3rem;
    transform: translateX(-50%);
  }
  .results-reason__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .results-reason__item-head {
    margin-bottom: -2rem;
  }
  .results-reason__label {
    font-size: 2rem;
  }
  .results-reason__num {
    font-size: 5rem;
  }
  .results-reason__card {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 5rem 2rem 3rem;
    background-color: #ffffff;
    background-image: none;
    border-radius: 2rem;
    overflow: hidden;
  }
  .results-reason__card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background-image: url(../img/pages/service/flow/grid-cell_sp.png);
    background-repeat: repeat;
    background-position: left top;
    background-size: 2.8rem 2.8rem;
  }
  .results-reason__card > * {
    position: relative;
    z-index: 1;
  }
  .results-reason__icon {
    width: 14rem;
    height: 14rem;
    margin-bottom: 2rem;
  }
  .results-reason__name {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 1.6rem;
    text-align: left;
  }
  .results-reason__name:has(.results-reason__name-line--01) .results-reason__name-text {
    background-image: url(../img/pages/results/reason/name-line-01.png);
  }
  .results-reason__name:has(.results-reason__name-line--02) .results-reason__name-text {
    background-image: url(../img/pages/results/reason/name-line-02.png);
  }
  .results-reason__name:has(.results-reason__name-line--03) .results-reason__name-text {
    background-image: url(../img/pages/results/reason/name-line-03.png);
  }
  .results-reason__name:has(.results-reason__name-line--04) .results-reason__name-text {
    background-image: url(../img/pages/results/reason/name-line-04.png);
    background-size: 100% 1.1rem;
  }
  .results-reason__name-text {
    display: inline;
    font-size: 2rem;
    line-height: 1.4;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 0 0.3rem;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 1.2rem;
  }
  .results-reason__name-line {
    display: none;
  }
  .results-reason__text {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
  .results-reason__foot {
    margin-top: 4rem;
    text-align: center;
  }
  .results-reason__foot-text {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }
  .results-reason__foot-text-line {
    display: inline-block;
    max-width: 100%;
    padding: 0 0 0.3rem;
    background-image: url(../img/pages/results/reason/foot-line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 1.5rem;
  }
  .results-reason__foot-line {
    display: none;
  }
}
.main--results-detail {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .main--results-detail {
    overflow-x: clip;
  }
}

.results-detail {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
  padding: 0 3rem 14rem;
  overflow: visible;
}
.results-detail__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 180.2rem);
  min-height: 119.7rem;
  margin: 0 auto;
  padding: 10.2rem 0 11rem;
  box-sizing: border-box;
  border-radius: 4rem;
  background-color: #f2f1ec;
  overflow: visible;
}
.results-detail__inner {
  position: relative;
  z-index: 1;
}
.results-detail__gallery {
  display: grid;
  grid-template-columns: repeat(2, 52.3rem);
  justify-content: center;
  gap: 3.7rem 3.6rem;
  margin-bottom: 3.6rem;
}
.results-detail__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 520/360;
  background: url(../img/pages/results/no-img.jpg) no-repeat center/cover;
  border-radius: 40px;
  margin: 0;
  overflow: hidden;
}
.results-detail__photo-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.results-detail__body {
  width: 100%;
  max-width: 108.3rem;
  margin-inline: auto;
}
.results-detail__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.9rem;
  height: 3rem;
  margin: 0 0 1.2rem;
  padding: 0 1.8rem;
  box-sizing: border-box;
  background: url(../img/pages/results/brand-tag-bg.png) no-repeat center/100% 100%;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.results-detail__title {
  margin: 0 0 1.3rem;
  color: #002955;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.results-detail__meta {
  display: grid;
  grid-template-columns: 11.4rem 1fr;
  -moz-column-gap: 2.1rem;
       column-gap: 2.1rem;
  row-gap: 0.8rem;
  align-items: start;
  margin: 0;
  padding-top: 1.3rem;
  background: url(../img/pages/results/meta-line.png) no-repeat top left/100% 0.3rem;
}
.results-detail__meta-label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 11.4rem;
  height: 3.2rem;
  margin: 0;
  background: url(../img/pages/results/label-bg.png) no-repeat center/100% 100%;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.results-detail__meta-value {
  margin: 0;
  padding-top: 0.4rem;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .results-detail {
    margin-top: 0;
    padding: 0 1.6rem 8rem;
  }
  .results-detail__panel {
    min-height: 0;
    padding: 3rem 1.6rem 4rem;
    border-radius: 2rem;
  }
  .results-detail__gallery {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .results-detail__photo {
    height: auto;
    aspect-ratio: 523/364;
  }
  .results-detail__brand {
    font-size: 1.5rem;
  }
  .results-detail__title {
    font-size: 1.6rem;
  }
  .results-detail__meta {
    grid-template-columns: 1fr;
    row-gap: 0.6rem;
  }
  .results-detail__meta-label {
    justify-self: start;
    width: 9.3rem;
    height: 2.3rem;
    font-size: 1.4rem;
  }
  .results-detail__meta-value {
    padding-top: 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.main--results {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .main--results {
    overflow-x: clip;
  }
}

.results {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
  padding: 0 3rem 14rem;
  overflow-x: clip;
}
.results__watermark {
  position: absolute;
  top: calc(-2rem - 13.3rem);
  left: 50%;
  z-index: 0;
  color: #fbe0b3;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.5;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.results__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 180.2rem);
  margin: 32rem auto 0;
  padding: 10.9rem 0 8rem;
  box-sizing: border-box;
  border-radius: 4rem;
  background-color: #fbe0b3;
  overflow: visible;
}
.results__inner {
  position: relative;
}
.results__deco {
  position: absolute;
  top: -8.7rem;
  right: 4.4rem;
  z-index: 2;
  width: 18rem;
  height: 9.2rem;
  pointer-events: none;
}
.results__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.1rem;
}
.results__title {
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.results__line {
  display: block;
  width: 6.2rem;
  height: 0.9rem;
  margin-top: 2.6rem;
  background: url(../img/pages/results/title-line.png) no-repeat center/contain;
}
.results__lead {
  margin: 3.9rem 0 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.results__list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 34.3rem);
  justify-content: center;
  gap: 5rem 2.6rem;
}
.results__item {
  position: relative;
  z-index: 1;
  width: 100%;
}
.results__link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.results__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 520/360;
  background: url(../img/pages/results/no-img.jpg) no-repeat center/cover;
  margin: 0 0 1.7rem;
  border-radius: 40px;
  overflow: hidden;
}
.results__photo-bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.results__photo-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22.7rem;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.results__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.9rem;
  height: 3rem;
  margin: 0 0 1.2rem;
  padding: 0 1.8rem;
  box-sizing: border-box;
  background: url(../img/pages/results/brand-tag-bg.png) no-repeat center/100% 100%;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.results__name {
  max-width: 33.7rem;
  margin: 0 0 0.7rem;
  color: #002955;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.results__meta {
  display: grid;
  grid-template-columns: 9.3rem 1fr;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  row-gap: 0.7rem;
  align-items: center;
  margin: 0;
  padding-top: 1.3rem;
  background: url(../img/pages/results/meta-line.png) no-repeat top left/100% 0.5rem;
}
.results__meta-label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 9.3rem;
  height: 2.3rem;
  margin: 0;
  background: url(../img/pages/results/label-bg.png) no-repeat center/100% 100%;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.results__meta-value {
  margin: 0;
  color: #002955;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .results {
    margin-top: 0;
    padding: 0 1.6rem 8rem;
  }
  .results__watermark {
    top: -43px;
    left: 50%;
    font-size: 5.6rem;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .results__panel {
    margin-top: 6rem;
    padding: 5rem 1.6rem 4rem;
    border-radius: 2rem;
  }
  .results__deco {
    position: absolute;
    top: -4.7rem;
    right: 0.4rem;
    z-index: 2;
    width: 10rem;
    height: 5.2rem;
  }
  .results__head {
    margin-bottom: 3rem;
  }
  .results__title {
    font-size: 2.8rem;
  }
  .results__line {
    margin-top: 2rem;
  }
  .results__lead {
    margin-top: 2rem;
    font-size: 1.5rem;
    text-align: left;
  }
  .results__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .results__photo {
    height: auto;
    aspect-ratio: 343/263;
  }
  .results__photo-bg {
    height: auto;
    aspect-ratio: 343/263;
  }
  .results__photo-logo {
    width: 60%;
  }
  .results__name {
    font-size: 1.6rem;
  }
}
.guide-intro {
  position: relative;
  z-index: 1;
  margin-top: -33rem;
  padding: 0 3rem 14rem;
  overflow: visible;
}
.guide-intro__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 180.2rem);
  min-height: 74.2rem;
  margin: 16rem auto 0;
  padding: 36.1rem 0 0;
  box-sizing: border-box;
  border-radius: 4rem;
  background-color: #f2f1ec;
  overflow: visible;
}
.guide-intro__watermark {
  position: absolute;
  top: 26.8rem;
  left: 50%;
  z-index: 0;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.5;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.guide-intro__inner {
  position: relative;
  z-index: 1;
}
.guide-intro__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guide-intro__title {
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.guide-intro__line {
  display: block;
  width: 6.2rem;
  height: 0.9rem;
  margin-top: 2.6rem;
  background: url(../img/pages/guide/intro/title-line.png) no-repeat center/contain;
}
.guide-intro__lead {
  margin: 3.9rem 0 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .guide-intro {
    margin-top: -6rem;
    padding: 0 1.6rem 8rem;
  }
  .guide-intro__panel {
    position: relative;
    z-index: 1;
    min-height: 0;
    margin-top: 0;
    padding: 10rem 1.6rem 4rem;
    border-radius: 2rem;
  }
  .guide-intro__watermark {
    top: 8rem;
    font-size: 5.6rem;
  }
  .guide-intro__title {
    margin-top: 0;
    font-size: 2.8rem;
  }
  .guide-intro__line {
    margin-top: 2rem;
  }
  .guide-intro__lead {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}
.guide-flow {
  position: relative;
  z-index: 1;
  padding: 0 3rem 14rem;
  background-color: #ffffff;
  background-image: url(../img/pages/guide/flow/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: min(100%, 192rem) auto;
  overflow: visible;
}
.guide-flow__inner {
  position: relative;
  overflow: visible;
}
.guide-flow__head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4.6rem;
}
.guide-flow__title {
  position: relative;
  margin: 0;
  text-align: center;
}
.guide-flow__title-text {
  position: relative;
  z-index: 1;
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
}
.guide-flow__title-line {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  z-index: 0;
  width: 30.2rem;
  height: 2.6rem;
  transform: translateX(-50%);
  background: url(../img/pages/guide/flow/title-line.png) no-repeat center/contain;
  pointer-events: none;
}
.guide-flow__body {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.guide-flow__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.guide-flow__deco--ring {
  top: 13.8rem;
  left: -12.6rem;
  width: 24.6rem;
  height: 32.3rem;
}
.guide-flow__deco--accent {
  top: 65.4rem;
  right: -8.2rem;
  width: 16.3rem;
  height: 16.3rem;
}
.guide-flow__timeline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 108.8rem / 2 + 19.8rem);
  z-index: 0;
  width: 1.1rem;
  background: url(../img/pages/guide/flow/timeline.png) no-repeat center top/100% 100%;
  pointer-events: none;
}
.guide-flow__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.2rem;
}
.guide-flow__item {
  width: 100%;
}
.guide-flow__card {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 108.8rem;
  height: 27.8rem;
  margin: 0 auto;
  box-sizing: border-box;
  border: 0.5rem solid #e9e8e2;
  border-radius: 3rem;
  background: url(../img/pages/guide/flow/card-bg.png) no-repeat center/100% 100%;
}
.guide-flow__visual {
  display: flex;
  flex: 0 0 29.2rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-left: 3.9rem;
  box-sizing: border-box;
}
.guide-flow__visual img {
  display: block;
  width: 100%;
  max-width: 29.2rem;
  height: auto;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide-flow__content {
  flex: 1;
  min-width: 0;
  padding: 0 4rem 0 2rem;
  box-sizing: border-box;
}
.guide-flow__step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.4rem;
  height: 4.4rem;
  margin: 0 0 2.4rem;
  background: url(../img/pages/guide/flow/step-badge.png) no-repeat center/100% 100%;
}
.guide-flow__step-text {
  padding-top: 5px;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.guide-flow__name {
  margin: 0 0 1.6rem;
  color: #002955;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.guide-flow__text {
  margin: 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
}

@media only screen and (max-width: 767px) {
  .guide-flow {
    padding: 0 0 8rem;
    background-size: calc(100% - 3.2rem) auto;
  }
  .guide-flow__head {
    margin-bottom: 3rem;
  }
  .guide-flow__title-text {
    font-size: 2.8rem;
  }
  .guide-flow__title-line {
    width: 20rem;
    height: 2rem;
  }
  .guide-flow__deco {
    display: none;
  }
  .guide-flow__timeline {
    top: 0;
    bottom: 0;
    left: 8.4rem;
    width: 1.1rem;
    transform: none;
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
  }
  .guide-flow__list {
    gap: 3rem;
  }
  .guide-flow__card {
    position: relative;
    flex-direction: column;
    height: auto;
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 3rem;
    background-color: #ffffff;
    background-image: none;
    overflow: hidden;
  }
  .guide-flow__card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    background-image: url(../img/pages/service/flow/grid-cell_sp.png);
    background-repeat: repeat;
    background-position: left top;
    background-size: 2.8rem 2.8rem;
  }
  .guide-flow__visual {
    position: relative;
    z-index: 1;
    flex: none;
    width: 100%;
    padding: 0 0 2rem;
  }
  .guide-flow__content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0;
  }
  .guide-flow__step {
    width: 12.4rem;
    height: 3.4rem;
    margin: 0 auto 1.4rem;
  }
  .guide-flow__step-text {
    font-size: 2.2rem;
  }
  .guide-flow__name {
    font-size: 2rem;
    text-align: center;
  }
  .guide-flow__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.guide-documents {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
  padding: 0 3rem 14rem;
  overflow: visible;
}
.guide-documents__panel {
  position: relative;
  z-index: 2;
  width: min(100%, 180.2rem);
  margin: 0 auto;
  padding: 8.2rem 0 8.5rem;
  box-sizing: border-box;
  border-radius: 4rem;
  background-color: #f2f1ec;
}
.guide-documents__inner {
  position: relative;
}
.guide-documents__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem;
}
.guide-documents__title {
  position: relative;
  margin: 0;
  text-align: center;
}
.guide-documents__title-text {
  position: relative;
  z-index: 1;
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
}
.guide-documents__title-line {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  z-index: 0;
  width: 46.4rem;
  height: 2.6rem;
  transform: translateX(-50%);
  background: url(../img/pages/guide/documents/title-line.png) no-repeat center/contain;
  pointer-events: none;
}
.guide-documents__lead {
  margin: 3.8rem 0 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.guide-documents__list {
  display: grid;
  grid-template-columns: repeat(4, 24.8rem);
  justify-content: center;
  gap: 3rem;
}
.guide-documents__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.guide-documents__item-head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -1.8rem;
}
.guide-documents__icon {
  position: relative;
  z-index: 1;
  width: 24.8rem;
  height: 24.8rem;
  margin: 0 0 2rem;
}
.guide-documents__icon-bg {
  display: block;
  width: 100%;
  height: 100%;
}
.guide-documents__icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.guide-documents__num {
  margin: 0;
  color: #002955;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
.guide-documents__num-line {
  position: relative;
  z-index: 1;
  display: block;
  width: 3.3rem;
  height: 0.7rem;
  margin-top: 0.4rem;
  background: url(../img/pages/guide/documents/num-line.png) no-repeat center/contain;
}
.guide-documents__name {
  margin: 0 0 1.2rem;
  color: #002955;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
}
.guide-documents__text {
  margin: 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.guide-documents__note-wrap {
  margin-top: 2rem;
}
.guide-documents__note {
  margin: 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .guide-documents {
    margin-top: -4rem;
    padding: 0 1.6rem 8rem;
  }
  .guide-documents__panel {
    padding: 5rem 1.6rem 4rem;
    border-radius: 2rem;
  }
  .guide-documents__title-text {
    font-size: 2.8rem;
  }
  .guide-documents__title-line {
    width: 100%;
    max-width: 28rem;
  }
  .guide-documents__lead {
    margin-top: 2rem;
    font-size: 1.5rem;
    text-align: left;
  }
  .guide-documents__head {
    margin-bottom: 4rem;
  }
  .guide-documents__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .guide-documents__item {
    align-items: center;
    width: 100%;
    max-width: 30rem;
    margin-inline: auto;
    text-align: center;
  }
  .guide-documents__item-head {
    margin-bottom: -1rem;
  }
  .guide-documents__icon {
    width: 17rem;
    height: 17rem;
    margin: 0 auto 1.6rem;
  }
  .guide-documents__icon-img {
    max-width: 46%;
    max-height: 54%;
    width: auto;
    height: auto;
  }
  .guide-documents__num {
    font-size: 3.6rem;
  }
  .guide-documents__name {
    width: 100%;
    margin-bottom: 0.8rem;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  .guide-documents__text {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
  }
  .guide-documents__note-wrap {
    margin-top: 1.6rem;
  }
  .guide-documents__note {
    font-size: 1.5rem;
    text-align: left;
  }
}
.guide-faq {
  position: relative;
  margin-top: -11rem;
  padding: 0 3rem calc(14rem + 21rem);
  overflow: visible;
}
.guide-faq::before {
  content: "";
  position: absolute;
  top: -31rem;
  bottom: 0;
  left: 50%;
  width: max(100%, 100vw);
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  background-color: #ffffff;
  background-image: url(../img/pages/service/flow/grid-cell_sp.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 2.8rem 2.8rem;
}
.guide-faq__inner {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.guide-faq__deco {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.guide-faq__deco--ring {
  top: 0;
  left: -12.6rem;
  width: 27.3rem;
  height: 27.3rem;
}
.guide-faq__deco--accent {
  top: -10.6rem;
  left: -17.8rem;
  width: 15.3rem;
  height: 15.3rem;
}
.guide-faq__watermark {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  color: #fbe0b3;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.4;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.guide-faq__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.6rem;
}
.guide-faq__title {
  margin-top: 8.8rem;
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.guide-faq__line {
  display: block;
  width: 6.2rem;
  height: 0.9rem;
  margin-top: 2.6rem;
  background: url(../img/pages/guide/faq/title-line.png) no-repeat center/contain;
}
.guide-faq__lead {
  margin: 3.8rem 0 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.guide-faq__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8rem;
}
.guide-faq__item {
  width: 100%;
  max-width: 108.6rem;
  border: 4px solid #e9e8e2;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.guide-faq__q, .guide-faq__a {
  display: grid;
  grid-template-columns: 5.4rem 1fr;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  align-items: center;
  padding: 2rem 2.4rem;
  box-sizing: border-box;
}
.guide-faq__q {
  min-height: 9.7rem;
  background-color: #f2f1ec;
  border-bottom: 1px solid rgba(0, 41, 85, 0.08);
}
.guide-faq__a {
  background-color: #ffffff;
}
.guide-faq__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  flex-shrink: 0;
}
.guide-faq__badge--q {
  height: 5.2rem;
  background: url(../img/pages/guide/faq/q-badge.png) no-repeat center/100% 100%;
  font-weight: 600;
}
.guide-faq__badge--a {
  height: 5.3rem;
  background: url(../img/pages/guide/faq/a-badge.png) no-repeat center/100% 100%;
  font-weight: 600;
}
.guide-faq__q-text, .guide-faq__a-text {
  margin: 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.guide-faq__q-text {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .guide-faq {
    position: relative;
    margin-top: -11rem;
    padding: 8rem 1.6rem calc(8rem + 10rem);
    overflow: visible;
  }
  .guide-faq::before {
    top: -18rem;
  }
  .guide-faq__inner {
    position: relative;
    z-index: 1;
  }
  .guide-faq__deco--ring {
    top: 0;
    left: -6rem;
    width: 12rem;
    height: 12rem;
  }
  .guide-faq__deco--accent {
    top: -4.6rem;
    left: -4.8rem;
    width: 8rem;
    height: 8rem;
  }
  .guide-faq__watermark {
    font-size: 5.6rem;
  }
  .guide-faq__title {
    margin-top: 4rem;
    font-size: 2.8rem;
  }
  .guide-faq__line {
    margin-top: 2rem;
  }
  .guide-faq__lead {
    margin-top: 2rem;
    font-size: 1.5rem;
    text-align: left;
  }
  .guide-faq__list {
    gap: 2rem;
  }
  .guide-faq__q, .guide-faq__a {
    grid-template-columns: 4.4rem 1fr;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    padding: 1.6rem;
  }
  .guide-faq__q {
    min-height: auto;
  }
  .guide-faq__badge {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 2.4rem;
  }
  .guide-faq__q-text, .guide-faq__a-text {
    font-size: 1.5rem;
  }
  .main--guide + .footer .footer-action {
    position: relative;
    z-index: 2;
    margin-top: -10rem;
  }
}
@media only screen and (min-width: 768px) {
  .main--guide + .footer .footer-action {
    position: relative;
    z-index: 2;
    margin-top: -21rem;
  }
}
.main--guide {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .main--guide {
    position: relative;
    z-index: 2;
  }
}

.company-message {
  position: relative;
  z-index: 1;
  margin-top: -21.5rem;
  padding: 0 3rem 0;
  overflow: visible;
}
.company-message__deco {
  position: absolute;
  pointer-events: none;
}
.company-message__deco--car {
  z-index: 3;
  width: 18rem;
  height: 9.2rem;
}
.company-message__watermark {
  position: absolute;
  top: -13.2rem;
  left: 50%;
  z-index: 0;
  color: #fbe0b3;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.5;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.company-message__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 180.2rem);
  min-height: 62.2rem;
  margin: 40.1rem auto 0;
  padding: 10.8rem 0 22.1rem;
  box-sizing: border-box;
  border-radius: 4rem;
  background-color: #fbe0b3;
  overflow: visible;
}
.company-message__panel .company-message__deco--car {
  position: absolute;
  top: -9.2rem;
  right: max(1rem, 10.2rem);
}
.company-message__inner {
  position: relative;
  z-index: 1;
}
.company-message__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-message__title {
  margin: 0;
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: center;
}
.company-message__line {
  display: block;
  width: 6.2rem;
  height: 0.9rem;
  margin-top: 1.8rem;
  background: url(../img/pages/company/message/title-line.png) no-repeat center/contain;
}
.company-message__lead {
  margin: 3.8rem 0 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .company-message {
    margin-top: 7rem;
    padding: 0 1.6rem 0;
  }
  .company-message__deco--car {
    width: 8rem;
    height: auto;
  }
  .company-message__watermark {
    top: -4rem;
    left: 50%;
    font-size: 5.6rem;
    transform: translateX(-50%);
  }
  .company-message__panel {
    min-height: 0;
    margin-top: 0;
    padding: 5rem 1.6rem 8rem;
    border-radius: 2rem;
  }
  .company-message__panel .company-message__deco--car {
    top: -4rem;
    right: 0;
  }
  .company-message__title {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .company-message__line {
    margin-top: 2rem;
  }
  .company-message__lead {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}
.company-greeting {
  position: relative;
  z-index: 2;
  margin-top: -17.2rem;
  padding: 0 3rem 5.3rem;
  background-color: transparent;
  overflow: visible;
}
.company-greeting__panel {
  position: relative;
  z-index: 2;
  width: min(90%, 128.2rem);
  height: 102rem;
  margin: 0 auto;
  padding: 8rem 0 8rem;
  box-sizing: border-box;
  border-radius: 2rem;
  background: #fff;
  overflow: visible;
}
.company-greeting__panel::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  width: 6.3rem;
  height: 5.3rem;
  background: url(../img/pages/company/greeting/panel-tail.png) no-repeat center/contain;
  transform: translateX(-50%);
  pointer-events: none;
}
.company-greeting__inner {
  position: relative;
  width: 90%;
  max-width: 100%;
  min-width: 0;
  margin-inline: auto;
  box-sizing: border-box;
}
.company-greeting__photo {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 108.2rem;
  margin-inline: auto;
  border-radius: 2rem;
  overflow: hidden;
}
.company-greeting__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.company-greeting__body {
  position: relative;
  display: grid;
  grid-template-columns: 19.4rem 1fr;
  -moz-column-gap: 15.8rem;
       column-gap: 15.8rem;
  align-items: start;
  width: 100%;
  max-width: 108.2rem;
  margin: 5.8rem auto 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
.company-greeting__head {
  position: relative;
  display: flex;
  flex-direction: column;
}
.company-greeting__title {
  margin: 0;
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
}
.company-greeting__line {
  display: block;
  width: 6.2rem;
  height: 0.9rem;
  margin-top: 2.7rem;
  background: url(../img/pages/company/greeting/title-line.png) no-repeat center/contain;
}
.company-greeting__deco {
  position: absolute;
  pointer-events: none;
}
.company-greeting__deco--ring {
  top: 28rem;
  left: -4rem;
  z-index: 0;
  width: 18rem;
  height: auto;
}
.company-greeting__content {
  position: relative;
}
.company-greeting__subtitle-wrap {
  position: relative;
  padding-right: 0;
}
.company-greeting__subtitle {
  margin: 0;
  color: #002955;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.86;
}
.company-greeting__deco--accent {
  position: absolute;
  top: -8.5rem;
  right: -2.3rem;
  z-index: 0;
  width: 15.3rem;
  height: 15.3rem;
}
.company-greeting__text {
  margin: 2.4rem 0 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
}
.company-greeting__text p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .company-greeting {
    margin-top: -8rem;
    padding: 0 1.6rem 0;
  }
  .company-greeting__deco {
    display: none;
  }
  .company-greeting__panel {
    width: min(90%, 128.2rem);
    height: auto;
    padding: 4rem 0;
    border-radius: 1.6rem;
  }
  .company-greeting__panel::after {
    top: 99%;
    width: 4rem;
    height: 3.4rem;
  }
  .company-greeting__body {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
  }
  .company-greeting__title {
    font-size: 2.8rem;
  }
  .company-greeting__line {
    margin-top: 2rem;
  }
  .company-greeting__inner {
    width: 90%;
    max-width: 100%;
  }
  .company-greeting__photo {
    width: 100%;
    max-width: none;
    border-radius: 0.8rem;
  }
  .company-greeting__subtitle {
    font-size: 2rem;
    line-height: 1.6;
  }
  .company-greeting__text {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.company-values {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
  padding: 0 3rem 0;
  overflow: visible;
}
.company-values__panel {
  position: relative;
  z-index: 2;
  width: min(100%, 180.2rem);
  margin: 0 auto;
  padding: 10.1rem 0 8rem;
  box-sizing: border-box;
  border-radius: 4rem;
  background-color: #f2f1ec;
  background-image: url(../img/pages/company/values/panel-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  overflow: visible;
}
.company-values__notch {
  position: absolute;
  top: -5.3rem;
  left: 50%;
  z-index: 2;
  width: 6.3rem;
  height: 5.3rem;
  transform: translateX(-50%);
  background: url(../img/pages/company/values/notch.png) no-repeat center/contain;
  pointer-events: none;
}
.company-values__inner {
  position: relative;
}
.company-values__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8rem;
}
.company-values__title {
  position: relative;
  margin: 0;
  text-align: center;
}
.company-values__title-text {
  position: relative;
  z-index: 1;
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
}
.company-values__title-line {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  z-index: 0;
  width: 65.4rem;
  height: 2.5rem;
  transform: translateX(-50%);
  background: url(../img/pages/company/values/title-line.png) no-repeat center/contain;
  pointer-events: none;
}
.company-values__list {
  display: grid;
  grid-template-columns: repeat(3, 34.2rem);
  justify-content: center;
  gap: 2.7rem;
  padding-top: 2.2rem;
  overflow: visible;
}
.company-values__item {
  width: 34.2rem;
  overflow: visible;
}
.company-values__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: visible;
  border-radius: 4rem;
  background: url(../img/pages/company/values/card-bg.png) no-repeat center top/100% 100%;
}
.company-values__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 21rem;
  padding: 5.5rem 2rem 2rem;
  box-sizing: border-box;
  text-align: center;
}
.company-values__item-head {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
}
.company-values__num {
  margin: 0;
  color: #002955;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
.company-values__num-line {
  display: block;
  width: 3.3rem;
  height: 0.7rem;
  margin-top: 0.4rem;
  background: url(../img/pages/company/values/num-line.png) no-repeat center/contain;
}
.company-values__name {
  margin: 0 0 1.6rem;
  color: #002955;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.company-values__text {
  margin: 0;
  color: #002955;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.company-values__photo {
  width: 100%;
  margin: 0;
  margin-top: auto;
  overflow: hidden;
  border-radius: 0 0 4rem 4rem;
}
.company-values__photo img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .company-values {
    margin-top: 0;
    padding: 0 1.6rem 0;
  }
  .company-values__panel {
    padding: 6rem 0 4rem;
    background-size: 100% auto;
  }
  .company-values__notch {
    top: -3rem;
    width: 4rem;
    height: auto;
  }
  .company-values__title {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
  }
  .company-values__title-text {
    font-size: 2.8rem;
    line-height: 1.4;
    display: block;
  }
  .company-values__title-line {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: none;
    height: 2rem;
    margin-top: 0.4rem;
    background-size: 100% 100%;
  }
  .company-values__head {
    margin-bottom: 4rem;
  }
  .company-values__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .company-values__item {
    width: auto;
    margin-inline: auto;
  }
  .company-values__card {
    width: 95%;
    background-size: 100% auto;
    margin-inline: auto;
  }
  .company-values__body {
    min-height: 0;
    padding: 5rem 1.6rem 1.6rem;
  }
  .company-values__item-head {
    transform: translate(-50%, -50%);
  }
  .company-values__num {
    font-size: 3.6rem;
  }
  .company-values__name {
    font-size: 2rem;
  }
  .company-values__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.company-profile {
  position: relative;
  margin-top: 10rem;
  padding: 0 3rem calc(14rem + 21rem);
  overflow: visible;
}
.company-profile::before {
  content: "";
  position: absolute;
  top: -31rem;
  bottom: 0;
  left: 50%;
  width: max(100%, 100vw);
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  background-color: #ffffff;
  background-image: url(../img/pages/service/flow/grid-cell_sp.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 2.8rem 2.8rem;
}
.company-profile__inner {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.company-profile__watermark {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  color: #fbe0b3;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.4;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}
.company-profile__deco {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.company-profile__deco--car {
  top: 64.1rem;
  right: max(0rem, (100% - min(100%, 108.2rem)) / 2 - 14.4rem - 27.5rem);
  left: auto;
  width: 27.5rem;
  height: auto;
}
.company-profile__deco--accent {
  top: 89.8rem;
  right: max(0rem, (100% - min(100%, 108.2rem)) / 2 - 10.7rem - 13.3rem);
  left: auto;
  width: 13.3rem;
  height: 13.3rem;
}
.company-profile__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4.6rem;
}
.company-profile__title {
  margin: 8.5rem 0 0;
  color: #002955;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.company-profile__line {
  display: block;
  width: 6.2rem;
  height: 0.9rem;
  margin-top: 2.6rem;
  background: url(../img/pages/company/profile/title-line.png) no-repeat center/contain;
}
.company-profile__table {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 30.3rem 1fr;
  width: 100%;
  max-width: 108.2rem;
  margin: 0 auto 4.6rem;
  padding: 0.4rem 0 0;
  box-sizing: border-box;
  border-radius: 3rem;
  overflow: hidden;
  border: 5px solid #e9e8e2;
  background-color: #ffffff;
}
.company-profile__table::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 30.3rem;
  background-color: #f2f1ec;
  pointer-events: none;
}
.company-profile__term, .company-profile__desc {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 5.7rem;
  margin: 0;
  padding: 1.8rem 2.4rem;
  box-sizing: border-box;
  color: #002955;
  font-size: 1.8rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 41, 85, 0.12);
}
.company-profile__term {
  font-weight: 400;
}
.company-profile__desc {
  padding: 2.8rem 6.4rem;
  font-weight: 500;
}
.company-profile__desc:last-of-type {
  border-bottom: none;
}
.company-profile__term:last-of-type {
  border-bottom: none;
}
.company-profile__bottom {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 108.2rem;
  margin: 0 auto;
}
.company-profile__area {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  width: 100%;
  min-height: 20.4rem;
  margin: 0;
  padding: 4.9rem 4.8rem 4rem;
  box-sizing: border-box;
  border-radius: 3rem 3rem 0 0;
  background-color: #f2f1ec;
}
.company-profile__area-title {
  margin: 0;
  color: #002955;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.company-profile__tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.7rem;
}
.company-profile__tags-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-profile__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 14.4rem;
  height: 5.3rem;
  padding: 0 2rem;
  box-sizing: border-box;
  color: #002955;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  background: url(../img/pages/company/profile/tag-bg.png) no-repeat center/100% 100%;
}
.company-profile__tag--wide {
  min-width: 18.4rem;
  background-image: url(../img/pages/company/profile/tag-bg-wide.png);
}
.company-profile__map {
  position: relative;
  width: 100%;
  aspect-ratio: 1082/403;
  margin: 0 auto 0;
  overflow: hidden;
  border-radius: 0 0 3rem 3rem;
}
.company-profile__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .company-profile {
    margin-top: 0;
    padding: 8rem 1.6rem calc(8rem + 10rem);
  }
  .company-profile::before {
    top: -18rem;
  }
  .company-profile__inner {
    position: relative;
    z-index: 1;
  }
  .company-profile__watermark {
    font-size: 5.6rem;
  }
  .company-profile__deco {
    display: none;
  }
  .company-profile__title {
    margin-top: 4rem;
    font-size: 2.8rem;
  }
  .company-profile__line {
    margin-top: 2rem;
  }
  .company-profile__head {
    margin-bottom: 3rem;
  }
  .company-profile__table {
    display: block;
    padding: 0;
  }
  .company-profile__table::before {
    display: none;
  }
  .company-profile__term, .company-profile__desc {
    display: block;
    min-height: auto;
    padding: 1.2rem 1.6rem;
    font-size: 1.5rem;
  }
  .company-profile__term {
    padding-bottom: 0.4rem;
    background-color: #f2f1ec;
  }
  .company-profile__desc {
    padding-top: 0.4rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(0, 41, 85, 0.12);
  }
  .company-profile__desc:last-of-type {
    border-bottom: none;
  }
  .company-profile__area {
    grid-template-columns: 1fr;
    gap: 2rem;
    min-height: 0;
    padding: 2.4rem 1.6rem;
    border-radius: 2rem 2rem 0 0;
  }
  .company-profile__area-title {
    font-size: 2rem;
    white-space: normal;
  }
  .company-profile__tags {
    align-items: stretch;
  }
  .company-profile__tags-row {
    justify-content: flex-start;
  }
  .company-profile__tag {
    min-width: 0;
    width: calc(50% - 0.8rem);
    height: 4.4rem;
    font-size: 1.5rem;
    background-size: 100% 100%;
  }
  .company-profile__tag--wide {
    width: 100%;
  }
  .company-profile__map {
    border-radius: 0 0 2rem 2rem;
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .main--company + .footer .footer-action {
    position: relative;
    z-index: 2;
    margin-top: -10rem;
  }
}
@media only screen and (min-width: 768px) {
  .main--company + .footer .footer-action {
    position: relative;
    z-index: 2;
    margin-top: -21rem;
  }
}
.main--company {
  overflow-x: clip;
  overflow-y: visible;
}
@media only screen and (max-width: 767px) {
  .main--company {
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .company-profile__deco {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */