@charset "UTF-8";
/* foundation */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

li {
  list-style: none;
}

body {
  color: #3E4A51;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-size: 20px;
  padding-top: var(--header-h);
}

.marker {
  display: inline;
  background: linear-gradient(transparent 60%, #FFF09E 60%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.2em;
}

.pc-block {
  display: block;
}
@media (max-width: 767px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.bold {
  font-weight: bold;
}

.red {
  color: #DD3333;
}

.en {
  font-family: "Jost", sans-serif;
}

.number {
  font-family: "Lato", sans-serif;
}

.container {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}
.container-1120 {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}
.container-1000 {
  width: min(100% - 32px, 1000px);
  margin: 0 auto;
}

.section-padding {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
}

.yellow {
  color: #FFD41F;
}

.center {
  text-align: center;
}

img {
  height: auto;
}

.free {
  font-size: 40px;
}
@media (max-width: 767px) {
  .free {
    font-size: 26px;
  }
}

.blue {
  color: #163F6F;
}

/* layout */
.header {
  padding: 16px 12px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
}
.header-h1 {
  font-size: 14px;
  margin: 0 auto;
  width: min(100% - 32px, 1280px);
}
@media (max-width: 767px) {
  .header-h1 {
    font-size: 11px;
  }
}
.header-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  width: min(100% - 32px, 1280px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  max-width: 290px;
}
@media (max-width: 767px) {
  .header-logo {
    max-width: 200px;
  }
}
.header-logo_sp {
  margin-bottom: 24px;
  max-width: 240px;
}
.header-info {
  transition: all 0.6s;
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .header-info {
    display: none;
  }
}
.header-info_area p {
  font-size: 15px;
  margin-bottom: 8px;
}
.header-info_tel {
  position: relative;
  font-size: 32px;
  padding-left: 40px;
  color: #253690;
  font-weight: bolder;
}
.header-info_tel::before {
  position: absolute;
  content: "";
  background-image: url(../../img/icon/tel.svg);
  width: 27px;
  height: 27px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.header-info_mail {
  padding-left: 48px;
  position: relative;
  border-radius: 56px;
  background: #F28C00;
  text-align: center;
  color: #ffffff;
  max-width: 100%;
  width: 262px;
  padding: 16px 0;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.time {
  font-size: 13px;
}

/*ハンバーガーメニュー*/
.hamburger {
  display: none;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  border-radius: 16px;
  background: #3E4A51;
  left: 6px;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* tablet以下で表示 */
@media (max-width: 1023px) {
  .hamburger {
    display: block;
    position: fixed;
    top: 40px;
    right: 24px;
  }
}
.hamburger.is-active span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

.nav-sp {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 16px;
  overflow-y: auto;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.nav-sp_link {
  align-self: flex-start;
}
.nav-sp_inner {
  width: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  padding: 32px;
  gap: 20px;
  transform: translateX(20px);
  opacity: 0;
  transition: 0.3s ease 0.2s;
}
.nav-sp_inner h3 {
  font-size: 28px;
}

.nav-sp.is-active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.nav-sp.is-active .nav-sp_inner {
  transform: translateX(0);
  opacity: 1;
}

.footer {
  background-color: #3E4A51;
  color: #ffffff;
  padding: 60px 0;
}
.footer-floating {
  display: none;
}
@media (max-width: 1023px) {
  .footer-floating {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    padding-bottom: env(safe-area-inset-bottom);
    display: flex;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
}
.footer-floating img {
  margin: 0 12px 12px;
}
.footer-floating_contact {
  flex: 1;
  position: relative;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  background-color: #0CAD70;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 18px;
}
.footer-title {
  font-size: 36px;
}
@media (max-width: 767px) {
  .footer-title {
    font-size: 28px;
  }
}
.footer-title span {
  color: #FFD41F;
}
.footer-pay {
  border: 1px solid #ffffff;
  padding: 16px 20px;
  gap: 12px;
  width: 100%;
  max-width: 320px;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-pay {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .footer-pay_text {
    font-size: 18px;
  }
}
.footer-pay_text span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-pay_text span {
    font-size: 14px;
  }
}
.footer-btnArea {
  gap: 30px;
  max-width: 456px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-btnArea {
    gap: 20px;
  }
}
.footer-inner {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 1023px) {
  .footer-inner {
    flex-direction: column;
    gap: 24px;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .footer-inner {
    padding-bottom: 32px;
  }
}
.footer-text {
  margin: 16px 0 40px;
}
@media (max-width: 767px) {
  .footer-text {
    margin: 16px 0;
    font-size: 18px;
  }
}
.footer-link {
  font-size: 13px;
}
.footer-link ul {
  gap: 30px;
}
.footer-bottom {
  justify-content: space-between;
  margin-top: 16px;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

.copyright {
  font-size: 14px;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 12px;
  }
}

.footer-floating.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* object */
.faq {
  background-color: #f4f4f4;
}
.faq-content {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e8e7e7;
  padding: 36px 40px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .faq-content {
    padding: 28px 32px;
  }
}
.faq-content h3 {
  position: relative;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .faq-content h3 {
    font-size: 18px;
  }
}
.faq-content h3::before {
  content: "Q";
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  left: 0;
  width: 42px;
  height: 42px;
  background-color: #FFD41F;
  border-radius: 50%;
  padding-left: 11px;
  padding-top: 2px;
}
.faq-content_top {
  padding-bottom: 32px;
  width: 100%;
  border-bottom: 1px solid #e8e7e7;
}
@media (max-width: 767px) {
  .faq-content_top {
    padding-bottom: 20px;
  }
}
.faq-content_bottom {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .faq-content_bottom {
    padding-top: 20px;
  }
}
.faq-answer {
  padding-left: 60px;
  font-size: 17px;
}
.faq-wrap {
  gap: 40px;
}

.privacy {
  padding-top: 200px;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .privacy {
    padding-top: 120px;
    margin-bottom: 100px;
  }
}
.privacy-text {
  font-size: 20px;
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  .privacy-text {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.privacy dl dt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .privacy dl dt {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.privacy dl dd {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .privacy dl dd {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.privacy ul {
  padding-left: 20px;
  margin: 16px 0;
}
.privacy li {
  list-style-type: disc;
}

/*@use "object/project/_contact";*/
/* こんなお悩みありませんか？ */
.trouble {
  margin: 80px 0;
  /* 人物イラスト用ラッパー */
  /* 吹き出し本体 */
  /* リスト */
}
@media (max-width: 475px) {
  .trouble {
    margin: 160px 0 80px;
  }
}
.trouble-area {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .trouble-area {
    margin-top: 40px;
  }
}
.trouble-area::before, .trouble-area::after {
  content: "";
  position: absolute;
  width: 154px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  transform: translateY(-10px);
}
@media (max-width: 1440px) {
  .trouble-area::before, .trouble-area::after {
    width: 100px;
    bottom: -40px;
    height: 161px;
  }
}
@media (max-width: 1023px) {
  .trouble-area::before, .trouble-area::after {
    bottom: 139px;
  }
}
@media (max-width: 767px) {
  .trouble-area::before, .trouble-area::after {
    display: none;
  }
}
.trouble-area::before {
  background-image: url(../../img/worry-men.png);
  left: 12%;
  z-index: 1;
}
@media (max-width: 1440px) {
  .trouble-area::before {
    left: 6%;
  }
}
.trouble-area::after {
  background-image: url(../../img/worry-women.png);
  right: 12%;
}
@media (max-width: 1440px) {
  .trouble-area::after {
    right: 10%;
  }
}
.trouble-wrap {
  height: 180px;
  max-width: 1000px;
  width: 100%;
  margin: 40px auto;
  background-color: #f5f5f5;
  padding: 20px 12px;
  position: relative;
  border-radius: 16px;
  /* 吹き出しのしっぽ（下向き） */
}
@media (max-width: 767px) {
  .trouble-wrap {
    height: 100%;
  }
}
.trouble-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f5f5f5;
}
.trouble-list {
  font-size: 22px;
  list-style: none;
  padding-left: 0;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .trouble-list {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .trouble-list {
    font-size: 18px;
  }
}
.trouble-list li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 16px;
  line-height: 1.6;
}
.trouble-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 32px;
  height: 32px;
  background-image: url(../../img/icon/check.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .trouble-list li::before {
    width: 28px;
    height: 28px;
    left: 11px;
  }
}
.trouble-message {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.15rem;
  line-height: 180%;
  color: #163F6F;
}
.trouble-message span {
  font-size: 56px;
}
@media (max-width: 1023px) {
  .trouble-message span {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .trouble-message span {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .trouble-message {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .trouble-message {
    font-size: 24px;
  }
}

/*選ばれる5つの理由*/
.reasons {
  background-color: #ffffff;
}
.reasons-wrap {
  display: grid;
  gap: clamp(48px, 5vw, 68px);
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
@media (max-width: 1023px) {
  .reasons-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .reasons-wrap {
    grid-template-columns: 1fr;
    max-width: none;
    width: 100%;
    padding: 48px 20px 32px;
    border-radius: 12px;
    min-height: auto;
  }
}
.reasons-wrap article {
  max-width: 384px;
  width: 100%;
  min-height: 260px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 54px 18px 16px;
  flex: 1 1 calc(33.333% - 40px);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
}
.reasons-wrap span {
  background-color: #163F6F;
  border-radius: 62.5rem;
  color: #ffffff;
  font-size: 40px;
  width: 5rem;
  height: 5rem;
  line-height: 1.6;
  text-align: center;
  padding-top: 6px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -2.5rem;
}
@media (max-width: 1023px) {
  .reasons-wrap span {
    width: 4rem;
    height: 4rem;
    font-size: 32px;
    top: -2.25rem;
  }
}
@media (max-width: 767px) {
  .reasons-wrap span {
    font-size: 28px;
    top: -2rem;
  }
}
.reasons-wrap h3 {
  margin: 24px 0 16px;
  color: #3688E7;
  font-size: 24px;
}
@media (max-width: 767px) {
  .reasons-wrap h3 {
    font-size: 20px;
    margin: 20px 0 12px;
  }
}
.reasons-wrap p {
  font-size: clamp(16px, 2.5vw, 19px);
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  font-size: 36px;
  background: #FFD41F;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .balloon1 {
    margin-bottom: 0;
    font-size: 20px;
  }
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFD41F;
}

.balloon-wrap {
  text-align: center;
}

/*MENU*/
.menu {
  background-color: #f4f4f4;
}
.menu-list {
  gap: 40px;
  margin-top: 60px;
  flex-wrap: wrap;
  align-items: stretch !important;
}
@media (max-width: 767px) {
  .menu-list {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
  }
}
.menu-txt {
  background-color: #DD3333;
  color: #ffffff;
  border-radius: 50px;
  padding: 8px 20px;
  margin: 24px auto;
  display: table;
}
.menu-text {
  margin-top: auto;
}
@media (max-width: 1023px) {
  .menu-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .menu-text {
    font-size: 16px;
  }
}
.menu-item {
  width: 46.5321100917%;
  padding: min(4.5368620038%, 24px);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  background-color: #ffffff;
  gap: 16px;
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .menu-item {
    width: 95%;
    margin: 0 auto;
  }
}
.menu-item_img {
  width: 28%;
  aspect-ratio: 1;
  padding: 8px;
  flex-shrink: 0;
  max-width: 140px;
}
@media (max-width: 767px) {
  .menu-item_img {
    aspect-ratio: 82/88;
    width: 35%;
  }
}
.menu-textArea span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FADA55;
  color: #3E4A51;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 12px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1rem;
}
@media (max-width: 1023px) {
  .menu-textArea span {
    padding: 4px;
  }
}
@media (max-width: 767px) {
  .menu-textArea span {
    font-size: 16px;
  }
}
.menu-textArea h3 {
  font-size: 22px;
  margin: 12px 0;
  color: #253690;
}
@media (max-width: 1023px) {
  .menu-textArea h3 {
    margin: 8px 0;
    font-size: 20px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .menu-textArea h3 {
    font-size: 18px;
  }
}

/*依頼方法*/
.order {
  background-color: #ffffff;
}
.order-list {
  gap: 40px;
  align-items: stretch !important;
}
@media (max-width: 1023px) {
  .order-list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .order-list {
    margin-top: 40px;
  }
}
.order-item {
  width: calc((100% - 80px) / 3);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .order-item {
    width: 85%;
    margin: 0 auto;
  }
}
.order-item_top {
  background-color: #F3F3F3;
  text-align: center;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 767px) {
  .order-item_top {
    padding: 20px 0;
  }
}
.order-item_top span {
  color: #ffffff;
  background-color: #DD3333;
  border-radius: 50px;
  padding: 4px 16px;
  position: absolute;
  display: inline-block;
  transform: translateX(-50%);
  top: -21px;
  left: 50%;
}
.order-item_top h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .order-item_top h3 {
    font-size: 20px;
    margin-top: 12px;
  }
}
.order-item_bottom {
  background-color: #ffffff;
  text-align: center;
  padding: 34px 26px;
  border: 1px solid #E8E7E7;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .order-item_bottom {
    padding: 24px;
  }
}
.order-item_bottom h4 {
  margin-bottom: 24px;
  letter-spacing: 0.1rem;
  color: #3688E7;
}
@media (max-width: 767px) {
  .order-item_bottom h4 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .order-item_bottom p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .order-item_bottom p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .order-item_top,
  .order-item_bottom {
    min-height: auto;
  }
}

/*料金*/
.price {
  background-color: #ffffff;
}
.price-wrap {
  margin: 0 0 30px;
  display: flex;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .price-wrap {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
.price-icon {
  margin: 0 24px;
  display: flex;
  align-items: center;
}
.price-title {
  background-color: #F3F3F3;
  padding: 24px 0;
  font-size: 24px;
  color: #163F6F;
}
.price-box {
  width: calc((100% - 200px) / 3);
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .price-box {
    width: 85%;
  }
}
.price-description {
  background-color: #ffffff;
  padding: 16px 24px 30px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  border: 1px solid #E8E7E7;
  border-top: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.price-description p span {
  font-size: 50px;
}
.price-txt {
  font-weight: normal;
}
@media (max-width: 767px) {
  .price-txt {
    text-align: left;
    font-size: 18px;
  }
}
.price-text {
  text-align: center;
}
@media (max-width: 1023px) {
  .price-text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .price-text {
    font-size: 17px;
  }
}

/*流れ*/
.flow {
  background-color: #F9F9F9;
}
.flow-wrap {
  border-radius: 20px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
  padding: 60px 0;
  background-color: #ffffff;
}
.flow-item {
  width: 78%;
  -moz-column-gap: min(3.4188034188%, 40px);
       column-gap: min(3.4188034188%, 40px);
  justify-content: center;
  padding: min(2.0512820513%, 24px);
}
@media (max-width: 767px) {
  .flow-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flow-item {
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 767px) {
  .flow-item_txt {
    font-size: 17px;
    margin-top: 30px;
    letter-spacing: 0.05rem;
  }
}
.flow-item_img {
  width: 17.1559633028%;
  max-width: 187px;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .flow-item_img {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    max-width: 80px;
  }
}
.flow-item_textArea {
  width: 79.8165137615%;
  max-width: 860px;
}
@media (max-width: 767px) {
  .flow-item_textArea {
    width: 100%;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .flow-item_textArea--inner {
    position: absolute;
    top: 11px;
    left: 88px;
  }
}
.flow-item_num {
  color: #163F6F;
  letter-spacing: 0.05rem;
  font-size: 32px;
}
@media (max-width: 1023px) {
  .flow-item_num {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .flow-item_num {
    font-size: 22px;
  }
}
.flow-item_title {
  font-weight: 500;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .flow-item_title {
    font-size: 20px;
    display: flex;
    flex-direction: column;
  }
}
.flow-item_title span {
  font-size: 18px;
  background-color: #FFD41F;
  border-radius: 12px;
  padding: 0 12px;
  letter-spacing: 0.1rem;
  margin-left: 18px;
}
@media (max-width: 767px) {
  .flow-item_title span {
    font-size: 16px;
    margin-left: 0;
    margin: 6px 0;
    text-align: center;
  }
}
.flow-list {
  flex-direction: column;
  gap: 48px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .flow-list {
    gap: 24px;
    padding: 0 16px;
  }
}

/*お客様の声*/
.voice {
  background-color: #ffffff;
}
.voice-wrap {
  display: flex;
  gap: 30px;
}
@media (max-width: 1023px) {
  .voice-wrap {
    flex-direction: column;
  }
}
.voice-box {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .voice-box {
    width: 95%;
    margin: 0 auto;
  }
}
.voice-item {
  background-color: #F3F3F3;
  padding: 48px 24px;
  position: relative;
  border-radius: 12px;
  margin-bottom: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  /* 吹き出しのしっぽ（下向き） */
}
@media (max-width: 1023px) {
  .voice-item {
    padding: 24px 16px;
  }
}
.voice-item::after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f5f5f5;
}
.voice-item h3 {
  font-size: 22px;
  margin-bottom: 0;
  min-height: 3em;
  color: #253690;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .voice-item h3 {
    min-height: 1rem;
  }
}
@media (max-width: 767px) {
  .voice-item h3 {
    font-size: 20px;
  }
}
.voice-item p {
  font-size: 18px;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .voice-item p {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .voice-item p {
    font-size: 17px;
  }
}
.voice-item_profileArea {
  gap: 16px;
}
.voice-item_profile {
  gap: 8px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.star {
  color: #FFD41F;
  margin-left: 2px;
}

.evaluation {
  gap: 8px;
  line-height: 1.6;
}

.blog {
  background-color: #ffffff;
}
.blog-wrap {
  margin: 40px 0;
}

.external-posts {
  display: flex;
  gap: 40px;
  padding: 0 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
@media (max-width: 767px) {
  .external-posts {
    flex-direction: column;
  }
}

.external-posts__item {
  width: 100%;
  max-width: 320px;
  transition: opacity 0.35s ease;
}
@media (max-width: 767px) {
  .external-posts__item {
    max-width: 85%;
    margin: 0 auto;
  }
}

.external-posts__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
}

.external-posts__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.store {
  background-color: #f4f4f4;
}
.store-name {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 16px;
  margin: 48px 0 20px;
  border-bottom: 2px solid #3E4A51;
  display: inline-block;
}
@media (max-width: 1023px) {
  .store-name {
    margin: 20px 0;
    padding-bottom: 12px;
    font-size: 22px;
    display: block;
  }
}
@media (max-width: 767px) {
  .store-name {
    font-size: 20px;
    margin: 12px 0;
    margin-bottom: 8px;
  }
}
.store-content {
  width: calc((100% - 80px) / 2);
}
@media (max-width: 1023px) {
  .store-content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.store-wrap {
  gap: 80px;
}
@media (max-width: 1023px) {
  .store-wrap {
    flex-direction: column;
  }
}
.store-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 24px;
}
.store-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-legal {
  padding-top: 80px;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .company-legal {
    padding-top: 40px;
    margin-bottom: 100px;
  }
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
}
.legal-table td {
  padding: 20px 8px;
}
.legal-table td:first-child {
  width: 23%;
  border: 1px solid #cfcfcf;
  background-color: #F3F3F3;
  font-weight: 600;
}
.legal-table td:nth-child(2) {
  width: 77%;
  border: 1px solid #cfcfcf;
  line-height: 1.7;
}

/*@use "object/project/_archive-works";*/
/*@use "object/project/_privacy";*/
.mv {
  background-image: url(../../img/mv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  /*padding: 140px 0 40px;*/
  background-size: cover;
  /*  @include v.sp {
        padding: 80px 0 30px;
    }*/
  /* &-inner {
        span {
           font-size: 30px;
           @include v.tab {
                font-size: 24px;
           }
           @include v.sp {
               font-size: 18px;
           }
       }
   }*/
}
@media (max-width: 1023px) {
  .mv {
    background-position: right;
    background-image: url(../../img/mv-tab.jpg);
    /*padding: 100px 0 30px;*/
  }
}
@media (max-width: 475px) {
  .mv {
    background-image: url(../../img/mv-sp1.jpg);
    /*padding: 80px 0 20px;*/
  }
}
.mv-txt {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mv-txt {
    font-size: 18px;
  }
}
.mv-lead {
  font-size: 20px;
  background-color: #FFD41F;
  padding: 14px 28px;
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .mv-lead {
    font-size: 18px;
    padding: 12px 24px;
  }
}
@media (max-width: 767px) {
  .mv-lead {
    font-size: 16px;
    padding: 8px 24px;
    margin-bottom: 8px;
  }
}
.mv-title {
  font-size: clamp(32px, 6vw, 60px);
  text-align: center;
}
@media (max-width: 1023px) {
  .mv-title {
    font-size: clamp(36px, 5vw, 48px);
  }
}
@media (max-width: 767px) {
  .mv-title {
    font-size: 30px;
  }
}
.mv-text {
  font-size: 22px;
}
@media (max-width: 1023px) {
  .mv-text {
    font-size: 18px;
    text-align: center;
  }
}
.mv-btnArea {
  gap: 30px;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .mv-btnArea {
    flex-direction: column;
    gap: 16px;
    position: relative;
    bottom: -110px;
  }
}
.mv-feature {
  gap: 30px;
}
@media (max-width: 767px) {
  .mv-feature {
    gap: 8px;
    position: relative;
    bottom: -110px;
  }
}
@media (max-width: 767px) {
  .mv-feature li {
    max-width: 180px;
    width: 100%;
  }
}
.mv-feature li img {
  display: block;
}

.mv-title .red {
  font-size: clamp(32px, 6vw, 60px);
}
@media (max-width: 1023px) {
  .mv-title .red {
    font-size: clamp(36px, 5vw, 48px);
  }
}
@media (max-width: 767px) {
  .mv-title .red {
    font-size: 32px;
  }
}

.mv-marker {
  display: inline;
  line-height: 1.7;
  padding: 0 0.2em;
  background: linear-gradient(transparent 60%, #FFF09E 60%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 1023px) {
  .mv-marker {
    line-height: 1.6;
    background: linear-gradient(transparent 65%, #FFF09E 65%);
  }
}
@media (max-width: 767px) {
  .mv-marker {
    display: inline-block;
    line-height: 1.5;
    padding: 0 0.2em;
    background: linear-gradient(transparent 70%, #FFF09E 70%);
  }
}

.red-dark {
  color: #D45D61;
}

.flex {
  display: flex;
  align-items: center;
}
.flex-column {
  flex-direction: column;
}

.section-title {
  font-size: 40px;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}

.main-title {
  font-size: 48px;
  letter-spacing: 0.2rem;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .main-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 28px;
    margin: 32px 0;
    margin-bottom: 32px;
    text-align: center;
  }
}
.main-title .jp {
  white-space: nowrap;
}
.main-title .en {
  font-size: 24px;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .main-title .en {
    font-size: 20px;
  }
}
.main-title_txt {
  text-align: center;
  font-size: 24px;
  color: #163F6F;
  margin-top: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .main-title_txt {
    font-size: 20px;
  }
}

.main-txt {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .main-txt {
    font-size: 18px;
  }
}
.main-txt span {
  color: #D45D61;
  font-size: 36px;
}
@media (max-width: 767px) {
  .main-txt span {
    font-size: 28px;
  }
}

.mv-btn {
  padding: 24px;
  background-color: #F28C00;
  width: 360px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .mv-btn {
    width: 300px;
    font-size: 18px;
    padding: 16px;
  }
}
.mv-btn_menu {
  background-color: #ffffff;
  border: 2px solid #F28C00;
  color: #F28C00;
}

.footer-btn_tel {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #FFD41F;
  border-radius: 50px;
  color: #3E4A51;
  padding-top: 12px;
  width: 100%;
  gap: 6px;
}
.footer-btn_tel span {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .footer-btn_tel span {
    font-size: 13px;
  }
}
.footer-btn_mail {
  width: 100%;
}

.footer-btn_tel .tel img {
  width: 24px;
  height: auto;
  flex-shrink: 0;
}

.footer-btn_tel .tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 28px;
  padding-bottom: 0;
  font-weight: bold;
  line-height: 1;
}

.tel {
  font-size: 46px !important;
  font-weight: bolder !important;
}
@media (max-width: 767px) {
  .tel {
    font-size: 32px !important;
  }
}

.mail {
  background-color: #DD3333;
  border-radius: 50px;
  display: flex;
  gap: 16px;
  text-align: center;
  justify-content: center;
  font-size: 28px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .mail {
    font-size: 18px;
  }
}
.mail img {
  position: relative;
  width: 32px;
  top: 2px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .mail img {
    width: 28px;
  }
}

.btn-blog {
  background-color: #FFD41F;
  border-radius: 50px;
  padding: 16px 24px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  font-weight: bold;
}
.btn-blog img {
  display: block;
}

table tbody tr th,
table tbody tr td {
  padding: 12px 0;
  letter-spacing: 0.05rem;
}
@media (max-width: 1023px) {
  table tbody tr th,
  table tbody tr td {
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  table tbody tr th,
  table tbody tr td {
    font-size: 17px;
  }
}
table tbody tr th {
  width: 100px;
}
table tbody tr td {
  padding-left: 40px;
}

.cta {
  padding: 60px 0;
  background-color: #FADA55;
}
@media (max-width: 767px) {
  .cta {
    padding: 40px 0;
  }
}
.cta-box {
  background-color: #ffffff;
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
  border-radius: 12px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.06));
}
@media (max-width: 1023px) {
  .cta-box {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cta-box {
    width: 100%;
  }
}
.cta-mail p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 500;
}
.cta-txt_line {
  font-size: 24px;
  flex-direction: row;
  display: inline-flex;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 767px) {
  .cta-txt_line {
    font-size: 18px;
    gap: 12px;
    margin-bottom: 8px;
  }
}
.cta-txt_line::before, .cta-txt_line::after {
  content: "";
  width: 22px;
  height: 30px;
  background-image: url(../../img/icon/text-arrow.svg);
}
.cta-txt_line::after {
  transform: scale(-1, 1);
}
.cta-tel p {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .cta-tel p {
    margin-bottom: 8px;
  }
}
.cta-tel span {
  text-align: center;
  display: block;
}
.cta-info {
  justify-content: center;
  padding: 36px 40px;
  color: #000;
  gap: 120px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .cta-info {
    padding: 28px;
    gap: 100px;
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cta-info {
    padding: 20px 12px;
    gap: 16px;
  }
}
.cta-info_tel {
  font-size: 48px;
  position: relative;
  color: #253690;
  z-index: 1;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.cta-info_tel::before {
  content: "";
  position: static;
  width: 36px;
  height: 36px;
  background-image: url(../../img/icon/cta-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cta-info_tel {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .cta-info_tel::before {
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url(../../img/icon/cta-tel_sp.png);
  }
}
.cta-info_tel::after {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 2px dashed #929292;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}
@media (max-width: 1023px) {
  .cta-info_tel::after {
    border-right: 0;
  }
}
.cta-info_mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  width: 360px;
  position: relative;
  background-color: #DD3333;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .cta-info_mail {
    width: 260px;
    padding: 16px 24px;
    font-size: 16px;
  }
}
.cta-info_mail::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../../img/icon/arrow-white.svg);
  right: 10%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cta-info_mail::before {
    right: 2%;
  }
}

/* 共通ボタン hover */
.btn-hover {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (hover: hover) {
  .btn-hover:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    transform: translateY(-0.1875em);
  }
}
.external-posts__item:hover .external-posts__thumb img {
  transform: scale(1.05);
  opacity: 0.85;
}

.js-fade {
  opacity: 0;
  transform: translateY(40px); /* 少し大きめに動かす */
  transition: opacity 1.2s ease-out, transform 1.2s ease-out; /* ← ゆっくり！ */
}

.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 順番にゆっくり出る */
.menu-item.js-fade:nth-child(1) {
  transition-delay: 0.1s;
}

.menu-item.js-fade:nth-child(2) {
  transition-delay: 0.2s;
}

.menu-item.js-fade:nth-child(3) {
  transition-delay: 0.3s;
}

.menu-item.js-fade:nth-child(4) {
  transition-delay: 0.4s;
}

.menu-item.js-fade:nth-child(5) {
  transition-delay: 0.5s;
}

.menu-item.js-fade:nth-child(6) {
  transition-delay: 0.6s;
}

.menu-item.js-fade:nth-child(7) {
  transition-delay: 0.7s;
}

.menu-item.js-fade:nth-child(8) {
  transition-delay: 0.8s;
}

.menu-item.js-fade:nth-child(9) {
  transition-delay: 0.9s;
}

article.js-fade:nth-child(1) {
  transition-delay: 0.1s;
}

article.js-fade:nth-child(2) {
  transition-delay: 0.2s;
}

article.js-fade:nth-child(3) {
  transition-delay: 0.3s;
}

article.js-fade:nth-child(4) {
  transition-delay: 0.4s;
}

article.js-fade:nth-child(5) {
  transition-delay: 0.5s;
}/*# sourceMappingURL=style.css.map */