@charset "UTF-8";

/*==============================================================*/
/*      common      */
/*==============================================================*/
html {
    scroll-behavior: smooth;
}

input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    background-color: white;
}

.main {
    margin: 0 auto 0;
    width: 100%;
    overflow-x: hidden;
}

div {
    transition: 0.3s;
    margin: 0;
}

a {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    transition: 0.3s;
}

img {
    transition: 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 500px) {
    .br500 {
        display: none;
    }
}

.br500r {
    display: none;
}

@media (min-width: 500px) {
    .br500r {
        display: block;
    }
}

@media (min-width: 750px) {
    .br750 {
        display: none;
    }
}

.br750r {
    display: none;
}

@media (min-width: 750px) {
    .br750r {
        display: block;
    }
}

@media (min-width: 1000px) {
    .br1000 {
        display: none;
    }
}

.br1000r {
    display: none;
}

@media (min-width: 1000px) {
    .br1000r {
        display: block;
    }
}

.link {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}

/*==============================================================*/
/*      top 2023/11/28追加分      */
/*==============================================================*/
.topWrap .inner .box .campaignBox {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .topWrap .inner .box .campaignBox {
        flex-direction: row;
        display: initial;
    }
}

.topWrap .inner .box .campaignBox .limitedArea {
    margin-top: 23px;
    position: relative;
    z-index: 2;
    max-width: 491px;
    width: 100%;
    text-align: center;
    margin-bottom: -15px;
}

@media (min-width: 768px) {
    .topWrap .inner .box .campaignBox .limitedArea {
        margin-top: 44px;
    }
}

.topWrap .inner .box .campaignBox .limitedArea img {
    width: 208px;
    height: auto;
}

.topWrap .inner .box .campaignBox .arrow_box {
    z-index: 1;
    position: relative;
    max-width: 362px;
    width: 100%;
    margin-bottom: 10px;
    background: #FFFFFF;
    padding: 18px 0 10px 0;
    text-align: center;
    border: 2px solid rgb(192, 45, 44);
    border-radius: 100px;
}

@media (min-width: 768px) {
    .topWrap .inner .box .campaignBox .arrow_box {
        max-width: 482px;
    }
}

.topWrap .inner .box .campaignBox .arrow_box:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 99%;
    left: 50%;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
}

.topWrap .inner .box .campaignBox .arrow_box:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 98%;
    left: 50%;
    border-color: rgba(255, 0, 0, 0);
    border-top-width: 32px;
    border-bottom-width: 32px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color: #FF0000;
}

.topWrap .inner .box .campaignBox .arrow_box p {
    padding-top: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.04em;
    text-align: center;
}

.topWrap .inner .box .campaignBox .arrow_box .smallText {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.04em;
    text-align: center;
}

