@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap");
@keyframes fadeInSimple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.js-anime.-fadeInScale {
  opacity: 0;
}
.js-anime.-fadeInScale.isActive {
  animation: fadeInScale 0.5s 1 forwards;
}
.js-anime.-fadeInSimple {
  opacity: 0;
}
.js-anime.-fadeInSimple.isActive {
  animation: fadeInSimple 0.5s 1 forwards;
}

.js-show {
  opacity: 0;
}

@media screen and (min-width: 600px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    color: #000;
    margin: 0 auto;
    width: 100%;
  }
  body .default-img {
    width: 100%;
    height: auto;
    display: block;
    image-rendering: -webkit-optimize-contrast;
  }
  body ._visibleSP {
    display: none;
  }
  body #loader-bg {
    background: linear-gradient(to bottom, #F3C8CA, #FFFDF0);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
  }
  body #loader-bg > img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body .default-btn {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    border: 2px solid #E4756A;
    border-radius: 2.5rem;
    color: #E4756A;
    margin: 0 auto 0;
    font-size: calc(26 * (100vw / 820));
    position: relative;
  }
  body .default-btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background-color: #FDF3F2;
    border-radius: 2.5rem;
    transform-origin: center center;
    transform: scale(0, 1);
    transition: transform 0.3s ease-in-out;
  }
  body .default-btn:hover::before {
    transform: scale(1, 1);
  }
  body .default-btn > .txt {
    position: relative;
  }
  body .default-btn > .txt > .arrow {
    position: absolute;
    right: calc(-30 * (100vw / 820));
    top: calc(-2 * (100vw / 820));
    pointer-events: none;
  }
  body .main > .main-container {
    overflow: hidden;
  }
  body .main > .main-container > .inner {
    width: calc(780 * (100vw / 820));
    margin: calc(60 * (100vw / 820)) auto 0;
    padding-top: calc(64 * (100vw / 820));
  }
  body .main .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .main .section {
    padding-top: calc(64 * (100vw / 820));
    margin-top: calc(-64 * (100vw / 820));
  }
  body .main .section > .ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(36 * (100vw / 820));
    letter-spacing: 0.05em;
  }
  body .main .section > .ttl > .eng {
    font-family: quasimoda, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #E4756A;
    font-size: calc(24 * (100vw / 820));
    letter-spacing: 0.04em;
    color: #E4756A;
    padding-left: calc(10 * (100vw / 820));
  }
  body header {
    width: 100%;
    background-color: #fff;
    height: calc(80 * (100vw / 820));
    position: fixed;
    z-index: 99;
    top: 0;
    box-shadow: 0 1px 3px #F2F2F2;
  }
  body header > .pcNav > .list {
    display: flex;
    width: calc(670 * (100vw / 820));
    margin: 0 auto;
    padding-top: calc(30 * (100vw / 820));
    justify-content: space-between;
    position: absolute;
    left: 0;
  }
  body header > .pcNav > .list > .listItem > .link {
    display: inline-block;
    position: relative;
    padding: 0 calc(14 * (100vw / 820));
  }
  body header > .pcNav > .list > .listItem > .link::after {
    position: absolute;
    bottom: calc(-4 * (100vw / 820));
    left: 0;
    content: "";
    width: 100%;
    height: calc(4 * (100vw / 820));
    border-radius: calc(2 * (100vw / 820));
    background: #E4756A;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s ease-in-out;
  }
  body header > .pcNav > .list > .listItem > .link:hover::after {
    transform: scale(1, 1);
  }
  body header > .pcNav > .list > .listItem {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(20 * (100vw / 820));
    letter-spacing: 0.1em;
  }
  body header > .pcNav > .snsBox > .snsIcon {
    width: calc(46 * (100vw / 820));
    height: calc(46 * (100vw / 820));
  }
  body header > .pcNav > .snsBox > .snsIcon:first-child {
    margin-right: calc(25 * (100vw / 820));
  }
  body header > .pcNav > .snsBox > .snsIcon > .link {
    display: block;
  }
  body header > .pcNav > .snsBox > .snsIcon > .link > .default-img {
    transition: transform 0.3s ease-in-out;
  }
  body header > .pcNav > .snsBox > .snsIcon > .link:hover > .default-img {
    transform: scale(1.2);
  }
  body header > .pcNav > .snsBox {
    display: flex;
    position: fixed;
    top: calc(17 * (100vw / 820));
    right: calc(20 * (100vw / 820));
  }
  body header > .pcNav {
    position: relative;
    height: 100%;
  }
  body .main > .hero-container {
    width: 100%;
    padding: calc(20 * (100vw / 820));
    background: linear-gradient(to bottom, #F3C8CA, #FFFDF0);
  }
  body .main > .hero-container > .flex-container > .imgBox {
    width: calc(380 * (100vw / 820));
    pointer-events: none;
  }
  body .main > .hero-container > .flex-container > .ttl > .businessname {
    display: block;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(24 * (100vw / 820));
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    padding-top: calc(20 * (100vw / 820));
  }
  body .main > .hero-container > .flex-container > .ttl > .subTtl {
    display: block;
    font-size: calc(24 * (100vw / 820));
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    padding-top: calc(20 * (100vw / 820));
  }
  body .main > .hero-container > .flex-container > .ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(52 * (100vw / 820));
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: calc(14 * (100vw / 820));
  }
  body .main > .hero-container > .flex-container {
    width: calc(780 * (100vw / 820));
    margin: 0 auto;
    padding-top: calc(120 * (100vw / 820));
    justify-content: space-between;
    align-items: center;
  }
  body .main > .main-container .profile-container {
    position: relative;
  }
  body .main > .main-container .profile-container::before, body .main > .main-container .profile-container::after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: calc(1580 * (100vw / 820));
    background: linear-gradient(to bottom, #FFFDF0, #FFF);
    top: calc(-80 * (100vw / 820));
    right: 0;
    z-index: -1;
  }
  body .main > .main-container .profile-container::after {
    right: auto;
    left: 0;
  }
  body .main > .main-container .profile-container > .ttl {
    margin-bottom: calc(70 * (100vw / 820));
  }
  body .main > .main-container .profile-container > .flex-container > .txtBox > .name {
    font-size: calc(28 * (100vw / 820));
    margin-bottom: calc(50 * (100vw / 820));
    letter-spacing: 0.1em;
  }
  body .main > .main-container .profile-container > .flex-container > .txtBox > .list > .listItem {
    font-size: calc(22 * (100vw / 820));
    letter-spacing: 0.05em;
    padding-bottom: calc(16 * (100vw / 820));
  }
  body .main > .main-container .profile-container > .flex-container > .imgBox > .default-img {
    width: 107%;
    position: absolute;
    top: calc(-64 * (100vw / 820));
    left: calc(-23 * (100vw / 820));
  }
  body .main > .main-container .profile-container > .flex-container > .imgBox {
    width: calc(330 * (100vw / 820));
    height: calc(330 * (100vw / 820));
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    pointer-events: none;
  }
  body .main > .main-container .profile-container > .flex-container {
    justify-content: space-between;
    align-items: flex-start;
  }
  body .main > .main-container .profile-container > .career {
    font-size: calc(22 * (100vw / 820));
    margin-top: calc(30 * (100vw / 820));
  }
  body .main > .main-container .profile-container > .career > .ttl {
    font-size: calc(22 * (100vw / 820));
    letter-spacing: 0.08em;
    display: inline-block;
    background-color: #FFF2B2;
    border: 1px solid #000;
    border-radius: 50%;
    padding: calc(30 * (100vw / 820)) calc(16 * (100vw / 820));
    font-weight: 400;
    margin-bottom: calc(27 * (100vw / 820));
  }
  body .main > .main-container .profile-container > .career > .list > .listItem {
    letter-spacing: 0.05em;
    padding-bottom: calc(16 * (100vw / 820));
  }
  body .main > .main-container .profile-container > .career > .list > .listItem:last-child {
    padding-bottom: 0;
  }
  body .main > .main-container .profile-container > .career > .txt {
    margin-top: calc(50 * (100vw / 820));
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  body .main > .main-container .profile-container > .career > .pr {
    margin-top: calc(34 * (100vw / 820));
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  body .main > .main-container .profile-container > .sns {
    margin-top: calc(75 * (100vw / 820));
  }
  body .main > .main-container .profile-container > .sns > .widgetBox {
    display: none;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link {
    display: block;
    width: 100%;
    position: relative;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link::after {
    content: "";
    width: calc(42 * (100vw / 820));
    height: calc(42 * (100vw / 820));
    display: inline-block;
    background-image: url(../img/hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link:hover::before, body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link:hover::after {
    opacity: 1;
    transition: all 0.3s;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox {
    width: calc(180 * (100vw / 820));
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox:nth-child(n+2) {
    margin-left: calc(20 * (100vw / 820));
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child > .txt::before, body .main > .main-container .profile-container > .sns > .button-container > .default-btn:last-child > .txt::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 calc(10 * (100vw / 820)) calc(-7 * (100vw / 820)) 0;
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child > .txt::before {
    width: calc(15 * (100vw / 820));
    height: calc(30 * (100vw / 820));
    background-image: url(../img/ico-facebook.svg);
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child > .txt > .arrow {
    right: calc(-55 * (100vw / 820));
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child::before {
    background-color: #EAF3FF;
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:last-child > .txt::before {
    width: calc(28 * (100vw / 820));
    height: calc(28 * (100vw / 820));
    background-image: url(../img/ico-instagram.svg);
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:last-child > .txt > .arrow {
    right: calc(-50 * (100vw / 820));
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn {
    width: calc(332 * (100vw / 820));
    height: calc(70 * (100vw / 820));
    padding-bottom: calc(10 * (100vw / 820));
    margin: 0 calc(15 * (100vw / 820));
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child {
    color: #1977F3;
    border-color: #1977F3;
  }
  body .main > .main-container .profile-container > .sns > .button-container {
    margin: calc(60 * (100vw / 820)) 0 0 0;
    display: flex;
    justify-content: center;
  }
  body .main > .main-container .works-container {
    margin-top: calc(100 * (100vw / 820));
    position: relative;
  }
  body .main > .main-container .works-container::before, body .main > .main-container .works-container::after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: calc(5734 * (100vw / 820));
    background: linear-gradient(to bottom, #FFF, #FDF3F2 3%, #FDF3F2 97%, #FFF);
    top: calc(-80 * (100vw / 820));
    right: 0;
    z-index: -1;
  }
  body .main > .main-container .works-container::after {
    right: auto;
    left: 0;
  }
  body .main > .main-container .works-container > .ttl {
    margin-bottom: calc(60 * (100vw / 820));
  }
  body .main > .main-container .works-container > .works {
    background-color: #fff;
    width: 100%;
    border-radius: calc(50 * (100vw / 820));
    padding: calc(216 * (100vw / 820)) calc(40 * (100vw / 820)) calc(60 * (100vw / 820));
    margin-bottom: calc(40 * (100vw / 820));
  }
  body .main > .main-container .works-container > .works > .ttl {
    font-size: calc(28 * (100vw / 820));
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #E4756A;
    text-align: center;
    margin-bottom: calc(43 * (100vw / 820));
    position: relative;
  }
  body .main > .main-container .works-container > .works > .ttl::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(120 * (100vw / 820));
    height: calc(120 * (100vw / 820));
    top: calc(-154 * (100vw / 820));
    left: 50%;
    transform: translate(-50%);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body .main > .main-container .works-container > .works > .txt {
    font-size: calc(22 * (100vw / 820));
    letter-spacing: 0.05em;
    text-align: right;
    padding-top: calc(22 * (100vw / 820));
  }
  body .main > .main-container .works-container > .works.-works01 > .ttl::before {
    background-image: url(../img/works01.svg);
  }
  body .main > .main-container .works-container > .works.-works01 .listItem {
    width: calc(320 * (100vw / 820));
  }
  body .main > .main-container .works-container > .works.-works02 > .ttl::before {
    background-image: url(../img/works02.svg);
  }
  body .main > .main-container .works-container > .works.-works03 > .ttl {
    line-height: 1.4;
  }
  body .main > .main-container .works-container > .works.-works03 > .ttl::before {
    background-image: url(../img/works03.svg);
  }
  body .main > .main-container .works-container > .works.-works03 > .ttl ._visibleSP {
    display: block !important;
  }
  body .main > .main-container .works-container > .works.-works03 .listItem {
    width: calc(320 * (100vw / 820));
  }
  body .main > .main-container .works-container > .works.-works04 > .ttl::before {
    background-image: url(../img/works04.svg);
  }
  body .main > .main-container .works-container > .works.-works04 .listItem {
    width: calc(320 * (100vw / 820));
  }
  body .main > .main-container .works-container > .works.-works05 > .ttl::before {
    background-image: url(../img/works05.svg);
  }
  body .main > .main-container .works-container > .works.-works05 .listItem {
    width: calc(320 * (100vw / 820));
  }
  body .main > .main-container .works-container > .works.-works06 > .ttl::before {
    background-image: url(../img/works06.svg);
  }
  body .main > .main-container .works-container > .works.-works06 .listItem {
    width: calc(320 * (100vw / 820));
  }
  body .main > .main-container .works-container > .works > .flex-container {
    justify-content: space-between;
    align-items: flex-start;
  }
  body .main > .main-container .works-container > .works > .flex-container > .list > .listItem {
    font-size: calc(22 * (100vw / 820));
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-bottom: calc(11 * (100vw / 820));
    padding-left: calc(20 * (100vw / 820));
    position: relative;
  }
  body .main > .main-container .works-container > .works > .flex-container > .list > .listItem::before {
    content: "";
    background-color: #000;
    border-radius: 50%;
    width: calc(6 * (100vw / 820));
    height: calc(6 * (100vw / 820));
    display: inline-block;
    position: absolute;
    top: calc(14 * (100vw / 820));
    left: 0;
  }
  body .main > .main-container .voice-container {
    margin-top: calc(100 * (100vw / 820));
  }
  body .main > .main-container .voice-container > .ttl {
    margin-bottom: calc(68 * (100vw / 820));
  }
  body .main > .main-container .voice-container > .flex-container > .audioBox > .ttl {
    font-size: calc(22 * (100vw / 820));
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: calc(25 * (100vw / 820));
  }
  body .main > .main-container .voice-container > .flex-container > .audioBox > .default-audio {
    width: calc(354 * (100vw / 820));
    height: calc(58 * (100vw / 820));
  }
  body .main > .main-container .voice-container > .flex-container {
    justify-content: space-between;
  }
  body .main > .main-container .contact-container {
    margin-top: calc(104 * (100vw / 820));
  }
  body .main > .main-container .contact-container > .ttl {
    margin-bottom: calc(60 * (100vw / 820));
  }
  body .main > .main-container .contact-container > .txtBox > .txt {
    font-size: calc(22 * (100vw / 820));
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-bottom: calc(50 * (100vw / 820));
  }
  body .main > .main-container .contact-container > .txtBox > .txt:last-child {
    padding-bottom: 0;
  }
  body .main > .main-container .contact-container > .txtBox > .txt ._visiblePC {
    display: none;
  }
  body .main > .main-container .contact-container > .button-container > .default-btn > .txt::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 calc(7 * (100vw / 820)) calc(-2 * (100vw / 820)) 0;
    width: calc(28 * (100vw / 820));
    height: calc(20 * (100vw / 820));
    background-image: url(../img/mail.svg);
  }
  body .main > .main-container .contact-container > .button-container > .default-btn {
    width: calc(427 * (100vw / 820));
    height: calc(70 * (100vw / 820));
    padding-bottom: calc(4 * (100vw / 820));
    padding-right: calc(22 * (100vw / 820));
    margin: 0;
  }
  body .main > .main-container .contact-container > .button-container {
    margin: calc(60 * (100vw / 820)) 0 0 0;
  }
  body footer {
    position: relative;
  }
  body footer > .inner {
    width: calc(780 * (100vw / 820));
    margin: 0 auto;
    padding: calc(135 * (100vw / 820)) 0;
  }
  body footer > .inner > .copyright > small {
    font-size: calc(14 * (100vw / 820));
    letter-spacing: 0.1em;
  }
  body footer::after {
    content: "";
    display: inline-block;
    width: calc(458 * (100vw / 820));
    height: calc(305 * (100vw / 820));
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body #formWrap > .inner {
    margin: calc(100 * (100vw / 820)) auto;
    width: calc(780 * (100vw / 820));
  }
  body #formWrap > .inner > .ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(42 * (100vw / 820));
    letter-spacing: 0.05em;
    margin-bottom: calc(90 * (100vw / 820));
  }
  body #formWrap > .inner > .txt {
    font-size: calc(24 * (100vw / 820));
    letter-spacing: 0.05em;
    margin-bottom: calc(90 * (100vw / 820));
  }
  body #formWrap .formList > .listItem > .listTxt {
    font-size: calc(22 * (100vw / 820));
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  body #formWrap .formList > .listItem > .listTtl {
    font-size: calc(22 * (100vw / 820));
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-bottom: calc(20 * (100vw / 820));
  }
  body #formWrap .formList > .listItem > .listTtl > .required {
    color: #E4756A;
    padding-left: calc(20 * (100vw / 820));
  }
  body #formWrap .formList > .listItem {
    margin-bottom: calc(60 * (100vw / 820));
  }
  body #formWrap .formList > .listItem > input {
    border: 1px solid #707070;
    background-color: #FDF3F2;
    border-radius: calc(7 * (100vw / 820));
    height: calc(56 * (100vw / 820));
    padding: calc(5 * (100vw / 820)) calc(12 * (100vw / 820));
    font-size: calc(22 * (100vw / 820));
    letter-spacing: 0.05em;
  }
  body #formWrap .formList > .listItem.-name > input {
    width: calc(430 * (100vw / 820));
  }
  body #formWrap .formList > .listItem.-mail > input {
    width: calc(650 * (100vw / 820));
  }
  body #formWrap .formList > .listItem.-textarea > textarea {
    border: 1px solid #707070;
    background-color: #FDF3F2;
    border-radius: calc(7 * (100vw / 820));
    width: calc(650 * (100vw / 820));
    height: calc(440 * (100vw / 820));
    padding: calc(12 * (100vw / 820));
    font-size: calc(22 * (100vw / 820));
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  body #formWrap .button {
    margin: calc(80 * (100vw / 820)) 0 0 0;
    position: relative;
  }
  body #formWrap .button > input {
    width: calc(400 * (100vw / 820));
    height: calc(80 * (100vw / 820));
    color: #fff;
    font-size: calc(24 * (100vw / 820));
    letter-spacing: 0.05em;
    font-weight: 400;
    background-color: #E4756A;
    border-radius: calc(6 * (100vw / 820));
    text-align: center;
    padding-right: calc(14 * (100vw / 820));
    transition: 0.3s ease-in-out;
  }
  body #formWrap .button > input:hover {
    opacity: 0.5;
  }
  body #formWrap .button::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../img/arrow.svg);
    width: calc(10 * (100vw / 820));
    height: calc(18 * (100vw / 820));
    background-repeat: no-repeat;
    background-size: contain;
    left: calc(355 * (100vw / 820));
    top: calc(33 * (100vw / 820));
    pointer-events: none;
  }
  body #sent > .inner {
    margin: calc(100 * (100vw / 820)) auto;
    width: calc(780 * (100vw / 820));
  }
  body #sent > .inner > .ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(42 * (100vw / 820));
    letter-spacing: 0.05em;
    margin-bottom: calc(90 * (100vw / 820));
  }
  body #sent > .inner > .txtBox > .txt {
    font-size: calc(24 * (100vw / 820));
    letter-spacing: 0.05em;
    padding-bottom: calc(33 * (100vw / 820));
  }
  body #sent > .inner > .txtBox > .txt:last-child {
    padding-bottom: 0;
  }
  body #sent > .inner > .button-container {
    margin: calc(90 * (100vw / 820)) 0 0 0;
  }
  body #sent > .inner > .button-container > .button > .txt > .arrow {
    position: absolute;
    right: calc(-50 * (100vw / 820));
    top: 0;
  }
  body #sent > .inner > .button-container > .button > .txt {
    position: relative;
  }
  body #sent > .inner > .button-container > .button {
    width: calc(400 * (100vw / 820));
    height: calc(80 * (100vw / 820));
    color: #fff;
    font-size: calc(24 * (100vw / 820));
    letter-spacing: 0.05em;
    font-weight: 400;
    background-color: #E4756A;
    border-radius: calc(6 * (100vw / 820));
    text-align: center;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    padding-right: calc(14 * (100vw / 820));
  }
  body #sent > .inner > .button-container > .button:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    color: #000;
    margin: 0 auto;
    width: 100%;
  }
  body .default-img {
    width: 100%;
    height: auto;
    display: block;
    image-rendering: -webkit-optimize-contrast;
  }
  body ._visibleSP {
    display: none;
  }
  body #loader-bg {
    background: linear-gradient(to bottom, #F3C8CA, #FFFDF0);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
  }
  body #loader-bg > img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body .default-btn {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    border: 2px solid #E4756A;
    border-radius: 2.5rem;
    color: #E4756A;
    margin: 0 auto 0;
    font-size: 21px;
    position: relative;
  }
  body .default-btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background-color: #FDF3F2;
    border-radius: 2.5rem;
    transform-origin: center center;
    transform: scale(0, 1);
    transition: transform 0.3s ease-in-out;
  }
  body .default-btn:hover::before {
    transform: scale(1, 1);
  }
  body .default-btn > .txt {
    position: relative;
  }
  body .default-btn > .txt > .arrow {
    position: absolute;
    right: -30px;
    top: -2px;
    pointer-events: none;
  }
  body .main > .main-container {
    overflow: hidden;
  }
  body .main > .main-container > .inner {
    width: 900px;
    margin: 60px auto 0;
    padding-top: 110px;
  }
  body .main .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .main .section {
    padding-top: 110px;
    margin-top: -110px;
  }
  body .main .section > .ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 31px;
    letter-spacing: 0.07em;
  }
  body .main .section > .ttl > .eng {
    font-family: quasimoda, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #E4756A;
    font-size: 21px;
    letter-spacing: 0.04em;
    color: #E4756A;
    padding-left: 10px;
  }
  body header {
    width: 100%;
    background-color: #fff;
    height: 68px;
    position: fixed;
    z-index: 99;
    top: 0;
    box-shadow: 0 1px 3px #F2F2F2;
  }
  body header > .pcNav > .list {
    display: flex;
    width: 900px;
    margin: 0 auto;
    padding-top: 34px;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  body header > .pcNav > .list > .listItem > .link {
    display: inline-block;
    position: relative;
    padding: 0 10px 12px;
  }
  body header > .pcNav > .list > .listItem > .link::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #E4756A;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s ease-in-out;
  }
  body header > .pcNav > .list > .listItem > .link:hover::after {
    transform: scale(1, 1);
  }
  body header > .pcNav > .list > .listItem {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  body header > .pcNav > .snsBox > .snsIcon {
    width: 40px;
    height: 40px;
  }
  body header > .pcNav > .snsBox > .snsIcon:first-child {
    margin-right: 15px;
  }
  body header > .pcNav > .snsBox > .snsIcon > .link {
    display: block;
  }
  body header > .pcNav > .snsBox > .snsIcon > .link > .default-img {
    transition: transform 0.3s ease-in-out;
  }
  body header > .pcNav > .snsBox > .snsIcon > .link:hover > .default-img {
    transform: scale(1.2);
  }
  body header > .pcNav > .snsBox {
    display: flex;
    position: fixed;
    top: 14px;
    right: 7%;
  }
  body header > .pcNav {
    position: relative;
    height: 100%;
  }
  body .main > .hero-container {
    height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom, #F3C8CA, #FFFDF0);
  }
  body .main > .hero-container > .flex-container > .imgBox {
    width: 467px;
    pointer-events: none;
  }
  body .main > .hero-container > .flex-container > .ttl > .businessname {
    display: block;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    padding-top: 23px;
  }
  body .main > .hero-container > .flex-container > .ttl > .subTtl {
    display: block;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    padding-top: 23px;
  }
  body .main > .hero-container > .flex-container > .ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 50px;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 15px;
  }
  body .main > .hero-container > .flex-container {
    width: 900px;
    margin: 0 auto;
    padding-top: 18vh;
    justify-content: space-between;
  }
  body .main > .main-container .profile-container {
    position: relative;
  }
  body .main > .main-container .profile-container::before, body .main > .main-container .profile-container::after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 1827px;
    background: linear-gradient(to bottom, #FFFDF0, #FFF);
    top: -70px;
    right: 0;
    z-index: -1;
  }
  body .main > .main-container .profile-container::after {
    right: auto;
    left: 0;
  }
  body .main > .main-container .profile-container > .ttl {
    margin-bottom: 54px;
  }
  body .main > .main-container .profile-container > .flex-container > .txtBox {
    margin-top: 50px;
  }
  body .main > .main-container .profile-container > .flex-container > .txtBox > .name {
    font-size: 24px;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
  }
  body .main > .main-container .profile-container > .flex-container > .txtBox > .list > .listItem {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-bottom: 13px;
  }
  body .main > .main-container .profile-container > .flex-container > .imgBox > .default-img {
    width: 107%;
    position: absolute;
    top: -66px;
    left: -26px;
  }
  body .main > .main-container .profile-container > .flex-container > .imgBox {
    width: 387px;
    height: 387px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    pointer-events: none;
  }
  body .main > .main-container .profile-container > .flex-container {
    justify-content: space-between;
    align-items: flex-start;
  }
  body .main > .main-container .profile-container > .career {
    margin-top: -14px;
    font-size: 18px;
  }
  body .main > .main-container .profile-container > .career > .ttl {
    font-size: 18px;
    letter-spacing: 0.08em;
    display: inline-block;
    background-color: #FFF2B2;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 27px 15px 27px 17px;
    font-weight: 400;
    margin-bottom: 17px;
  }
  body .main > .main-container .profile-container > .career > .list > .listItem {
    letter-spacing: 0.05em;
    padding-bottom: 13px;
  }
  body .main > .main-container .profile-container > .career > .list > .listItem:last-child {
    padding-bottom: 0;
  }
  body .main > .main-container .profile-container > .career > .txt {
    margin-top: 46px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  body .main > .main-container .profile-container > .career > .pr {
    margin-top: 47px;
    letter-spacing: 0.05em;
  }
  body .main > .main-container .profile-container > .sns {
    margin-top: 65px;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link {
    display: block;
    width: 100%;
    position: relative;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link::after {
    content: "";
    width: 42px;
    height: 42px;
    display: inline-block;
    background-image: url(../img/hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link:hover::before, body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link:hover::after {
    opacity: 1;
    transition: all 0.3s;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox {
    width: 33vw;
    padding: 12px;
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child > .txt::before, body .main > .main-container .profile-container > .sns > .button-container > .default-btn:last-child > .txt::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 7px -1px 0;
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child > .txt::before {
    width: 11px;
    height: 21px;
    background-image: url(../img/ico-facebook.svg);
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child > .txt > .arrow {
    right: -57px;
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child::before {
    background-color: #EAF3FF;
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:last-child > .txt::before {
    width: 21px;
    height: 21px;
    background-image: url(../img/ico-instagram.svg);
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:last-child > .txt > .arrow {
    right: -52px;
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn {
    width: 285px;
    height: 60px;
    padding-bottom: 4px;
    margin: 0 38px;
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child {
    color: #1977F3;
    border-color: #1977F3;
  }
  body .main > .main-container .profile-container > .sns > .button-container {
    margin: 60px 0 0 0;
    display: flex;
    justify-content: center;
  }
  body .main > .main-container .works-container {
    margin-top: 244px;
    position: relative;
  }
  body .main > .main-container .works-container::before, body .main > .main-container .works-container::after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 4890px;
    background: linear-gradient(to bottom, #FFF, #FDF3F2 3%, #FDF3F2 97%, #FFF);
    top: -70px;
    right: 0;
    z-index: -1;
  }
  body .main > .main-container .works-container::after {
    right: auto;
    left: 0;
  }
  body .main > .main-container .works-container > .ttl {
    margin-bottom: 68px;
  }
  body .main > .main-container .works-container > .works {
    background-color: #fff;
    width: 100%;
    border-radius: 67px;
    padding: 205px 90px 45px;
    margin-bottom: 44px;
  }
  body .main > .main-container .works-container > .works > .ttl {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #E4756A;
    text-align: center;
    margin-bottom: 48px;
    position: relative;
  }
  body .main > .main-container .works-container > .works > .ttl::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 102px;
    height: 102px;
    top: -142px;
    left: 50%;
    transform: translate(-50%);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body .main > .main-container .works-container > .works > .txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: right;
    padding-top: 20px;
  }
  body .main > .main-container .works-container > .works.-works01 > .ttl::before {
    background-image: url(../img/works01.svg);
  }
  body .main > .main-container .works-container > .works.-works01 .listItem {
    width: 340px;
  }
  body .main > .main-container .works-container > .works.-works02 > .ttl::before {
    background-image: url(../img/works02.svg);
  }
  body .main > .main-container .works-container > .works.-works03 > .ttl::before {
    background-image: url(../img/works03.svg);
  }
  body .main > .main-container .works-container > .works.-works03 > .ttl > .sml {
    font-size: 19px;
  }
  body .main > .main-container .works-container > .works.-works03 .listItem {
    width: 324px;
  }
  body .main > .main-container .works-container > .works.-works04 > .ttl::before {
    background-image: url(../img/works04.svg);
  }
  body .main > .main-container .works-container > .works.-works04 .listItem {
    width: 350px;
  }
  body .main > .main-container .works-container > .works.-works04 > .flex-container {
    justify-content: start;
  }
  body .main > .main-container .works-container > .works.-works04 > .flex-container .list:nth-child(2) {
    margin-left: 106px;
  }
  body .main > .main-container .works-container > .works.-works05 > .ttl::before {
    background-image: url(../img/works05.svg);
  }
  body .main > .main-container .works-container > .works.-works05 .listItem {
    width: 360px;
  }
  body .main > .main-container .works-container > .works.-works06 > .ttl::before {
    background-image: url(../img/works06.svg);
  }
  body .main > .main-container .works-container > .works.-works06 .listItem {
    width: 320px;
  }
  body .main > .main-container .works-container > .works > .flex-container {
    justify-content: space-between;
    align-items: flex-start;
  }
  body .main > .main-container .works-container > .works > .flex-container > .list > .listItem {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-bottom: 13px;
    padding-left: 16px;
    position: relative;
  }
  body .main > .main-container .works-container > .works > .flex-container > .list > .listItem::before {
    content: "";
    background-color: #000;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
  }
  body .main > .main-container .voice-container {
    margin-top: 240px;
  }
  body .main > .main-container .voice-container > .ttl {
    margin-bottom: 72px;
  }
  body .main > .main-container .voice-container > .flex-container > .audioBox > .ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 22px;
  }
  body .main > .main-container .voice-container > .flex-container > .audioBox > .default-audio {
    width: 360px;
    height: 60px;
  }
  body .main > .main-container .voice-container > .flex-container > .audioBox {
    margin: 0 46px;
  }
  body .main > .main-container .contact-container {
    margin-top: 240px;
  }
  body .main > .main-container .contact-container > .ttl {
    margin-bottom: 69px;
  }
  body .main > .main-container .contact-container > .txtBox > .txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-bottom: 30px;
  }
  body .main > .main-container .contact-container > .txtBox > .txt:last-child {
    padding-bottom: 0;
  }
  body .main > .main-container .contact-container > .button-container > .default-btn > .txt::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 7px -2px 0;
    width: 18px;
    height: 15px;
    background-image: url(../img/mail.svg);
  }
  body .main > .main-container .contact-container > .button-container > .default-btn {
    width: 337px;
    height: 60px;
    padding-bottom: 4px;
    padding-right: 22px;
    margin: 0;
  }
  body .main > .main-container .contact-container > .button-container {
    margin: 53px 0 0 0;
  }
  body footer {
    position: relative;
  }
  body footer > .inner {
    width: 900px;
    margin: 0 auto;
    padding: 97px 0 90px;
  }
  body footer > .inner > .copyright > small {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  body footer::after {
    content: "";
    display: inline-block;
    width: 474px;
    height: 316px;
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body #formWrap > .inner {
    margin: 80px auto;
    width: 900px;
  }
  body #formWrap > .inner > .ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 31px;
    letter-spacing: 0.07em;
    margin-bottom: 75px;
  }
  body #formWrap > .inner > .txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
  }
  body #formWrap .formList > .listItem > .listTxt {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  body #formWrap .formList > .listItem > .listTtl {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 400;
    padding-bottom: 12px;
  }
  body #formWrap .formList > .listItem > .listTtl > .required {
    color: #E4756A;
    padding-left: 13px;
  }
  body #formWrap .formList > .listItem {
    margin-bottom: 48px;
  }
  body #formWrap .formList > .listItem > input {
    border: 1px solid #707070;
    background-color: #FDF3F2;
    border-radius: 7px;
    height: 42px;
    padding: 5px 12px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  body #formWrap .formList > .listItem.-name > input {
    width: 300px;
  }
  body #formWrap .formList > .listItem.-mail > input {
    width: 430px;
  }
  body #formWrap .formList > .listItem.-textarea > textarea {
    border: 1px solid #707070;
    background-color: #FDF3F2;
    border-radius: 7px;
    width: 820px;
    height: 300px;
    padding: 12px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  body #formWrap .button {
    margin: 30px 0 0 0;
    position: relative;
  }
  body #formWrap .button > input {
    width: 300px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 400;
    background-color: #E4756A;
    border-radius: 6px;
    text-align: center;
    padding-right: 14px;
    transition: 0.3s ease-in-out;
  }
  body #formWrap .button > input:hover {
    opacity: 0.5;
  }
  body #formWrap .button::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../img/arrow.svg);
    width: 8px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 270px;
    top: 24px;
    pointer-events: none;
  }
  body #sent > .inner {
    margin: 80px auto;
    width: 900px;
  }
  body #sent > .inner > .ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 31px;
    letter-spacing: 0.07em;
    margin-bottom: 75px;
  }
  body #sent > .inner > .txtBox > .txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-bottom: 33px;
  }
  body #sent > .inner > .txtBox > .txt:last-child {
    padding-bottom: 0;
  }
  body #sent > .inner > .button-container {
    margin: 70px 0 0 0;
  }
  body #sent > .inner > .button-container > .button > .txt > .arrow {
    position: absolute;
    right: -50px;
    top: 0;
  }
  body #sent > .inner > .button-container > .button > .txt {
    position: relative;
  }
  body #sent > .inner > .button-container > .button {
    width: 300px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 400;
    background-color: #E4756A;
    border-radius: 6px;
    text-align: center;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    padding-right: 14px;
  }
  body #sent > .inner > .button-container > .button:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #444;
    margin: 0 auto;
    width: 100%;
  }
  body .default-img {
    width: 100%;
    height: auto;
    display: block;
    image-rendering: -webkit-optimize-contrast;
  }
  body ._visiblePC {
    display: none;
  }
  body #loader-bg {
    background: linear-gradient(to bottom, #F3C8CA, #FFFDF0);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
  }
  body #loader-bg > img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body .default-btn {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    border: 2px solid #E4756A;
    border-radius: 2.5rem;
    color: #E4756A;
    margin: 0 auto 0;
    font-size: calc(20 * (100vw / 375));
  }
  body .default-btn > .txt {
    position: relative;
  }
  body .default-btn > .txt > .arrow {
    position: absolute;
    right: calc(-30 * (100vw / 375));
    top: calc(-2 * (100vw / 375));
    pointer-events: none;
  }
  body .main > .main-container {
    overflow: hidden;
  }
  body .main > .main-container > .inner {
    width: 100%;
    margin: calc(22 * (100vw / 375)) auto 0;
    padding: calc(40 * (100vw / 375)) calc(15 * (100vw / 375)) 0;
  }
  body .main .flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body .main .section {
    padding-top: calc(40 * (100vw / 375));
    margin-top: calc(-40 * (100vw / 375));
  }
  body .main .section > .ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(28 * (100vw / 375));
    letter-spacing: 0.05em;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  body .main .section > .ttl > .eng {
    font-family: quasimoda, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #E4756A;
    font-size: calc(18 * (100vw / 375));
    letter-spacing: 0.05em;
    color: #E4756A;
    font-weight: 400;
    display: inline-block;
  }
  body header > .menu > span {
    content: "";
    display: block;
    height: calc(2 * (100vw / 375));
    width: calc(24 * (100vw / 375));
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: all 0.3s;
  }
  body header > .menu > span::before, body header > .menu > span::after {
    content: "";
    display: block;
    height: calc(2 * (100vw / 375));
    width: calc(24 * (100vw / 375));
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: all 0.5s;
  }
  body header > .menu > span::before {
    bottom: calc(8 * (100vw / 375));
  }
  body header > .menu > span::after {
    top: calc(8 * (100vw / 375));
  }
  body header > .menu {
    position: fixed;
    top: calc(30 * (100vw / 375));
    right: calc(30 * (100vw / 375));
    display: flex;
    height: calc(54 * (100vw / 375));
    width: calc(54 * (100vw / 375));
    justify-content: center;
    align-items: center;
    z-index: 99;
    background-color: #E4756A;
    border-radius: 50%;
  }
  body header > .menu::after {
    transition: opacity 0.3s;
    opacity: 0;
    content: "閉じる";
    color: #E4756A;
    font-size: calc(12 * (100vw / 375));
    letter-spacing: 0.03em;
    position: absolute;
    bottom: calc(-26 * (100vw / 375));
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  body header > .menu + .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 59;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    transition: opacity 0.5s;
    pointer-events: none;
  }
  body header > .menu.-isActive > span {
    background-color: rgba(255, 255, 255, 0);
  }
  body header > .menu.-isActive > span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  body header > .menu.-isActive > span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  body header > .menu.-isActive::after {
    opacity: 1;
  }
  body header > .menu.-isActive + .bg {
    opacity: 1;
  }
  body header > .spNav {
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: all 0.5s;
  }
  body header > .spNav > .list > .listItem {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.6s;
    transition-delay: 0.3s;
  }
  body header > .spNav.-isActive {
    opacity: 100;
    display: block;
    transform: translateX(24%);
  }
  body header > .spNav.-isActive > .list > .listItem {
    opacity: 1;
    transform: translateX(0);
  }
  body header > .spNav > .list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: calc(50 * (100vw / 375));
  }
  body header > .spNav > .list > .listItem {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(18 * (100vw / 375));
    letter-spacing: 0.03em;
    margin-bottom: calc(50 * (100vw / 375));
  }
  body header > .spNav > .list > .listItem:last-of-type {
    margin-bottom: calc(70 * (100vw / 375));
  }
  body header > .spNav > .list > .snsBox {
    display: flex;
  }
  body header > .spNav > .list > .snsBox > .snsIcon {
    width: calc(24 * (100vw / 375));
    height: calc(24 * (100vw / 375));
  }
  body header > .spNav > .list > .snsBox > .snsIcon:first-child {
    width: calc(13 * (100vw / 375));
    height: calc(24 * (100vw / 375));
  }
  body header > .spNav > .list > .snsBox > .snsIcon:first-child {
    margin-right: calc(50 * (100vw / 375));
  }
  body header > .spNav > .list > .snsBox > .snsIcon > .link {
    display: block;
  }
  body .main > .hero-container {
    height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom, #F3C8CA, #FFFDF0);
  }
  body .main > .hero-container > .flex-container > .imgBox {
    width: calc(305 * (100vw / 375));
  }
  body .main > .hero-container > .flex-container > .ttl > .businessname {
    display: block;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(20 * (100vw / 375));
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 10%;
  }
  body .main > .hero-container > .flex-container > .ttl > .subTtl {
    display: block;
    font-size: calc(20 * (100vw / 375));
    line-height: 1.5;
    text-align: center;
    padding-bottom: 10%;
  }
  body .main > .hero-container > .flex-container > .ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(40 * (100vw / 375));
    text-align: center;
    margin-bottom: 10%;
    display: flex;
    flex-direction: column-reverse;
  }
  body .main > .hero-container > .flex-container {
    margin: 0 auto;
    height: 82%;
    position: relative;
    top: 50%;
    transform: translateY(-46%);
  }
  body .main > .main-container .profile-container {
    position: relative;
  }
  body .main > .main-container .profile-container::before, body .main > .main-container .profile-container::after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: calc(1980 * (100vw / 375));
    background: linear-gradient(to bottom, #FFFDF0, #FFF);
    top: calc(-52 * (100vw / 375));
    right: 0;
    z-index: -1;
  }
  body .main > .main-container .profile-container::after {
    right: auto;
    left: 0;
  }
  body .main > .main-container .profile-container > .ttl {
    margin-bottom: calc(50 * (100vw / 375));
  }
  body .main > .main-container .profile-container > .flex-container > .txtBox {
    margin-top: calc(56 * (100vw / 375));
    margin-left: calc(-70 * (100vw / 375));
  }
  body .main > .main-container .profile-container > .flex-container > .txtBox > .name {
    font-size: calc(20 * (100vw / 375));
    margin-bottom: calc(36 * (100vw / 375));
    letter-spacing: 0.05em;
  }
  body .main > .main-container .profile-container > .flex-container > .txtBox > .list > .listItem {
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.03em;
    padding-bottom: calc(10 * (100vw / 375));
  }
  body .main > .main-container .profile-container > .flex-container > .imgBox > .default-img {
    width: 107%;
    position: absolute;
    top: calc(-44 * (100vw / 375));
    left: calc(-18 * (100vw / 375));
  }
  body .main > .main-container .profile-container > .flex-container > .imgBox {
    width: calc(274 * (100vw / 375));
    height: calc(274 * (100vw / 375));
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    pointer-events: none;
  }
  body .main > .main-container .profile-container > .flex-container {
    flex-direction: column-reverse;
  }
  body .main > .main-container .profile-container > .career {
    margin-top: calc(35 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
  }
  body .main > .main-container .profile-container > .career > .ttl {
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.03em;
    display: inline-block;
    background-color: #FFF2B2;
    border: 1px solid #444;
    border-radius: 50%;
    padding: calc(23 * (100vw / 375)) calc(14 * (100vw / 375));
    margin-bottom: calc(20 * (100vw / 375));
  }
  body .main > .main-container .profile-container > .career > .list > .listItem {
    letter-spacing: 0.03em;
    padding-bottom: calc(10 * (100vw / 375));
    line-height: 1.5;
  }
  body .main > .main-container .profile-container > .career > .list > .listItem:last-child {
    padding-bottom: 0;
  }
  body .main > .main-container .profile-container > .career > .txt {
    margin-top: calc(40 * (100vw / 375));
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  body .main > .main-container .profile-container > .career > .pr {
    margin-top: calc(40 * (100vw / 375));
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  body .main > .main-container .profile-container > .sns {
    margin-top: calc(60 * (100vw / 375));
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link {
    display: block;
    width: 100%;
    position: relative;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link::after {
    content: "";
    width: calc(40 * (100vw / 375));
    height: calc(40 * (100vw / 375));
    display: inline-block;
    background-image: url(../img/hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link:hover::before, body .main > .main-container .profile-container > .sns > .flex-container > .imgBox > .link:hover::after {
    opacity: 1;
    transition: all 0.3s;
  }
  body .main > .main-container .profile-container > .sns > .flex-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox {
    width: calc(165 * (100vw / 375));
    margin-right: calc(15 * (100vw / 375));
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox:nth-child(even) {
    margin-right: 0;
  }
  body .main > .main-container .profile-container > .sns > .flex-container > .imgBox:nth-child(n+3) {
    margin-top: calc(15 * (100vw / 375));
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child > .txt::before, body .main > .main-container .profile-container > .sns > .button-container > .default-btn:last-child > .txt::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 calc(7 * (100vw / 375)) calc(-4 * (100vw / 375)) 0;
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child > .txt > .arrow, body .main > .main-container .profile-container > .sns > .button-container > .default-btn:last-child > .txt > .arrow {
    top: calc(-1 * (100vw / 375));
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child > .txt::before {
    width: calc(12 * (100vw / 375));
    height: calc(23 * (100vw / 375));
    background-image: url(../img/ico-facebook.svg);
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child > .txt > .arrow {
    right: calc(-83 * (100vw / 375));
    width: calc(8 * (100vw / 375));
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:last-child > .txt::before {
    width: calc(23 * (100vw / 375));
    height: calc(23 * (100vw / 375));
    background-image: url(../img/ico-instagram.svg);
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:last-child > .txt > .arrow {
    right: calc(-77 * (100vw / 375));
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn {
    width: calc(344 * (100vw / 375));
    height: calc(60 * (100vw / 375));
    padding-bottom: calc(7 * (100vw / 375));
    margin: calc(10 * (100vw / 375)) 0;
  }
  body .main > .main-container .profile-container > .sns > .button-container > .default-btn:first-child {
    color: #1977F3;
    border-color: #1977F3;
  }
  body .main > .main-container .profile-container > .sns > .button-container {
    margin: calc(40 * (100vw / 375)) 0 0 0;
    display: flex;
    flex-direction: column;
  }
  body .main > .main-container .works-container {
    margin-top: calc(112 * (100vw / 375));
    position: relative;
  }
  body .main > .main-container .works-container::before, body .main > .main-container .works-container::after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: calc(6300 * (100vw / 375));
    background: linear-gradient(to bottom, #FFF, #FDF3F2 3%, #FDF3F2 97%, #FFF);
    top: calc(-52 * (100vw / 375));
    right: 0;
    z-index: -1;
  }
  body .main > .main-container .works-container::after {
    right: auto;
    left: 0;
  }
  body .main > .main-container .works-container > .ttl {
    margin-bottom: calc(50 * (100vw / 375));
  }
  body .main > .main-container .works-container > .works {
    background-color: #fff;
    width: 100%;
    border-radius: calc(30 * (100vw / 375));
    padding: calc(170 * (100vw / 375)) calc(30 * (100vw / 375)) calc(40 * (100vw / 375));
    margin-bottom: calc(30 * (100vw / 375));
  }
  body .main > .main-container .works-container > .works > .ttl {
    font-size: calc(20 * (100vw / 375));
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #E4756A;
    text-align: center;
    margin-bottom: calc(30 * (100vw / 375));
    position: relative;
  }
  body .main > .main-container .works-container > .works > .ttl::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100 * (100vw / 375));
    height: calc(100 * (100vw / 375));
    top: calc(-127 * (100vw / 375));
    left: 50%;
    transform: translate(-50%);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body .main > .main-container .works-container > .works > .txt {
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.03em;
    text-align: right;
    padding-top: calc(18 * (100vw / 375));
  }
  body .main > .main-container .works-container > .works.-works01 > .ttl::before {
    background-image: url(../img/sp-works01.svg);
  }
  body .main > .main-container .works-container > .works.-works02 > .ttl::before {
    background-image: url(../img/sp-works02.svg);
  }
  body .main > .main-container .works-container > .works.-works03 > .ttl {
    width: calc(325 * (100vw / 375));
    left: 50%;
    transform: translateX(-50%);
  }
  body .main > .main-container .works-container > .works.-works03 > .ttl::before {
    background-image: url(../img/sp-works03.svg);
  }
  body .main > .main-container .works-container > .works.-works04 > .ttl::before {
    background-image: url(../img/sp-works04.svg);
  }
  body .main > .main-container .works-container > .works.-works05 > .ttl::before {
    background-image: url(../img/sp-works05.svg);
  }
  body .main > .main-container .works-container > .works.-works06 > .ttl::before {
    background-image: url(../img/sp-works06.svg);
  }
  body .main > .main-container .works-container > .works > .flex-container > .list > .listItem {
    width: calc(285 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.03em;
    line-height: 1.5;
    padding-bottom: calc(15 * (100vw / 375));
    padding-left: calc(14 * (100vw / 375));
    position: relative;
  }
  body .main > .main-container .works-container > .works > .flex-container > .list > .listItem::before {
    content: "";
    background-color: #444;
    border-radius: 50%;
    width: calc(4 * (100vw / 375));
    height: calc(4 * (100vw / 375));
    display: inline-block;
    position: absolute;
    top: calc(10 * (100vw / 375));
    left: 0;
  }
  body .main > .main-container .voice-container {
    margin-top: calc(123 * (100vw / 375));
  }
  body .main > .main-container .voice-container > .ttl {
    margin-bottom: calc(56 * (100vw / 375));
  }
  body .main > .main-container .voice-container > .flex-container > .audioBox > .ttl {
    font-size: calc(18 * (100vw / 375));
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 0;
  }
  body .main > .main-container .voice-container > .flex-container > .audioBox > .default-audio {
    width: calc(344 * (100vw / 375));
    height: calc(60 * (100vw / 375));
  }
  body .main > .main-container .voice-container > .flex-container > .audioBox:last-child {
    margin-top: calc(65 * (100vw / 375));
  }
  body .main > .main-container .contact-container {
    margin-top: calc(122 * (100vw / 375));
  }
  body .main > .main-container .contact-container > .ttl {
    margin-bottom: calc(54 * (100vw / 375));
  }
  body .main > .main-container .contact-container > .txtBox > .txt {
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.03em;
    line-height: 1.5;
    padding-bottom: calc(24 * (100vw / 375));
  }
  body .main > .main-container .contact-container > .txtBox > .txt:last-child {
    padding-bottom: 0;
  }
  body .main > .main-container .contact-container > .button-container > .default-btn > .txt > .arrow {
    right: calc(-36 * (100vw / 375));
    top: calc(-4 * (100vw / 375));
  }
  body .main > .main-container .contact-container > .button-container > .default-btn > .txt::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 calc(7 * (100vw / 375)) calc(-2 * (100vw / 375)) 0;
    width: calc(23 * (100vw / 375));
    height: calc(18 * (100vw / 375));
    background-image: url(../img/mail.svg);
  }
  body .main > .main-container .contact-container > .button-container > .default-btn {
    width: calc(344 * (100vw / 375));
    height: calc(60 * (100vw / 375));
    padding-bottom: calc(1 * (100vw / 375));
    padding-right: calc(22 * (100vw / 375));
    margin: 0;
  }
  body .main > .main-container .contact-container > .button-container {
    margin: calc(50 * (100vw / 375)) 0 0 0;
  }
  body footer {
    position: relative;
  }
  body footer > .inner {
    width: 100%;
    margin: 0 auto;
    padding: calc(98 * (100vw / 375)) 0 calc(240 * (100vw / 375));
  }
  body footer > .inner > .copyright > small {
    font-size: calc(12 * (100vw / 375));
    letter-spacing: 0.1em;
    font-weight: 300;
  }
  body footer > .inner > .copyright {
    text-align: center;
  }
  body footer::after {
    content: "";
    display: inline-block;
    width: calc(345 * (100vw / 375));
    height: calc(230 * (100vw / 375));
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body #formWrap > .inner {
    margin: calc(70 * (100vw / 375)) auto;
    width: 100%;
    padding: 0 calc(15 * (100vw / 375));
  }
  body #formWrap > .inner > .ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(28 * (100vw / 375));
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: calc(50 * (100vw / 375));
  }
  body #formWrap > .inner > .txt {
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-bottom: calc(50 * (100vw / 375));
  }
  body #formWrap .formList > .listItem > .listTxt {
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.03em;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
  }
  body #formWrap .formList > .listItem > .listTtl {
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-bottom: calc(10 * (100vw / 375));
    color: #000;
  }
  body #formWrap .formList > .listItem > .listTtl > .required {
    color: #E4756A;
    padding-left: calc(15 * (100vw / 375));
  }
  body #formWrap .formList > .listItem {
    margin-bottom: calc(30 * (100vw / 375));
  }
  body #formWrap .formList > .listItem > input {
    border: 1px solid #707070;
    background-color: #FDF3F2;
    border-radius: calc(7 * (100vw / 375));
    height: calc(38 * (100vw / 375));
    padding: calc(7 * (100vw / 375)) calc(15 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.03em;
  }
  body #formWrap .formList > .listItem.-name > input {
    width: calc(260 * (100vw / 375));
  }
  body #formWrap .formList > .listItem.-mail > input {
    width: calc(345 * (100vw / 375));
  }
  body #formWrap .formList > .listItem.-textarea > textarea {
    border: 1px solid #707070;
    background-color: #FDF3F2;
    border-radius: 7px;
    width: calc(345 * (100vw / 375));
    height: calc(270 * (100vw / 375));
    padding: calc(15 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  body #formWrap .button {
    margin: calc(20 * (100vw / 375)) 0 0 0;
    position: relative;
  }
  body #formWrap .button > input {
    width: calc(345 * (100vw / 375));
    height: calc(60 * (100vw / 375));
    color: #fff;
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.05em;
    background-color: #E4756A;
    border-radius: calc(7 * (100vw / 375));
    text-align: center;
    transition: 0.3s ease-in-out;
  }
  body #formWrap .button::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../img/arrow.svg);
    width: calc(9 * (100vw / 375));
    height: calc(16 * (100vw / 375));
    background-repeat: no-repeat;
    background-size: contain;
    right: calc(25 * (100vw / 375));
    top: calc(22 * (100vw / 375));
    pointer-events: none;
  }
  body #formWrap .button.-edit > input, body #formWrap .button.-error > input {
    background-color: #888;
  }
  body #formWrap .button.-send::after {
    left: inherit;
  }
  body #sent > .inner {
    margin: calc(70 * (100vw / 375)) auto;
    width: 100%;
    padding: 0 calc(15 * (100vw / 375));
  }
  body #sent > .inner > .ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(28 * (100vw / 375));
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: calc(50 * (100vw / 375));
  }
  body #sent > .inner > .txtBox > .txt {
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.03em;
    line-height: 1.5;
    padding-bottom: calc(33 * (100vw / 375));
  }
  body #sent > .inner > .txtBox > .txt:last-child {
    padding-bottom: 0;
  }
  body #sent > .inner > .button-container {
    margin: calc(50 * (100vw / 375)) 0 0 0;
  }
  body #sent > .inner > .button-container > .button > .txt > .arrow {
    position: absolute;
    right: calc(-72 * (100vw / 375));
    top: 0;
  }
  body #sent > .inner > .button-container > .button > .txt {
    position: relative;
  }
  body #sent > .inner > .button-container > .button {
    width: calc(345 * (100vw / 375));
    height: calc(60 * (100vw / 375));
    color: #fff;
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.05em;
    background-color: #E4756A;
    border-radius: calc(7 * (100vw / 375));
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */