@charset "utf-8";

		.amazon-gift_img {
		  margin-top: 40px;
			max-width: 100%;
		}


/* フォーム */

    /* チェックボックス */

        .language {
            display: flex;
            flex-wrap: wrap;
            gap: .5em 2em;
            border: none;
            margin-top: 8px;
            width: 96%;
        }

        .language label {
            display: flex;
            align-items: center;
            gap: 0 .5em;
            position: relative;
            cursor: pointer;
        }

        .language label::before {
            width: 18px;
            height: 18px;
            border-radius: 3px;
            background-color: #eff1f5;
            content: '';
        }

        .language label:has(:checked)::after {
            position: absolute;
            top: 5px;
            left: 7px;
            transform: rotate(45deg);
            width: 5px;
            height: 10px;
            border: solid rgba(3,0,149,0.5);
            border-width: 0 3px 3px 0;
            content: '';
        }

        .language input {
            display: none;
        }

        input {
            display: block;
            width: 100%;
            margin-bottom: 0.7em;
            padding: 0.55em;
            border: 0;
            border-radius: 3px;
            background-color: #eff1f5;
            box-shadow: none;
            color: rgba(0, 0, 0, 0.7);
            font-size: 1em;
            line-height: 1.5;
            transition: ease;
        }

        /* ラジオボタン */

        .experience {
            display: flex;
            flex-wrap: wrap;
            gap: .3em 2em;
            border: none;
                margin-top: 8px;
        }

        .experience label {
            display: flex;
            align-items: center;
            gap: 0 .5em;
            position: relative;
            cursor: pointer;
        }

        .experience label::before,
        .experience label:has(:checked)::after {
            border-radius: 50%;
            content: '';
        }

        .experience label::before {
            width: 18px;
            height: 18px;
            background-color: #e6edf3;
        }

        .experience label:has(:checked)::after {
            position: absolute;
            top: 50%;
            left: 9px;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 10px;
            background-color: rgba(3,0,149,0.5);
            animation: anim-radio-001 .3s linear;
        }

        .experience input {
            display: none;
        }

        /* テキストボックス */

        .request {
            display: block;
            padding: 8px 10px;
            border: none;
            border-radius: 3px;
            background: #eff1f5;
            font-size: 1em;
            line-height: 1.5;
            resize: none;
            height: 50px;
        }

        .request::placeholder {
            color: rgba(3,0,149,0.3);
            font-size: 16px;
        }

            /* CVボタン */

            .cv-mail {
                width: 24px;
        }


.section-wrapper {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* image */
img {
    object-fit: cover;
}

.header-button a:hover {
	background-color: #F89472;
}

.header-navi__text a:hover {
	color: #F85E2A;
}

.header-navi__text a {
	font-weight: 700;
}

.company-info a:hover {
	color: #cfcfcf !important;
}

.company-info a {
		font-weight: 700;
}


.feature-button a:hover {
	background-color: #F89472;
}

.feature-button a:hover {
	background-color: #F89472;
}

.card-title {
	color: #05116B;
}

.card-area__city {
	color: #05116B;
}


.card-develop__name {
	color: #05116B;
}

.lp-body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #484848;
    margin: 0px;
    font-size: 14px;
    background-color: #F5F5F5;
	line-height: 150%;
	text-decoration: none;
}

a {
	text-decoration: none;
}

p {
    margin: 0;
}

.footer-img img {
    background-color: #F5F5F5;
}

.font-white {
    color: #fff;
    line-height: 150%;
}

.green {
    color: #4CE492;
}

.lp-white {
    color: #fff;
}

.lp-blue {
    color: #05116B !important;
}

.lp-orange {
    color: #F85E2A !important;
}

.bold {
    font-weight: 700;
}

.red {
    color: #F85E2A;
    margin-left: 6px;
}

.line-s {
	line-height: 1,5;
}

.m {
    font-size: 32px;
}

.s {
    font-size: 18px;
}

.all-m-top {
    margin-top: 72px;
}

