* {
    box-sizing:border-box;
    word-wrap:break-word;
    margin: 0px;
    padding: 0px;
    
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing:auto;
    line-height:1.2;
    font-feature-settings: "palt" 1;
    vertical-align: middle;
}
a {
    text-decoration: none;
    color:inherit;
}
li {
    list-style:none;
}
img {
    width:100%;
    height:100%;
    max-width:100%;
    display:block;
    object-fit:contain;
}
.bold {
    font-weight:bold;
}
.m-b40 {
    margin-bottom:40px;
}
.btn1::before,
.btn2::before {
    content:"";
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:-100%;
    background-image:linear-gradient(130deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 80%,rgba(255,255,255,1) 81%,rgba(255,255,255,0) 100%);
    animation-name:btn-anime;
    animation-duration:3s;
    animation-iteration-count:infinite;
}
@keyframes btn-anime {
    33% {
        left:100%;
    }
    100% {
        left:100%;
    }
}
/*pc,sp切り替え*/
.pc1 {
    display:inline-block;
}
.sp1 {
    display: none;
}
.pc2 {
    display: block;
}
.sp2 {
    display: none;
}
/*ボタンホバーアクション*/
.btn1:hover {
    box-shadow: none;
    transform:translateY(calc(100vw / 192));
}
.btn2:hover {
    box-shadow: none;
    transform:translateY(calc(100vw / 192 * 18 / 10));
}
/*TOP*/
.top-wrapper {
    padding:0 calc(100vw / 12);
    margin-bottom:calc(100vw / 64 * 10);
}
.header-title-wrapper {
    text-align:center;
    margin:calc(100vw / 384 * 10) 0 calc(100vw / 64 * 10);
}
.header-title {
    display:inline-block;
    position:relative;
    font-size:calc(100vw / 274 * 10);
    background: linear-gradient(transparent 80%, #feed9d 20%);
}
.flex-wrapper1 {
    display:flex;
}
.flex-left1 {
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    width:55%;
}
.flex-right1 {
    display: flex;
    flex-direction: column;
    width:45%;
}
.lp-title {
    text-align:center;
    font-size:calc(100vw / 192 * 10);
    font-weight:900;
    margin-top:calc(100vw / 192 * 10);
}
.btn-wrapper {
    text-align:center;
}
.btn1 {
    display: inline-block;
    position: relative;
    width:calc(100vw / 384 * 100);
    color:#fff;
    font-size:calc(100vw / 64);
    background-color: #f29336;
    padding:calc(100vw / 96) calc(100vw / 384 * 10);
    border-radius: 500px;
    box-shadow: 0 calc(100vw / 192) #c94f39;
    transition:all .5s;
    overflow: hidden;
}
.btn1 i {
    font-size:calc(100vw / 64);
    color:#fff;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:calc(100vw / 64);
}
.flex-right1-text {
    text-align:center;
    font-size:calc(100vw / 384 * 12);
    font-weight:900;
    margin-bottom:calc(100vw / 48);
}
/*introduction*/
.introduction-wrapper1 {
    padding:0 calc(100vw / 12);
    margin-bottom:calc(100vw / 96 * 10);
}
.flex-wrapper2 {
    display:flex;
    column-gap:calc(100vw / 384 * 10);
}
.img-left,
.img-right {
    width:50%;
}
.introduction-wrapper2 {
    padding:0 calc(100vw / 16);
    margin-bottom:calc(100vw / 96 * 10);
}
.introduction-text1 {
    text-align:center;
    font-size:calc(100vw / 192 * 10);
    font-weight:900;
    margin-bottom:calc(100vw / 96 * 2);
}
.introduction-text2 {
    text-align:center;
    font-size:calc(100vw / 192 * 6);
    font-weight:900;
    padding:calc(100vw / 32) calc(100vw / 192 * 10) calc(100vw / 24);
    background-color: #f3f3f3;
    border-radius:52% 48% 47% 53% / 82% 47% 53% 18% ;
}
/*consultant*/
.consultant-wrapper {
    padding:0 calc(100vw / 64);
    margin-bottom:calc(100vw / 96 * 10);
}
.flex-wrapper3 {
    display: flex;
    align-items:flex-start;
    margin-bottom: calc(100vw / 192 * 8);
}
.consul-img {
    width:16%;
    margin-top:calc(100vw / 384 * 10);
}
.consul-text-wrapper {
    width:84%;
}
.consul-text-inner {
    position: relative;
    margin-left:calc(100vw / 35);
    padding:calc(100vw / 36) calc(100vw / 48);
    max-width: 100%;
    min-height:calc(100vw / 58 * 10);
    color: #555;
    font-size:calc(100vw / 384 * 80 / 10 * 8 / 10);
    line-height: 1.5;
    background: #f3f3f3;
    border-radius:calc(100vw / 48);
    filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, .3));
}
.consul-text-inner::before {
    content: "";
    position: absolute;
    top:calc(100vw / 384 * 20);
    left:calc(-100vw / 35 * 2 + 1px);
    border:calc(100vw / 35) solid transparent;
    border-width:calc(100vw / 80) calc(100vw / 35);
    border-right:calc(100vw / 35) solid #f3f3f3;
}
/*support*/
.support-wrapper {
    padding:0 calc(100vw / 64);
    margin-bottom:calc(100vw / 96 * 10);
}
.support {
    padding:calc(100vw / 384 * 20) calc(100vw / 384 * 10);
    background-color: #171f2b;
    border-radius:calc(100vw / 48);
}
.support-title {
    text-align: center;
    font-size: calc(100vw / 384 * 13);
    font-weight:700;
    color:#fff;
    max-width:calc(100vw / 14 * 10);
    margin:0 auto calc(100vw / 384 * 10);
    border-bottom:calc(100vw / 96) solid #feed9d;
}
.support-title span {
    display:inline-block;
    font-size: calc(100vw / 384* 17);
    color:#f29336;
    margin:calc(-100vw / 384 * 9) calc(100vw / 96) calc(-100vw / 192);
    line-height:1.5;
}
.flex-wrapper4 {
    display:flex;
    column-gap: calc(100vw / 384 * 10);
}
.support-item {
    width:25%;
    aspect-ratio: 100 / 138;
    padding:calc(100vw / 48);
    background-color: #f3f3f3;
    border-radius:calc(100vw / 48);
}
.support-item-title {
    position: relative;
    text-align: center;
    font-size:calc(100vw / 384 * 10);
    font-weight:900;
    height:calc(100vw / 22);
    padding-bottom:calc(100vw / 384 * 5);
    margin-bottom:calc(100vw / 384 * 5);
}
.support-item-title::after {
    content:"";
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:0;
    width:calc(100vw / 14);
    height:calc(100vw / 128);
    background-color: #f29336;
}
.support-item-text {
    font-size:calc(100vw / 384 * 9);
}
.support-item-title.long-text {
    font-size:calc(100vw / 384 * 8);
    padding-top:calc(100vw / 384);
}
/*prompt*/
.prompt-wrapper {
    margin-bottom: calc(100vw / 96 * 10);
}
.prompt-text {
    font-size:calc(100vw / 274 * 10);
    font-weight: bold;
    text-align: center;
    margin-bottom:calc(100vw / 384 * 10);
}
.prompt-text span {
    display: inline-block;
    background: linear-gradient(transparent 80%, #feed9d 20%);
}
.btn2 {
    display: inline-block;
    position: relative;
    width:calc(100vw / 384 * 100 * 18 / 10);
    color:#fff;
    font-size:calc(100vw / 64 * 18 / 10);
    background-color: #f29336;
    padding:calc(100vw / 96 * 18 / 10) calc(100vw / 384 * 10 * 18 / 10);
    border-radius: 900px;
    box-shadow: 0 calc(100vw / 192 * 18 / 10) #c94f39;
    transition:all .5s;
    overflow: hidden;
}
.btn2 i {
    font-size:calc(100vw / 64 * 18 / 10);
    color:#fff;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:calc(100vw / 64 * 18 / 10);
}
/*footer*/
footer {
    background-color: #171f2b;
    color:#fff;
}
.footer-title-wrapper {
    display:flex;
    align-items: center;
    justify-content: center;
    height:calc(100vw / 384 * 100);
}
.footer-title {
    text-align: center;
    font-size: calc(100vw / 24);
    font-weight: bold;
}
footer small {
    display:block;
    line-height: 1.5;
    text-align: center;
    font-size: calc(100vw / 38);
}