html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

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

main {
  background: #F7F2EA;
}

.page {
  background-color: #EAE9E5;
}

@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.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.heading--lv2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.heading--lv2 .sub {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heading--lv2 .icon {
  width: 10px;
  height: 10px;
  background: #F97D00;
  border-radius: 90px;
}
.heading--lv2 .text {
  font-size: 2rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 1px;
}
.heading--lv2 .main {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 140%;
}
.heading--lv2 .main span {
  color: #F97D00;
}

@media only screen and (max-width: 767px) {
  .heading--lv2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .heading--lv2 .sub {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .heading--lv2 .icon {
    width: 8px;
    height: 8px;
  }
  .heading--lv2 .text {
    font-size: 1.8rem;
  }
  .heading--lv2 .main {
    font-size: 2.8rem;
  }
}
.button--01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: fit-content;
  padding: 25px 20px 25px 40px;
  border-radius: 90px;
  transition: transform 0.2s, box-shadow 0.2s;
  background-color: #ffffff;
  border: 1px solid #222222;
}
.button--01 .text, .button--01 .icon {
  color: #222222;
}
.button--01 .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.button--01:hover {
  transform: translateY(4px);
}

@media only screen and (max-width: 767px) {
  .button--01 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 80%;
    padding: 15px 5px;
    box-sizing: border-box;
  }
  .button--01 .text {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding-left: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header-bar__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}
.header-bar__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-bar__item a {
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s;
  color: white;
}
.header-bar__item a:hover {
  color: #F97D00;
}
.header-bar__button {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: linear-gradient(90deg, #F97D00 0%, #EFB002 100%);
  min-height: 70px;
  width: 210px;
}
.header-bar__button .icon, .header-bar__button .text {
  color: #ffffff;
}
.header-bar__button .text {
  font-size: 1.6rem;
  font-weight: 700;
}
.header-bar__button:hover {
  filter: brightness(1.1);
}

.visual-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  max-height: 1090px;
  text-align: center;
  color: white;
  z-index: 1;
}
.visual-top__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.visual-top__title {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.visual-top__title .sub {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.8px;
}
.visual-top__title .main {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}
.visual-top__title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #F97D00 0%, #EFB002 100%);
  padding: 4px 10px 6px;
}
.visual-top__title .sign {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.visual-top__title .text {
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 1;
}
.visual-top__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.8px;
  text-align: center;
}
.visual-top__button {
  border: 0;
}
.visual-top__button .text {
  font-size: 2rem;
}
.visual-top__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.visual-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
}
.visual-sub__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual-sub--tips {
  background: url(../img/layout/header/visual--tips.jpg) no-repeat top center/cover;
}
.visual-sub--guide {
  background: url(../img/layout/header/visual--guide.jpg) no-repeat top center/cover;
}
.visual-sub--point {
  background: url(../img/layout/header/visual--point.jpg) no-repeat top center/cover;
}
.visual-sub--other {
  background: url(../img/layout/header/visual--other.jpg) no-repeat top center/cover;
}
.visual-sub__title {
  width: fit-content;
  padding: 0 0 20px;
  border-bottom: 4px solid #FFF39C;
  color: white;
  text-align: center;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.8px;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    height: 75px;
    padding: 0 10px;
  }
  .header-bar__logo {
    width: 220px;
  }
  .header-bar__nav {
    display: none;
  }
  .visual-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: auto;
    margin-top: 0;
    padding: 100px 20px 100px;
    min-height: unset;
    max-height: unset;
  }
  .visual-top__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    min-width: auto;
  }
  .visual-top__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .visual-top__title {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .visual-top__title .sub {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  .visual-top__title .main {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .visual-top__title .sign {
    font-size: 1.7rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .visual-top__title .text {
    font-size: 4rem;
    line-height: 1.3;
  }
  .visual-top__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .visual-top__button {
    margin: 0 auto;
  }
  .visual-top__button .text {
    font-size: 1.5rem;
  }
  .visual-top__img {
    width: 100%;
  }
  .visual-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 230px;
  }
  .visual-sub__title {
    font-size: 3rem;
    padding: 0 0 10px;
    margin-top: 30px;
    border-bottom: 2px solid white;
  }
}
.footer-action {
  display: flex;
  align-items: center;
  justify-content: baseline;
  background: url(../img/layout/footer/bg.jpg) no-repeat top center/cover;
  padding: 190px 0 0;
}
.footer-action__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 1080px;
  background: #F7F2EA;
  padding: 60px 60px 50px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}
.footer-action__contents {
  width: 520px;
}
.footer-action__title {
  margin-bottom: 40px;
}
.footer-action__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.8px;
}
.footer-action__mail {
  border-radius: 10px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 290px;
  padding: 30px 40px;
}
.footer-action__mail .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.footer-action__mail .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 90px;
  transition: all 0.3s;
  background: linear-gradient(90deg, #F97D00 0%, #EFB002 100%);
}
.footer-action__mail .button .icon, .footer-action__mail .button .text {
  color: #ffffff;
}
.footer-action__mail .button:hover {
  opacity: 0.7;
}
.footer-action__mail .caption {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.footer-bar {
  background: #F7F2EA;
  padding: 80px 0 50px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #333;
  padding-top: 10px;
  margin-top: 105px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  width: 285px;
  margin-bottom: 20px;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  width: 680px;
}
.footer-bar__item {
  width: 330px;
}
.footer-bar__item .link {
  font-size: 1.5rem;
  font-weight: 700;
}
.footer-bar__item .list {
  display: flex;
  flex-direction: column;
}
.footer-bar__item .item {
  position: relative;
}
.footer-bar__item .item::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.footer-bar__item .item a {
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 20px;
}
.footer-bar__item .item a:hover {
  opacity: 0.7;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  font-weight: 500;
}
.footer-bar__copyright a:hover {
  opacity: 0.7;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.3rem;
  font-weight: 500;
}
.footer-bar__link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 0;
  }
  .footer-action__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 90%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .footer-action__contents {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .footer-action__title {
    margin-bottom: 20px;
    align-items: center;
  }
  .footer-action__text {
    text-align: center;
    font-size: 1.6rem;
  }
  .footer-action__mail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
  .footer-action__mail .title {
    font-size: 1.6rem;
    line-height: 1;
  }
  .footer-action__mail .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  .footer-action__mail .caption {
    font-size: 1.3rem;
    line-height: 1;
  }
  .footer-bar {
    padding: 50px 0 30px;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .footer-bar__wrapper--top {
    align-items: flex-start;
    justify-content: center;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    margin-top: 30px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
  }
  .footer-bar__logo {
    width: 250px;
    margin-bottom: 20px;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .footer-bar__group {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .footer-bar__links {
    display: none;
  }
}
.com-about {
  padding: 80px 0 100px;
}
.com-about__inner {
  display: flex;
  gap: 80px;
}
.com-about__title {
  min-width: fit-content;
}
.com-about__title .main {
  font-size: 3.6rem;
  line-height: 140%;
}
.com-about__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.8px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .com-about {
    padding: 60px 0;
  }
  .com-about__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .com-about__title {
    width: 100%;
    min-width: unset;
  }
  .com-about__title .main {
    font-size: 2.7rem;
    line-height: 140%;
  }
  .com-about__text {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #F97D00 0%, #EFB002 100%);
  border-radius: 8px;
  cursor: pointer;
  z-index: 100000;
}
.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: 10000;
}
.drawer-on__header {
  display: flex;
  padding: 12px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 220px;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: linear-gradient(135deg, #063675 0%, #68788d 100%);
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--recommend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #ffffff;
  border: 1px solid #F97D00;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 4px 0px 0px #F97D00;
}
.drawer-on__button--recommend .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: linear-gradient(90deg, #F97D00 0%, #EFB002 100%);
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #ffffff;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}

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

.top-about {
  position: relative;
  padding: 100px 0 80px;
  z-index: 100;
}
.top-about__title--lv3 {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.top-about__title--lv3 .text {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.8px;
}
.top-about__title--lv3 .background {
  background: #ffffff;
  padding: 8px 10px 5px;
}
.top-about__title--lv3 .text-gradation {
  background: linear-gradient(90deg, #F97D00 0%, #EFB002 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.3px;
}
.top-about__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.9px;
}
.top-about__wrapper {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
  padding: 0 40px;
}
.top-about__contents {
  width: 640px;
}
.top-about__img {
  width: 520px;
  height: 342px;
  object-fit: cover;
}
.top-about__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 40px;
}
.top-about__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: calc(33.3333333333% - 60px);
  padding: 30px 20px;
  background: white;
}
.top-about__item .title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0px;
}
.top-about__item .title span {
  color: #F97D00;
}
.top-about__item .text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.75px;
}
.top-about__item .img {
  width: 80px;
  height: 80px;
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0 60px;
  }
  .top-about__title--lv2 {
    margin-bottom: 40px;
  }
  .top-about__title--lv3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0px;
  }
  .top-about__title--lv3 .text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 2.3rem;
    line-height: 1.5;
  }
  .top-about__title--lv3 .background {
    padding: 0px 7px 0px 0px;
  }
  .top-about__title--lv3 .text-gradation {
    font-size: 2.7rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 2px 5px;
  }
  .top-about__text {
    font-size: 1.6rem;
  }
  .top-about__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
    padding: 0;
  }
  .top-about__contents {
    width: 100%;
  }
  .top-about__img {
    width: 100%;
    height: 56vw;
  }
  .top-about__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
    padding: 0;
  }
  .top-about__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px;
  }
  .top-about__item .title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .top-about__item .text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top-about__item .img {
    height: 60px;
  }
}
.top-point {
  position: relative;
  z-index: 100;
  padding-bottom: 100px;
}
.top-point::before, .top-point::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.top-point::before {
  width: 385px;
  height: 440px;
  left: 0;
  top: 180px;
  background-image: url(./../img/pages/top/point/bg-left.png);
}
.top-point::after {
  width: 443px;
  height: 346px;
  right: 0;
  bottom: 0;
  background-image: url(./../img/pages/top/point/bg-right.png);
}
.top-point__inner--m {
  background: #FFF;
  background: #ffffff;
  padding: 55px 0;
}
.top-point__inner--s {
  position: relative;
}
.top-point__title {
  margin-bottom: 30px;
}
.top-point__list {
  display: flex;
}
.top-point__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 360px;
  padding: 10px;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
}
.top-point__item .title {
  color: #F97D00;
  font-size: 2.4rem;
  font-weight: 900;
  width: 100%;
}
.top-point__item .list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.top-point__item .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-point__item .icon {
  color: #F97D00;
  font-size: 1.4rem;
}
.top-point__item .text {
  font-size: 1.5rem;
  font-weight: 700;
}
.top-point__item .button {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  width: fit-content;
}
.top-point__item .button:hover .arrow {
  transform: translateX(4px);
}
.top-point__item .en, .top-point__item .arrow {
  color: #F97D00;
}
.top-point__item .en {
  font-size: 1.5rem;
  font-weight: 700;
}
.top-point__item .arrow {
  transition: transform 0.3s ease;
}
.top-point__button {
  position: absolute;
  top: 17px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-point {
    position: relative;
    margin-top: 0;
    padding-bottom: 60px;
  }
  .top-point::before, .top-point::after {
    content: unset;
  }
  .top-point__inner {
    position: relative;
    z-index: 100;
  }
  .top-point__inner--m {
    padding: 30px 10px;
    box-sizing: border-box;
  }
  .top-point__title {
    margin-bottom: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .top-point__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-point__item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
    padding: 0px 0px 20px;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  .top-point__item .title {
    font-size: 2rem;
    width: 100%;
  }
  .top-point__item .list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .top-point__item .item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .top-point__item .icon {
    font-size: 1.4rem;
  }
  .top-point__item .text {
    font-size: 1.4rem;
  }
  .top-point__item .button {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
  .top-point__item .en, .top-point__item .arrow {
    color: #F97D00;
  }
  .top-point__item .en {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .top-point__button {
    width: 80%;
    margin: 30px auto 0;
    position: static;
    top: auto;
    right: auto;
  }
}
.top-recommend {
  position: relative;
  padding: 0 0 100px;
}
.top-recommend::after {
  content: "";
  position: absolute;
  max-width: 1760px;
  height: 100%;
  background: #DBDAD6;
  top: 0;
  right: 0;
  z-index: -1;
  width: 98%;
}
.top-recommend__title {
  margin-bottom: 20px;
}
.top-recommend__text {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.top-recommend__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.top-recommend__item {
  padding: 40px;
  box-sizing: border-box;
  background: #FFFFFF;
}
.top-recommend__item .title--lv3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.top-recommend__item .title--lv3 .main {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.2px;
  color: #F97D00;
}
.top-recommend__item .title--lv4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  border-left: 3px solid #F97D00;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.top-recommend__item .title--lv5 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.top-recommend__item .title--lv5 .main {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 4px;
}
.top-recommend__item .introduction {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.5px;
}
.top-recommend__item .img {
  width: 100%;
  margin-bottom: 20px;
}
.top-recommend__item .list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
}
.top-recommend__item .item {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 5px 10px;
  background: linear-gradient(90deg, #F97D00 0%, #EFB002 100%);
  border-radius: 5px;
}
.top-recommend__item .review {
  height: 250px;
  background: #F7F2EA;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
  overflow-y: auto;
}
.top-recommend__item .body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top-recommend__item .description {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
.top-recommend__item .description span {
  color: #fbbc04;
  display: block;
}
.top-recommend__item .action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.top-recommend__item .button--site {
  padding: 20px 15px 20px 35px;
}
.top-recommend__item .button--site .text, .top-recommend__item .button--site .icon {
  color: #222222;
}
.top-recommend__item .button--mail {
  padding: 20px 15px 20px 35px;
  border: 1px solid #333;
  background: linear-gradient(90deg, #F97D00 0%, #EFB002 100%);
}
.top-recommend__item .button--mail .text, .top-recommend__item .button--mail .icon {
  color: white;
}
.top-recommend__item .button--tel {
  position: relative;
  padding: 20px 24px;
  border: 1px solid #333;
  background: #333;
  font-family: "Kiwi Maru";
}
.top-recommend__item .button--tel .text, .top-recommend__item .button--tel .icon {
  color: white;
}
.top-recommend__item .button--form {
  background: #FFF39C;
  padding: 20px 25px;
}
.top-recommend__item .button--form .icon, .top-recommend__item .button--form .text {
  color: #333;
}
.top-recommend__item .button .text--tel {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .top-recommend {
    padding: 0 0 60px;
  }
  .top-recommend::after {
    width: 100%;
  }
  .top-recommend__title {
    margin-bottom: 20px;
  }
  .top-recommend__text {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .top-recommend__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .top-recommend__item {
    padding: 30px 20px 40px;
  }
  .top-recommend__item .title--lv3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  .top-recommend__item .title--lv3 .icon {
    width: 30px;
  }
  .top-recommend__item .title--lv3 .main {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  .top-recommend__item .title--lv4 {
    font-size: 2rem;
    line-height: 1.4;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .top-recommend__item .title--lv5 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .top-recommend__item .title--lv5 .main {
    font-size: 1.6rem;
    padding-bottom: 4px;
  }
  .top-recommend__item .introduction {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .top-recommend__item .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-recommend__item .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .top-recommend__item .review {
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .top-recommend__item .body {
    gap: 10px;
  }
  .top-recommend__item .description {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .top-recommend__item .action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px 2%;
  }
  .top-recommend__item .button {
    flex-grow: 1;
    width: 49%;
  }
  .top-recommend__item .button--mail, .top-recommend__item .button--site {
    padding: 20px 0px 20px 10px;
    gap: 3px;
  }
  .top-recommend__item .button--form {
    width: 100%;
  }
  .top-recommend__item .button .text--site, .top-recommend__item .button .text--mail {
    font-size: 1.3rem;
  }
  .top-recommend__item .button .text--tel {
    font-size: 1.8rem;
  }
}
.tips-point {
  padding: 0 0 120px;
}
.tips-point__inner--s {
  background: #ffffff;
}
.tips-point__box {
  padding: 60px;
}
.tips-point__title {
  align-items: center;
  margin-bottom: 50px;
}
.tips-point__title .main {
  font-size: 3.8rem;
}
.tips-point__img {
  margin-bottom: 50px;
}
.tips-point__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
.tips-point__item {
  width: 50%;
  padding: 20px 25px;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.tips-point__item:nth-child(2n) {
  border-left: 0;
}
.tips-point__item .title {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.tips-point__item .number {
  color: #F97D00;
  font-family: "Kiwi Maru";
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}
.tips-point__item .text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}
.tips-point__item .description {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.75px;
}

@media only screen and (max-width: 767px) {
  .tips-point {
    padding: 0 0 60px;
  }
  .tips-point__box {
    padding: 40px 20px;
  }
  .tips-point__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .tips-point__title .main {
    text-align: center;
    font-size: 2.7rem;
  }
  .tips-point__img {
    margin-bottom: 20px;
  }
  .tips-point__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
  }
  .tips-point__item {
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #cccccc;
  }
  .tips-point__item .title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .tips-point__item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
  .tips-point__item .text {
    font-size: 2rem;
  }
  .tips-point__item .description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.tips-risk {
  padding: 0 0 120px;
}
.tips-risk__title {
  align-items: center;
  margin-bottom: 50px;
}
.tips-risk__wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-flow: column;
}
.tips-risk__img {
  width: 100%;
}
.tips-risk__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 850px;
}
.tips-risk__item {
  padding-left: 30px;
  border-left: 2px solid #CCC;
}
.tips-risk__item .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.tips-risk__item .number {
  color: #F97D00;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.6px;
}
.tips-risk__item .text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.2px;
}
.tips-risk__item .description {
  font-size: 15px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.75px;
}

@media only screen and (max-width: 767px) {
  .tips-risk {
    padding: 0 0 60px;
  }
  .tips-risk__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .tips-risk__title .main {
    text-align: center;
  }
  .tips-risk__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .tips-risk__img {
    width: 100%;
  }
  .tips-risk__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .tips-risk__item {
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0px;
  }
  .tips-risk__item .title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .tips-risk__item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: 700;
  }
  .tips-risk__item .text {
    font-size: 2rem;
  }
  .tips-risk__item .description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.tips-comparison__container {
  padding: 0 0 120px;
}
.tips-comparison__box {
  padding: 60px 55px 100px;
  background: white;
}
.tips-comparison__title {
  align-items: center;
  margin-bottom: 50px;
}
.tips-comparison__table {
  background: #ffffff;
  border: 1px solid #333;
}
.tips-comparison__item .list {
  display: flex;
  align-items: center;
}
.tips-comparison__item .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 80px;
}
.tips-comparison__item .item--head {
  background: #FFF39C;
  text-align: center;
  align-items: center;
  justify-content: center !important;
  font-size: 1.6rem;
  border: 1px solid #333;
}
.tips-comparison__item .item--body {
  box-sizing: border-box;
  border: 1px solid #333;
  font-size: 1.5rem;
  min-height: 80px;
  height: stretch;
  padding: 0 10px;
}
.tips-comparison__item .item--name {
  justify-content: flex-start;
  width: 24%;
  font-size: 1.5rem;
}
.tips-comparison__item .item--level {
  color: #E8B200;
}
.tips-comparison__item .item--achievement, .tips-comparison__item .item--suggestion, .tips-comparison__item .item--system, .tips-comparison__item .item--area {
  font-size: 1.8rem;
}
.tips-comparison__item .item--feature {
  width: 24%;
  font-size: 1.5rem;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .tips-comparison__container {
    padding: 0px 0 60px;
  }
  .tips-comparison__box {
    padding: 50px 20px;
  }
  .tips-comparison__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .tips-comparison__title .sub .text {
    text-align: center;
    line-height: 1.3;
  }
  .tips-comparison__table {
    overflow-x: auto;
  }
  .tips-comparison__list {
    width: 980px;
  }
  .tips-comparison__item .item {
    width: 13%;
    height: 75px;
  }
  .tips-comparison__item .item--body {
    font-size: 1.4rem;
  }
  .tips-comparison__item .item--name {
    width: 21%;
    font-size: 1.4rem;
  }
  .tips-comparison__item .item--level {
    color: #E8B200;
  }
  .tips-comparison__item .item--achievement, .tips-comparison__item .item--suggestion, .tips-comparison__item .item--system, .tips-comparison__item .item--area {
    font-size: 1.8rem;
  }
  .tips-comparison__item .item--feature {
    width: 20%;
    font-size: 1.3rem;
  }
}
.guide-problem__box {
  background: white;
}
.guide-problem__inner {
  padding: 60px 0;
  width: 650px;
  margin: 0 auto;
}
.guide-problem__title {
  align-items: center;
  margin-bottom: 50px;
}
.guide-problem__list {
  margin: 0 auto;
}
.guide-problem__item {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px dashed #333;
  padding: 20px 0;
}
.guide-problem__item .icon {
  color: #F97D00;
  font-size: 2rem;
}
.guide-problem__item .text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
}
.guide-problem__icon {
  font-size: 2.8rem;
  text-align: center;
  margin: 30px 0;
}
.guide-problem__message {
  font-size: 1.8rem;
  line-height: 2.5;
  font-weight: 500;
  text-align: center;
}
.guide-problem__message .background {
  display: inline-block;
  padding: 6px 10px 9px;
  color: white;
  background: linear-gradient(90deg, #F97D00 0%, #EFB002 100%);
  text-align: center;
  font-size: 2.4rem;
  margin-right: 10px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.2px;
}

@media only screen and (max-width: 767px) {
  .guide-problem {
    padding: 0 0 60px;
  }
  .guide-problem__container {
    padding: 0;
  }
  .guide-problem__box {
    padding: 0 20px;
  }
  .guide-problem__inner {
    width: 100%;
    padding: 40px 0 50px;
  }
  .guide-problem__title {
    align-items: center;
    margin-bottom: 20px;
  }
  .guide-problem__list {
    width: 100%;
    margin: 0 auto;
  }
  .guide-problem__item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
  }
  .guide-problem__item .icon {
    font-size: 2rem;
  }
  .guide-problem__item .text {
    font-size: 1.6rem;
  }
  .guide-problem__icon {
    text-align: center;
    margin-bottom: 20px;
    width: 160px;
    margin: 30px auto;
  }
  .guide-problem__message {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 700;
    text-align: center;
  }
  .guide-problem__message .background {
    display: inline;
    padding: 2px 10px 5px;
    font-size: 1.6rem;
    margin-right: 3px;
  }
  .guide-problem__message .text-gradation {
    font-size: 2.4rem;
  }
}
.guide-measure {
  padding: 120px 0;
}
.guide-measure__title {
  align-items: center;
  margin-bottom: 50px;
}
.guide-measure__img {
  margin-bottom: 50px;
}
.guide-measure__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.guide-measure__item {
  padding: 30px;
  background: white;
}
.guide-measure__item .title--lv3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.guide-measure__item .title--lv4 {
  color: #F97D00;
  font-size: 1.6rem;
  margin-right: 5px;
}
.guide-measure__item .number {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.6px;
  color: #F97D00;
}
.guide-measure__item .text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.4px;
}
.guide-measure__item .recommend {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.guide-measure__item .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.guide-measure__item .item {
  display: flex;
  padding: 6px 10px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #F97D00 0%, #EFB002 100%);
}
.guide-measure__item .description {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.75px;
}

@media only screen and (max-width: 767px) {
  .guide-measure {
    padding: 0 0 60px;
  }
  .guide-measure__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .guide-measure__title .main {
    text-align: center;
  }
  .guide-measure__img {
    margin-bottom: 30px;
  }
  .guide-measure__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .guide-measure__item {
    padding: 20px 20px 30px;
    box-sizing: border-box;
  }
  .guide-measure__item .title--lv3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .guide-measure__item .title--lv4 {
    font-size: 1.5rem;
  }
  .guide-measure__item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 2.1rem;
  }
  .guide-measure__item .text {
    flex: 1;
    font-size: 2rem;
  }
  .guide-measure__item .recommend {
    gap: 5px;
    flex-flow: column;
    align-items: baseline;
  }
  .guide-measure__item .list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .guide-measure__item .item {
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 10px;
  }
  .guide-measure__item .description {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.guide-insurance {
  padding: 0px 0 120px;
}
.guide-insurance__title {
  align-items: center;
  margin-bottom: 50px;
}
.guide-insurance__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0;
}
.guide-insurance__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 33.3333333333%;
  padding: 20px 30px;
  box-sizing: border-box;
  border-right: 1px solid #CCC;
}
.guide-insurance__item:first-child {
  border-left: 1px solid #CCC;
}
.guide-insurance__item .background {
  background: #FFF;
  box-shadow: 3px 3px 0 0 #E7DBC6;
  padding: 6px 10px;
  color: #F97D00;
  font-size: 2rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 2px;
  width: fit-content;
  margin: 0 auto;
}
.guide-insurance__item .description {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.75px;
}
.guide-insurance__item .description span {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .guide-insurance {
    padding: 0 0px 60px;
  }
  .guide-insurance__title {
    align-items: center;
    margin-bottom: 40px;
  }
  .guide-insurance__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
  }
  .guide-insurance__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 0 30px;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .guide-insurance__item:first-child {
    border-left: none;
  }
  .guide-insurance__item .background {
    font-size: 1.8rem;
  }
  .guide-insurance__item .description {
    font-size: 1.5rem;
  }
}
.guide-important {
  padding: 0px 0 120px;
}
.guide-important__inner {
  background: white;
  box-shadow: 16px 16px 0 0 #F97D00;
  padding: 60px 20px;
  min-width: 780px;
}
.guide-important__title {
  align-items: center;
  margin-bottom: 50px;
}
.guide-important__title .sub .text {
  color: #DBDAD6;
  text-align: center;
}
.guide-important__title .sub .icon {
  background: #DBDAD6;
}
.guide-important__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.6px;
  text-align: center;
}
.guide-important__list {
  display: flex;
  gap: 20px;
  flex-flow: column;
  width: fit-content;
  justify-content: center;
  margin: 30px auto;
}
.guide-important__item {
  display: flex;
  gap: 10px;
  background: #FFF9CF;
  width: fit-content;
  align-items: center;
  line-height: 1.3;
  padding: 0 5px;
}
.guide-important__item i {
  color: #F97D00;
  font-size: 23px;
}
.guide-important__item p {
  color: #F97D00;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.8px;
}

@media only screen and (max-width: 767px) {
  .guide-important {
    padding: 0px 0 60px;
  }
  .guide-important__inner {
    box-shadow: 8px 8px 0 0 #F97D00;
    padding: 40px 20px;
    min-width: unset;
    width: calc(100% - 70px);
  }
  .guide-important__title {
    margin-bottom: 40px;
  }
  .guide-important__title .main {
    text-align: center;
  }
  .guide-important__text {
    font-size: 1.5rem;
  }
  .guide-important__list {
    margin: 20px auto;
    gap: 10px;
  }
  .guide-important__item {
    gap: 7px;
    padding: 3px 5px;
  }
  .guide-important__item i {
    font-size: 20px;
  }
  .guide-important__item p {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.point {
  padding: 0 0 120px;
}
.point__box {
  padding: 60px;
  background: white;
}

.point-point__container {
  padding: 0;
}
.point-point__title {
  align-items: center;
  margin-bottom: 50px;
}
.point-point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 0;
}
.point-point__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  padding: 20px 25px;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
}
.point-point__item:nth-child(odd) {
  border-left: 1px solid #cccccc;
}
.point-point__item .title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.point-point__item .number {
  color: #F97D00;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.4px;
}
.point-point__item .text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0px;
}
.point-point__item .description {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.75px;
}
.point-point__item .description span {
  color: #F97D00;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .point {
    padding: 0 0 60px;
  }
  .point__box {
    padding: 40px 20px;
  }
  .point-point__container {
    border-radius: 30px 30px 0 0;
  }
  .point-point__title {
    align-items: center;
    margin-bottom: 40px;
  }
  .point-point__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
  }
  .point-point__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0 0 30px;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  .point-point__item:nth-child(odd) {
    border-left: none;
  }
  .point-point__item .title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .point-point__item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 2rem;
  }
  .point-point__item .text {
    font-size: 1.8rem;
  }
  .point-point__item .description {
    font-size: 1.5rem;
  }
}
.point-problem {
  margin-top: 50px;
}
.point-problem__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #F7F2EA;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 40px;
  position: relative;
}
.point-problem__title::before {
  content: "";
  display: block;
  width: 54px;
  aspect-ratio: 54/30;
  background: url(../img/pages/point/problem/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.point-problem__title .icon {
  color: #F97D00;
}
.point-problem__title .text {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 2.4px;
}
.point-problem__text {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
.point-problem__list {
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.point-problem__item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 480px;
  border-bottom: 1px dotted #333;
  padding: 20px 0;
}
.point-problem__item .icon {
  color: #F97D00;
  font-size: 2rem;
}
.point-problem__item .text {
  font-size: 1.8rem;
  font-weight: 700;
}
.point-problem__message {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.8px;
}
.point-problem__message .background {
  display: inline-block;
  background: #F97D00;
  color: white;
  padding: 5px 10px;
  margin: 10px 0;
}

@media only screen and (max-width: 767px) {
  .point-problem__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
  }
  .point-problem__title::before {
    content: "";
    display: block;
    width: 30px;
    aspect-ratio: 54/30;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .point-problem__title .text {
    font-size: 1.8rem;
  }
  .point-problem__text {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
  }
  .point-problem__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 3%;
    margin-bottom: 40px;
  }
  .point-problem__item {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 15px 0;
  }
  .point-problem__item .icon {
    font-size: 1.6rem;
  }
  .point-problem__item .text {
    font-size: 1.6rem;
  }
  .point-problem__message {
    font-size: 1.6rem;
  }
  .point-problem__message .background {
    display: inline-block;
    padding: 2px 10px 5px;
    border-radius: 5px;
  }
  .point-problem__message .text-gradation {
    font-size: 1.6rem;
  }
}
.point-case {
  padding: 0 0 120px;
}
.point-case__title {
  align-items: center;
  margin-bottom: 50px;
}
.point-case__wrapper {
  display: flex;
  flex-flow: column;
  gap: 50px;
}
.point-case__img {
  width: 100%;
}
.point-case__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: fit-content;
  margin: 0 auto;
  width: 850px;
}
.point-case__item {
  padding-left: 30px;
  box-sizing: border-box;
  border-left: 2px solid #CCC;
}
.point-case__item .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.point-case__item .number {
  color: #F97D00;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.6px;
}
.point-case__item .text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.4px;
}
.point-case__item .description {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
  .point-case {
    padding: 0 0 60px;
  }
  .point-case__title {
    align-items: center;
    margin-bottom: 40px;
  }
  .point-case__title .main {
    text-align: center;
  }
  .point-case__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .point-case__img {
    width: 100%;
  }
  .point-case__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .point-case__item {
    box-sizing: border-box;
    border-left: none;
    border-bottom: 1px solid #cccccc;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .point-case__item .title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .point-case__item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 2rem;
  }
  .point-case__item .text {
    font-size: 1.8rem;
  }
  .point-case__item .description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.point-caution {
  padding: 0 0 120px;
}
.point-caution__title {
  align-items: center;
  margin-bottom: 50px;
}
.point-caution__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 0;
}
.point-caution__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 43%;
  padding: 30px 20px;
  box-sizing: border-box;
  border-right: 1px solid #CCC;
}
.point-caution__item:nth-child(odd) {
  border-left: 1px solid #CCC;
}
.point-caution__item .title {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #F97D00;
  box-shadow: 3px 3px 0 0 #E7DBC6;
}
.point-caution__item .icon {
  color: #FFF39C;
}
.point-caution__item .text {
  color: #ffffff;
  font-size: 2rem;
}
.point-caution__item .description {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.6px;
}
.point-caution__item .description span {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .point-caution {
    padding: 0 0 60px;
  }
  .point-caution__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .point-caution__title .main {
    text-align: center;
  }
  .point-caution__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
  }
  .point-caution__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    padding: 0 0 20px;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  .point-caution__item:nth-child(odd) {
    border-left: none;
  }
  .point-caution__item .title {
    padding: 0 10px;
  }
  .point-caution__item .text {
    font-size: 1.8rem;
  }
  .point-caution__item .description {
    font-size: 1.5rem;
  }
}
.beginner-reason__title {
  align-items: center;
  margin-bottom: 80px;
}
.beginner-reason__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.beginner-reason__item {
  display: flex;
  align-items: center;
  gap: 60px;
}
.beginner-reason__item:nth-child(even) {
  flex-direction: row-reverse;
}
.beginner-reason__item .img {
  width: 480px;
}
.beginner-reason__item .contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.beginner-reason__item .title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.beginner-reason__item .number {
  color: #F97D00;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.6px;
}
.beginner-reason__item .text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.2px;
}
.beginner-reason__item .description {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 240%;
  letter-spacing: 0.75px;
}

