@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap');

/* カラー 
ベージュ
FFF8ED
紺色
394590
中間
#b9b6c4

*/
/* 共通 */
body {
    color: #1f2d32;
    margin: 0px;
    padding: 0px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 25px;
    line-height: 40px;
    
}
main {
    overflow: hidden;
    letter-spacing: 5px;
}

.container {
    padding: 0 10%;
}

img {
    width: 100%;
    height: auto;
}
th {
    font-weight: 500;
}
a {
    text-decoration: none;
}

h2 {
    font-weight: 500;
}
h3 {
    font-weight: 500;
}
section {
    position: relative;
}
.maru {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.min {
    font-family: 'Noto Serif JP', serif;
}
.vertical {
    writing-mode: vertical-rl;
}
.fcw {
    color: #fff;
}
.fck {
    color: #394590;
}
.fcb {
    color: #C5AF98;
}
.fcr {
    color: #1fc3ce;
}
.fcdr {
    color: #1fc3ce;
}
.fcy {
    color: #e0a100;
}
.fcblue {
    color: #6a9aab;
}
.fcp {
    color: #e28787;
}
.ft12 {
    font-size: 12px;
}
.ft14 {
    font-size: 14px;
}
.ft15 {
    font-size: 15px;
}
.ft16 {
    font-size: 16px;
}
.ft17 {
    font-size: 17px;
}
.ft20 {
    font-size: 20px;
}
.ft23 {
    font-size: 23px;
}
.ft24 {
    font-size: 24px;
}
.ft28 {
    font-size: 28px;
}
.ft30 {
    font-size: 30px;
}
.ft36 {
    font-size: 36px;
    line-height: 60px;
}
.ft45 {
    font-size: 45px;
}
.ft50 {
    font-size: 50px;
}
.ft70 {
    font-size: 70px;
}
.lh25 {
    line-height: 25px;
}
.lh30 {
    line-height: 30px;
}
.lh35 {
    line-height: 35px;
}
.lh40 {
    line-height: 40px;
}
.lh50 {
    line-height: 50px;
}
.lh51 {
    line-height: 51px;
}
.lh70 {
    line-height: 70px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb50 {
    padding-bottom: 50px;
}
.mb25 {
    padding-bottom: 25px;
}
.mb50 {
    padding-bottom: 50px;
}
.mt0 {
    margin-top: 0px;
}
.mt25 {
    margin-top: 25px;
}
.mt50 {
    margin-top: 50px;
}
.m0 {
    margin: 0;
}
.m16 {
    margin: 16px 0;
}
.pt0 {
    padding-top: 0;
}
.pt15 {
    padding-top: 15px;
}
.pt25 {
    padding-top: 25px;
}
.pt50 {
    padding-top: 50px;
}
.tc {
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}
.dots-cy {
    position: relative;
}
.dots-cy::before {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    padding-top: 10px;
    background: -webkit-radial-gradient(circle 8px,#e0a100 50%,transparent 50%);
    background: radial-gradient(circle 8px,#e0a100 50%,transparent 50%);
    background: -moz-radial-gradient(circle 8px,#e0a100 50%,transparent 50%);
}
.dots-cr1 {
    position: relative;
}
.dots-cr1::before {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    padding-top: 10px;
    background: -webkit-radial-gradient(circle 8px,#1fc3ce 50%,transparent 50%);
    background: radial-gradient(circle 8px,#1fc3ce 50%,transparent 50%);
    background: -moz-radial-gradient(circle 8px,#1fc3ce 50%,transparent 50%);
}
.dots-cr2 {
    position: relative;
}
.dots-cr2::before {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    padding-top: 10px;
    background: -webkit-radial-gradient(circle 8px,#1fc3ce 50%,transparent 50%);
    background: radial-gradient(circle 8px,#1fc3ce 50%,transparent 50%);
    background: -moz-radial-gradient(circle 8px,#1fc3ce 50%,transparent 50%);
}
.dots-cr3 {
    position: relative;
}
.dots-cr3::before {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    padding-top: 10px;
    background: -webkit-radial-gradient(circle 8px,#1fc3ce 50%,transparent 50%);
    background: radial-gradient(circle 8px,#1fc3ce 50%,transparent 50%);
    background: -moz-radial-gradient(circle 8px,#1fc3ce 50%,transparent 50%);
}

.normal {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
.bolder {
    font-weight: 700;
}

.js-scroll {
    opacity: 0;
    transition: opacity 100ms;
}
.js-scroll.scrolled {
    opacity: 1;
}

.scrolled.fade-in {
    animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-bottom.delay {
    animation: fade-in-bottom 1s ease-in-out both 0.3s;
}

.scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
}
.fv .scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both 4s;
}

.scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* fv */
.caption {
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    right: 20px;
    text-align: right;
    width: 100%;
    z-index: 2;
}
.no1 {
    position: absolute;
    width: 100%;
    left: -100px;
}
.emphasis2 {
    background-color: #1f2d32;
    color: #fff;
    margin: 0 0.03em;
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.7;
    border-radius: 100vh;
    text-align: center;
}
.speech-bubble1 {
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 30px;
    background-color: #1fc3ce;
    color: white;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 5px;
    width: fit-content;
} 
.speech-bubble1 > span {
    font-size: 40px;
}
.speech-bubble1:before {
    position: absolute;
    top: 100%;
    left: 40px;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #1fc3ce;
    border-width: 8px;
    content: "";
}
.main-copy {
    font-size: 50px;
    letter-spacing: 5px;
    white-space: nowrap;
    line-height: 90px;
    font-weight: 400;
}
.hachi-maru {
    font-family: "Hachi Maru Pop", cursive;
}
section.fv {
    background-color: #d7ebed;
    position: relative;
    height: 90vh;
    padding-top: 120px;
}
section.fv > div > div > img {
    min-width: 250px;
}
section.fv > div > div {
    z-index: 2;
    align-items: center;
    justify-content: center;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 150px;
}

.wave .shape-fill {
    fill: #fff;
}

.bg1 {
    position: absolute;
    width: 400px;
    top: -5%;
    left: -5%;
    z-index: 0;
}
.bg2 {
    position: absolute;
    width: 500px;
    bottom: 5%;
    right: -2%;
    z-index: 0;
}

/* second-view */
.second-view {

}
.bg-speech-bubble {
    position: relative;
    height: 200px;
}
.bg-speech-bubble > h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 100%;
    z-index: 1;
}
.bg-speech-bubble > img {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 200px;
    transform:translate(-50%,-50%);
    z-index: -2;
}

.card {
	margin: 2em auto;
	padding: 20px;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	border:1px solid #c5af98 ;/*線の太さ・種類・色*/
	position: relative;/*配置（基準）*/
    text-align: center;
    border-radius: 20px;
}
.card:after {
	background-color:#fff8ed;/*ずらしたボックスの背景色*/
	border:none;
	content: '';
	position: absolute;/*配置（ここを動かす）*/
	top: 7px;/*上から7pxずらす*/
	left: 7px;/*左から7pxずらす*/
	width: 100%;
	height: 100%;
	z-index: -1;
    border-radius: 20px;
}

.card-title {
    font-size: 36px;
    font-weight: bold;
    color: #1fc3ce;
}

.fv > .flex > .relative {
    align-items: baseline;
}

/* attention */
.attention {
    margin-top: 100px;
}
.attention > .flex {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}
.attention > .flex > div {
    width: 55%;
}
.attention > .flex > img {
    max-height: 400px;
}
.speech-bubble2 {
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 30px;
    background-color: #1fc3ce;
    color: white;
    font-weight: bold;
    font-size: 36px;
    width: fit-content;
    margin: 0 auto;
} 
.speech-bubble2 > span {
    font-size: 40px;
}
.speech-bubble2:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform:translate(-50%, 0%);
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #1fc3ce;
    border-width: 8px;
    content: "";
}
.why {
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
    color: #ffffff;
    border-radius: 100% 100% 0 100%; /* 右下以外に角丸を指定 */
    background-color: #6a9aab;
    margin: 0 auto;
}
.speech-bubble4 {
    position: relative;
    width: fit-content;
    padding: 12px 16px;
    border-bottom: 2px solid #6a9aab;
    background-color: #ffffff;
    margin: 30px auto 70px auto;
}
.speech-bubble4.fcr {
    border-bottom: 2px solid #1fc3ce;
}
.speech-bubble4::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #ffffff; /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50%;
}
.speech-bubble4::after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: calc(50% - 4px);
    z-index: -1;
    width: 30px;
    height: 2px;
    transform: rotate(50deg);
    box-sizing: border-box;
    background-color: #6a9aab;
    box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
}
.fcr.speech-bubble4::after {
    background-color: #1fc3ce;
}
.speech-bubble5 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.speech-bubble5::before {
    content: "";
    width: 36px;
    height: 2px;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: #1f2d32;
}
.speech-bubble5::after {
    content: "";
    width: 36px;
    height: 2px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: #1f2d32;
}
.speech-bubble6 {
    position: relative;
    padding: 12px 16px 12px 30px;
    margin-top: 80px;
}
.speech-bubble6::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 40%;
    width: 100px;
    height: 1px;
    transform: rotate(-14deg);
    box-sizing: border-box;
    background-color: #1f2d32;
}
.speech-bubble6::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 40%;
    width: 120px;
    height: 1px;
    transform: rotate(14deg);
    box-sizing: border-box;
    background-color: #1f2d32;
}
.speech-bubble6 > .ornament {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.speech-bubble6 > .ornament::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 40%;
    transform: translate(-50%);
    width: 160px;
    height: 1px;
    transform: rotate(-12deg);
    box-sizing: border-box;
    background-color: #1f2d32;
}
.speech-bubble6 > .ornament::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 40%;
    width: 160px;
    height: 1px;
    transform: rotate(12deg);
    box-sizing: border-box;
    background-color: #1f2d32;
}
.left0.speech-bubble6::before,
.left0.speech-bubble6::after,
.left0.speech-bubble6 > .ornament::before,
.left0.speech-bubble6 > .ornament::after {
    left: 0;
}

.explanatory {
    text-align: center;
    line-height: 70px;
}
.underline {
    text-decoration: underline 2px;
}
.emphasis {
    font-size: 30px;
    font-weight: bold;
}

.bg-alert {
    text-align: center;
}

.bg-alert > img {
    height: 100px;
}

.because {
    margin-top: 100px;
    text-align: center;
}

.speech-bubble3 {
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 30px;
    background-color: #6a9aab;
    color: white;
    font-weight: bold;
    font-size: 36px;
    width: fit-content;
    margin: 0 auto;
} 
.speech-bubble3 > span {
    font-size: 40px;
}
.speech-bubble3:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform:translate(-50%, 0%);
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #6a9aab;
    border-width: 8px;
    content: "";
}
.voice-wrap {
    display: flex;
    justify-content: center;
}
.voice-wrap > img {
    width: 200px;
}
.voice-icon {
    width: 28px;
}
.voice {
    position: relative;
    padding: 0px 20px 20px 20px;
    border-radius: 20px;
    margin-right: 70px;
    border: #6a9aab 2px solid;
    width: 60%;
}   
.voice::before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    background-color: #6a9aab;
    right: -35px;
    top: 5px;
    width: 30px;
    height: 30px;
}    
.voice::after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    background-color: #6a9aab;
    right: -55px;
    top: 20px;
    width: 15px;
    height: 15px;
}
.voice > ul {
    padding: 0px;
    margin: 0 auto;
    width: 95%;
}
.voice-text {
    display: block;
    text-align: left;
    width: 100%;
    padding-left: 30px;
    padding-top: 25px;
    background-position: left 35px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-image: url("/images/voice.svg");
    overflow-wrap: break-word;
}
.marker {
    background: linear-gradient(transparent 70%, #6a9aab4a 70%);
}
.marker2 {
    background: linear-gradient(transparent 70%, #1fc2ce27 70%);
}
.annotation {
    font-size: 14px;
    text-align: right;
}

/* サービス */
#section4 {
    margin-top: 100px;
}
.service-upper-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.service-upper-wave svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 150px;
}

.service-upper-wave .shape-fill {
    fill: #FFFFFF;
}

#section4 h2 {
    position: relative;
    display: inline-block;
    margin: 1rem 0 1rem -90px;
    padding: 1rem 3rem 1rem 6rem;
    color: #fff;
    border-radius: 0 100vh 100vh 0;
    background: #1fc3ce;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.service-wrap {
    padding-top: 200px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    background-color: #1fc3ce;
    width: 100%;
}

.service-content {
    background-color: #d7ebed;
    padding: 30px;
    border-radius: 20px;
    width: 50%;
}
.service-content p {
    margin: 0;
}
.logo-wrap {
    background-image: url("/images/bg1.svg");
    background-position: center right;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    min-height: 420px;
    padding-left: 30px;

}
.logo-wrap > img {
    width: 90%;
}
.voice-reverse-wrap {
    display: flex;
    justify-content: center;

}
.voice-reverse-wrap > img {
    width: 400px;
    order: 0;
    height: 400px;
}
.voice-reverse-wrap .voice {
    position: relative;
    padding: 0px 20px 20px 20px;
    border-radius: 20px;
    margin-left: 70px;
    border: #1fc3ce 2px solid;
    width: 60%;
    order: 1;
}   
.voice-reverse-wrap .voice::before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    background-color: #1fc3ce;
    left: -35px;
    top: 5px;
    width: 30px;
    height: 30px;
}    
.voice-reverse-wrap .voice::after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    background-color: #1fc3ce;
    left: -55px;
    top: 20px;
    width: 15px;
    height: 15px;
}
.voice-reverse-wrap .voice > ul {
    padding: 0px;
    margin: 0 auto;
    width: 95%;
}
.voice-reverse-wrap .voice-text {
    display: block;
    text-align: left;
    width: 100%;
    padding-left: 30px;
    padding-top: 25px;
    background-position: left 35px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-image: url("/images/dots.svg");
    overflow-wrap: break-word;
}

/* 自社の宣伝や差別化 */
.advertising {
    background-color: #ffecfb;
    padding-top: 100px;
}
/*紙吹雪のスタイル*/
.confetti {
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
}

.confetti span {
    position: absolute;
    top: -100%;/*アニメーション以外の紙吹雪を非表示*/
    left: 0;
    z-index: -1;
}

/*アニメーションの記述*/
.confetti span:nth-child(2n + 1) {
    animation: confetti1 5s 0s linear infinite;
}

.confetti span:nth-child(2n + 2) {
    animation: confetti2 5s 0s linear infinite;
}

/*紙吹雪を回転させる記述*/
@keyframes confetti1 {
    0% {
        top: -10%;
        transform: translateX(0) rotateX(0) rotateY(0);
        opacity: 1;
    }
    100% {
        top: 100%;
        transform: translateX(20px) rotateX(180deg) rotateY(360deg);
        opacity: 0;
    }
}

@keyframes confetti2 {
    0% {
        top: -10%;
        transform: translateX(0) rotateX(0) rotateY(0);
        opacity: 1;
    }

    100% {
        top: 100%;
        transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
        opacity: 0;
    }
}

/*紙吹雪の配置*/
.confetti span:nth-child(1) {
    left: 0%;
}

.confetti span:nth-child(2) {
    left: 10%;
}

.confetti span:nth-child(3) {
    left: 20%;
}

.confetti span:nth-child(4) {
    left: 30%;
}

.confetti span:nth-child(5) {
    left: 40%;
}

.confetti span:nth-child(6) {
    left: 50%;
}

.confetti span:nth-child(7) {
    left: 60%;
}

.confetti span:nth-child(8) {
    left: 70%;
}

.confetti span:nth-child(9) {
    left: 80%;
}

.confetti span:nth-child(10) {
    left: 90%;
}

.confetti span:nth-child(11) {
    left: 100%;
}

/*紙吹雪の大きさ*/
.confetti span:nth-child(3n + 1) {
    width: 3vw;
    height: 3vw;
}

.confetti span:nth-child(3n + 2) {
    width: 2vw;
    height: 2vw;
}

.confetti span:nth-child(3n + 3) {
    width: 1.5vw;
    height: 1.5w;
}

/*紙吹雪の色*/
.confetti span:nth-child(2n + 1) {
    background: #1fc3ce;
}

.confetti span:nth-child(2n + 2) {
    background: #1f2d32;
}

.confetti span:nth-child(2n + 3) {
    background: #C5AF98;
}

.confetti span:nth-child(2n + 4) {
    background: #e28787;
}

.confetti span:nth-child(2n + 5) {
    background: #e0a100;
}

.confetti span:nth-child(2n + 6) {
    background: #1fc3ce;
}

.confetti span:nth-child(2n + 7) {
    background: #394590;
}

/*アニメーションの秒数*/
.confetti span:nth-child(2n + 1) {
    animation-duration: 5s;
}

.confetti span:nth-child(2n + 2) {
    animation-duration: 6s;
}

.confetti span:nth-child(2n + 3) {
    animation-duration: 10s;
}

.confetti span:nth-child(2n + 4) {
    animation-duration: 4s;
}

/*紙吹雪が降り始めるまでの時間*/
.confetti span:nth-child(2n + 1) {
    animation-delay: 0s;
}

.confetti span:nth-child(2n + 2) {
    animation-delay: 4s;
}

.confetti span:nth-child(2n + 3) {
    animation-delay: 6s;
}

.confetti span:nth-child(2n + 4) {
    animation-delay: 2s;
}

.confetti span:nth-child(2n + 5) {
    animation-delay: 6s;
}

.confetti span:nth-child(2n + 6) {
    animation-delay: 10s;
}

.confetti span:nth-child(2n + 7) {
    animation-delay: 2s;
}

.confetti span:nth-child(2n + 8) {
    animation-delay: 4s;
}

.confetti span:nth-child(2n + 9) {
    animation-delay: 11s;
}

.confetti span:nth-child(2n + 10) {
    animation-delay: 1s;
}

.confetti span:nth-child(2n + 11) {
    animation-delay: 5s;
}
/* 料金プラン */
.pricing-table {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 70px 0 0 0;
    text-align: center;
    width: 90%;
}

.table-header {
    display: contents;
}

.table-header .plan {
    font-weight: bold;
    background-color: #d7ebed;
    padding: 10px;
    color: #6a9aab;
    align-content: center;
    font-size: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    min-width: 200px;
}
.table-header > .plan:nth-child(2) {
    background-color: #1fc3ce;
    padding: 20px;
}
.plan > img {
    width: 70%;
}

.ribbon-wrapper {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.ribbon-content {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
}

.ribbon {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #c5af98;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon:before, .ribbon:after {
    position: absolute;
    content: "";
    border-top: 4px solid #9a8773;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

.ribbon:before {
    left: 14px;
}

.ribbon:after {
    right: 18px;
}

.table-row {
    display: contents;
}
.feature {
    background-color: #d7ebed;
    padding: 10px;
    border-bottom: 1px solid #6a9aab;
    color: #6a9aab;
    align-content: center;
    min-width: 100px;
}

.online {
    color: #1fc3ce;
    padding: 10px;
    border-bottom: 1px solid #1fc3ce;
    border-left: 4px solid #1fc3ce;
    border-right: 4px solid #1fc3ce;
    align-content: center;
    font-weight: bold;
}

.other {
    color: #6a9aab;
    padding: 10px;
    border-bottom: 1px solid #6a9aab;
    align-content: center;
}

.pricing-table > .table-row:last-child > .online {
    border-bottom: 4px solid #1fc3ce;
    border-left: 4px solid #1fc3ce;
    border-right: 4px solid #1fc3ce;
}
.pricing-table > .table-row:last-child > .feature,
.pricing-table > .table-row:last-child > .other {
    border: none;
}
/* よくある質問 */
.qa-box {
    padding: 30px;
    background-color: #FFF8ED;
    border-radius: 30px;
}


/* フロー */
.stepbar {
    margin: 0 auto;
    width: 80%;
}

.stepbar .stepbarwrap {
    margin: 2em 0;
    position: relative;
}

.stepbar .stepbarwrap .steptitle {
    display: inline-flex;
    align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
    display: inline-block;
    width: 3em;
    height: 3em;
    content: "";
    border-radius: 50%;
    background-color: #1fc3ce;
    color: #fff;
    text-align: center;
}
.stepcircle img {
    width: 60%;
    height: 100%;
}
.stamp {
    height: 100px;
    width: 100px;
}
.scrolled.stamp {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-delay:0s;
    -webkit-animation-delay:0s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    opacity: 0;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

@-webkit-keyframes pulse{
    0%{
        opacity: 0;
    }
    10%{
        opacity:.50;
        transform-origin: 50% 50%;
        transform: rotate(-2deg) scale(5);
        transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }
    100%{
        opacity:1;
        transform: rotate(-15deg) scale(1);
    }
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
    display: inline-block;
    line-height: 1.2em;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stepbar .stepbarwrap .steptitle .step-txt-title {
    margin: 0.5em;
    font-weight: bold;
    font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
    margin-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
    font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 1em);
    background-color: #1f2d32;
    position: absolute;
    top: 1em;
    left: 1.5em;
    z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
    display: none;
}

.steptxt {
    position: relative;
    border-radius: 20px;
    color: #1f2d32;
    background-color: #d7ebed;
    padding: 20px;
}    
.steptxt::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -9px;
    top: -9px;
    border-right: 20px solid #d7ebed;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(45deg);
}

.service {
    text-align: center;
}
.service img {
    width: 100px;
}

.bgb {
    background-color: #FFF8ED;
    padding: 10px;
    border-radius: 20px;
}

/* support */
.bg-left {
    width: 250px;
    position: absolute;
    left: -50px;
    bottom: 0;
}
.bg-right {
    width: 250px;
    position: absolute;
    right: -50px;
    bottom: 0;
}

/* message */
.message {
    margin-top: 100px;
}
.message-title {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.message-title > div {
    width: 50px;
}
.message-text {
    font-style: italic;
    font-weight: bold;
}
 /* グリッドコンテナ */
  .menu-grid {
    display: grid;
    /* 4列の等幅配置 */
    grid-template-columns: repeat(4, 1fr);
    /* カード間の隙間 */
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
  }

  /* 各カードのスタイル */
  .menu-card {
    border: 1px solid #1fc3ce;
    border-radius: 16px; /* 角丸のサイズ */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 10px;
    text-decoration: none; /* リンクの場合の下線を消す */
    transition: background-color 0.2s;
    min-height: 140px; /* カードの高さを確保 */
  }

  /* ホバー時の挙動（オプション） */
  .menu-card:hover {
    background-color: #f0fdff;
    cursor: pointer;
  }

  /* アイコンエリア（ダミー） */
  .icon-area {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    
    /* 以下はアイコン配置時の調整用です。
       画像やSVGを配置する際は、display: flex等で中央揃えにすると綺麗です */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* アイコン画像そのもののスタイル（imgタグ用） */
  .icon-area img, 
  .icon-area svg {
    width: 80px;
    height: 80px;
    object-fit: contain;
    fill: var(--primary-color); /* SVGの場合の色指定 */
  }
/* CV */
/* カード群を横並びで配置 */
  .cards-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  /* 個別カード */
  .service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    max-width: 320px;
  }

  /* 写真コンテナ */
  .photo-container {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .photo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* テキスト行（チェックマークとテキスト） */
  .card-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }

  /* チェックマーク */
  .checkmark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .checkmark::before {
    content: "✓";
    font-size: 18px;
    font-weight: bold;
  }

  /* "or" テキスト */
  .divider {
    font-size: 18px;
    font-weight: 600;
    padding: 0 15px;
    align-self: flex-end;
    margin-bottom: 60px;
  }

  /* --- レスポンシブ対応 --- */
  @media (max-width: 768px) {
    .cards-wrapper {
      flex-direction: column;
      gap: 30px;
    }

    .divider {
      align-self: center;
      margin-bottom: 0;
      margin: 15px 0;
    }

    .service-card {
      max-width: 100%;
    }
  }

.cv {
    margin-top: 100px;
    margin-bottom: 100px;
}
.cv-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    width: 100%;
    height: 100%;
}
.cv-btn,
a.cv-btn,
button.cv-btn {
    line-height: 1.3;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

.cv-btn-wrap {
    margin: 30px 0;
}

a.cv-btn {
    position: relative;
    padding: 0.25rem 2rem 1rem 3.5rem;
    color: #fff;
    border-radius: 6rem;
}
a.cv-btn-a {
    background: #00B900;
    -webkit-box-shadow: 0 5px 0 #008500;
    box-shadow: 0 5px 0 #008500;
}
a.cv-btn-b {
    background: #C5AF98;
    -webkit-box-shadow: 0 5px 0 #ab9782;
    box-shadow: 0 5px 0 #ab9782;
}

a.cv-btn span {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translate(-50%);
    display: block;
    width: fit-content;
    text-wrap: nowrap;
    padding: 0.2rem 20px;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.cv-btn-a span {
    color: #008500;
    border: 2px solid #008500;
}
a.cv-btn-b span {
    color: #ab9782;
    border: 2px solid #ab9782;
}

a.cv-btn span:before,
a.cv-btn span:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
}

a.cv-btn span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
}
a.cv-btn-a span:before {
    border-color: #008500 transparent transparent transparent;
}
a.cv-btn-b span:before {
    border-color: #ab9782 transparent transparent transparent;
}

a.cv-btn span:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

a.cv-btn i {
    margin-right: 1rem;
}

a.cv-btn:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);

    color: #fff;
}
a.cv-btn-a:hover {
    background: #00a200;
    -webkit-box-shadow: 0 2px 0 #008500;
    box-shadow: 0 2px 0 #008500;
}
a.cv-btn-b:hover {
    background: #baa58f;
    -webkit-box-shadow: 0 2px 0 #ab9782;
    box-shadow: 0 2px 0 #ab9782;
}
.skew-anim {
    animation: skew 2.3s linear infinite;
}

@keyframes skew {
    0% {transform: skew(0deg, 0deg);}
    5% {transform: skew(2deg, 2.2deg);}
    10% {transform: skew(-1deg, -1deg);}
    15% {transform: skew(0.5deg, 1.2deg);}
    20% {transform: skew(-2deg, -1.5deg);}
    25% {transform: skew(0.9deg, 0.9deg);}
    30% {transform: skew(-0.6deg, -0.6deg);}
    35% {transform: skew(0.3deg, 0.3deg);}
    40% {transform: skew(-0.2deg, -0.2deg);}
    45% {transform: skew(0.1deg, 0.1deg);}
    50% {transform: skew(0deg, 0deg);}
}

.loading {
    width: 100vw;
    height: 100vh;
    background-color: #fff;

  /* 以下のコードを追加 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading.loaded {
    opacity: 0;
    visibility: hidden;
    transition: all 2s ease-in-out 2s;
}
.loading > svg {
    width: 30%;
    height: auto;
}
.loading.loaded > svg {
    opacity: 0;
    transition: all 2s ease-in-out 2s;
}
.cls-1 {
    fill: #1f2d32;
    stroke: #1f2d32;
    z-index: 2;
    width: 100%;
}

.cls-1, .cls-2 {
    stroke-miterlimit: 10;
    z-index: 2;
    width: 100%;
}

.cls-2 {
    fill: #1fc3ce;
    stroke: #1fc3ce;
    z-index: 2;
}
/***************************************************
 * Generated by SVG Artista on 6/13/2024, 7:06:11 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
0% {
    stroke-dashoffset: 4343.28466796875px;
    stroke-dasharray: 4343.28466796875px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4343.28466796875px;
}
}

@keyframes animate-svg-stroke-1 {
0% {
    stroke-dashoffset: 4343.28466796875px;
    stroke-dasharray: 4343.28466796875px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4343.28466796875px;
}
}

@-webkit-keyframes animate-svg-fill-1 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

@keyframes animate-svg-fill-1 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

.svg-elem-1 {
-webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                        animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
        animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
.scrolled.svg-anim-1 {
-webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                        animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
        animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
0% {
    stroke-dashoffset: 1787.7183837890625px;
    stroke-dasharray: 1787.7183837890625px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1787.7183837890625px;
}
}

@keyframes animate-svg-stroke-2 {
0% {
    stroke-dashoffset: 1787.7183837890625px;
    stroke-dasharray: 1787.7183837890625px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1787.7183837890625px;
}
}

@-webkit-keyframes animate-svg-fill-2 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

@keyframes animate-svg-fill-2 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

.svg-elem-2 {
-webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                        animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
        animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
.scrolled.svg-anim-2 {
-webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                        animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
        animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
0% {
    stroke-dashoffset: 2727.87939453125px;
    stroke-dasharray: 2727.87939453125px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2727.87939453125px;
}
}

@keyframes animate-svg-stroke-3 {
0% {
    stroke-dashoffset: 2727.87939453125px;
    stroke-dasharray: 2727.87939453125px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2727.87939453125px;
}
}

@-webkit-keyframes animate-svg-fill-3 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

@keyframes animate-svg-fill-3 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

.svg-elem-3 {
-webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                        animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
        animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
.scrolled.svg-anim-3 {
-webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                        animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
        animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
0% {
    stroke-dashoffset: 209.75387573242188px;
    stroke-dasharray: 209.75387573242188px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 209.75387573242188px;
}
}

@keyframes animate-svg-stroke-4 {
0% {
    stroke-dashoffset: 209.75387573242188px;
    stroke-dasharray: 209.75387573242188px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 209.75387573242188px;
}
}

@-webkit-keyframes animate-svg-fill-4 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

@keyframes animate-svg-fill-4 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

.svg-elem-4 {
-webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
                        animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
        animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
                animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
.scrolled.svg-anim-4 {
-webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
                        animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
        animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
                animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
0% {
    stroke-dashoffset: 258.0743103027344px;
    stroke-dasharray: 258.0743103027344px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 258.0743103027344px;
}
}

@keyframes animate-svg-stroke-5 {
0% {
    stroke-dashoffset: 258.0743103027344px;
    stroke-dasharray: 258.0743103027344px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 258.0743103027344px;
}
}

@-webkit-keyframes animate-svg-fill-5 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

@keyframes animate-svg-fill-5 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

.svg-elem-5 {
-webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
                        animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
        animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
                animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}
.scrolled.svg-anim-5 {
-webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
                        animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
        animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
                animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
0% {
    stroke-dashoffset: 210.3899688720703px;
    stroke-dasharray: 210.3899688720703px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 210.3899688720703px;
}
}

@keyframes animate-svg-stroke-6 {
0% {
    stroke-dashoffset: 210.3899688720703px;
    stroke-dasharray: 210.3899688720703px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 210.3899688720703px;
}
}

@-webkit-keyframes animate-svg-fill-6 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

@keyframes animate-svg-fill-6 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

.svg-elem-6 {
-webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
                        animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
        animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
                animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
.scrolled.svg-anim-6 {
-webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
                        animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
        animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
                animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
0% {
    stroke-dashoffset: 3725.60791015625px;
    stroke-dasharray: 3725.60791015625px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3725.60791015625px;
}
}

@keyframes animate-svg-stroke-7 {
0% {
    stroke-dashoffset: 3725.60791015625px;
    stroke-dasharray: 3725.60791015625px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3725.60791015625px;
}
}

@-webkit-keyframes animate-svg-fill-7 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

@keyframes animate-svg-fill-7 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

.svg-elem-7 {
-webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
                        animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
        animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
                animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}
.scrolled.svg-anim-7 {
-webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
                        animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
        animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
                animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
0% {
    stroke-dashoffset: 209.55738830566406px;
    stroke-dasharray: 209.55738830566406px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 209.55738830566406px;
}
}

@keyframes animate-svg-stroke-8 {
0% {
    stroke-dashoffset: 209.55738830566406px;
    stroke-dasharray: 209.55738830566406px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 209.55738830566406px;
}
}

@-webkit-keyframes animate-svg-fill-8 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

@keyframes animate-svg-fill-8 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

.svg-elem-8 {
-webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
                        animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
        animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
                animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
.scrolled.svg-anim-8 {
-webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
                        animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
        animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
                animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
0% {
    stroke-dashoffset: 118.0400161743164px;
    stroke-dasharray: 118.0400161743164px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 118.0400161743164px;
}
}

@keyframes animate-svg-stroke-9 {
0% {
    stroke-dashoffset: 118.0400161743164px;
    stroke-dasharray: 118.0400161743164px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 118.0400161743164px;
}
}

@-webkit-keyframes animate-svg-fill-9 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

@keyframes animate-svg-fill-9 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(31, 45, 50);
}
}

.svg-elem-9 {
-webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
                        animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
        animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
                animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
.scrolled.svg-anim-9 {
-webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
                        animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
        animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
                animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
0% {
    stroke-dashoffset: 230.70294189453125px;
    stroke-dasharray: 230.70294189453125px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 230.70294189453125px;
}
}

@keyframes animate-svg-stroke-10 {
0% {
    stroke-dashoffset: 230.70294189453125px;
    stroke-dasharray: 230.70294189453125px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 230.70294189453125px;
}
}

@-webkit-keyframes animate-svg-fill-10 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

@keyframes animate-svg-fill-10 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

.svg-elem-10 {
-webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
                        animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
        animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
                animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}
.scrolled.svg-anim-10 {
-webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
                        animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
        animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
                animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
0% {
    stroke-dashoffset: 312.534423828125px;
    stroke-dasharray: 312.534423828125px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 312.534423828125px;
}
}

@keyframes animate-svg-stroke-11 {
0% {
    stroke-dashoffset: 312.534423828125px;
    stroke-dasharray: 312.534423828125px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 312.534423828125px;
}
}

@-webkit-keyframes animate-svg-fill-11 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

@keyframes animate-svg-fill-11 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

.svg-elem-11 {
-webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
                        animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
        animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
                animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
.scrolled.svg-anim-11 {
-webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
                        animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
        animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
                animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
0% {
    stroke-dashoffset: 309.3742980957031px;
    stroke-dasharray: 309.3742980957031px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 309.3742980957031px;
}
}

@keyframes animate-svg-stroke-12 {
0% {
    stroke-dashoffset: 309.3742980957031px;
    stroke-dasharray: 309.3742980957031px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 309.3742980957031px;
}
}

@-webkit-keyframes animate-svg-fill-12 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

@keyframes animate-svg-fill-12 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

.svg-elem-12 {
-webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
                        animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
        animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
                animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
}
.scrolled.svg-anim-12 {
-webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
                        animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
        animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
                animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
0% {
    stroke-dashoffset: 311.8282470703125px;
    stroke-dasharray: 311.8282470703125px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 311.8282470703125px;
}
}

@keyframes animate-svg-stroke-13 {
0% {
    stroke-dashoffset: 311.8282470703125px;
    stroke-dasharray: 311.8282470703125px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 311.8282470703125px;
}
}

@-webkit-keyframes animate-svg-fill-13 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

@keyframes animate-svg-fill-13 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

.svg-elem-13 {
-webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
                        animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
        animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
                animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}
.scrolled.svg-anim-13 {
-webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
                        animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
        animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
                animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
0% {
    stroke-dashoffset: 296.28814697265625px;
    stroke-dasharray: 296.28814697265625px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 296.28814697265625px;
}
}

@keyframes animate-svg-stroke-14 {
0% {
    stroke-dashoffset: 296.28814697265625px;
    stroke-dasharray: 296.28814697265625px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 296.28814697265625px;
}
}

@-webkit-keyframes animate-svg-fill-14 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

@keyframes animate-svg-fill-14 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

.svg-elem-14 {
-webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
                        animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
        animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
                animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}
.scrolled.svg-anim-14 {
-webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
                        animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
        animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
                animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
0% {
    stroke-dashoffset: 296.2884521484375px;
    stroke-dasharray: 296.2884521484375px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 296.2884521484375px;
}
}

@keyframes animate-svg-stroke-15 {
0% {
    stroke-dashoffset: 296.2884521484375px;
    stroke-dasharray: 296.2884521484375px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 296.2884521484375px;
}
}

@-webkit-keyframes animate-svg-fill-15 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

@keyframes animate-svg-fill-15 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

.svg-elem-15 {
-webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
                        animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
        animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
                animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}
.scrolled.svg-anim-15 {
-webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
                        animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
        animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
                animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
0% {
    stroke-dashoffset: 298px;
    stroke-dasharray: 298px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 298px;
}
}

@keyframes animate-svg-stroke-16 {
0% {
    stroke-dashoffset: 298px;
    stroke-dasharray: 298px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 298px;
}
}

@-webkit-keyframes animate-svg-fill-16 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

@keyframes animate-svg-fill-16 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

.svg-elem-16 {
-webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
                        animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
        animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
                animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}
.scrolled.svg-anim-16 {
-webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
                        animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
        animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
                animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
0% {
    stroke-dashoffset: 267.6604309082031px;
    stroke-dasharray: 267.6604309082031px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 267.6604309082031px;
}
}

@keyframes animate-svg-stroke-17 {
0% {
    stroke-dashoffset: 267.6604309082031px;
    stroke-dasharray: 267.6604309082031px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 267.6604309082031px;
}
}

@-webkit-keyframes animate-svg-fill-17 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

@keyframes animate-svg-fill-17 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

.svg-elem-17 {
-webkit-animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
                        animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
        animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
                animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
}
.scrolled.svg-anim-17 {
-webkit-animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
                        animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
        animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
                animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
0% {
    stroke-dashoffset: 281.7560119628906px;
    stroke-dasharray: 281.7560119628906px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 281.7560119628906px;
}
}

@keyframes animate-svg-stroke-18 {
0% {
    stroke-dashoffset: 281.7560119628906px;
    stroke-dasharray: 281.7560119628906px;
}

100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 281.7560119628906px;
}
}

@-webkit-keyframes animate-svg-fill-18 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

@keyframes animate-svg-fill-18 {
0% {
    fill: transparent;
}

100% {
    fill: rgb(192, 80, 107);
}
}

.svg-elem-18 {
-webkit-animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
                        animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
        animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
                animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}
.scrolled.svg-anim-18 {
    -webkit-animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
                        animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
            animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
                    animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

@-webkit-keyframes animate-svg-stroke-19 {
    0% {
        stroke-dashoffset: 188px;
        stroke-dasharray: 188px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 188px;
    }
}

@keyframes animate-svg-stroke-19 {
    0% {
        stroke-dashoffset: 188px;
        stroke-dasharray: 188px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 188px;
    }
}

@-webkit-keyframes animate-svg-fill-19 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(192, 80, 107);
}
}

@keyframes animate-svg-fill-19 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(192, 80, 107);
    }
}

.svg-elem-19 {
    -webkit-animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
                    animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
            animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
                    animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}
.scrolled.svg-anim-19 {
    -webkit-animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
                    animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
            animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
                    animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

@-webkit-keyframes animate-svg-stroke-20 {
    0% {
        stroke-dashoffset: 136px;
        stroke-dasharray: 136px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 136px;
    }
}

@keyframes animate-svg-stroke-20 {
    0% {
        stroke-dashoffset: 136px;
        stroke-dasharray: 136px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 136px;
    }
}

@-webkit-keyframes animate-svg-fill-20 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(192, 80, 107);
    }
}

@keyframes animate-svg-fill-20 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(192, 80, 107);
    }
}

.svg-elem-20 {
    -webkit-animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both,
                        animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
            animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both,
                    animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}
.scrolled.svg-anim-20 {
    -webkit-animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both,
                        animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
            animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both,
                    animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}

@-webkit-keyframes animate-svg-stroke-21 {
    0% {
        stroke-dashoffset: 297.02081298828125px;
        stroke-dasharray: 297.02081298828125px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 297.02081298828125px;
    }
}

@keyframes animate-svg-stroke-21 {
    0% {
        stroke-dashoffset: 297.02081298828125px;
        stroke-dasharray: 297.02081298828125px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 297.02081298828125px;
    }
}

@-webkit-keyframes animate-svg-fill-21 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(192, 80, 107);
    }
}

@keyframes animate-svg-fill-21 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(192, 80, 107);
    }
}

.svg-elem-21 {
    -webkit-animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both,
        animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
    animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both,
        animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}
.scrolled.svg-anim-21 {
    -webkit-animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both,
        animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
    animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both,
        animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}


.relative {
    position: relative;
    width: 30%;
}

.flex {
    display: flex;
    column-gap: 50px;
    width: 100%;
    height: 100%;
}
.footer-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    font-size: 13px;
}

.shadow {
    transition: all .2s ease-in-out;
}
.shadow:hover {
    box-shadow: 2px 2px 2px rgba(153, 153, 153, 0.7);
    transform: translateY(-2px);
}

.textblur.scrolled {
    animation: blur 2s 0s ease both;
}

@keyframes blur {
    0% {
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

/* ヘッダー */
.logo {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-top: 20px;
}
.logo img {
    height: 90px;
    width: auto;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    z-index: 1000;
}
.global_menu { /* メニュー全体のスタイル */
    color: #424242; /* 文字色 */
    text-align: center;
    height: fit-content;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.global_menu ul {
    margin: 0;
}
.global_menu li {
    display: inline-block;
}

.global_menu a { /* 各項目のスタイル */
    display: inline-block;
    padding: 10px 30px;
    color: #424242;
    height: fit-content;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.menu:hover > a {
    background: #394590;
    color: #fff;
}

.child_menu > li > a { /* 子項目のスタイル */

}
.child_menu > li > a:hover { /* 子項目のスタイル（ホバー時） */
    background: #394590;
}

.child_menu { /* 下層メニューのスタイル */
    width: 100vw;
    position: absolute;
    top: 52px; /* 親項目の直下に配置 */
    left: 0;
    padding: 30px;
    color: #fff; /* 文字色 */
    background: #394590; /* 背景色 */
    visibility: hidden; /* 下層メニューを非表示 */
    opacity: 0; /* 不透明度を最小に */
    transition: 1s opacity; /* アニメーション設定 */
}

.menu:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
    opacity: 1; /* 不透明度を最大に */
    visibility: visible; /* 下層メニューを表示 */
}

.child_menu a {
    color: #fff;
}

.child_menu li:hover a {
    background-color: #b9b6c4;
}

/* ハンバーガーメニュー */
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #424242;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
    transition: 0.3s;
}
.menu-btn span:after {
    top: 8px;
    transition: 0.3s;
}
#gnav-input:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#gnav-input:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#gnav-input:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#gnav-btn {
    font-size: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
}
#gnav-input {
    display: none;
}
#gnav-input:checked ~ #gnav-content {
    top: 0;
}
#gnav-content {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    width: 100%;
    background-color: #1fc3ce;
    text-align: center;
}
#gnav-content > a > div{
    height: 60px;
    background-color: #fff;
}
.humb-menu__title {
    padding: 1.5rem;
}
#gnav-content label {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    cursor: pointer;
    border-bottom: 0.5px solid #bebebe;
    color: #fff;
}
#gnav-content a {
    display: block;
}
.humb-menu input {
    display: none;
}
.humb-menu .accshow {
    height: 0;
    overflow: hidden;
}
.humb-menu .accshow p {
    padding: 1.5rem;
}
.humb-menu .accshow a {
    display: inline-block;
    width: 100%;
    padding: 20px 1.5rem;
    border-top: 0.5px solid #bebebe;
}
.humb-menu .cssacc:checked + .accshow {
    height: auto;
}
.humb-menu a {
    color: #fff;
    width: 100%;
    display: inline-block;
}
/* menu */
.hamburger__icon {
    position: fixed;
    top: 20px;
    right: 16px;
    z-index: 200;
    transition: 0.3s;
    display: block;
}
.hamburger__icon.active {
    transform: translateX(-250px);
}
.hamburger__icon.active .hamburger__icon__bars1 {
    top: 8px;
    transform: rotate(-45deg);
}
.hamburger__icon.active .hamburger__icon__bars2 {
    display: none;
}
.hamburger__icon.active .hamburger__icon__bars3 {
    top: 8px;
    transform: rotate(45deg);
}