.topWrap .inner .box .campaignBox .arrow_box .backYellow {
    background: linear-gradient(transparent 10%, #ff6 10%);
}

.topWrap .inner .box .campaignBox .arrow_box .boldText {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.96px;
}

.topWrap .inner .box .disText {
    padding-top: 9px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

@media (min-width: 768px) {
    .topWrap .inner .box .disText {
        text-align: left;
    }
}

.campaignbanner {
    margin: 60px 0;
}

@media (min-width: 768px) {
    .campaignbanner {
        margin: 100px 0;
    }
}

.campaignbanner .inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

.campaignbanner .inner img {
    max-width: 100%;
}

.campaignbanner .inner .bannerLink:hover img {
    transition: 0.4s;
    transform: translateY(-10px);
}

@media (min-width: 768px) {
    .campaignbanner .inner .bannerLink:hover img {
        transform: translateY(-50px);
    }
}

.campaignbanner .inner .canImgPC {
    display: none;
}

@media (min-width: 768px) {
    .campaignbanner .inner .canImgPC {
        display: block;
    }
}

.campaignbanner .inner .canImgSP {
    display: block;
}

@media (min-width: 768px) {
    .campaignbanner .inner .canImgSP {
        display: none;
    }
}

/*==============================================================*/
/*      top      */
/*==============================================================*/
.topWrap {
    background-image: url(../img/top/FV_sp.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 80px;
    position: relative;
    width: 100%;
}

@media (min-width: 1024px) {
    .topWrap {
        background-image: url(../img/top/FV.jpg);
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.topWrap .inner {
    position: relative;
    margin: 0 auto;
    display: flex;
    max-width: 1280px;
    width: 90%;
    height: 100%;
    z-index: 5;
    padding-top: 40px;
    -moz-column-gap: 54px;
    column-gap: 54px;
    row-gap: 40px;
    flex-direction: column-reverse;
    align-items: center;
}

@media (min-width: 1024px) {
    .topWrap .inner {
        align-items: initial;
        flex-direction: row;
    }
}

@media (min-width: 1000px) {
    .topWrap .inner {
        padding-top: 70px;
    }
}

.topWrap .inner .imgBox {
    flex: 1;
}

.topWrap .inner .imgBox img {
    max-width: 100%;
    height: 240px;
    border: 1px solid rgb(211, 211, 211);
}

@media (min-width: 768px) {
    .topWrap .inner .imgBox img {
        height: 438px;
    }
}

.topWrap .inner .box h1 {
    text-align: left;
    color: #333;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

@media (min-width: 768px) {
    .topWrap .inner .box h1 {
        margin-top: 0;
    }
}

@media (min-width: 750px) {
    .topWrap .inner .box h1 {
        font-size: 66px;
        line-height: 90px;
    }
}

.topWrap .inner .box h1 .cross {
    margin-left: -10px;
    color: #616161;
}

@media (min-width: 750px) {
    .topWrap .inner .box h1 .cross {
        margin-left: -15px;
    }
}

.topWrap .inner .box h1 .red {
    color: #c02d2c;
}

.topWrap .inner .box b {
    padding-top: 7px;
    color: #333;
    font-size: 17px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .topWrap .inner .box b {
        padding-top: 3px;
    }
}

@media (min-width: 500px) {
    .topWrap .inner .box b {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (min-width: 750px) {
    .topWrap .inner .box b {
        padding-top: 22px;
        font-size: 28px;
        line-height: 46px;
    }
}

.topWrap .inner .box b .red {
    color: #c02d2c;
}

.topWrap .inner .box p {
    padding-top: 5px;
    color: #333;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.12px;
}

@media (min-width: 750px) {
    .topWrap .inner .box p {
        font-size: 16px;
        line-height: 29px;
        padding-top: 37px;
    }
}

.topWrap .inner .box .br750 {
    display: none;
}

@media (min-width: 750px) {
    .topWrap .inner .box .br750 {
        display: block;
    }
}

.topWrap .inner .box a {
    position: relative;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    width: 327px;
    height: 68px;
    background-color: #c02d2c;
    border: 1px solid #c02d2c;
    border-radius: 8px;
    transition: 0.3s;
    color: #fff;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.topWrap .inner .box a .backArrow .arrowOne,
.topWrap .inner .box a .backArrow .arrowTwo {
    position: absolute;
    top: 22px;
    right: 10px;
}

@media (min-width: 768px) {

    .topWrap .inner .box a .backArrow .arrowOne,
    .topWrap .inner .box a .backArrow .arrowTwo {
        right: 20px;
    }
}

.topWrap .inner .box a .backArrow .arrowTwo {
    opacity: 0;
}

.topWrap .inner .box a .btnRight {
    margin-left: 18px;
}

@media (min-width: 768px) {
    .topWrap .inner .box a .btnRight {
        margin-left: 101px;
    }
}

.topWrap .inner .box a .btnLeft {
    margin-right: 18px;
    margin-left: 22px;
}

@media (min-width: 768px) {
    .topWrap .inner .box a .btnLeft {
        margin-left: 47px;
        margin-right: 51px;
    }
}

.topWrap .inner .box a:hover {
    transition: 0.3s;
    background: #fff;
    color: #c02d2c;
    border: 1px solid #c02d2c;
}

.topWrap .inner .box a:hover:after {
    color: #c02d2c;
}

.topWrap .inner .box a:hover .arrowOne {
    opacity: 0;
}

.topWrap .inner .box a:hover .arrowTwo {
    opacity: 1;
}

@media (min-width: 768px) {
    .topWrap .inner .box a {
        margin-left: 0;
        font-size: 20px;
        line-height: 29px;
        width: 491px;
        height: 68px;
    }
}

.topWrap .inner .scroll {
    position: absolute;
    display: none;
    width: 63px;
    height: 82px;
    left: 55%;
    transform: translateX(-50%);
    bottom: 46px;
}

@media (min-width: 1400px) {
    .topWrap .inner .scroll {
        display: block;
    }
}

.intro {
    position: relative;
    padding-top: 70px;
    padding-bottom: 60px;
    background-image: url(../img/top/intro_back_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 414px) {
    .intro {
        padding-top: 120px;
    }
}

@media (min-width: 500px) {
    .intro {
        padding-top: 37px;
    }
}

@media (min-width: 1000px) {
    .intro {
        background-image: url(../img/top/intro_back.png);
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.intro .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
}

.intro .inner h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

@media (min-width: 750px) {
    .intro .inner h2 {
        letter-spacing: 0.08em;
        font-size: 64px;
        line-height: 78px;
    }
}

.intro .inner h2 .cross {
    margin-left: -10px;
    color: #616161;
}

.intro .inner h2 .red {
    color: #c02d2c;
}

.intro .inner h2 .small {
    margin-left: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: left;
}

@media (min-width: 750px) {
    .intro .inner h2 .small {
        font-size: 34px;
        line-height: 49px;
    }
}

.intro .inner p {
    margin-top: 31px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.44px;
    text-align: center;
}

@media (min-width: 750px) {
    .intro .inner p {
        font-size: 18px;
        line-height: 29px;
    }
}

.intro .inner p .red {
    color: #c02d2c;
}

.intro .inner .illustSp {
    position: relative;
    margin: 25px auto;
    height: 324px;
    display: block;
    max-width: 500px;
}

@media (min-width: 750px) {
    .intro .inner .illustSp {
        display: none;
    }
}

.intro .inner .illustSp .hukidashi {
    position: absolute;
    width: 108px;
    height: 108px;
}

.intro .inner .illustSp .hukidashi1 {
    top: 0;
    left: 0;
}

.intro .inner .illustSp .hukidashi2 {
    top: 0;
    right: 0;
}

.intro .inner .illustSp .hukidashi3 {
    bottom: 0;
    left: 0;
}

.intro .inner .illustSp .hukidashi4 {
    bottom: 0;
    right: 0;
}

.intro .inner .illustSp .introImg {
    position: absolute;
    width: 145px;
    height: 138px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro .inner .illust {
    position: relative;
    margin: 0 auto;
    max-width: 1018px;
    display: none;
}

@media (min-width: 750px) {
    .intro .inner .illust {
        display: block;
    }
}

.intro .inner .illust .hukidashi {
    position: absolute;
    scale: 0.7;
}

@media (min-width: 1000px) {
    .intro .inner .illust .hukidashi {
        scale: 1;
    }
}

.intro .inner .illust .hukidashi1 {
    top: 229px;
    left: 0;
    width: 256px;
    height: 256px;
}

.intro .inner .illust .hukidashi2 {
    top: 0px;
    left: 10%;
    width: 256px;
    height: 256px;
}

@media (min-width: 1000px) {
    .intro .inner .illust .hukidashi2 {
        top: 50px;
        left: 190px;
    }
}

.intro .inner .illust .hukidashi3 {
    top: 0px;
    right: 10%;
    width: 256px;
    height: 256px;
}

@media (min-width: 1000px) {
    .intro .inner .illust .hukidashi3 {
        top: 50px;
        right: 190px;
    }
}

.intro .inner .illust .hukidashi4 {
    top: 229px;
    right: 0;
    width: 256px;
    height: 256px;
}

.intro .inner .illust .introImg {
    padding-top: 218px;
    display: block;
    margin: 0 auto;
    width: 306px;
    height: 511px;
}

@media (min-width: 1000px) {
    .intro .inner .illust .introImg {
        padding-top: 290px;
    }
}

@media (min-width: 1000px) {
    .intro .inner .illust .introImg {
        height: 583px;
    }
}

.intro .inner .vector {
    display: block;
    margin: 15px auto 20px;
    width: 22px;
    height: 27px;
}

@media (min-width: 750px) {
    .intro .inner .vector {
        margin: 38px auto 38px;
        width: 42px;
        height: 52px;
    }
}

.intro .inner .flex {
    display: flex;
    gap: 100px 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 100px;
}

@media (min-width: 1000px) {
    .intro .inner .flex {
        margin-top: 113px;
    }
}

.intro .inner .flex .box {
    width: 340px;
    border-radius: 9px;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 0 24px;
    padding-bottom: 30px;
}

@media (min-width: 750px) {
    .intro .inner .flex .box {
        height: 631px;
    }
}

.intro .inner .flex .box .pop {
    margin: -58px auto 0;
    width: 266px;
    height: 114px;
    background-image: url(../img/top/pop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 5%;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: -0.97px;
    line-height: 29px;
}

@media (min-width: 1200px) {
    .intro .inner .flex .box .pop {
        font-size: 19px;
    }
}

.intro .inner .flex .box .popImg {
    display: block;
}

.intro .inner .flex .box .popImgLeft {
    margin: 35px auto;
    width: 214px;
    height: 157px;
}

.intro .inner .flex .box .popImgCenter {
    margin: 13px auto 23px;
    width: 176px;
    height: 188px;
}

.intro .inner .flex .box .popImgRight {
    margin: 25px auto 37px;
    width: 135px;
    height: 163px;
}

.intro .inner .flex .box p {
    color: #333;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1px;
    text-align: left;
}

@media (min-width: 750px) {
    .intro .inner .flex .box p {
        font-size: 18px;
        line-height: 29px;
    }
}

.intro .inner .flex .box p span {
    font-weight: 700;
}

.service {
    position: relative;
    background-image: url(../img/top/service_back_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 60px;
    overflow-x: hidden;
}

@media (min-width: 1000px) {
    .service {
        background-image: url(../img/top/service_back.png);
        padding-bottom: 100px;
    }
}

.service .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
}

.service .inner h2 {
    padding-top: 50px;
    color: #fff;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 3.84px;
    text-align: center;
    line-height: 35px;
}

@media (min-width: 750px) {
    .service .inner h2 {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (min-width: 1000px) {
    .service .inner h2 {
        padding-top: 100px;
    }
}

.service .inner .h2Sub {
    margin-top: 11px;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-align: center;
}

@media (min-width: 1000px) {
    .service .inner .h2Sub {
        margin-top: 15px;
    }
}

@media (min-width: 750px) {
    .service .inner .h2Sub {
        font-size: 20px;
    }
}

.service .inner .flex {
    position: relative;
    margin-top: 45px;
    padding: 45px 10px;
    border-radius: 9px;
    background-color: white;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

@media (min-width: 1000px) {
    .service .inner .flex {
        gap: 75px;
        flex-direction: row;
        padding: 40px 60px;
        margin-top: 60px;
    }
}

.service .inner .flex:before {
    content: "";
    position: absolute;
    background-color: white;
    width: 200%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translateX(-25%);
}

@media (min-width: 500px) {
    .service .inner .flex:before {
        transform: translateX(-50%);
        width: 100%;
    }
}

.service .inner .flex .left {
    position: relative;
    z-index: 2;
}

@media (min-width: 1000px) {
    .service .inner .flex .left {
        flex: 1;
    }
}

.service .inner .flex .left .img {
    max-width: 487px;
    width: 100%;
}

@media (min-width: 1300px) {
    .service .inner .flex .left .img {
        width: 487px;
    }
}

.service .inner .flex .right {
    position: relative;
    z-index: 2;
}

@media (min-width: 1000px) {
    .service .inner .flex .right {
        width: 460px;
    }
}

.service .inner .flex .right b {
    color: #c02d2c;
    text-shadow: 2px 2px 0px 0px #fff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 1.6px;
}

@media (min-width: 750px) {
    .service .inner .flex .right b {
        font-size: 20px;
        line-height: 20px;
    }
}

.service .inner .flex .right h3 {
    color: #333;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 2.56px;
    line-height: 46px;
}

@media (min-width: 750px) {
    .service .inner .flex .right h3 {
        margin-top: 8px;
        font-size: 29px;
        line-height: 46px;
    }
}

.service .inner .flex .right p {
    color: #333;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 21px;
    letter-spacing: 1px;
    font-weight: 400;
}

@media (min-width: 750px) {
    .service .inner .flex .right p {
        letter-spacing: 0.5px;
        font-size: 16px;
        line-height: 29px;
    }
}

@media (min-width: 1000px) {
    .service .inner .flex .right p {
        margin-top: 35px;
    }
}

@media (min-width: 500px) {
    .service .inner .flex.reverse {
        padding: 45px 10px 45px 35px;
    }
}

@media (min-width: 1000px) {
    .service .inner .flex.reverse {
        padding: 40px 60px;
        flex-direction: row-reverse;
    }
}

@media (min-width: 500px) {
    .service .inner .flex.reverse:before {
        transform: translateX(50%);
    }
}

.tool {
    position: relative;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 80px;
}

@media (min-width: 1000px) {
    .tool {
        padding-top: 100px;
        padding-bottom: 110px;
    }
}

.tool .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
}

.tool .inner h2 {
    color: #333;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.92px;
    text-align: center;
}

@media (min-width: 750px) {
    .tool .inner h2 {
        font-size: 48px;
        line-height: normal;
    }
}

.tool .inner .h2Sub {
    margin-top: 10px;
    color: #c02d2c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.12px;
    text-align: center;
}

@media (min-width: 750px) {
    .tool .inner .h2Sub {
        margin-top: 15px;
        font-size: 20px;
    }
}

.tool .inner b {
    margin-top: 30px;
    margin-bottom: 81px;
    display: block;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.28px;
}

@media (min-width: 750px) {
    .tool .inner b {
        margin-bottom: 51px;
        margin-top: 44px;
        font-size: 18px;
        line-height: 29px;
    }
}

.tool .inner b span {
    color: #c02d2c;
}

.tool .inner .flex {
    margin-top: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 25px;
    border-radius: 9px;
    background: #f5f7f9;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
    flex-direction: column;
}

@media (min-width: 1000px) {
    .tool .inner .flex {
        margin-top: 118px;
        padding: 70px 65px;
        flex-direction: row;
    }
}

.tool .inner .flex.first {
    margin-top: 50px;
}

@media (min-width: 1000px) {
    .tool .inner .flex .num {
        top: -58px;
        left: 60px;
        font-size: 128px;
    }
}

.tool .inner .flex .left {
    width: 100%;
}

@media (min-width: 1000px) {
    .tool .inner .flex .left {
        max-width: 250px;
    }
}

.tool .inner .flex .left h3 {
    color: #333;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.6px;
    white-space: nowrap;
}

@media (min-width: 750px) {
    .tool .inner .flex .left h3 {
        letter-spacing: 1px;
        font-size: 27px;
        line-height: normal;
    }
}

.tool .inner .flex .left .h3Sub {
    margin-top: 8px;
    color: #707070;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.12px;
}

@media (min-width: 750px) {
    .tool .inner .flex .left .h3Sub {
        margin-top: 24px;
        font-size: 16px;
    }
}

.tool .inner .flex .center {
    width: 100%;
    margin-top: 25px;
}

@media (min-width: 1000px) {
    .tool .inner .flex .center {
        margin-top: 0;
        max-width: 260px;
        margin-left: 50px;
    }
}

@media (min-width: 1200px) {
    .tool .inner .flex .center {
        margin-left: 100px;
    }
}

.tool .inner .flex .center .img {
    width: 100%;
}

.tool .inner .flex .right {
    flex: 1;
    margin-top: 20px;
}

@media (min-width: 1000px) {
    .tool .inner .flex .right {
        margin-top: 0;
        max-width: 310px;
        margin-left: 35px;
    }
}

@media (min-width: 1200px) {
    .tool .inner .flex .right {
        margin-left: 70px;
    }
}

.tool .inner .flex .right p {
    color: #333;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 1.28px;
}

@media (min-width: 1000px) {
    .tool .inner .flex.reverse {
        flex-direction: row-reverse;
    }
}

@media (min-width: 1000px) {
    .tool .inner .flex.reverse .num {
        top: -58px;
        left: auto;
        right: 60px;
        font-size: 128px;
    }
}

@media (min-width: 1000px) {
    .tool .inner .flex.reverse .center {
        margin-left: 0;
        margin-right: 50px;
    }
}

@media (min-width: 1200px) {
    .tool .inner .flex.reverse .center {
        margin-right: 100px;
    }
}

@media (min-width: 1000px) {
    .tool .inner .flex.reverse .right {
        margin-left: 0;
        margin-right: 35px;
    }
}

@media (min-width: 1200px) {
    .tool .inner .flex.reverse .right {
        margin-right: 70px;
    }
}

.tool .inner .button {
    display: block;
    margin: 40px auto 0;
    width: 100%;
    border-radius: 8px;
    padding: 14px 0;
    border: 1px solid #c02d2c;
    background: #c02d2c;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

@media (min-width: 500px) {
    .tool .inner .button {
        margin: 60px auto 0;
        width: 270px;
        border-radius: 8px;
        padding: 14px 0;
        border: 1px solid #c02d2c;
        background: #c02d2c;
        color: #fff;
        font-size: 16px;
    }
}

.tool .inner .button:hover {
    transition: 0.3s;
    background: #fff;
    border: 1px solid #c02d2c;
    color: #c02d2c;
}

.tool .contentsArea {
    position: relative;
}

.tool .contentsArea .imgBack {
    position: absolute;
    top: 210px;
    right: 0;
}

@media (min-width: 1100px) {
    .tool .contentsArea .imgBack {
        top: 0;
    }
}

.tool .contentsArea .twoCircle {
    position: absolute;
    top: -90px;
    right: 0;
}

@media (min-width: 1100px) {
    .tool .contentsArea .twoCircle {
        top: 0;
    }
}

.tool .contentsArea .imgLeftBack {
    position: absolute;
    top: 210px;
    left: 0;
}

@media (min-width: 1100px) {
    .tool .contentsArea .imgLeftBack {
        top: 0;
    }
}

.tool .contentsArea .imgLeftBack,
.tool .contentsArea .slach {
    position: absolute;
    top: -90px;
    left: 0;
}

@media (min-width: 1100px) {

    .tool .contentsArea .imgLeftBack,
    .tool .contentsArea .slach {
        top: -90px;
    }
}

.tool .contentsArea .redCircle {
    width: 230px;
}

@media (min-width: 768px) {
    .tool .contentsArea .redCircle {
        width: initial;
    }
}

.tool .contentsArea .slashLine {
    width: 130px;
}

@media (min-width: 768px) {
    .tool .contentsArea .slashLine {
        width: initial;
    }
}

.tool .contentsArea .tworightSlach {
    top: -100px;
    right: 0;
}

@media (min-width: 1100px) {
    .tool .contentsArea .tworightSlach {
        top: -220px;
    }
}

.tool .contentsArea .tworightSlach .redCircle {
    display: none;
}

@media (min-width: 768px) {
    .tool .contentsArea .tworightSlach .redCircle {
        display: block;
    }
}

.tool .contentsArea .tworightSlach .redCircleSP {
    display: block;
}

@media (min-width: 768px) {
    .tool .contentsArea .tworightSlach .redCircleSP {
        display: none;
    }
}

.tool .contentsArea .inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
}

.tool .contentsArea .inner .flexBox.first {
    margin-top: 100px;
}

.tool .contentsArea .inner .flexBox {
    display: flex;
    gap: 60px 112px;
    flex-direction: column-reverse;
    align-items: center;
}

@media (min-width: 1024px) {
    .tool .contentsArea .inner .flexBox {
        align-items: initial;
        flex-direction: row;
    }
}

.tool .contentsArea .inner .flexBox .imgArea {
    flex: 1;
    position: relative;
}

.tool .contentsArea .inner .flexBox .imgArea img {
    max-width: 100%;
}

.tool .contentsArea .inner .flexBox .imgArea .backImg {
    position: absolute;
    right: -20px;
    bottom: -25px;
}

@media (min-width: 768px) {
    .tool .contentsArea .inner .flexBox .imgArea .backImg {
        right: -25px;
    }
}

@media (min-width: 1024px) {
    .tool .contentsArea .inner .flexBox .imgArea .backImg {
        right: -50px;
    }
}

.tool .contentsArea .inner .flexBox .imgArea .backImg img {
    width: 85px;
    height: 202px;
}

@media (min-width: 768px) {
    .tool .contentsArea .inner .flexBox .imgArea .backImg img {
        width: 107px;
        height: 254px;
    }
}

.tool .contentsArea .inner .flexBox .imgArea .backImg .person {
    width: 79px;
    height: 180px;
}

@media (min-width: 768px) {
    .tool .contentsArea .inner .flexBox .imgArea .backImg .person {
        width: 132px;
        height: 282px;
    }
}

.tool .contentsArea .inner .flexBox .imgArea .backImg .titlePerson {
    width: 116px;
    height: 158px;
}

@media (min-width: 768px) {
    .tool .contentsArea .inner .flexBox .imgArea .backImg .titlePerson {
        width: 174px;
        height: 239px;
    }
}

.tool .contentsArea .inner .flexBox .imgArea .backImg .finalPerson {
    width: 81px;
    height: 102px;
}

@media (min-width: 768px) {
    .tool .contentsArea .inner .flexBox .imgArea .backImg .finalPerson {
        width: 244px;
        height: 300px;
    }
}

.tool .contentsArea .inner .flexBox .imgArea .finalBack {
    position: absolute;
    right: 0;
    bottom: -25px;
}

@media (min-width: 768px) {
    .tool .contentsArea .inner .flexBox .imgArea .finalBack {
        right: -25px;
    }
}

@media (min-width: 1024px) {
    .tool .contentsArea .inner .flexBox .imgArea .finalBack {
        right: -45px;
    }
}

@media (min-width: 1200px) {
    .tool .contentsArea .inner .flexBox .imgArea .finalBack {
        right: -100px;
    }
}

@media (min-width: 1440px) {
    .tool .contentsArea .inner .flexBox .imgArea .finalBack {
        right: -150px;
    }
}

.tool .contentsArea .inner .flexBox .textArea {
    position: relative;
}

@media (min-width: 1024px) {
    .tool .contentsArea .inner .flexBox .textArea {
        width: 47.2727272727%;
    }
}

.tool .contentsArea .inner .flexBox .textArea .h3Ttl {
    color: #C02D2C;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tool .contentsArea .inner .flexBox .textArea .h3Sub {
    margin-top: 10px;
    color: #878787;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
}

.tool .contentsArea .inner .flexBox .textArea .text {
    margin-top: 30px;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    /* 181.25% */
    letter-spacing: 1.28px;
}

.tool .contentsArea .inner .flexBox .textArea .backTile {
    position: absolute;
    top: -70px;
    left: -50px;
    display: none;
}

@media (min-width: 768px) {
    .tool .contentsArea .inner .flexBox .textArea .backTile {
        display: block;
    }
}

.tool .contentsArea .inner .reverse {
    margin-top: 100px;
}

@media (min-width: 1024px) {
    .tool .contentsArea .inner .reverse {
        flex-direction: row-reverse;
    }
}

.tool .contentsArea .inner .reverse .imgArea {
    flex: 1;
    position: relative;
}

.tool .contentsArea .inner .reverse .imgArea img {
    max-width: 100%;
}

.tool .contentsArea .inner .reverse .imgArea .backImg {
    position: absolute;
    left: -20px;
    bottom: -25px;
}

@media (min-width: 768px) {
    .tool .contentsArea .inner .reverse .imgArea .backImg {
        left: -25px;
    }
}

@media (min-width: 1024px) {
    .tool .contentsArea .inner .reverse .imgArea .backImg {
        left: -50px;
    }
}

.tool .contentsArea .inner .reverse .imgArea .backImg img {
    width: 116px;
    height: 158px;
}

@media (min-width: 768px) {
    .tool .contentsArea .inner .reverse .imgArea .backImg img {
        width: 107px;
        height: 254px;
    }
}

.tool .contentsArea .inner .reverse .imgArea .backImg .titlePersonTh {
    width: 85px;
    height: 202px;
}

@media (min-width: 768px) {
    .tool .contentsArea .inner .reverse .imgArea .backImg .titlePersonTh {
        width: 107px;
        height: 254px;
    }
}

.use {
    position: relative;
    padding: 50px 0 45px;
    background-image: url(../img/top/use_back_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 1000px) {
    .use {
        background-image: url(../img/top/use_back.png);
        padding: 100px 0 100px;
    }
}

.use .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
}

.use .inner h2 {
    color: #fff;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.92px;
    text-align: center;
}

@media (min-width: 750px) {
    .use .inner h2 {
        line-height: normal;
        font-size: 48px;
    }
}

.use .inner .h2Sub {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.12px;
    text-align: center;
    padding-bottom: 50px;
}

@media (min-width: 750px) {
    .use .inner .h2Sub {
        margin-top: 15px;
        font-size: 20px;
    }
}

@media (min-width: 1000px) {
    .use .inner .h2Sub {
        padding-bottom: 0;
    }
}

.use .inner .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1000px) {
    .use .inner .flex {
        gap: 14px;
        margin-top: 90px;
        flex-direction: row;
    }
}

.use .inner .flex .box {
    position: relative;
    border-radius: 20px;
    background: #fff;
    padding: 54px 22px 45px;
    max-width: 340px;
    width: 100%;
}

@media (min-width: 1000px) {
    .use .inner .flex .box img {
        min-height: 200px;
    }
}

@media (min-width: 1000px) {
    .use .inner .flex .box {
        height: 531px;
        padding: 98px 22px 0;
        min-width: 270px;
    }
}

.use .inner .flex .box .num {
    position: absolute;
    margin: 0;
    left: -5px;
    top: -39px;
    color: #c02d2c;
    text-shadow: 2px 2px 0px #fff;
    font-size: 64px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 5.12px;
}

@media (min-width: 1000px) {
    .use .inner .flex .box .num {
        font-size: 96px;
        line-height: 96px;
        left: -25px;
        top: -49px;
    }
}

.use .inner .flex .box h3 {
    color: #c02d2c;
    text-align: center;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 29px;
    letter-spacing: 1.76px;
    white-space: nowrap;
}

@media (min-width: 750px) {
    .use .inner .flex .box h3 {
        font-size: 22px;
    }
}

.use .inner .flex .box img {
    margin-top: 23px;
    width: 100%;
}

@media (min-width: 1000px) {
    .use .inner .flex .box img {
        margin-top: 18px;
    }
}

.use .inner .flex .box p {
    margin-top: 20px;
    color: #333;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 1.12px;
}

@media (min-width: 750px) {
    .use .inner .flex .box p {
        font-size: 16px;
        line-height: 29px;
    }
}

@media (min-width: 1000px) {
    .use .inner .flex .box p {
        margin-top: 17px;
    }
}

.use .inner .flex .vector {
    margin-top: 25px;
    margin-bottom: 44px;
    transform: rotate(90deg);
}

@media (min-width: 1000px) {
    .use .inner .flex .vector {
        transform: rotate(0deg);
    }
}

.plan {
    position: relative;
    padding: 60px 0;
    background-image: url(../img/top/plan_back_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 1000px) {
    .plan {
        background-image: url(../img/top/plan_back.png);
        padding: 100px 0;
    }
}

.plan .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
}

.plan .inner h2 {
    color: #333;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.92px;
    text-align: center;
}

@media (min-width: 750px) {
    .plan .inner h2 {
        font-size: 48px;
        line-height: 70px;
    }
}

.plan .inner .h2Sub {
    margin-top: 10px;
    color: #c02d2c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.12px;
    text-align: center;
}

@media (min-width: 750px) {
    .plan .inner .h2Sub {
        font-size: 20px;
        line-height: 24px;
    }
}

.plan .inner .flex {
    margin-top: 35px;
    display: flex;
    gap: 35px;
    row-gap: 120px;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.plan .inner .flex .box {
    border-radius: 9px;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 23px 24px 44px;
    max-width: 350px;
    width: 100%;
}

@media (min-width: 817px) {
    .plan .inner .flex .box {
        height: 710px;
    }
}

.premium {
    position: relative;
    border: 1px solid #C02D2C !important;
}

.premium .backImg {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.freePlan {
    margin: -23px -24px 0;
    background: rgb(223, 223, 223);
    border-radius: 9px 9px 0px 0px;
}

.premiumPlan {
    border-radius: 9px 9px 0px 0px;
    margin: -23px -24px 0;
    background: rgb(192, 45, 44);
}

.premiumPlan .planName {
    color: #fff !important;
}

.plan .inner .flex .box .planName {
    margin: 0 auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 23px 25px 20px;
    text-align: center;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.6px;
}

.plan .inner .flex .box strong {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 18px;
    color: #333;
    font-size: 36px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 2.88px;
}

@media (min-width: 750px) {
    .plan .inner .flex .box strong {
        font-size: 36px;
        line-height: 52px;
    }
}

.plan .inner .flex .box strong span {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.plan .inner .flex .box ul {
    margin-top: 12px;
}

.plan .inner .flex .box ul li {
    padding: 20px 0;
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #c9c9c9;
}

.plan .inner .flex .box ul li .pText {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
}

.plan .inner .flex .box ul li .boxRedText {
    margin-top: 8px;
    padding: 0 8px;
    color: rgb(192, 45, 44);
    border: 1px solid rgb(192, 45, 44);
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.plan .inner .flex .box ul li .redText {
    color: rgb(192, 45, 44);
    margin-top: 2px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.plan .inner .flex .box ul li b {
    display: block;
    width: 70px;
    white-space: nowrap;
    color: #333;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.plan .inner .flex .box ul li p {
    color: #333;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.plan .inner .flex .box ul li p span {
    color: #c02d2c;
}

.plan .inner .flex .box a,
.registerBtn {
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 0;
    border-radius: 8px;
    background: #c02d2c;
    border: 1px solid #c02d2c;
    margin: 57px auto 0;
    width: 100%;
    max-width: 280px;
    color: #fff;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    transition: 0.3s;
}

.plan .inner .flex .box a .backArrow .arrowOne,
.plan .inner .flex .box a .backArrow .arrowTwo,
.registerBtn .backArrow .arrowOne,
.registerBtn .backArrow .arrowTwo {
    position: absolute;
    top: 19px;
    right: 22px;
}

@media (min-width: 768px) {

    .plan .inner .flex .box a .backArrow .arrowOne,
    .plan .inner .flex .box a .backArrow .arrowTwo,
    .registerBtn .backArrow .arrowOne,
    .registerBtn .backArrow .arrowTwo {
        right: 22px;
    }
}

.plan .inner .flex .box a .backArrow .arrowTwo,
.registerBtn .backArrow .arrowTwo {
    opacity: 0;
}

.plan .inner .flex .box a .btnLeft,
.registerBtn .btnLeft {
    width: 34px;
    height: auto;
    margin-right: 25px;
    margin-left: 22px;
}

.plan .inner .flex .box a .btnRight,
.registerBtn .btnRight {
    margin-left: 45px;
}

.plan .inner .flex .box a:hover,
.registerBtn:hover {
    transition: 0.4s;
    background: #fff;
    color: #c02d2c;
}

.plan .inner .flex .box a:hover .arrowOne,
.registerBtn:hover .arrowOne {
    opacity: 0;
}

.plan .inner .flex .box a:hover .arrowTwo,
.registerBtn:hover .arrowTwo {
    opacity: 1;
}

.plan .inner .flex .box a,
.register {
    display: flex;
    align-items: center;
    padding: 13px 0;
    border-radius: 8px;
    background: #c02d2c;
    border: 1px solid #c02d2c;
    margin: 27px auto 0;
    width: 100%;
    max-width: 280px;
    color: #fff;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    transition: 0.3s;
}

.plan .inner .flex .box a .backArrow .arrowOne,
.plan .inner .flex .box a .backArrow .arrowTwo,
.register .backArrow .arrowOne,
.register .backArrow .arrowTwo {
    position: absolute;
    top: 19px;
    right: 22px;
}

@media (min-width: 768px) {

    .plan .inner .flex .box a .backArrow .arrowOne,
    .plan .inner .flex .box a .backArrow .arrowTwo,
    .register .backArrow .arrowOne,
    .register .backArrow .arrowTwo {
        right: 22px;
    }
}

.plan .inner .flex .box a .backArrow .arrowTwo,
.register .backArrow .arrowTwo {
    opacity: 0;
}

.plan .inner .flex .box a .btnLeft,
.register .btnLeft {
    width: 34px;
    height: auto;
    margin-right: 35px;
}

.plan .inner .flex .box a .btnLeftOne,
.register .btnLeftOne {
    margin-left: 20px;
    width: 34px;
    height: auto;
    margin-right: 55px;
}

.plan .inner .flex .box a .btnRight,
.register .btnRight {
    margin-left: 45px;
}

.plan .inner .flex .premium a {
    margin-top: 45px;
}

@media (min-width: 817px) {
    .plan .inner .flex .box a.freeText {
        margin: 25px auto 0;
    }
}

.plan .inner .flex .box a:hover {
    transition: 0.3s;
    /* background-color: #e36776; */
    color: #c02d2c;
    border: 1px solid #c02d2c;
    background: #fff;
}

.plan .inner .flex .box a:hover .arrowOne {
    opacity: 0;
}

.plan .inner .flex .box a:hover .arrowTwo {
    opacity: 1;
}

.faq {
    position: relative;
    padding: 60px 0;
    background-image: url(../img/top/faq_back_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 1000px) {
    .faq {
        background-image: url(../img/top/faq_back.png);
        padding: 100px 0;
    }
}

.faq .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
}

.faq .inner h2 {
    color: #333;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.92px;
    text-align: center;
}

@media (min-width: 750px) {
    .faq .inner h2 {
        font-size: 48px;
        line-height: 70px;
    }
}

.faq .inner .h2Sub {
    margin-top: 10px;
    color: #c02d2c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.12px;
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 750px) {
    .faq .inner .h2Sub {
        margin-bottom: 45px;
        font-size: 20px;
        line-height: 24px;
    }
}

.faq .inner .box {
    max-width: 827px;
    margin: 0 auto 25px;
}

.faq .inner .box .top {
    padding: 20px 20px 20px 10px;
    border: 1px solid #c9c9c9;
    border-radius: 9px 9px 0 0;
    background: #f5f7f9;
    display: flex;
}

@media (min-width: 768px) {
    .faq .inner .box .top {
        padding: 20px 40px;
    }
}

@media (min-width: 1000px) {
    .faq .inner .box .top {
        margin-top: 3px;
    }
}

.faq .inner .box .top b {
    display: block;
    color: #c02d2c;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 1.28px;
}

.faq .inner .box .top .title {
    margin-left: 5px;
    display: block;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.12px;
}

.faq .inner .box .top img {
    margin-top: 3px;
    margin-left: auto;
    width: 25px;
    height: 15px;
    transform-origin: 50% 50%;
    transform: rotate(180deg);
}

@media (min-width: 1000px) {
    .faq .inner .box .top img {
        margin-top: 0;
        width: 34px;
        height: 24px;
    }
}

.faq .inner .box .bottom {
    padding: 20px 20px 20px 10px;
    background: #fff;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-radius: 0 0 9px 9px;
    display: none;
    transition: 0.3s;
}

@media (min-width: 768px) {
    .faq .inner .box .bottom {
        padding: 20px 90px 20px 40px;
    }
}

.faq .inner .box .bottom b {
    margin-right: 5px;
    display: block;
    color: #c02d2c;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    font-family: "Noto Sans JP", sans-serif;
}

.faq .inner .box .bottom p {
    color: #333;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.12px;
}

.faq .inner .box .bottom .example {
    position: relative;
    display: block;
    padding-left: 29px;
}

.faq .inner .box .bottom .example:before {
    content: "例：";
    position: absolute;
    left: 0;
    top: 0;
    width: 29px;
    height: 26px;
}

.faq .inner .box.active img {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
}

.faq .inner .box.active .bottom {
    display: flex;
}

/* coming soonボタン */
.plan .inner .flex .box .coming-btn {
    background: #F0F0F0;
    pointer-events: none;
    display: block;
    padding: 13px 0;
    border-radius: 8px;
    margin: 25px auto 0;
    width: 100%;
    max-width: 280px;
    color: #474747;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    transition: 0.3s;
}

/* コンタクフォーム */
.inquiryWrap {
    padding-bottom: 80px;
    padding-top: 150px;
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
}

.inquiryInner h2.tit {
    font: normal 700 40px/38px "Noto Sans JP", sans-serif;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}

.inquiryInner form {
    width: 100%;
    max-width: 800px;
}

.inquiryInner form .form-group {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media (min-width: 768px) {
    .inquiryInner form .form-group {
        flex-direction: row;
        -moz-column-gap: 60px;
        column-gap: 60px;
        align-items: center;
    }
}

.inquiryInner form .form-group:first-child {
    margin-top: 0;
}

.inquiryInner form .form-group .form__ttl {
    display: block;
    width: 210px;
    min-width: 210px;
    font: normal 600 16px/24px "Noto Sans JP", sans-serif;
    color: #333;
}

.inquiryInner form .form-group .form__ttl .label-most {
    margin-right: 10px;
    color: #fff;
    background: #EB0000;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 20px;
}

.inquiryInner form .form-group .inputContents {
    flex: 1;
}

.inquiryInner form .form-group .inputContents input {
    display: block;
    padding: 5px;
    width: 100%;
    height: 40px;
    border: 1px solid #333;
    border-radius: 4px;
}

.inquiryInner form .form-group .inputContents textarea {
    display: block;
    padding: 5px;
    width: 100%;
    border: 1px solid #333;
    border-radius: 4px;
}

.inquiryInner form .form-group .checkBox {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

@media (min-width: 768px) {
    .inquiryInner form .form-group .checkBox {
        flex-direction: row;
    }
}

.inquiryInner form .form-group .checkBox .checkBoxItem {
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
    flex: 3;
}

.inquiryInner form .form-group .checkBox .checkBoxItem input {
    width: 10px;
    height: 10px;
}

.inquiryInner form .form-group .checkBox .checkBoxItem label {
    font: normal 500 14px/22px "Noto Sans JP", sans-serif;
    color: #333;
}

.inquiryInner form .send-btn-wrap {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0;
}

.inquiryInner form .send-btn-wrap input[type=submit] {
    -moz-user-select: none;
    background: #c02d2c;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    font: normal 700 16px/29px "Noto Sans JP", sans-serif;
    padding: 13px 0;
    color: #FFF;
    border: 0;
    transition: all 0.4s ease-in-out;
    border-radius: 9px;
}

.inquiryInner form .send-btn-wrap input[type=submit]:hover {
    background-color: #e36776;
}

.inquiryInner form p.privacyTxt {
    margin: 50px auto 0;
    text-align: center;
    font: normal 500 14px/20px "Noto Sans JP", sans-serif;
    color: #333;
}

.inquiryInner form p.privacyTxt a {
    color: #c02d2c;
    transition: all 0.4s ease-in-out;
}

.inquiryInner form p.privacyTxt a:hover {
    opacity: 0.7;
}

/*=================================================*/
/*送信完了ページ
/*=================================================*/
.send-contents {
    width: 100%;
    height: auto;
    margin: auto;
}

.send-contents .send-wrap {
    max-width: 900px;
    width: 100%;
    margin: 0vh auto 0vh;
    border-radius: 15px;
}

.send-contents .send-wrap .send-box {
    border: 1px solid #333;
    border-radius: 15px;
    width: inherit;
    padding: 10% 5%;
    background: #fff;
}

.send-contents .send-wrap .send-box .text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 40px;
    padding: 30px 0;
    text-align: center;
}

.send-contents .send-wrap .send-box .text.title {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    padding: 20px 2%;
    background: #c02d2c;
    text-align: center;
}

.send-contents .send-wrap .send-box .return-text-btn {
    display: block;
    text-align: center;
    text-decoration: none;
}

.send-contents .send-wrap .send-box .return-text-btn .top-return {
    display: inline-block;
    text-decoration: none;
}

.send-contents .send-wrap .send-box .return-text-btn .top-return .return-text {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 0;
    transition: all 0.3s;
}

/*ーーーートップに戻るテキストホバーの色ーーーー*/
.send-contents .send-wrap .send-box .return-text-btn .top-return .return-text:hover {
    color: #c02d2c;
    transition: 0.4s;
    opacity: 0.6;
    text-decoration: none;
}

@media (min-width: 769px) {
    .send-contents .send-wrap {
        margin: 2rem auto 2rem;
    }
}

@media (min-width: 769px) {
    .send-contents {
        padding: 0 45px;
    }
}

@media (min-width: 769px) {
    .send-contents .send-wrap .send-box {
        padding: 10% 8%;
    }
}

@media (min-width: 769px) {
    .send-contents .send-wrap .send-box .text.title {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (min-width: 769px) {
    .send-contents .send-wrap .send-box .text {
        font-size: 20px;
        padding: 40px 0;
    }
}

@media (min-width: 769px) {
    .send-contents .send-wrap .send-box .return-text-btn .top-return .return-text {
        font-size: 24px;
    }
}

.teamsTit {
    font: normal 700 40px/38px "Noto Sans JP", sans-serif;
    color: #333;
    text-align: center;
}

.lavelFlex {
    display: flex;
}

.required-text {
    color: #c02d2c;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/*# sourceMappingURL=top.css.map */