.all-sss-top {
    margin-top: 8px;
    height: 50px;
}

.header-img {
    width: 200px;
    margin-left: 24px;
}

.Header {
    padding: 8px 0;
}

.no-js {
    margin: 0px !important;
}

.mainvisual {
    position: relative;
}

.form-card {
    position: absolute;
}

.flex {
    display: flex;
}

.w-bold {
    font-weight: 700;
}

.all-margin__sss {
    margin-top: 16px;
}

.all-margin__ss {
    margin-top: 16px;
}

h1 {
    margin-left: 16px;
}


.deco {
    border-bottom: 6px solid #4CE492;
}

.project-title {
    align-items: center;
}

.card-hashtag__text__right {
    margin-left: 4px;
}

.card-hashtag {
    background-color: #05116B;
    border-radius: 9999px;
    font-weight: 700;
    display: inline-block;
}

.card-hashtag__text {
    padding: 4px 12px;
}

.card-fee__num {
    margin-left: 8px;
}

.card-area__city {
    margin-left: 8px;
}

.card-develop__name {
    margin-left: 8px;
}

.sp-ss__bottom {
    margin-bottom: 32px;
}

.lp-card {
    padding: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.card-program__name {
    padding: 2px 8px;
    border-radius: 9999px;
    border: 1px solid #05116B;
}

.tag {
    gap: 0 8px;
}

.card-content+.card-content {
    margin-top: 8px;
}


.card-example {
    align-items: center;
}

.bold {
    font-weight: 700;
}

.card-example__num {
    align-items: center;
}

.card-example__name {
    text-align: left;
}

.ex-card {
    background-color: #fff;
    box-shadow: 0px 0px 30px #ffa98d;
    border-radius: 10px;
}

.employee-name {
  margin-top: 16px
}

.employee-fee {
  margin-top: 11px
}


.card-flow {
    position: relative;
    display: inline-block;
}

.card-flow__content {
    position: absolute;
    top: 64px;
    left: 72px;
    max-width: 186px;
}

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

.company-info a {
    color: #fff !important;
}

a {
    text-decoration: none;
}

.feature-button a {
    background-color: #F85E2A;
    padding: 16px 48px;
    color: #F5F5F5;
    border-radius: 9999px;
	font-weight: 700;
	font-size: 18px;
}

.feature-button {
    text-align: center;
}

.form-card {
    background-color: #fff;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    max-width: 610px;
    margin: auto;
    padding: 24px;
}

.form-name__content {
    width: 100%;
}

input {
    width: 100%;
}

.form-content {
    gap: 0 24px;
}


._formrun_gotcha {
    background-color: #F85E2A;
}

.formrun {
    z-index: 1;
}

.form-button {
    background-color: #F85E2A;
    border-radius: 9999px;
    color: #fff;
    border: none;
    font-weight: 700;
}

.form-button__wrapper {
    text-align: center;
}

.form-card__footer {
    background-color: #05116B;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    max-width: 685px;
    margin: auto;
    padding: 24px;
}

.form-card__footer .form-name__content {
    color: #fff;
}

.form-card__footer .form-content {
    color: #fff;
}

.header-navi__text a {
    color: #484848;
}

/* スマホのみ */
@media only screen and (max-width: 767px) {

	.form-button {
		padding: 12px 24px;
    	font-size: 20px;
    	font-weight: 700;
		 width: 280px;
	}

	h1 {
		font-size: 24px !important;
		margin-left: 16px !important;
	}

    .xs {
        font-size: 20px;
    }

	.point-title {
		font-size: 20px !important;
	}

    .header-navi p {
        display: none;
    }

    .header-button {
        display: none;
    }

    .mainvisual-pc__img {
        display: none;
    }

    .mainvisual-sp__img img {
        width: 100vw;
        height: 700px;
        object-position: bottom;
    }

    .mainvisual-wrapper {
        /* top: 24px;
        right: 24px; */
    }

    .section-wrapper+.section-wrapper {
        margin-top: 80px;
    }

    .large {
        font-size: 32px;
        line-height: 150%;
        font-weight: 700;
    }

    .medium {
        font-size: 24px;
        line-height: 150%;
        font-weight: 700;
    }

    .small {
        font-size: 20px !important;
        font-weight: 700;
        line-height: 150%;
    }

    .x-small {
        font-size: 16px;
        font-weight: 700;
        line-height: 150%;
    }

    .margin-medium {
        margin-top: 40px;
    }

    .margin-x-small {
        margin-top: 32px;
    }

    .margin-small {
        margin-top: 24px;
    }

    .margin-xx-small {
        margin-top: 16px;
    }

    .margin-xxx-top {
        margin-top: 8px;
    }

    .margin-ll {
        margin-top: 80px;
    }

    .margin-s {
        margin-left: 16px;
    }

    .margin-m {
        margin-left: 24px;
    }

    .block {
        display: inline-block;
    }

    .change {
        display: flex;
        flex-direction: column-reverse;
    }

    .mainvisual__icon {
        display: none;
    }

    .sp-flex {
        display: flex;
    }

    .point-title {
        margin-left: 8px;
    }

    .mainvisual-point__title {
        align-items: center;
    }

    .mainvisual-point__textbox+.mainvisual-point__textbox {
        margin-top: 24px;
    }

    .mainvisual-area__logo img {
        width: 150px;
    }

    .h1 {
        font-size: 24px;
    }

    .section {
        padding: 0 24px;
    }

    .card-fee__num {
        margin-top: 16px;
    }

    .card-fee__img {
        margin-top: 28px;
    }

    .card-title {
        margin-top: 8px;
    }

    .project-subtitle {
        margin-bottom: 24px;
    }

    .ex-card {
        padding: 16px;
    }

    .employee+.employee {
        margin-left: 8px;
    }

    .cardbox {
        display: none;
    }

    .card-example__fee {
        margin-left: 16px;
    }

    .ex-card+.ex-card {
        margin-top: 40px;
    }

    .center {
        align-items: center;
    }

    .employee-name {
   	    margin-top: 16px;
    }

    .feature-card__box+.feature-card__box {
        margin-top: 56px;
    }

    .feature-img {
        text-align: center;
    }

    .footer {
        display: none;
    }

    .footer-sp img {
        width: 100vw;
    }

    .footer-sp {
        position: relative;
    }

    .footer-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: grid;
        place-items: center;
    }

    .company-logo img {
        width: 120px;
    }

    .footer-sp__content__bottom {
        position: absolute;
        bottom: 24px;
        left: 24px;
    }

    .footer-address {
        margin-top: 5px;
    }

    .footer-center {
        align-items: center;
    }

    .footer-address__num {
        margin-left: 4px;
    }

    .card-success {
        display: none;
    }

    .mainvisual-form {
        display: none;
    }

    .mainvisual-wrapper {
        position: absolute;
        top: 24px;
        left: 24px;
    }

    .mainvisual {
        position: relative;
		  margin-bottom: 40px;
    }

    .pc-m-bottom {
        margin-bottom: 40px;
    }

    .form-name {
        height: 42px;
    }

    .sp-content__info {
        position: absolute;
        top: 100px;
    }

    .deco-img6 {
        display: none;
    }

    .deco-imgr5 {
        display: none;
    }

    .deco-img4 {
        display: none;
    }

    .deco-img3 {
        display: none;
    }

    .deco-img {
        display: none;
    }

    .form-adress {
        height: 42px;
    }

    .flow {
        text-align: center;
    }

    .br-tab {
        display: none;
    }

    .br-pc {
        display: none;
    }

    .deco-img2 {
        display: none;
    }

    .deco-img5 {
        display: none;
    }

    .slick-slide {
        width: 297px;
        margin: auto;
    }

    .slick-prev {
        height: 280px !important;
    }

    .slick-next {
        height: 280px !important;
    }

    .project-title {
        margin-bottom: 32px;
    }

    .card-box + .card-box {
        margin-top: 64px;
    }
	
    .sp-center {
        text-align: center;
    }



}

