@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Maru+Gothic&display=swap");
html {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.667vw;
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  background-color: #fff;
  background-image: url(../img/bg.jpeg);
  background-size: cover;
  background-position: center center;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-size: 1.4rem;
  font-style: normal;
}

img, svg {
  width: 100%;
}

.mwidth {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .mwidth {
    margin: 1rem auto;
    height: calc(100vh - 2rem);
    overflow: scroll;
    border-radius: 0.5rem;
    filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.2));
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

.mwidth::-webkit-scrollbar {
  display: none;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 9998;
}
header img {
  padding: 15px;
}

.cta {
  position: fixed;
  right: 0.75rem;
  bottom: 3rem;
  z-index: 9998;
  writing-mode: vertical-lr;
}
.cta a {
  position: relative;
  padding: 1rem 0.75rem 2.5rem;
  background-color: #D96A88;
  color: #fff;
  border-radius: 0.3rem 0 0 0.3rem;
  filter: drop-shadow(0, 0.3rem, 0.3rem, rgba(0, 0, 0, 0.2));
}
.cta a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/dots.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .cta {
    display: none;
  }
}

.cta2 {
  position: fixed;
  display: block;
  bottom: 1rem;
  right: 0.75rem;
  z-index: 9998;
}
.cta2 a {
  position: relative;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  background-color: #D96A88;
  color: #fff;
  border-radius: 0.3rem;
  filter: drop-shadow(0, 0.3rem, 0.3rem, rgba(0, 0, 0, 0.2));
}
.cta2 a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/dots.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .cta2 {
    display: none;
  }
}

#mv {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
#mv .bg_container {
  padding: 0 1.5rem 1.5rem;
  margin: 0 auto;
  position: relative;
}
#mv .bg_container .bg_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: calc(100vh - 5rem);
  border-radius: 0.5rem;
}
@media screen and (min-width: 590px) {
  #mv .bg_container .bg_img img {
    transform: translateY(-5rem);
  }
}
#mv .bg_container .bg_img .heart {
  position: absolute;
  top: 0;
  left: 0;
}
#mv h2 {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  font-size: 2.2rem;
  font-weight: 900;
  color: #D96A88;
}
#mv h2 .wb {
  display: block;
  width: fit-content;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  background-color: #fff;
  overflow: hidden;
}
#mv h2 .big {
  font-size: 1.3em;
}

#solution .onayami {
  color: #D96A88;
  background-color: #F2DAD8;
  padding: 1.5rem;
  background-image: url(../img/solution_bg.png);
  background-position: center bottom -1rem;
  background-size: 75%;
  background-repeat: no-repeat;
}
#solution .onayami h3.fukidashi {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.75rem 0;
  margin-bottom: 2rem;
}
#solution .onayami h3.fukidashi::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(-1rem + 1px);
  left: calc(50% - 1rem);
  background-image: url(../img/fukidashi_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
}
#solution .onayami ul {
  position: relative;
}
#solution .onayami ul li {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #fff;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
#solution .onayami ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 100%;
  top: 0;
  left: calc(-2.4rem + 1px);
  background-image: url(../img/fukidashi_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
#solution .onayami ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 100%;
  top: 0;
  right: calc(-2.4rem + 1px);
  background-image: url(../img/fukidashi_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
#solution .onayami ul::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7.2rem;
  height: 100%;
  background-image: url(../img/solution_female.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}
#solution .onayami ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7.8rem;
  height: 100%;
  background-image: url(../img/solution_male.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#solution h3.omakase {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #D96A88;
  padding: 1.75rem;
  white-space: nowrap;
  margin-bottom: 2rem;
}
#solution h3.omakase::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(-1rem + 1px);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-top: 1rem solid #D96A88;
  border-bottom: 0;
  transform: translateX(-50%);
}
#solution .about {
  background-image: url(../img/solution_bg_02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 3rem 1.5rem 5rem;
}
#solution .about p {
  width: fit-content;
  padding: 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.75);
}
#solution .about p span {
  display: inline-block;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 2px dashed #D96A88;
}

