@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  height: auto;
  border: none;
  vertical-align: middle;
  max-width: 100%;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}

html {
  font-size: 100%;
}

@media (max-width: 414px) {
  html {
    font-size: calc((100vw - 320px) / 94 * 3.7 + 12.3px);
  }
}

@media (min-width: 414px) and (max-width: 599.98px) {
  html {
    font-size: calc((100vw - 414px) / 186 * 7.3 + 16px);
  }
}
@media (min-width: 600px) {
  html {
    font-size: 23.2px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #3d454d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
  background: rgb(246 250 255);
  /* background: rgb(241, 241, 241);
  background: linear-gradient(
    180deg,
    rgb(246 250 255) 0%,
    rgba(254, 254, 254, 1) 100%
  ); */
}
body.is-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.inner {
  position: relative;
  width: 100%;
  max-width: 1424px;
  height: inherit;
  padding: 0 18px;
  padding: 0 1.125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    /* width: 100%; */
    /* padding: 0 40px; */
    /* padding: 0 1.7rem; */
  }
}

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

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-down.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-in.is-in-view {
  opacity: 1;
}

.inner--pc {
  padding: 0;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.main__container {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-inline: auto;
  max-width: 600px;
}
@media screen and (min-width: 992px) {
  .main__container {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .main__container {
    border-left: 9px solid #fff;
    border-left: 0.3625rem solid #fff;
    border-right: 9px solid #fff;
    border-right: 0.3625rem solid #fff;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0rem 0rem 0.875rem 0rem rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0rem 0rem 0.875rem 0rem rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(550/440);
    transform: scale(550/440);
  }
}
@media (min-width: 1200px) {
  .main__container {
    margin-right: 50px;
    margin-right: 3.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .main__container {
    margin-right: 130px;
    margin-right: 8.125rem;
  }
}

.side__menu {
  position: fixed;
  z-index: 1;
  top: 50%;
  translate: -50% -50%;
  left: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .side__menu {
    display: block;
    left: calc((100% - 610px) / 2);
  }
}
@media (min-width: 1200px) {
  .side__menu {
    left: calc((100% - 700px) / 2);
  }
}

@media screen and (max-height: 600px) {
  .side__menu {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); /* 高さ600px未満の場合に縮小 */
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media screen and (min-height: 600px) {
  .side__menu {
    -webkit-transform: scale(0.9);
    transform: scale(0.85); /* 高さ600px未満の場合に縮小 */
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}
@media screen and (min-height: 800px) {
  .side__menu {
    /* -webkit-transform: scale(1); */
    /* transform: scale(1); */ /* 高さ600px未満の場合に縮小 */
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}
@media screen and (min-height: 900px) {
  .side__menu {
    /* -webkit-transform: scale(1.2); */
    /* transform: scale(1.2); */ /* 高さ480px未満の場合にさらに縮小 */
  }
}
.side__title--pc {
  width: 186px;
  width: 8.625rem;
  position: fixed;
  top: 40px;
  top: 1.5rem;
  left: 72px;
  left: 1.5rem;
  display: none;
}
@media screen and (min-width: 992px) {
  .side__title--pc {
    display: block;
  }
}

.side__img {
  width: 287px;
  width: 17.9375rem;
  margin: 0 auto;
  margin-top: 19px;
  margin-top: 1.1875rem;
  position: relative;
}
.side__img::before {
  content: "";
  width: 65px;
  width: 4.0625rem;
  height: 65px;
  height: 4.0625rem;
  background: url(../img/cta-point.png) no-repeat center center/contain;
  position: absolute;
  top: -25px;
  top: -1.5625rem;
  right: -30px;
  right: -1.875rem;
  z-index: 3;
}

@media (min-width: 550px) {
  .main__container {
    font-size: 1.1em; /* フォントサイズを1.1倍に */
  }
}
.header__title--sp {
  opacity: 0;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .header__title--sp {
    display: none;
  }
}

.fv__inner {
  padding: 0;
}

.shindan {
  background: #f2f2f2;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}

.diagnose-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.diagnose-wrap {
  position: relative;
  margin: 0 auto;
  margin-top: -36px;
  margin-top: -2.25rem;
}

.box-wrap {
  display: grid;
}

.shindan__box {
  display: none;
}
.shindan__box.active {
  display: block;
}
.shindan__box:nth-of-type(4) input {
  margin-right: 0;
}

.shindan__box-content {
  width: 100%;
  border-radius: 20px;
  border-radius: 1.25rem;
  border: 1px solid rgba(34, 34, 34, 0.07);
  border: 0.0625rem solid rgba(34, 34, 34, 0.07);
  background: #fff;
  padding: 30px 28px 32px;
  padding: 1.875rem 1.75rem 2rem;
  /* height: 400px; */
  /* height: 25rem; */
  position: relative;
}
.shindan__box-content::before {
  content: "";
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  background: url(../img/shindan-point.png) no-repeat center center/contain;
  position: absolute;
  top: -16px;
  top: -1rem;
  right: -18px;
  right: -1.125rem;
}

.shindan__title {
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.1739130435em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px;
  gap: 1.6875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
}

.num {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 1;
  letter-spacing: 0.0486486486em;
  font-weight: 900;
  color: #375c80;
  margin-left: 30px;
  margin-left: 1.875rem;
  position: relative;
}
.num::before {
  content: "Q";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  width: 37px;
  width: 2.6125rem;
  height: 37px;
  height: 2.6125rem;
  background: #375c80;
  border-radius: 100%;
  display: grid;
  place-items: center;
  position: absolute;
  left: -46px;
  left: -2.875rem;
}
.num span {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 0.7954545455;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
.select-wrap label {
  border-radius: 10px;
  border-radius: 0.625rem;
  border: 1px solid rgba(170, 184, 198, 0.7);
  border: 0.0625rem solid rgba(170, 184, 198, 0.7);
  background: #f7f8fa;
  padding: 13px;
  padding: 0.8125rem;
  width: 100%;
  /* height: 142px; */
  /* height: 8.875rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.select-wrap label span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
.select-wrap label p {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 1;
  letter-spacing: 0.0486486486em;
  font-weight: 900;
  color: #375c80;
}
.select-wrap input {
  margin: 0;
}
.select-wrap input.center {
  margin-right: 0;
}
.select-wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.select-wrap div p {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 1;
  letter-spacing: 0.0486486486em;
  font-weight: 900;
  color: #375c80;
}
.select-wrap div .small {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
  letter-spacing: -0.1em;
  font-weight: 900;
}
.select-wrap img {
  -o-object-fit: contain;
  object-fit: contain;
  /* width: 85%; */
  height: 120px;
  margin: auto;
  min-height: 50px;
  margin-bottom: 11px;
}
.select-wrap div span {
  margin-left: 7px;
  margin-left: 0.5rem;
}

.radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}

.radio label::before,
.radio label::after {
  border-radius: 50%;
  content: "";
}

.radio label::before {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border: 2px solid #dee5eb;
  border: 0.125rem solid #dee5eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.radio label::after {
  position: absolute;
  top: 50%;
  left: 9px;
  left: 0.5625rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  background-color: #dee5eb;
}

.radio label:has(:checked)::after {
  background-color: #b7c3ce;
  -webkit-animation: anim-radio 0.3s linear;
  animation: anim-radio 0.3s linear;
}

@-webkit-keyframes anim-radio {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
    -webkit-box-shadow: 0 0 0 0.0625rem transparent;
    box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 0.0625rem transparent;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(183, 195, 206, 0.2);
    -webkit-box-shadow: 0 0 0 0.625rem rgba(183, 195, 206, 0.2);
    box-shadow: 0 0 0 10px rgba(183, 195, 206, 0.2);
    box-shadow: 0 0 0 0.625rem rgba(183, 195, 206, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
    -webkit-box-shadow: 0 0 0 0.625rem transparent;
    box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 0.625rem transparent;
  }
}

@keyframes anim-radio {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
    -webkit-box-shadow: 0 0 0 0.0625rem transparent;
    box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 0.0625rem transparent;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(183, 195, 206, 0.2);
    -webkit-box-shadow: 0 0 0 0.625rem rgba(183, 195, 206, 0.2);
    box-shadow: 0 0 0 10px rgba(183, 195, 206, 0.2);
    box-shadow: 0 0 0 0.625rem rgba(183, 195, 206, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px transparent;
    -webkit-box-shadow: 0 0 0 0.625rem transparent;
    box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 0.625rem transparent;
  }
}
.radio input {
  display: none;
}

.btn-wrap {
  margin-top: 16px;
  margin-top: 1rem;
}

.tool-btn,
.tool-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tool-btn {
  position: relative;
  width: 250px;
  width: 15.625rem;
  margin: 0 auto;
  border: none;
  border-radius: 98px;
  border-radius: 6.125rem;
  padding: 20px 12px;
  padding: 1.25rem 0.75rem;
  -webkit-box-shadow: 0px 5.38px 0px 0px #274b6f;
  -webkit-box-shadow: 0rem 0.33625rem 0rem 0rem #274b6f;
  box-shadow: 0px 5.38px 0px 0px #274b6f;
  box-shadow: 0rem 0.33625rem 0rem 0rem #274b6f;
  background: #235b92;
}

.tool-btn span {
  width: 100%;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.1130434783em;
  font-weight: 700;
  color: #fff;
}

.tool-btn span::after {
  content: "";
  background: url(../img/shindan-button-arrow.svg) no-repeat center
    center/contain;
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
}

.tool-btn:hover::before {
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.1875rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 0 0 rgba(0, 0, 0, 0.2);
}

.tool-btn:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: 0px 4px 0px 0px #274b6f;
  -webkit-box-shadow: 0rem 0.25rem 0rem 0rem #274b6f;
  box-shadow: 0px 4px 0px 0px #274b6f;
  box-shadow: 0rem 0.25rem 0rem 0rem #274b6f;
}

.shindan-result__box {
  height: 609px;
  height: 38.0625rem;
  border-radius: 20px;
  border-radius: 1.25rem;
  border: 1px solid rgba(34, 34, 34, 0.07);
  border: 0.0625rem solid rgba(34, 34, 34, 0.07);
  background: #fff;
  padding: 30px 10px 24px;
  padding: 1.875rem 0.625rem 1.5rem;
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 12px;
  gap: 0.75rem;
}

.shindan-result__title--sub {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.0434782609em;
  font-weight: 900;

  color: #375c80;
}

.shindan-result__title {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 1;
  letter-spacing: 0.0486486486em;
  font-weight: 900;

  color: #375c80;
  margin: 0 auto;
  margin-top: 6px;
  margin-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #375c80;
  border-bottom: 0.125rem solid #375c80;
}

.shindan-result__img {
  margin-top: 17px;
  margin-top: 1.0625rem;
  height: 197px;
  height: 12.3125rem;
}
.shindan-result__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.shindan-result__text--sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000;
}

.shindan-result__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  margin: 0 auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
  /* max-width: 281px; */
  width: 90%;
}

.shindan__caution-wrap {
  margin-top: 11px;
  margin-top: 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  gap: 0.1875rem;
}

.shindan__caution {
  font-size: 9px;
  font-size: 0.6625rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #7a7a7a;
}

.cta {
  background: #fff;
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
}

.cta__inner {
  padding: 0;
}

.cta__glasses {
  width: 47px;
  width: 2.9375rem;
  margin: 0 auto;
}

.cta__logo {
  width: 126px;
  width: 7.875rem;
  margin: 0 auto;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.cta__record {
  width: 300px;
  width: 18.75rem;
  margin: 0 auto;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.cta__text {
  text-align: center;
  margin-top: 1.1rem;
}
.cta__text .main {
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1.1111111111;
  letter-spacing: 0.0703703704em;
  font-weight: 600;
}
.cta__text img {
  width: 285px;
  width: 17.8125rem;
  margin: 0 auto;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.cta__text-1 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.0526315789;
  letter-spacing: 0.1368421053em;
  font-weight: 500;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 16px;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  gap: 0.4375rem;
  font-family: "Noto Sans JP";
}
.cta__text-1::after {
  content: "";
  width: 100%;
  height: 7px;
  height: 0.4375rem;
  background: url(../img/under-line.png) no-repeat center center/cover;
}

.cta__text-2 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 0.8888888889;
  letter-spacing: -0.162962963em;
  font-weight: 600;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
.cta__text-2 .large {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.cta__text-sub {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.1666666667em;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 18px;
  margin-top: 1.125rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cta__text-sub img {
  width: 94px;
  width: 5.875rem;
  margin: 2px 7px 7px;
  margin: 0.125rem 0.4375rem 0.4375rem;
}
.cta__text-sub::before {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background: url(../img/cta-line-left.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: -30px;
  left: -1.875rem;
}
.cta__text-sub::after {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background: url(../img/cta-line-right.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: -30px;
  right: -1.875rem;
}

.cta__swiper-slide {
  padding-top: 22px;
  padding-top: 1.375rem;
  position: relative;
}
.cta__swiper-slide::before {
  content: "";
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  background: url(../img/cta-point.png) no-repeat center center/contain;
  position: absolute;
  top: 0px;
  top: 0rem;
  right: -20px;
  right: -1.25rem;
  z-index: 3;
}

.cta__text-button {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.1166666667em;
  font-weight: 700;
  color: #069ba5;
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cta__text-button::before {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 1px;
  height: 0.0625rem;
  background: #069ba5;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.cta__text-button::after {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 1px;
  height: 0.0625rem;
  background: #069ba5;
  margin-left: 12px;
  margin-left: 0.75rem;
}

.cta__text-button--pink {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.1166666667em;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  color: #f06782;
}
.cta__text-button--pink .large {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1;
  letter-spacing: 0.1185185185em;
  font-weight: 700;
}

.why {
  background: #506f8e;
  text-align: center;
  padding-top: 36px;
  padding-top: 2.25rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  position: relative;
}
.why::after {
  content: "";
  background: #506f8e;
  width: 100%;
  height: 42px;
  height: 2.625rem;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -41px;
  bottom: -2.5625rem;
  left: 0;
}

.why__question {
  width: 24px;
  width: 1.5rem;
  margin: 0 auto;
}

.why__head {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5384615385;
  letter-spacing: 0.2538461538em;
  font-weight: 900;
  color: #fff;
}
.why__head span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.45em;
  font-weight: 900;
  color: #fff;
  padding: 8px 6px 8px 16px;
  padding: 0.5rem 0.375rem 0.5rem 1rem;
  border: 1px solid currentColor;
  border: 0.0625rem solid currentColor;
}

.why__head-img {
  width: 64px;
  width: 4rem;
  margin: 0 auto;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.why__img {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.why__reason {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5384615385;
  letter-spacing: 0.2538461538em;
  font-weight: 700;
  color: #fff;
  margin-top: 64px;
  margin-top: 4rem;
}
.why__reason img {
  width: 83px;
  width: 5.1875rem;
  margin-left: 6px;
  margin-left: 0.375rem;
  margin-right: 9px;
  margin-right: 0.5625rem;
}

.service {
  background: #fafafa;
  padding-top: 65px;
  padding-top: 4.0625rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}

.service__badge {
  width: 80px;
  width: 6.3rem;
  height: 80px;
  height: 6.3rem;
  position: absolute;
  top: -35px;
  top: -2.1875rem;
  right: 5px;
  right: 0.3125rem;
}

.service__logo-glasses {
  width: 36px;
  width: 2.25rem;
  margin: 0 auto;
}

.service__logo {
  width: 148px;
  width: 9.25rem;
  margin: 0 auto;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.service__head {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1208333333em;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.service__head img {
  width: 114px;
  width: 7.125rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
.service__head span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1208333333em;
  font-weight: 700;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.service__head-caution {
  text-align: center;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 500;
  color: #7a7a7a;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.service__head-shindan {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 74%;
  margin: 0 auto;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
.service__head-shindan .main {
  font-size: 63px;
  font-size: 3.9375rem;
  line-height: 1;
  letter-spacing: 0.1904761905em;
  font-weight: 600;
  color: #375c80;

  margin-top: 9px;
  margin-top: 0.5625rem;
}

.service__head-shindan--type {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.0375em;
  font-weight: 700;
  color: #fff;
  background: #375c80;
  padding-block: 5px;
  padding-block: 0.3125rem;
  width: 100%;
}
.service__head-shindan--type .large {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.service__img {
  margin-top: 17px;
  margin-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.service__step {
  margin-top: 64px;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 47px;
  gap: 2.9375rem;
}
.service__step li:nth-child(2) .service__step-num-wrap::after {
  background: url(../img/service-num02-2.png) no-repeat center center/contain;
}

.service__step-num-wrap {
  position: relative;
}
.service__step-num-wrap::after {
  content: "";
  position: absolute;
  right: 41%;
  translate: 50%;
  top: -24px;
  top: -1.7rem;
  width: 26px;
  width: 1.625rem;
  height: 40px;
  height: 2.5rem;
  background: url(../img/service-num01-1.png) no-repeat center center/contain;
}

.service__step-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-inline: 20px;
  padding-inline: 1.25rem;
}
.service__step-num img {
  width: 54px;
  width: 3.375rem;
  position: relative;
}
.service__step-num:before,
.service__step-num:after {
  content: "";
  height: 1px;
  height: 0.0625rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #666;
}
.service__step-num:before {
  margin-right: 16px;
  margin-right: 1rem;
}
.service__step-num:after {
  margin-left: 16px;
  margin-left: 1rem;
}

.service-step__head {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid #3d454d;
  border-bottom: 0.0625rem solid #3d454d;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.service__step-head-caution {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.service__step-img {
  margin-top: 22px;
  margin-top: 1.375rem;
  padding-inline: 10px;
  padding-inline: 0.625rem;
}

.service__step-img2 {
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-inline: 33px;
  padding-inline: 2.0625rem;
}

.service__step--text {
  text-align: center;
  font-size: 14px;
  font-size: 0.8rem;
  line-height: 1.642857;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.type {
  background: #f0eeea;
  padding-top: 47px;
  padding-top: 2.9375rem;
  padding-bottom: 26px;
  padding-bottom: 2.625rem;
}

.type__inner {
  padding: 0;
}

.type__head {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #375c80;
}
.type__head img {
  width: 100px;
  width: 6.25rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.type__swiper-container {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.type__swiper-wrapper {
  height: 100%;
}

.type-card__list {
  padding-right: 50px;
  padding-right: 3.125rem;
}

.type__swiper-slide {
  height: auto;
}

.type-card__item {
  border-radius: 10px;
  border-radius: 0.625rem;
  background: #fff;
}

.type-card__item-title-wrap {
  background: #375c80;
  border-radius: 10px 10px 0 0;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 27px 17px 27px;
  padding: 1.6875rem 1.0625rem 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  gap: 0.4375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.type-card__item-title {
  width: 18rem;
}

.type-card__item-img {
  width: 120px;
  width: 7.5rem;
  margin: 0 auto;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.type-card__item-text-wrap {
  text-align: center;
  border-radius: 10px;
  border-radius: 0.625rem;
  background: #f4f4f4;
  padding: 6px 18px 16px;
  padding: 0.375rem 1.125rem 1rem;
  margin: 15px 21px 18px 21px;
  margin: 0.9375rem 1.3125rem 1.125rem 1.3125rem;
}
.type-card__item-text-wrap img {
  width: 167px;
  width: 10.4375rem;
  height: auto;
}
.type-card__item-text-wrap p {
  font-size: 17px;
  font-size: 0.9625rem;
  line-height: 1.4705882353;
  letter-spacing: 0.1470588235em;
  font-weight: 500;
}

.type-card__item--last {
  padding: 55px 0 30px;
  padding: 3.4375rem 0 1.875rem;
  text-align: center;
}

.type-card__item-title--last {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.4782608696;
  letter-spacing: 0.147826087em;
  font-weight: 900;
  color: #375c80;
}

.type__text-button {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  letter-spacing: 0.1470588235em;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 42px;
  margin-top: 2.625rem;
  position: relative;
}
.type__text-button::before {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background: url(../img/cta-line-left.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: -30px;
  left: -1.875rem;
}
.type__text-button::after {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background: url(../img/cta-line-right.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: -30px;
  right: -1.875rem;
}

.type-card__item-img--last {
  width: 240px;
  width: 15rem;
  margin: 0 auto;
  margin-top: 36px;
  margin-top: 2.25rem;
}

.type__swiper-button-prev img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.type__swiper-button-next,
.type__swiper-button-prev {
  width: 38px !important;
  width: 2.375rem !important;
  height: 38px !important;
  height: 2.375rem !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type__swiper-button-next::after,
.type__swiper-button-prev::after {
  content: "" !important;
}
@media (any-hover: hover) {
  .type__swiper-button-next:hover,
  .type__swiper-button-prev:hover {
    opacity: 0.7;
  }
}

.type_text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-inline: 35px;
  padding-inline: 2.5875rem;
}

.example {
  background: #fff;
  padding-top: 46px;
  padding-top: 2.875rem;
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
}

.example__head--sub {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  letter-spacing: 0.1470588235em;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  gap: 0.375rem;
}
.example__head--sub::after {
  content: "";
  width: 100%;
  height: 10px;
  height: 0.625rem;
  background: url(../img/under-line.png) no-repeat center center/cover;
}

.example__head {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6785714286;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 1.5;
  color: #375c80;
  margin-top: 16px;
  margin-top: 1rem;
}
.example__head img {
  width: 247px;
  width: 15.4375rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.example__sub-head {
  /* padding-inline: 24px; */
  padding-inline: 1.3rem;
}

.example__sub-head--sub {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.0555555556;
  letter-spacing: 0.2444444444em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 41px;
  margin-top: 2.5625rem;
}
.example__sub-head--sub:after {
  content: "";
  height: 1px;
  height: 0.0625rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #666;
  margin-left: 7px;
  margin-left: 0.4375rem;
}

.example__sub-head--main {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.1153846154;
  letter-spacing: 0.1384615385em;
  font-weight: 900;
  margin-top: 16px;
  margin-top: 1rem;
}

.example__content {
  border-radius: 20px;
  border-radius: 1.25rem;
  border: 2px solid #3d454d;
  border: 0.125rem solid #3d454d;
  background: #fff;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-inline: 4px;
  margin-inline: 0.25rem;
  padding: 17px 17px 22px;
  padding: 1.0625rem 1.0625rem 1.375rem;
}

.example__content-list {
  margin-top: 19px;
  margin-top: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  gap: 1.0625rem;
}

.example__content-title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2666666667;
  letter-spacing: 0.1em;
  font-weight: 900;
  /* font-size: clamp(15px, 3.6231884058vw, 18px); */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  border-bottom: 1px solid currentColor;
  border-bottom: 0.0625rem solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  gap: 0.4375rem;
}
.example__content-title::before {
  content: "";
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  background: url(../img/glass.png) no-repeat center center/contain;
}

.example__content-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0em;
  font-weight: 400;
  /* font-size: clamp(13px, 3.1400966184vw, 16px); */
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-inline: 9px;
  padding-inline: 0.5625rem;
}

.but {
  background: #506f8e;
  padding-top: 41px;
  padding-top: 2.5625rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}

.but__inner {
  position: relative;
  padding: 0 30px;
  padding: 0 1.875rem;
}

.but__head {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.52;
  letter-spacing: 0.132em;
  font-weight: 900;
  color: #fff;
}
.but__head span {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.425em;
  font-weight: 900;
  background-image: radial-gradient(
    circle at center,
    #fff 19%,
    transparent 20%
  );
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1.2em 0.3em;
  padding-top: 0.4em;
}
.but__head img {
  width: 214px;
  width: 13.375rem;
  margin-top: 21px;
  margin-top: 0.3125rem;
}

.but__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  margin: 0 auto;
  margin-top: 46px;
  margin-top: 2.875rem;
  /* max-width: 400px; */
}

.but__item {
  border-radius: 9px;
  border-radius: 0.5625rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  gap: 1.5625rem;
  padding: 22px 20px 18px;
  padding: 1.375rem 1.25rem 1.125rem;
}
.but__item img {
  width: 75px;
  width: 18%;
  height: 66px;
  height: 4.125rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.but__item p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  /* font-size: clamp(16px, 4.347826087vw, 20px); */
  min-width: 0;
  flex: 1;
}

.but__item-wrap {
  margin: 0 auto;
}

.but__img {
  width: 413px;
  width: 25.8125rem;
  position: absolute;
  bottom: 1%;
  left: 50%;
  translate: -50% 98%;
}

.proposal {
  background: #fafafa;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
}

.proposal__inner {
  padding: 0;
}

.proposal__head {
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.7307692308;
  letter-spacing: 0.1269230769em;
  font-weight: 900;
}
.proposal__head span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  gap: 0.4375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.0526315789;
  letter-spacing: 0.1368421053em;
  font-weight: 500;
}
.proposal__head span::after {
  content: "";
  width: 100%;
  height: 10px;
  height: 0.625rem;
  background: url(../img/under-line.png) no-repeat center center/cover;
}
.proposal__head img {
  width: 185px;
  width: 11.5625rem;
  margin-right: 6px;
  margin-right: 0.375rem;
  margin-top: -10px;
  margin-top: -0.625rem;
}

.proposal-top__time {
  width: 325px;
  width: 20.3125rem;
  margin: 0 auto;
  margin-top: 73px;
  margin-top: 4.5625rem;
  position: relative;
}
.proposal-top__time::before {
  content: "";
  width: 87px;
  width: 5.4375rem;
  height: 86px;
  height: 5.375rem;
  background: url(../img/proposal-time-deco.png) no-repeat center center/contain;
  position: absolute;
  left: -6px;
  left: -0.375rem;
  top: -56px;
  top: -3.5rem;
}

.proposal-top__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.proposal-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.proposal-top__item {
  width: calc((100% - 18px) / 4);
  border-radius: 6px;
  border-radius: 0.375rem;
  border: 2px solid rgba(61, 69, 77, 0.2);
  border: 0.125rem solid rgba(61, 69, 77, 0.2);
  background: #fff;
  padding: 14px 2px 8px;
  padding: 0.875rem 0.125rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  gap: 0.75rem;
}
.proposal-top__item img {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}

.proposal-top__item-text {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  letter-spacing: 0;
  font-weight: 700;
  /* font-size: clamp(10px, 2.8985507246vw, 14px); */
  color: #375c80;
}

.proposal-top__text--sub {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.11875em;
  font-weight: 700;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.proposal-top__text--main {
  text-align: center;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.5862068966;
  letter-spacing: 0.0896551724em;
  font-weight: 900;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.proposal-bottom {
  margin-top: 93px;
  margin-top: 5.8125rem;
}

.proposal-bottom__head {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.11875em;
  font-weight: 700;
  margin-top: 93px;
  margin-top: 5.8125rem;
  position: relative;
}
.proposal-bottom__head span {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.1321428571em;
  font-weight: 900;
  background-image: radial-gradient(
    circle at center,
    #3d454d 8%,
    transparent 11%
  );
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  padding-top: 0.2em;
}
.proposal-bottom__head::before {
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 56px;
  height: 3.5rem;
  background: #000;
  position: absolute;
  top: -50px;
  top: -3.125rem;
  left: 50%;
  translate: -50% -50%;
}

.proposal-bottom__content {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 42px;
  gap: 2.625rem;
}

.proposal-bottom__content-img {
  position: relative;
}
.proposal-bottom__content-img::after {
  content: "";
  width: 306px;
  width: 19.125rem;
  height: 200px;
  height: 12.5rem;
  background: url(../img/proposal-text.png) no-repeat center center/contain;
  position: absolute;
}

.proposal-bottom__content-img1 {
  padding-inline: 10px;
  padding-inline: 0.625rem;
  position: relative;
}
.proposal-bottom__content-img1::before {
  content: "";
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
  background: url(../img/proposal-img-deco.png) no-repeat center center/contain;
  position: absolute;
  top: -70px;
  top: -4.375rem;
  left: -52px;
  left: -3.25rem;
}
.proposal-bottom__content-img1::after {
  height: 200px;
  height: 12.5rem;
  background: url(../img/proposal-text.png) no-repeat center center/contain;
  position: absolute;
  bottom: -110px;
  bottom: -6.875rem;
  right: -28px;
  right: -1.75rem;
}

.proposal-bottom__content-img2 {
  padding-inline: 18px;
  padding-inline: 1.125rem;
}
.proposal-bottom__content-img2::after {
  left: -11px;
  left: -0.6875rem;
  bottom: -130px;
  bottom: -8.125rem;
}

.proposal-bottom__content--text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.25em;
  font-weight: 400;
  /* font-size: clamp(16px, 3.8647342995vw, 20px); */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 28px;
  padding: 0.8125rem 1.75rem;
  margin: 39px 24px 0;
  margin: 2.4375rem 1.5rem 0;
  position: relative;
}
.proposal-bottom__content--text::before {
  content: "";
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  background: url(../img/proposal-line-left.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.proposal-bottom__content--text::after {
  content: "";
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  background: url(../img/proposal-line-right.png) no-repeat center
    center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.proposal-bottom__content--text2 {
  margin-left: auto;
  margin-top: 32px;
  margin-top: 2rem;
}

.counseling {
  background: #f0eeea;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.counseling__inner {
  padding: 0;
}

.counseling__head-glasses {
  width: 41px;
  width: 2.5625rem;
  margin: 0 auto;
}

.counseling__head {
  width: 83px;
  width: 5.1875rem;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.counseling-top__logo--sub {
  width: 148px;
  width: 9.25rem;
  margin: 0 auto;
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.counseling-top__logo--main {
  width: 267px;
  width: 16.6875rem;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.counseling-top__img {
  margin-top: 19px;
  margin-top: 1.1875rem;
  padding-inline: 26px;
  padding-inline: 1.625rem;
}

.counseling-top__deco-wrap {
  position: relative;
  padding-bottom: 259px;
  padding-bottom: 16.1875rem;
}

.counseling-top__deco-img {
  /* max-width: 378px; */
  position: absolute;
  bottom: 67px;
  bottom: 4.8875rem;
  width: 91%;
}

.counseling-top__deco-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  letter-spacing: 0.14em;
  font-weight: 600;
  font-family: "mobo", sans-serif;
  -webkit-transform: rotate(-6.488deg);
  transform: rotate(-6.488deg);
  position: absolute;
  top: 46px;
  top: 2.875rem;
  right: 39px;
  right: 2.4375rem;
}
.counseling-top__deco-text::before {
  content: "";
  width: 60px;
  width: 3.75rem;
  height: 30px;
  height: 1.875rem;
  background: url(../img/counseling-top-line1.png) no-repeat center
    center/contain;
  position: absolute;
  top: -36px;
  top: -2.25rem;
  left: -10px;
  left: -0.625rem;
}
.counseling-top__deco-text::after {
  content: "";
  width: 70px;
  width: 4.375rem;
  height: 30px;
  height: 1.875rem;
  background: url(../img/counseling-top-line2.png) no-repeat center
    center/contain;
  position: absolute;
  bottom: -30px;
  bottom: -1.875rem;
  left: -10px;
  left: -0.625rem;
}

.counseling__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #375c80;
}
.counseling__title-wrap::before {
  content: "";
  width: 100%;
  height: 6px;
  height: 0.375rem;
  background: #375c80;
}
.counseling__title-wrap::after {
  content: "";
  width: 100%;
  height: 6px;
  height: 0.375rem;
  background: #375c80;
}

.counseling__title {
  text-align: center;
  font-size: 27px;
  font-size: 1.5875rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.4;
  /* white-space: nowrap; */
  font-family: "mobo", sans-serif;
  color: #fff;
  padding: 23px 20px 0px;
  padding: 1.0375rem 1.25rem 0.3rem 1.25rem;
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
}

.counseling__title-caution {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-top: 0.3125rem;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}

.counseling-flow__list {
  margin-top: 46px;
  margin-top: 1.275rem;
  padding-inline: 11px 28px;
  padding-inline: 0.6875rem 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 33px;
  gap: 2.0625rem;
}

.counseling-flow__item {
  position: relative;
}
.counseling-flow__item:not(:last-of-type)::after {
  content: "";
  width: 2px;
  width: 0.125rem;
  height: calc(100% + 33px);
  background: #375c80;
  opacity: 0.25;
  position: absolute;
  left: 6px;
  left: 0.535rem;
  bottom: -46px;
  bottom: -2.875rem;
  z-index: 0;
}

.counseling-flow__head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  gap: 0.25rem;
}
.counseling-flow__head-wrap::before {
  content: "";
  width: 19px;
  width: 1.1875rem;
  height: 19px;
  height: 1.1875rem;
  background: #fff;
  border-radius: 100%;
  border: 2.5px solid #375c80;
  border: 0.15625rem solid #375c80;
  stroke-width: 2.5px;
  stroke: #375c80;
  z-index: 3;
}

.counseling-flow__head--time {
  width: 51px;
  width: 3.1875rem;
  margin-right: 9px;
  margin-right: 0.5625rem;
}

.counseling-flow__head {
  font-size: 26px;
  font-size: 1.325rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #375c80;
  display: inline-block;
}

.counseling-flow__img {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 26px;
  margin-left: 1.625rem;
}

.counseling-flow__img--last {
  padding-inline: 20px;
  padding-inline: 1.25rem;
  margin-top: -10px;
  margin-top: 1rem;
}

.counseling-flow__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.761538;
  letter-spacing: 0.03em;
  font-weight: 400;
  /* font-size: clamp(13px, 3.1400966184vw, 18px); */
  padding: 17px 13px 11px;
  padding: 1.0625rem 1.2125rem 0.9875rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  margin-left: 60px;
  margin-left: 3.75rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  position: relative;
  text-align: justify;
}
.counseling-flow__text::before {
  content: "";
  width: 82px;
  width: 5.125rem;
  height: 80px;
  height: 5rem;
  background: url(../img/counseling-deco.png) no-repeat center center/contain;
  position: absolute;
  top: -66px;
  top: -4.125rem;
  left: -45px;
  left: -2.8125rem;
}

.counseling-flow__head-caution {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0.1363636364em;
  font-weight: 600;
  color: #375c80;
  margin-left: 88px;
  margin-left: 5.5rem;
}

.counseling__text-last-wrap {
  padding-inline: 22px;
  padding-inline: 1.375rem;
}

.counseling__text-last--review {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.counseling__text-last--review:after {
  content: "";
  height: 1px;
  height: 0.0625rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #3d454d;
  margin-left: 7px;
  margin-left: 0.4375rem;
}

.counseling__text-last {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  border-bottom: 1px solid #3d454d;
  border-bottom: 0.0625rem solid #3d454d;
}

.counseling__text-button {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.media {
  background: #fff;
  padding-top: 37px;
  padding-top: 2.3125rem;
  padding-bottom: 28px;
  padding-bottom: 3.75rem;
}

.media__inner {
  padding: 0 32px;
  padding: 0 2rem;
}

.media__head--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  gap: 0.25rem;
}
.media__head--sub span {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5263157895;
  letter-spacing: 0.1315789474em;
  font-weight: 900;
  padding: 0 5px;
  padding: 0 0.3125rem;
  border: 1px solid currentColor;
  border: 0.0625rem solid currentColor;
}

.media-card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  gap: 0.5625rem;
  margin: 0 auto;
  margin-top: 29px;
  margin-top: 1.8125rem;
  /* max-width: 380px; */
}

.media-card__item {
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 5px;
  gap: 0.3125rem;
  padding: 6px 6px 17px;
  padding: 0.375rem 0.375rem 1.0625rem;
  border-radius: 12px;
  border-radius: 0.75rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.1);
}

.media-card__item-img img {
  height: 91px;
  height: 5.6875rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.media-card__item-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.media-card__item-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.media-card__item-text--date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
}

.review {
  background: #fafafa;
  padding-top: 52px;
  padding-top: 3.25rem;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
}

.review__inner {
  padding: 0;
}

.review__head {
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.1192307692em;
  font-weight: 900;
}

.review__head--yellow {
  color: #d6a209;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.1192307692em;
  font-weight: 900;
}
.review__head--yellow .large {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 1.3513513514;
  letter-spacing: 0.1189189189em;
  font-weight: 900;
}

.review__head--sub {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.5238095238;
  letter-spacing: 0.0714285714em;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
  border-bottom: 0.0625rem solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.review__img {
  /* max-width: 314px; */
  margin: 0 auto;
  margin-top: 35px;
  margin-top: 2.5875rem;
  width: 75%;
}

.review__swiper-slide {
  padding-block: 20px;
  padding-block: 1.25rem;
  height: auto;
  width: 76.8%;
}

.review__item {
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0rem 0rem 0.9375rem 0rem rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0rem 0rem 0.9375rem 0rem rgba(0, 0, 0, 0.13);
  padding: 24px;
  padding: 1.5rem;
  height: auto;
  min-height: 204px;
}

.review-item__icon1 {
  background: #41849c;
}

.review-item__icon2 {
  background: #3862bc;
}

.review-item__icon3 {
  background: #20b581;
}

.review-item__icon4 {
  background: #b52090;
}

.review-item__icon5 {
  background: #206db5;
}

.review-item__icon6 {
  background: #c3442b;
}

.review-item__icon7 {
  background: #75419c;
}

.review-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  gap: 0.75rem;
}

.review-item__icon {
  color: #fff;
  border-radius: 100px;
  border-radius: 6.25rem;
  width: 43px;
  width: 2.6875rem;
  height: 43px;
  height: 2.6875rem;
  display: grid;
  place-items: center;
}

.review-item__star img {
  width: 100px;
  width: 6.25rem;
  aspect-ratio: 105/15;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}

.review-item__head {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.review-item__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.0785714286em;
  font-weight: 400;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.review__text-button {
  margin-top: 29px;
  margin-top: 0.8125rem;
}

.more-link-review-after {
  right: 31px;
  right: 1.9375rem;
  position: absolute;
  line-height: 24px;
  line-height: 1.5rem;
  bottom: 44px;
  bottom: 2.75rem;
  background: #fff;
}

.message {
  background: #fff;
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
}

.message__inner {
  padding: 0;
}

.message__head-glasses {
  width: 92px;
  width: 5.75rem;
  margin: 0 auto;
  margin-top: 13px;
  margin-top: 0.8125rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.message__head {
  width: 186px;
  width: 11.625rem;
  margin: 0 auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.message__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 52px;
  gap: 3.25rem;
  margin-top: 93px;
  margin-top: 5.8125rem;
}

.message__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.message__item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.message__item:nth-of-type(3) .message__text img {
  width: 60px;
  width: 3.75rem;
}

.message__item-img {
  /* width: clamp(250px, 72.9468599034vw, 400px); */
  width: 300.8px;
  width: 18.8rem;
}

.message__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.message__text img {
  width: 40px;
  width: 2.5rem;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.shop {
  background: #f0eeea;
  padding-top: 36px;
  padding-top: 2.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.shop__head {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.1192307692em;
  font-weight: 800;
  text-align: center;
}

.shop__head--sub {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.shop__head--sub-line {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 800;
  border: 1px solid #3d454d;
  border: 0.0625rem solid #3d454d;
  padding-inline: 8px;
  padding-inline: 0.5rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  margin-inline: 4px;
  margin-inline: 0.25rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.shop__head--sub-line .large {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.48;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.shop__lists {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.shop-list__head {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.4782608696;
  letter-spacing: 0.1173913043em;
  font-weight: 600;
  color: #fff;
  padding: 4px 15px;
  padding: 0.25rem 0.9375rem;
  width: calc(100% + 14px);
  margin-left: -7px;
  margin-left: -0.4375rem;
  background: #375c80;
}

.shop-card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10px;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 10px;
  -moz-column-gap: 0.625rem;
  column-gap: 10px;
  column-gap: 0.625rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.shop-card__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border-radius: 5.429px;
  border-radius: 0.3393125rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.11);
  padding: 5px 5px 15px;
  padding: 0.3125rem 0.3125rem 0.9375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.shop-card__item-img {
  position: relative;
}

.shop-card__item-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-top: 9px;
  margin-top: 0.5625rem;
  padding-inline: 5px;
  padding-inline: 0.3125rem;
}

.shop-card__item-info {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.3636363636;
  letter-spacing: 0.0454545455em;
  font-weight: 400;
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding-inline: 5px;
  padding-inline: 0.3125rem;
}

.shop-card__item-button {
  margin: 0 auto;
  margin-top: 14px;
  margin-top: 0.875rem;
  width: 90%;
  /* max-width: 156px; */
}
.shop-card__item-button a {
  border-radius: 100px;
  border-radius: 6.25rem;
  background: #069ba5;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  padding: 12px;
  padding: 1.1rem 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  gap: 0.4375rem;
}
.shop-card__item-button a::after {
  content: "";
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  background: url(../img/button-arrow.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .shop-card__item-button a:hover {
    opacity: 0.7;
  }
}

.shop-card__item-personal {
  font-size: 11px;
  font-size: 0.4rem /* 0.7rem */;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  border-radius: 0px 3px 3px 0px;
  border-radius: 0rem 0.1875rem 0.1875rem 0rem;
  opacity: 0.95;
  padding: 3px 5px 5px 5px;
  padding: 0.2875rem 0.4125rem 0.4125rem 0.3125rem;
  position: absolute;
}

.shop-card__item-personal1 {
  background: #1267e6;
  bottom: 26px;
  bottom: 1.925rem;
}

.shop-card__item-personal2 {
  background: #eb9500;
  bottom: 26px;
  bottom: 1.925rem;
}

.shop-card__item-personal3 {
  display:none;
 /* background: #ef3050 ;
  bottom: 5px;
  bottom: 0.3125rem;*/
}

.shop-card__item--tax-wrap {
  padding-inline: 5px;
  padding-inline: 0.3125rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  gap: 0.1875rem;
}

.shop-card__item--tax {
  display: inline-block;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  padding: 6px;
  padding: 0.375rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: #3d454d;
  margin-top: 3px;
  margin-top: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  text-align: center;
}

.footer {
  padding-top: 17px;
  padding-top: 1.6625rem;
  padding-bottom: 73px;
  padding-bottom: 1.3rem;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #9d9d9d;
  text-align: center;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
  gap: 0.6625rem;
}

.footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 37px;
  gap: 2.3125rem;
}

.footer__copy {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.cta__button {
  /* max-width: 354px; */
  margin: 0 auto;
  width: 85%;
}
.cta__button-pc {
  width: 40%;
}
.cta__button img {
  -webkit-filter: drop-shadow(0px 4.207px 8.451px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(
    0rem 0.2629375rem 0.5281875rem rgba(0, 0, 0, 0.25)
  );
  filter: drop-shadow(0px 4.207px 8.451px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0rem 0.2629375rem 0.5281875rem rgba(0, 0, 0, 0.25));
}

.shindan-result__box .cta__button img {
  /* max-width: 318px; */
  -webkit-filter: drop-shadow(0px 6.207px 6.451px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(
    0rem 0.3879375rem 0.4031875rem rgba(0, 0, 0, 0.2)
  );
  filter: drop-shadow(0px 6.207px 6.451px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0rem 0.3879375rem 0.4031875rem rgba(0, 0, 0, 0.2));
  width: 100%;
}

.type-card__item .cta__button img {
  /* max-width: 304px; */
  -webkit-filter: drop-shadow(0px 6.207px 6.451px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(
    0rem 0.3879375rem 0.4031875rem rgba(0, 0, 0, 0.2)
  );
  filter: drop-shadow(0px 6.207px 6.451px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0rem 0.3879375rem 0.4031875rem rgba(0, 0, 0, 0.2));
  width: 100%;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 70px;
  height: 4.375rem;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .header {
    height: 100px;
    height: 6.25rem;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .header__inner {
    max-width: 1680px;
    margin: 0 auto;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}

.header__logo {
  width: 151px;
  width: 9.4375rem;
  height: 58px;
  height: 3.625rem;
}
@media screen and (min-width: 992px) {
  .header__logo {
    width: 187px;
    width: 11.6875rem;
    height: 72px;
    height: 4.5rem;
  }
}
.header__logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .header__nav {
    display: block;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  gap: 1.8125rem;
}

.header__nav-item {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "$fontFamily";
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav-item:hover {
  opacity: 0.7;
}

/* アクセシビリティ対策 */
.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  height: 0.0625rem;
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  width: 0.0625rem;
}

/* ハンバーガーボタンのスタイル */
.hamburger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 32px;
  height: 2rem;
  outline: none;
  position: absolute;
  right: 30px;
  right: 1.875rem;
  -webkit-transition: width 0.6s, -webkit-transform 0.6s;
  transition: width 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, width 0.6s;
  transition: transform 0.6s, width 0.6s, -webkit-transform 0.6s;
  width: 40px;
  width: 2.5rem;
  z-index: 200; /* メニューが開いてもハンバーガーボタンが上に表示されるように */
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニュー三本線 */
.hamburger-line {
  background-color: #000;
  height: 2px;
  height: 0.125rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: inherit;
  transition: inherit;
  width: 100%;
}

.hamburger-line::before,
.hamburger-line::after {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  width: 100%;
}

.hamburger-line::before {
  top: 10px;
  top: 0.625rem;
}

.hamburger-line::after {
  top: 20px;
  top: 1.25rem;
}

/* ハンバーガーメニュー三本線オープン時 */
.hamburger[aria-expanded="true"] .hamburger-line {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}

.hamburger[aria-expanded="true"] .hamburger-line::before {
  -webkit-transform: translateY(-12px) translateX(20px) rotate(45deg);
  transform: translateY(-12px) translateX(20px) rotate(45deg);
  width: 0;
}

.hamburger[aria-expanded="true"] .hamburger-line::after {
  -webkit-transform: translateY(-20px) rotate(90deg);
  transform: translateY(-20px) rotate(90deg);
}

/* オーバーレイのスタイル */
.overlay {
  background-color: #333;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
  transition: opacity 0.6s, visibility 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}

.overlay.active {
  opacity: 0.8;
  visibility: visible;
}

/* メニューのスタイル */
.modal-container {
  background-color: #fff;
  height: 100%;
  position: fixed;
  right: -100%;
  -webkit-transition: right 0.6s ease-in-out;
  transition: right 0.6s ease-in-out;
  width: 50%;
  z-index: 20; /* オーバーレイよりも上に来るようにするため */
}

.modal-container[aria-hidden="false"] {
  overflow-y: scroll;
  right: 0;
  -webkit-transition: right 0.6s ease-in-out;
  transition: right 0.6s ease-in-out;
}

.menu-item {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.menu-link {
  display: inline-block;
}

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

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-down.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-in.is-in-view {
  opacity: 1;
}

.pagetop__container {
  position: absolute;
  right: 220px;
  right: 13.75rem;
  right: 0;
}

.pagetop {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  bottom: 20px;
  bottom: 1.25rem;
  z-index: 100;
  /* width: 100%; */
  right: 0.5rem;
}
@media screen and (min-width: 992px) {
  .pagetop {
    display: none;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.pagetop a {
  width: 207px;
  width: 15.7375rem;
  border-radius: 100px;
  border-radius: 6.25rem;
  background: #069ba5;
  border: 3px solid #fefefe;
  border: 0.1875rem solid #fefefe;
  font-size: 15px;
  font-size: 1.0375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  padding: 13px;
  padding: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  gap: 0.4375rem;
}
.pagetop a::after {
  content: "";
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  background: url(../img/button-arrow.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .pagetop a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 600px) {
  .select-wrap input {
    scale: 1.5;
  }
}
.tokkyo {
  width: 8rem;
  margin: auto;
}