/* タブレットのみ */
@media only screen and (min-width: 768px) and (max-width: 1100px) {

   .form-button {
		 padding: 16px 64px;
       font-size: 20px;
	}
    .pc-margin__medium {
        margin-top: 40px;
        text-align: center;
    }

	 .pc-br {
        display:none;
    }


	.all-margin__sss {
    margin-top: 16px;
	 font-size: 12px;
	line-height: 150%;
}

	.card-flow__content {
		position: absolute;
		top: 64px;
		left: 42px;
		max-width: 186px;
	}

	ex-card {
    padding: 24px;
    background-color: #fff;
    box-shadow: 0px 0px 30px #ffd4c6;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
	}

    .pc-padding-m {
        padding-top: 40px;
    }

    .pc-margin__xsmall {
        margin-top: 32px;
    }

    .pc-margin__s__mall {
        margin-top: 24px;
    }

    .pc-margin__xxsmall {
        margin-top: 16px;
    }

    .pc-margin__xxxsmall {
        margin-top: 8px;
    }

    .pc-margin-left__m {
        margin-left: 40px;
    }

    .pc-margin-left__s {
        margin-left: 16px;
    }

    .pc-medium {
        font-size: 18px;
        line-height: 150%;
        font-weight: 700;
    }

    .pc-center {
        align-items: center;
    }

    .pc-x-small {
        /* font-size: 16px; */
        line-height: 150%;
        font-weight: 700;
    }

    .pc-x-medium {
        font-size: 22px;
        font-weight: 700;
    }

    .pc-flex {
        display: flex;
    }

    .header-navi {
        gap: 0 24px;
    }

    .medium {
        font-size: 24px;
    }

    .header-button a {
        padding: 8px 24px;
        background-color: #F85E2A;
        color: #fff;
        border-radius: 9999px;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    }

    .header-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .header-navi {
        display: flex;
        gap: 0 24px;
        margin-right: 40px;
    }

    .header-content {
        display: flex;
        align-items: center;
        margin-right: 24px;
    }

    header {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        padding: 8px 0px;
        background: #fff;
        box-sizing: border-box;
    }

    .mainvisual-sp__img {
        display: none;
    }

    .mainvisual-pc__img img {
        width: 100vw;
        height: 900px;
        object-position: bottom;
    }

    .mainvisual-title {
        font-size: 48px;
    }

    .mainvisual__text {
        font-size: 30px;
        font-weight: 700;
    }

    .mainvisual-point__box {
        display: flex;
    }

    .mainvisual-point__textbox+.mainvisual-point__textbox {
        margin-top: 16px;
    }

    .pc-x-large {
        font-size: 22px;
        font-weight: bold;
        line-height: 180%;
    }

    .mainviusal-point__text {
        font-size: 18px;
    }

    .margin-point1 {
        width: 114px;
        margin-left: 58px;
    }

    .margin-point2 {
        width: 121px;
    }

    .margin-point3 {
        width: 192px;
        margin-left: 108px;
    }

    .mainvisual-point {
        margin-left: 24px;
    }

    .mainvisual__text {
        margin-bottom: 40px;
    }

    .mainvisual-wrapper {
        padding: 0 24px;
    }

    .mainvisual-area {
        margin-top: 32px;
    }

    .mainvisual-area__logo {
        margin-top: 8px;
    }

    .mainvisual-point__title {
        display: none;
    }


    h1 {
        font-size: 40px;
        margin: 0px;
    }

    .section {
        max-width: 1000px;
        padding: 0 24px;
        margin: auto;
    }

    .card-box {
        margin-top: 24px;
    }

    .card-title {
        height: 48px;
        margin-top: 16px;
    }

    .card-box {
        flex-wrap: wrap;
        gap: 40px;
    }

    .project-subtitle {
        margin-top: 40px;
    }

    .mainvisual__icon__sp {
        margin-right: 8px;
    }

    .flex {
        display: flex;
    }

    .card-box {
        display: flex;
    }

    .card-content {
        /* align-items: center; */
    }

    .employee+.employee {
        margin-left: 16px;
    }

    .card-example__content__box {
        margin-left: 24px;
    }


    .ex-card+.ex-card {
        margin-top: 40px;
    }

    .card-example__fee+.card-example__fee {
        margin-left: 16px;
    }

    .card-example__content__wrapper+.card-example__content__wrapper {
        margin-top: 40px;
    }

    .cardbox {
        gap: 0 80px;
    }

    .cardbox-sp {
        display: none;
    }

    .feature-card {
        max-width: 628px;
        margin: auto;
    }

    .feature-card__box+.feature-card__box {
        margin-top: 80px;
    }

    .feature-card-content {
        width: 50%;
    }

    .feature-img {
        width: 50%;
    }

    .footer-img img {
        width: 100vw;
        height: 400px;
        object-position: top;
    }

    .footer-sp {
        display: none;
    }

    .footer {
        position: relative;
    }

    .fotter-content {
        max-width: 1000px;
        margin: auto;
        position: absolute;
        left: 24px;
        bottom: 24px;
    }

    .form-card__footer {
        background-color: #05116B;
        box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
        border-radius: 10px;
        margin: auto;
        padding: 24px;
    }

    .form-card__footer .form-name__content {
        color: #fff;
    }

    .form-card__footer .form-content {
        color: #fff;
    }

    .footer-address__num {
        margin-left: 8px;
    }

    .footer-navi {
        position: absolute;
        bottom: 24px;
        right: 24px;
    }

    .company-logo img {
        width: 225px;
    }

    .lp-card {
/*         width: calc((100% - 200px) / 3); */
		width:256px;
    }

    .flow {
        display: grid;
        grid-template-columns: 148px 107px 60px 100px 72px 100px 172px;
        grid-auto-rows: 236px 70px 226px;
    }

    .card-flow:nth-child(1) {
        grid-row: 1 / 3;
        grid-column: 1 / 3;
    }

    .card-flow:nth-child(2) {
        grid-column: 2 / 5;
        grid-row: 2 / 4;
    }

    .card-flow:nth-child(3) {
        grid-column: 4 / 7;
        grid-row: 1 / 3;
    }

    .card-flow:nth-child(4) {
        grid-column: 6 / 8;
        grid-row: 2 / 4;
    }

    .form-content+.form-content {
        margin-top: 40px;
    }

    .mainvisual-flex {
        display: flex;
        justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 120px;
    }

    .mainvisual-form {
        width: 440px;
        height: 500px;
    }

    .form-adress {
        height: 50px;
    }

    .deco-img4 {
        display: none;
    }

    .wrap {
        flex-wrap: wrap;
        gap: 8px;
        width: var(--wp--custom--wrap--width);
    }

    .card-content {
        margin-top: 8px;
    }

    .center-pc {
        align-items: center;
    }

    .br-pc {
        display: none;
    }

    .card-success {
        margin-top: 40px;
    }

    .tab-s {
        font-size: 20px;
    }

    .sp-br {

    }

    .card-form__title {
        text-align: center;
    }

    .deco-img6 {
        display: none;
    }

    .deco-img2 {
        display: none;
    }

    .deco-img5 {
        display: none;
    }

    .deco-img3 {
        display: none;
    }

    .deco-img {
        display: none;
    }

    .section-wrapper + .section-wrapper {
        margin-top: 80px;
    }

    .footer {
        margin-top: 80px;
    }


    .tab-br {
       display: inline-block;
    }

	.ex-card {
    padding: 24px;
    background-color: #fff;
    box-shadow: 0px 0px 30px #ffd4c6;
    border-radius: 10px;
    margin: auto;
	 max-width: 628px
}

	.pc-form-none form {
        display:none;
    }

	.sp-br {
		display:none;
	}
}