#ibj {
  margin-bottom: 4.5rem;
}
#ibj h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 1.5rem 0;
  margin: 3rem 0;
  border-top: 0.3rem solid #D96A88;
  border-bottom: 0.3rem solid #D96A88;
}
#ibj h3 span {
  font-size: 1.25em;
  font-weight: 600;
  color: #D96A88;
}
#ibj .japan {
  padding: 3rem 1.5rem 4rem;
  background-image: url(../img/member.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right 1.5rem;
}
@media screen and (min-width: 768px) {
  #ibj .japan {
    padding-left: 6rem;
    background-position: center right 3rem;
  }
}
#ibj .japan h4 {
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#ibj .japan h4 span {
  font-size: 1.6rem;
}
#ibj .japan h4 .big {
  font-size: 4rem;
  color: #D96A88;
}
#ibj .japan p {
  font-size: 1.2rem;
  line-height: 2;
  background-color: rgba(255, 255, 255, 0.75);
  width: fit-content;
}
#ibj .japan small {
  font-size: 1rem;
  color: #777;
}
#ibj h4 {
  margin: 3rem 0 1.5rem;
  line-height: 1.5;
}
#ibj figure {
  padding: 0 1.5rem;
}
#ibj figure figcaption {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  width: fit-content;
  margin: 1.5rem auto;
  padding-left: 0.5rem;
}
#ibj figure figcaption::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1em;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background-image: url(../img/check.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#fee {
  background: linear-gradient(to top left, #F2DAD8, #D96A88);
  padding: 1.5rem 0;
}
#fee::before {
  content: "";
  display: block;
  width: 100%;
  height: 4.5rem;
  background-image: url(../img/ring.svg);
  background-size: contain;
  background-position: center;
  margin: 1.5rem 0;
  padding: 1.5rem 3rem;
}
#fee .card {
  margin: 1.5rem;
  padding: 1.5rem 3rem 3rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
#fee .card h3 {
  font-weight: 600;
  color: #D96A88;
  padding: 0 0 1.5rem;
}
#fee .card dl {
  font-size: 1.8rem;
}
#fee .card dl div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.1rem dashed #D96A88;
  padding: 1.5rem 0 0.5rem;
}
#fee .card dl div dt {
  width: 70%;
}
#fee .card dl div dd {
  width: 30%;
  text-align: right;
  font-weight: 600;
}
#fee .card dl dt.support {
  border-bottom: 0.1rem dashed #D96A88;
  padding: 1.5rem 0 0.5rem;
}
#fee .card dl dd.support {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 0.5rem;
}
#fee .card dl small {
  width: 100%;
  font-size: 1.2rem;
}
#fee .tax {
  display: block;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

#adviser {
  padding: 0 1.5rem;
  margin: 3rem 0 6rem;
}
#adviser .adviserContainer {
  background-color: rgba(231, 220, 242, 0.2);
  margin-bottom: 3rem;
  padding: 3rem;
  border-radius: 0.5rem;
}
#adviser .adviserContainer h4 {
  color: #857CA6;
  border-left: 0.4rem solid #857CA6;
}
#adviser .adviserContainer:nth-of-type(2) {
  background-color: rgba(242, 218, 216, 0.25);
}
#adviser .adviserContainer:nth-of-type(2) h4 {
  color: #D96A88;
  border-left: 0.4rem solid #D96A88;
}
#adviser .flexContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
#adviser .flexContainer img {
  max-width: 200px;
}
#adviser h4 {
  color: #D96A88;
  font-weight: 600;
  font-size: 1.4rem;
  border-left: 0.4rem solid #D96A88;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
}
#adviser dl dt {
  font-size: 2rem;
  font-weight: 400;
  white-space: nowrap;
}
#adviser dl dt small {
  padding-left: 0.5rem;
  font-size: 1.2rem;
  font-weight: 20;
  white-space: nowrap;
}
#adviser dl dd {
  white-space: nowrap;
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
#adviser p {
  font-size: 1.2rem;
  font-weight: 200;
}

#faq {
  position: relative;
  padding: 0 1.5rem;
  margin-bottom: 6rem;
  /*ベース */
}
#faq::before {
  content: "";
  display: block;
  width: 100%;
  height: 8rem;
  background-image: url(../img/titlebg_faq.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#faq h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #D96A88;
  padding: 0.5rem 0 1.5rem;
}
#faq dl {
  padding: 0 1.5rem;
}
#faq .toggle {
  display: none;
}
#faq .Label {
  padding: 0.6rem 1rem;
  display: block;
  color: #fff;
  background: #D96A88;
  position: relative;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  margin-top: 0.75rem;
}
#faq .Label::before {
  content: "Q.";
  font-weight: 500;
}
#faq .Label::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  background-image: url(../img/open.svg);
  background-size: cover;
  background-repeat: no-repeat;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
#faq .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: padding 0.3s;
  height: 0;
  padding: 0 1rem;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 1.2rem;
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  line-height: 1.5;
}
#faq .content span {
  display: block;
  padding: 2.25rem 1rem 1rem;
  border-radius: 0.3rem;
  background-color: #fff;
  position: relative;
}
#faq .content span::before {
  content: "A.";
  font-weight: 500;
  position: absolute;
  padding: 1.5rem 1rem;
  top: -1rem;
  left: 0;
}
#faq .toggle:checked + .Label + .content {
  height: auto;
  padding: 0.5rem 1rem 1rem;
  transition: padding 0.3s;
  background-color: #D96A88;
}
#faq .toggle:checked + .Label {
  border-radius: 0.5rem 0.5rem 0 0;
}
#faq .toggle:checked + .Label::after {
  transform: translateY(-50%) rotate(-45deg) !important;
}

#form {
  position: relative;
  padding: 0 1.5rem 6rem;
  margin-bottom: 3rem;
  border-bottom: 0.2rem dashed #D96A88;
}
#form::before {
  content: "";
  display: block;
  width: 100%;
  height: 8rem;
  background-image: url(../img/titlebg_form.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#form h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #D96A88;
  padding: 0.5rem 0 1.5rem;
}
#form h4 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #D96A88;
  margin-bottom: 1rem;
}
#form p {
  margin-bottom: 1.5rem;
}
#form .other {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #D96A88;
  color: #fff;
  padding: 1rem 2.5rem 1rem 1.5rem;
  border-radius: 9999px;
  margin-bottom: 3rem;
}
#form .other::after {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 1.5rem;
  top: 51%;
  transform: translateY(-50%);
}
#form .tel {
  display: block;
  margin: 0 auto;
  width: 18rem;
}
#form small {
  display: block;
  margin: 0.5rem auto 1.5rem;
  color: #D96A88;
}
#form p {
  font-size: 1.2rem;
  color: #D96A88;
  line-height: 1.5;
}
#form .privacy {
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #555;
  padding: 1rem;
}
#form .privacy p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  font-weight: 200;
}

#footer {
  padding: 0 1.5rem;
}
#footer .logo {
  width: 20rem;
  margin-bottom: 1.5rem;
}
#footer p {
  font-size: 1.2rem;
}
#footer dl {
  margin-bottom: 1.5rem;
}
#footer dl dt {
  font-size: 2.4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #000;
}
#footer dl dd {
  font-size: 1.2rem;
  line-height: 1.5;
}
#footer .ibj_logo {
  width: 7rem;
  display: block;
  margin-bottom: 1.5rem;
}
#footer .map {
  width: 100%;
  height: 20rem;
}

.copy {
  margin-top: 3rem;
  padding: 0.5rem 0;
  display: block;
  background-color: #D96A88;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 100;
}

/***************************************************
 * * Generated by SVG Artista on 2/1/2025, 4:19:49 AM
 * * MIT license (https://opensource.org/licenses/MIT)
 * * W. https://svgartista.net
 * ************************************************* */
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 306.0550842285px;
    stroke-dasharray: 306.0550842285px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 306.0550842285px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 306.0550842285px;
    stroke-dasharray: 306.0550842285px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 306.0550842285px;
  }
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(231, 171, 183);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(231, 171, 183);
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1.25s ease-in-out 1.5s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
  animation: animate-svg-stroke-1 1.25s ease-in-out 1.5s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 754.6561279297px;
    stroke-dasharray: 754.6561279297px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 754.6561279297px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 754.6561279297px;
    stroke-dasharray: 754.6561279297px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 754.6561279297px;
  }
}
.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1.25s ease-in-out 1.62s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
  animation: animate-svg-stroke-2 1.25s ease-in-out 1.62s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

.loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D96A88;
  z-index: 9999;
  opacity: 0;
}
.loading img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30rem;
}
.loading.isnot-active {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.loading.is-active {
  visibility: visible;
  opacity: 1;
}

#thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
  font-size: 1.6rem;
  height: calc(100vh - 90px);
}
#thanks a {
  display: block;
  margin: 3rem auto;
  padding: 0 0.5rem 0.5rem;
  color: #D96A88;
  border-bottom: 0.1rem solid #D96A88;
}/*# sourceMappingURL=style.css.map */