.hamburger__icon__bars {
    width: 22px;
    height: 20px;
    display: block;
    position: relative;
}

.hamburger__icon__bars1,
.hamburger__icon__bars2,
.hamburger__icon__bars3 {
    position: absolute;
    width: 22px;
    height: 4px;
    background: #1f2d32;
    top: 0;
    left: 0;
    border-radius: 2px;
}
.active .hamburger__icon__bars1,
.active .hamburger__icon__bars2,
.active .hamburger__icon__bars3 {
    background: #fff;
}

.hamburger__icon__bars1 {
    top: 0;
}

.hamburger__icon__bars2 {
    top: 8px;
}

.hamburger__icon__bars3 {
    top: 16px;
}

.hamburger__content {
    width: 250px;
    height: 100%;
    background: #1fc3ce;
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1607843137);
    z-index: 120;
    transform: translateX(105%);
    transition: 0.3s;
}
.hamburger__content.active {
    transform: translateX(0%);
}

.hamburger__content-item {
    border-bottom: 1px dotted #fff;
}
.hamburger__content-item a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px 145px 20px 20px;
    text-wrap: nowrap;
}

.hamburger__background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    transition: 0.3s;
}
.hamburger__background.active {
    display: block;
}

/* アコーディオン */
.acd-check {
    display: none;
}
.acd-label {
    background: #394590;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
.acd-label:after {
    background: #394590;
    color: #fff;
    box-sizing: border-box;
    content: '+';
    display: block;
    height: 65px;
    padding: 22px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content {
    background-color: #fff;
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-content a {
    display: inline-block;
    width: 100%;
    padding: 20px 1.5rem;
    border-bottom: 0.5px solid #bebebe;
    color: #394590;
}
.acd-check:checked + .acd-label:after {
    content: 'ー';
}
.acd-check:checked + .acd-label + .acd-content {
    height: 195px;
    opacity: 1;
    visibility: visible;
}

/* フッター */
footer {
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: #1f2d32;
    color: #fff;
}
footer img {
    width: 20%;
    height: auto;
}
footer a {
    color: #fff;
    transition: 0.5s all;
    cursor: pointer;
    padding-top: 30px;
    display: inline-block;
}
footer a:hover {
    opacity: 0.4;
}

.policy {
    margin-top: 150px;
    margin-bottom: 100px;
}
/*親要素 */
#floatingMenu {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 2;
}
/* 子要素 */
.flObj {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 15px;
    transition: all 0.5s ease;
    position: relative;
}
/* 子要素のテキスト */
.flObj p {
    margin: 0;
    background: #FFF;
    padding: 2px 10px 0;
    font-size: 0.85rem;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    border-radius: 3px;
}
/* 子要素のリンク */
.flObj a {
    background-color: #1f2d32;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%), 0 4px 5px 0 rgb(0 0 0 / 22%);
    position: relative;
    font-size: 1.2rem;
}
.flObj.top a {
    background-color: #00B900;
}
.flObj.middle a {
    background-color: #C5AF98;
}
/* aタグのhover時 */
.flObj.top a:hover, .flObj.middle a:hover {
    opacity: 0.8;
}
/* FontAwesomeアイコンのスタイル */
.flObj a i {
    color: #FFF;
}
/* ＋アイコン */
.flObj.bottom a:before {
    content: "\f068";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    color: #FFF;
}

/* クリック後の親要素 */
#floatingMenu.notshow {
    gap: 0;
}
/* クリック前の各メニュー */
div#floatingMenu.notshow > .flObj.top, div#floatingMenu.notshow > .flObj.middle {
    gap: 0;
    margin-bottom: -58px;
}
/* クリック前のテキスト */
div#floatingMenu.notshow > .flObj.top p, div#floatingMenu.notshow > .flObj.middle p {
    display: none;
}
/* クリック前のメニューの影 */
div#floatingMenu.notshow > .flObj.top a, div#floatingMenu.notshow > .flObj.middle a {
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 15%), 0 1px 2px 0 rgb(0 0 0 / 22%);
}
/* クリック前のFontawesomeアイコン */
div#floatingMenu.notshow .flObj.bottom a:before {
    content: "\f067";
}
.introduction {
    height: 2.4em;
    width: 40px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 25px;
}
.introduction:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #1fc3ce inset;
} 
.c-form-text {
    height: 2.4em;
    width: 100%;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 25px;
}