/* PCのみ */
@media only screen and (min-width: 1101px) {

	 .form-button {
		 padding: 16px 64px;
       font-size: 20px;
	}

    .xs {
        font-size: 20px;
    }

    .pc-margin__medium {
        margin-top: 40px;
        text-align: center;
    }

    .pc-padding-m {
        padding-top: 40px;
    }

    .pc-margin__xsmall {
        margin-top: 32px;
    }

    .pc-margin__s__mall {
        margin-top: 24px;
    }

    .pc-margin__xxsmall {
        margin-top: 16px;
    }

    .pc-margin__l {
        margin-top: 100px;
    }

    .pc-margin__xxxsmall {
        margin-top: 8px;
    }

    .pc-margin-left__m {
        margin-left: 40px;
    }

    .pc-margin-left__s {
        margin-left: 16px;
    }

    .pc-medium {
        font-size: 32px;
        line-height: 150%;
        font-weight: 700;
    }

    .pc-center {
        align-items: center;
    }

    .pc-x-small {
        font-size: 16px;
        line-height: 150%;
        font-weight: 700;
    }

    .pc-x-medium {
        font-size: 24px;
        font-weight: 700;
    }

    .pc-flex {
        display: flex;
    }

    .header-navi {
        gap: 0 24px;
    }

    .medium {
        font-size: 24px;
    }

    .header-button a {
       padding: 10px 34px;
		 background-color: #F85E2A;
    	color: #fff;
    	border-radius: 9999px;
    	text-decoration: none;
    	display: inline-block;
    	font-size: 16px;
    	font-weight: 700;
    }

    .header-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .header-navi {
        display: flex;
        gap: 0 24px;
        margin-right: 40px;
    }

    .header-content {
        display: flex;
        align-items: center;
        width: 1000px;
        justify-content: left;
    }

    header {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        padding: 8px 0px;
        background: #fff;
        box-sizing: border-box;
    }

    .mainvisual-sp__img {
        display: none;
    }

    .mainvisual-pc__img img {
        width: 100vw;
        height: 1200px;
        object-position: bottom;
    }

    .mainvisual-title {
        font-size: 48px;
    }

    .mainvisual__text {
        font-size: 48px;
        font-weight: 700;
    }

    .mainvisual-point__box {
        display: flex;
    }

    .mainvisual-point__textbox+.mainvisual-point__textbox {
        margin-top: 16px;
    }

    .pc-x-large {
        font-size: 32px;
        font-weight: bold;
        line-height: 150%;
    }

    .mainviusal-point__text {
        font-size: 18px;
    }

    .margin-point1 {
        width: 114px;
        margin-left: 58px;
    }

    .margin-point2 {
        width: 121px;
    }

    .margin-point3 {
        width: 192px;
        margin-left: 108px;
    }

    .mainvisual-point {
        margin-left: 24px;
    }

    .mainvisual__text {
        margin-bottom: 40px;
    }

    .mainvisual-wrapper {
        /* top: 100px;
        right: 1500px; */
    }

    .mainvisual-area {
        margin-top: 32px;
    }

    .mainvisual-area__logo {
        margin-top: 8px;
    }

    .mainvisual-point__title {
        display: none;
    }

    .br {

    }

    h1 {
        font-size: 40px;
        margin: 0px;
    }

    .section {
        max-width: 1000px;
        margin: auto;
    }

    .card-box {
        margin-top: 24px;
			justify-content: center;
    }

    .card-title {
        height: 48px;
        margin-top: 16px;
    }

    .card-box {
        flex-wrap: wrap;
        gap: 40px 48px;
    }

    .project-subtitle {
        margin-top: 40px;
    }

    .mainvisual__icon__sp {
        margin-right: 8px;
    }

    .flex {
        display: flex;
    }

    .card-box {
        display: flex;
    }

    .card-content {
        /* align-items: center; */
    }

    .employee+.employee {
        margin-left: 16px;
    }

    .card-example__content__box {
        margin-left: 24px;
    }

    .ex-card {
        padding: 24px;
        background-color: #fff;
        box-shadow: 0px 0px 30px #ffd4c6;
        border-radius: 10px;
        width: calc((100% - 80px) / 2);
    }

    .card-example__fee+.card-example__fee {
        margin-left: 16px;
    }

    .card-example__content__wrapper+.card-example__content__wrapper {
        margin-top: 40px;
    }

    .cardbox {
        gap: 0 80px;
    }

    .cardbox-sp {
        display: none;
    }

    .feature-card {
        max-width: 628px;
        margin: auto;
    }

    .feature-card__box+.feature-card__box {
        margin-top: 80px;
    }

    .feature-card-content {
        width: 50%;
    }

    .feature-img {
        width: 50%;
    }

    .footer-img img {
        width: 100vw;
        height: 400px;
        object-position: top;
		  background-color: #F5F5F5;
    }

    .footer-sp {
        display: none;
    }

    .fotter-content {
        max-width: 1000px;
        margin: auto;
    }

    .footer {
        position: relative;
    }

    .fotter-content {
        position: absolute;
        left: 26%;
        bottom: 24px;
    }

    .footer-address__num {
        margin-left: 8px;
    }

    .footer-navi {
        position: absolute;
        bottom: 24px;
        right: 26%;
    }

    .company-logo img {
        width: 225px;
    }

    .lp-card {
        width: calc((100% - 96px) / 3);
    }

    .flow {
        display: grid;
        grid-template-columns: 215px 125px 90px 125px 90px 125px 215px;
        grid-auto-rows: 230px 70px 230px;
			justify-content: center;
    }

    .card-flow:nth-child(1) {
        grid-row: 1 / 3;
        grid-column: 1 / 3;
    }

    .card-flow:nth-child(2) {
        grid-column: 2 / 5;
        grid-row: 2 / 4;
    }

    .card-flow:nth-child(3) {
        grid-column: 4 / 7;
        grid-row: 1 / 3;
    }

    .card-flow:nth-child(4) {
        grid-column: 6 / 8;
        grid-row: 2 / 4;
    }

    .form-content+.form-content {
        margin-top: 40px;
    }

    .mainvisual-form {
        width: 440px;
        height: 500px;
    }

    .mainvisual-flex {
        display: flex;
        justify-content: center;
        gap: 0 32px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 200px;
    }

    .mainvisual-form {
        width: 440px;
        height: 500px;
    }

    .pc-none {
        display: none;
    }

    .card-form__titlebox {
        text-align: center;
    }

    .form-name {
        height: 42px;
    }

    .sp-br {
        display: none;
    }

    .lp-body {
        position: relative;
    }


    .section-wrapper {
        position: relative;
    }

    .deco-img {
        position: absolute;
        bottom: 450px;
        border-bottom: none;
        right: 80px;
    }

    .deco-img2 {
        position: absolute;
        bottom: -150px;
        border-bottom: none;
        right: 80px;
    }

    .deco-img3 {
        position: absolute;
        top: 550px;
        border-bottom: none;
        left: 80px;
    }

    .deco-img4 {
        position: absolute;
        border-bottom: none;
        right: 48px;
        bottom: 400px;
    }

    .deco-img5 {
        position: absolute;
        border-bottom: none;
        left: 80px;
        bottom: 0px;
    }

    .deco-img6 {
        position: absolute;
        border-bottom: none;
        right: 80px;
        bottom: 100px;
    }

    .form-adress {
        height: 50px;
    }

    .section-wrapper+.section-wrapper {
        margin-top: 80px;
    }

    .center-pc {
        align-items: center;
    }

    .card-content {
        margin-top: 16px;
    }

    .br-tab {
        display: none;
    }

    .p-flex {
        display: flex;
    }

    .card-success {
        margin-top: 40px;
    }


	.pc-form-none form {
        display:none;
    }
}

.card-content {
 width: 100% !important;
}