@media only screen and (max-width: 767px) {
  .beginner-reason {
    padding: 0 0 60px;
  }
  .beginner-reason__title {
    align-items: center;
    margin-bottom: 40px;
  }
  .beginner-reason__title .main {
    text-align: center;
  }
  .beginner-reason__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .beginner-reason__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .beginner-reason__item:nth-child(even) {
    flex-direction: column-reverse;
  }
  .beginner-reason__item .img {
    width: 100%;
    border-radius: 5px;
  }
  .beginner-reason__item .contents {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .beginner-reason__item .title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .beginner-reason__item .number {
    font-size: 2rem;
  }
  .beginner-reason__item .text {
    font-size: 2rem;
  }
  .beginner-reason__item .description {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.beginner-case {
  padding: 120px 0;
}
.beginner-case__box {
  background: white;
  padding: 60px 60px 80px;
}
.beginner-case__title {
  align-items: center;
  margin-bottom: 50px;
}
.beginner-case__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.beginner-case__item {
  padding: 30px;
  display: flex;
  gap: 30px;
  background: #F7F2EA;
  border-radius: 12px;
}
.beginner-case__item .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #333;
  width: fit-content;
  padding-bottom: 6px;
}
.beginner-case__item .title .icon {
  color: #F97D00;
  font-size: 2rem;
}
.beginner-case__item .title .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2px;
  display: flex;
}
.beginner-case__item .title .text span {
  color: #F97D00;
  font-size: 2rem;
}
.beginner-case__item .description {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.5px;
}
.beginner-case__item .letter {
  color: #E8E1D6;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.8px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

@media only screen and (max-width: 767px) {
  .beginner-case {
    padding: 0 0 60px;
  }
  .beginner-case__box {
    padding: 40px 20px 50px;
  }
  .beginner-case__title {
    align-items: center;
    margin-bottom: 40px;
  }
  .beginner-case__title .main {
    text-align: center;
  }
  .beginner-case__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .beginner-case__item {
    gap: 10px;
    padding: 20px 20px 20px 10px;
  }
  .beginner-case__item .title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
  }
  .beginner-case__item .title .icon {
    font-size: 2rem;
  }
  .beginner-case__item .title .text {
    font-size: 1.5rem;
    display: flex;
    flex-flow: wrap;
    line-height: 1.3;
    gap: 5px;
  }
  .beginner-case__item .title .text span {
    display: block;
    font-size: 1.7rem;
    width: 100%;
  }
  .beginner-case__item .description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .beginner-case__item .letter {
    font-size: 2.5rem;
  }
}
.beginner-faq {
  padding: 0 0 120px;
}
.beginner-faq__inner {
  display: flex;
  gap: 50px;
  flex-flow: column;
  justify-content: center;
}
.beginner-faq__title {
  align-items: center;
}
.beginner-faq__list {
  display: flex;
  flex-direction: column;
  width: 700px;
  align-items: center;
  margin: 0 auto;
}
.beginner-faq__item {
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
}
.beginner-faq__item .question {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px dotted #333;
}
.beginner-faq__item .question .en {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: linear-gradient(90deg, #F97D00 0%, #EFB002 100%);
  color: #ffffff;
  border-radius: 90px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1px 2px 4px 3px;
}
.beginner-faq__item .question .text {
  width: 570px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.8px;
}
.beginner-faq__item .answer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #333;
  padding: 20px 0;
}
.beginner-faq__item .answer .en {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #333;
  border-radius: 90px;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1px 2px 4px 3px;
}
.beginner-faq__item .answer .text {
  width: 570px;
  flex-grow: 1;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .beginner-faq {
    padding: 0 0 60px;
  }
  .beginner-faq__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .beginner-faq__title {
    width: 100%;
  }
  .beginner-faq__list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .beginner-faq__item .question {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .beginner-faq__item .question .en {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
  }
  .beginner-faq__item .question .text {
    flex: 1;
    width: 100%;
    font-size: 1.6rem;
  }
  .beginner-faq__item .answer {
    display: flex;
    gap: 10px;
  }
  .beginner-faq__item .answer .en {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
  }
  .beginner-faq__item .answer .text {
    flex: 1;
    width: 100%;
    flex-grow: 1;
    font-size: 1.5rem;
  }
}
.beginner-step {
  padding: 0px 0 120px;
}
.beginner-step__title {
  align-items: center;
  margin-bottom: 50px;
}
.beginner-step__list {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 80px;
}
.beginner-step__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 240px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  align-items: stretch;
  height: stretch;
  background: #FFF;
  box-shadow: 0 4px 0 0 #E7DBC6;
}
.beginner-step__item::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/22;
  background: url(../img/pages/beginner/step/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -25px;
}
.beginner-step__item:last-child::before {
  display: none;
}
.beginner-step__item .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.beginner-step__item .title .en {
  color: #F97D00;
  font-size: 1.6rem;
  font-weight: 700;
}
.beginner-step__item .title .ja {
  font-size: 2.4rem;
  font-weight: 700;
}
.beginner-step__item .text {
  font-size: 1.5rem;
}
.beginner-step__item .img {
  width: 50px;
  margin: 0 auto;
}
.beginner-step__text {
  margin: 0 auto;
  width: 740px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.8px;
}

@media only screen and (max-width: 767px) {
  .beginner-step {
    padding: 0px 0 60px;
  }
  .beginner-step__title {
    align-items: center;
    margin-bottom: 40px;
  }
  .beginner-step__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px 4%;
    margin-bottom: 40px;
  }
  .beginner-step__item {
    width: 48%;
    padding: 10px;
  }
  .beginner-step__item::before {
    content: "";
    display: block;
    width: 8px;
    aspect-ratio: 12/22;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -13px;
  }
  .beginner-step__item:nth-child(2n)::before {
    display: none;
  }
  .beginner-step__item .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .beginner-step__item .title .en {
    font-size: 1.4rem;
  }
  .beginner-step__item .title .ja {
    font-size: 1.8rem;
  }
  .beginner-step__item .img {
    width: 35%;
  }
  .beginner-step__item .text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .beginner-step__text {
    font-size: 1.5rem;
    width: 100%;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

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

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

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

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