.c-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #1fc3ce inset;
}
.c-radio {
	text-align: left;
}
.c-radio ul {
	list-style: none;
}
.c-radio .list_item {
	margin: 0 0 0.5rem 0;
	padding: 0;
}
.c-radio label {
	line-height: 135%;
	position: relative;
	margin: 0.5rem;
	cursor: pointer;
}
.c-radio .option-input {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;
}
.c-radio .option-input:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0.125rem;
	width: 0.75rem;
	height: 0.75rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-radius: 50%;
	background: #da3c41;
}
.c-radio .option-input:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.c-radio .option-input:after {
	position: absolute;
	top: -0.25rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	background: #ffffff;
}

.error-message {
    font-size: 14px;
    color: red;
}
.required {
    border-radius: 20px;
    margin-left: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #1fc3ce;
    color: #fff;
    font-size: 14px;
}
.formbox {
    width: 40%;
    min-width: 400px;
}
.c-checkbox {
	text-align: left;
}
.c-checkbox ul {
	list-style: none;
}
.c-checkbox .list_item {
	margin: 0 0 0.5rem 0;
	padding: 0;
}
.c-checkbox label {
	line-height: 135%;
	position: relative;
	margin: 0.5rem;
	cursor: pointer;
}
.c-checkbox .option-input05 {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;
}
.c-checkbox .option-input05:before {
	position: absolute;
	z-index: 1;
	top: 0.125rem;
	left: 0.1875rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #1fc3ce;
	border-top-style: none;
	border-right-style: none;
}
.c-checkbox .option-input05:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.c-checkbox .option-input05:after {
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	content: '';
	cursor: pointer;
	border: 2px solid #f2f2f2;
	background: #ffffff;
}
.textbox {
    height: 200px;               /* 横幅を200pxに指定 */
    border: 1px solid #f2f2f2;      /* わかりやすくボーダーを引く */
    overflow-y: scroll;          /* 縦方向にスクロール可能にする */
    padding: 10px;
}
.submit-btn {
	position: relative;
	z-index: 1;
	padding: 1em;
	width: 160px;
	line-height: 1.4;
	cursor: pointer;
	transition: color .3s cubic-bezier(.02,.01,.47,1),border-color .3s cubic-bezier(.02,.01,.47,1);
	color: #F06292;
	background: transparent;
	overflow: hidden;
	border: 1px solid #F06292;
	border-radius: 100px;
	background: #fff;
}
.submit-btn:after, .submit-btn:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	content: '';
	transition: transform 0.15s cubic-bezier(0.02,0.01,0.47,1),opacity 0.15s cubic-bezier(0.02,0.01,0.47,1);
	opacity: 0;
}
.submit-btn:before {
	background: #D81B60;
	-webkit-transform: translate3d(-110%,-10%,0) skewX(-20deg);
	transform: translate3d(-110%,-10%,0) skewX(-20deg);
}
.submit-btn:after {
	-webkit-transform: translate3d(110%,-10%,0) skewX(-20deg);
	transform: translate3d(110%,-10%,0) skewX(-20deg);
	background: #F06292;
}
.submit-btn:hover {
	transition: all 0.5s cubic-bezier(0.02,0.01,0.47,1);
	box-shadow: 0 1px 6px rgba(0,0,0,0.3);
	color: #ffffff;
	background: #E91E63;
	border: 1px solid #F06292;
}
.submit-btn:hover:after, .submit-btn:hover:before {
	transition: transform 0.25s cubic-bezier(0.02,0.01,0.47,1),opacity 0.25s cubic-bezier(0.02,0.01,0.47,1);
	-webkit-transform: translate3d(50%,-10%,0) skewX(-20deg);
	transform: translate3d(50%,-10%,0) skewX(-20deg);
	opacity: 1;
}
.submit-btn:active {
	opacity: 0.5;
	color: #F06292;
}
.submit-btn:focus {
	border: 1px solid #F06292;
	color: #F06292;
}
.submit-btn:focus:hover {
	color: #ffffff;
	border: 1px solid #F06292;
}
.rowgap {
    row-gap: 25px;
}
@media screen and (max-width: 480px) {
    /* 480px以下に適用されるCSS（スマホ用） */
    .pc {
        display: none;
    }
    body {
        font-size: 20px;
        line-height: 35px;
        
    }
    .logo img {
        height: 70px;
        width: auto;
    }
    section.fv {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 100px;
        margin-bottom: 200px;
    }
    .flex {
        justify-content: center;
        flex-wrap: wrap;
    }
    .speech-bubble1 {
        font-size: 20px;
    }
    .speech-bubble1 > span {
        font-size: 30px;
    }
    .main-copy {
        font-size: 25px;
        letter-spacing: 3px;
        white-space: nowrap;
        line-height: 50px;
    }
    .ft36 {
        font-size: 25px;
    }
    .ft45 {
        font-size: 32px;
    }
    .container {
        padding: 0 20px;
    }
    .speech-bubble2 {
        font-size: 25px;
    }
    .attention > .flex > div {
        width: 100%;
    }
    .explanatory {
        line-height: 50px;
    }
    .ft70 {
        font-size: 50px;
    }
    .bg-alert > img {
        height: 90px;
    }
    .lh70 {
        line-height: 50px;
    }
    .speech-bubble3 {
        font-size: 25px;
    }
    .voice-wrap {
        flex-wrap: wrap;
    }
    .voice {
        width: 100%;
        margin-right: 0px;
        padding: 0px 20px 20px 10px;
    }
    .voice-icon {
        width: 23px;
    }
    .ft28 {
        font-size: 23px;
    }
    .voice-text {
        width: 95%;
    }
    .voice::before {
        content: '';
        position: absolute;
        display: block;
        border-radius: 50%;
        background-color: #6a9aab;
        left: 10px;
        top: 101%;
        width: 30px;
        height: 30px;
    }
    .voice::after {
        content: '';
        position: absolute;
        display: block;
        border-radius: 50%;
        background-color: #6a9aab;
        left: 35px;
        top: 105%;
        width: 15px;
        height: 15px;
    }
    .voice-wrap > img {
        padding-top: 50px;
        width: 150px;
    }
    .service-wrap {
        flex-wrap: wrap;
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .logo-wrap {
        order: 0;
        width: 70%;
    }
    .service-content {
        order: 1;
        width: 75%;
        margin-top: -30px;
    }
    .lh50 {
        line-height: 40px;
    }
    .voice-reverse-wrap {
        flex-wrap: wrap;
    }
    .voice-reverse-wrap .voice {
        margin-left: 0px;
        width: 100%;
        order: 0;
    }
    .voice-reverse-wrap .voice-text {
        width: 95%;
    }
    .voice-reverse-wrap > img {
        width: 100%;
        height: 100%;
        order: 1;
        padding-top: 50px;
    }
    .voice-reverse-wrap .voice::before {
        content: '';
        position: absolute;
        display: block;
        border-radius: 50%;
        background-color: #1fc3ce;
        left: 10px;
        top: 101%;
        width: 30px;
        height: 30px;
    }
    .voice-reverse-wrap .voice::after {
        content: '';
        position: absolute;
        display: block;
        border-radius: 50%;
        background-color: #1fc3ce;
        left: 35px;
        top: 105%;
        width: 15px;
        height: 15px;
    }
    .message-title > div {
        width: 30px;
    }
    .ft24 {
        font-size: 20px;
    }
    .ft30 {
        font-size: 23px;
    }
    .cv-flex {
        flex-wrap: wrap;
    }
    footer img {
        width: 50%;
        height: auto;
    }
    .footer-flex {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .stepbar {
        width: 95%;
    }
    .ft20 {
        font-size: 18px;
    }
    .loading > svg {
        width: 60%;
        height: auto;
    }
    .dots-cy::before {
        position: absolute;
        top: -3px;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        padding-top: 10px;
        background: -webkit-radial-gradient(circle 6px,#e0a100 50%,transparent 50%);
        background: radial-gradient(circle 6px,#e0a100 50%,transparent 50%);
        background: -moz-radial-gradient(circle 6px,#e0a100 50%,transparent 50%);
    }
    .dots-cr1::before {
        position: absolute;
        top: -3px;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        padding-top: 10px;
        background: -webkit-radial-gradient(circle 6px,#1fc3ce 50%,transparent 50%);
        background: radial-gradient(circle 6px,#1fc3ce 50%,transparent 50%);
        background: -moz-radial-gradient(circle 6px,#1fc3ce 50%,transparent 50%);
    }
    .dots-cr2::before {
        position: absolute;
        top: -3px;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        padding-top: 10px;
        background: -webkit-radial-gradient(circle 6px,#1fc3ce 50%,transparent 50%);
        background: radial-gradient(circle 6px,#1fc3ce 50%,transparent 50%);
        background: -moz-radial-gradient(circle 6px,#1fc3ce 50%,transparent 50%);
    }
    .dots-cr3::before {
        position: absolute;
        top: -3px;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        padding-top: 10px;
        background: -webkit-radial-gradient(circle 6px,#1fc3ce 50%,transparent 50%);
        background: radial-gradient(circle 6px,#1fc3ce 50%,transparent 50%);
        background: -moz-radial-gradient(circle 6px,#1fc3ce 50%,transparent 50%);
    }
    .ft50 {
        font-size: 30px;
    }
    .card-title {
        font-size: 30px;
    }
    .bg1 {
        position: absolute;
        width: 200px;
        top: -5%;
        left: -5%;
        z-index: 0;
    }
    .bg2 {
        position: absolute;
        width: 200px;
        bottom: 5%;
        right: -2%;
        z-index: 0;
    }
    section.fv > div > div > img {
        width: 150px;
        margin-bottom: 110px;
        margin-left: 50px;
    }
    .no1 {
        left: -120px;
    }
    .hamburger__icon.active {
        transform: translateX(-200px);
    }
    .hamburger__content {
        width: 200px;
    }
    .caption {
        font-size: 10px;
        bottom: 0px;
        width: 90%;
        text-align: left;
        line-height: 20px;
    }
    .annotation {
        font-size: 10px;
        text-align: left;
        line-height: 20px;
    }
    .footer-flex {
        font-size: 14px;
        row-gap: 0;
    }
    .speech-bubble6 {
        margin-bottom: 40px;
        margin-top: 60px;
    }
    .speech-bubble6::before {
        left: 25%;
    }
    .speech-bubble6::after {
        left: 25%;
    }
    .speech-bubble6 > .ornament::before {
        left: 25%;
    }
    .speech-bubble6 > .ornament::after {
        left: 25%;
    }
    .steptitle {
        flex-wrap: wrap;
    }
    .stepcircle {
        order: 0;
    }
    .step-txt-title {
        order: 1;
    }
    .stamp {
        order: 2;
        width: 70px;
    }
    .card {
        margin: 1rem auto;
    }

    .because {
        margin-top: 50px;
    }
    .message {
        margin-top: 50px;
    }
    .why {
        width: 100px;
        height: 100px;
    }
    .speech-bubble4 {
        margin: 0px auto 70px auto;
    }
    .speech-bubble4.fcr {
        margin-top: 30px;
    }
    #section4 {
        margin-top: 50px;
    }
    .support {
        padding-bottom: 120px;
    }
    .bg-left {
        width: 150px;
        position: absolute;
        left: -50px;
        bottom: 0;
    }
    .bg-right {
        width: 150px;
        position: absolute;
        right: -50px;
        bottom: 0;
    }
    .formbox {
        min-width: 200px;
        width: 90%;
    }
    .pricing-table {
        overflow-x: scroll;
    }
    section.fv > div > div:nth-child(1) {
        width: 100%;
    }
    .menu-grid {
    /* 4列の等幅配置 */
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 481px) {
    /* 481px以上に適用されるCSS（タブレット用） */
    .sp {
        display: none;
    }
    .flex {
        justify-content: center;
    }
    .pcnowrap {
        white-space: nowrap;
    }
}
@media screen and (min-width: 960px) {
    /* 960px以上に適用されるCSS（PC用） */
    
}